*
{
    margin: 0;
    padding: 0;        
}

body{
    
    font-family: sans-serif;
    overflow-x: hidden;
}

.headerprincipal
{
    background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(img/fondo3.jpg);    
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

h1
{
    color: white;
}

h2
{
    color: white;
}

h5
{
    color: white;
}

h6
{
    color: white;
}

.main-nav
{
    list-style: none;     
    margin-top: 60px;   
}

.main-nav li
{
   display: inline-block;
   margin-left: 20px; 
}

.main-nav li a
{
    color: white;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
}

.main-nav li a:hover
{
    color: #2C3F9E;
    border-bottom: 2px solid #2C3F9E;
    transition: all 0.5s ease-in;
    padding: 20px 0;
}

.logo img
{
    height: 50px;
    float: left;
    margin-top: 30px;
}

.btn
{
    border-radius: 12px;
    border: 1px solid #2C3F9E;
    padding: 10px 40px;
    color:#2C3F9E ;
    text-decoration: none;
    margin-right: 20px;
    
    
}

.button-awesome
{
    margin-top: 80px;
    margin-bottom: 80px;
}

.btn-half
{
  background-color: #232E68;
  color: white;
}

.btn-full:hover
{
   background-color: #232E68;
   color: white; 
   transition: all 0.5s ease-in;
}

.copy
{
    width: 70%;
    margin-left: 15%;  
    margin-bottom: 20px;
    text-align: justify;  
}

h3:after
{
    width: 100px;
    height: 2px;
    background-color:#232E68 ;
    display: block;
    content: "";
    margin: 0 auto;
    margin-top: 30px;
}

.features h3
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.arranging
{
    text-align: justify;
}

.features i
{
    font-size: 30px;
    color: #232E68;
    
}

.features h4
{
    margin-left: 40px;
}

.servicios2
{
   margin-top: 30px;
}

.servicios2 img
{
   width: 100%;
   margin-top: 20px;
   height: auto
   transform: scale(1.15);
   transition: all 0.5s;
}

.servicios2 img:hover
{
   transform: scale(1.05);
}

.btn-block{
    background-color: #2C3F9E;
    color: white;
    border-radius: 4px; 
    margin-top: 35px;  
}

.contacto
{
   margin-left: 30px;
   font-size: 80%;
   margin-top: 40px;
   margin-bottom: 40px;
}


.referencia
{
  
   margin-left: 30px;
   font-size: 80%;
}
   
/* footer */

.sidebar-zone{
    background-color: #e0e0e0;
    padding-top: 20px;   
}

.sidebar-zone h4{
    font-size: 20px;
    border-bottom: 1px solid #9e9e9e;
    padding-left: 10px;
    margin-left: 15px;    
}

.sidebar-zone a{
    margin-bottom: 18px;
    display: block;
}

.sidebar-zone a:hover{
    color: #000;
}

.pie {
    background-color: #232E68;
    font-size: 12px;
    padding-top: 10px 0; 
    color: white;
    height: 50px;
    
    
    
}

.pie ul{
    margin-top: 15px;
    
}

.pie a:hover{
    color: #fff;
    text-decoration: none;
} 

