
body{
    background-color: #505050;
}

::selection{
    background-color: #0065ae;
    color: white;
}

nav{
animation: headerAnimado 1s;
-moz-animation: headerAnimado 1s;
-webkit-animation: headerAnimado 1s;
padding-right: 40px;
}
.navbar-default{
    background-color: rgba(255,255,255,0.9);
    height:110px;
    width: 100%;
}
.navbar-brand{
    padding-top: 5px;
   line-height: 110px; 
}
.navbar-default .navbar-nav{
    float:right;
}
.navbar-default .navbar-nav>li>a {
    line-height: 110px;
    padding-top:0px;
    padding-bottom:0px;
    color: #505050;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.875em;
    
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a:hover {
    color:#0065ae;
    background: none;
}
.navbar-default .navbar-nav>.active>a{
   background: none;
   color: #0065ae;
}
nav img {
    display:block;
    float:left;
    height: 90px;
    padding-left: 40px;
    padding-top: 20px;
    
}

#carousel-example-generic, .carousel-inner>.item>img{
    width: 100vw;
    height: auto;
}

.carousel-caption {
   display: block;
  height: 230px;
  background-color: rgba(0,0,0,0.35);
  margin-bottom: 250px;
  padding-top: 45px;
  padding-bottom: 30px;
  border-radius: 25px;
}

.carousel-caption .caption-importante{
  font-family: Montserrat;
  font-size: 1.7em;
  font-weight: 600;
  display: block;
  height: 35px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
}

.carousel-caption p{
  font-family: Montserrat;
  font-size: 1.6em;
  font-weight: 500;
  display: block;
  height: 35px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

.carousel-caption img{
display: block;
margin-top: 100px;
margin-left: -20px;
}

#caption_menor{
padding-top: 30px;
background-color: rgba(0,0,0,0.35);
color: white;
}
#caption_menor p{
color: white;
}



.col-lg-4 a {
   position:relative;
}

.col-lg-4 a span{
        background: rgba(0,0,0,0.7);
        bottom:10px;
        color:white;
        display:block;
        font-family: Montserrat; 
        font-size: 0.875em;
        font-weight:800;
        height:0;
        left:0;
        line-height: 250px;
        overflow:hidden;
        padding-left: 30px;
        position:absolute;
        transition: all .5s ease-in;
	width:375px;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;  
}
.col-lg-4 a p span:first-letter{
	color:red;
        font-size: 2em;
        margin-right: 10px;
}

.col-lg-4 a:hover span{
        bottom:10px;
        display:block;
        height:250px;
        left:0;
	position:absolute;
	width:375px;
        }
        
        
.container h2 {
  font-family: Montserrat;
  font-size: 3em;
  font-weight: 100;
  color: #c9302c;  
  margin-left: 15px;
        }
        

        
.col-lg-6 p {
 font-family: Montserrat; 
font-size: 1em;
font-weight:100;           
        }
        
.col-lg-6 img {
width: 100%; 
padding-bottom: 30px;
        }
        
.col-lg-6 a{
font-family: Montserrat; 
font-size: 1em;
font-weight:300;
color:#337ab7 ;
        }
        
 footer {
height: 100px;
width: 100vw;
background-color: #505050; 
        }
        
footer .container li, footer .container li a {
font-family: Montserrat; 
font-size: 0.875em;
font-weight:300;
color:white ;
list-style: none;
        }
        
footer .container ul {
padding-left: 0px;
        }
        
footer h4 {
font-family: Montserrat; 
font-size: 0.875em;
font-weight:800;
color:white ;
margin-top: 20px;
        }
      
        
/* Container holding the image and the text */
.cuerpo {
  position: relative;
  overflow: auto;
  /*height: 1600px;*/
}

/* Bottom right text */
.text-block-cuerpo {
  position: absolute;
  top: 400px;
  right: 20vw;
  background-color: white;
  color: #505050;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 40px;
  padding-bottom: 80px;
  width: 60vw;
  text-align: justify;
  font-family: Montserrat;
}

.text-block-cuerpo h1{
font-size: 18pt;
font-weight: 600;
color: #0065ae;
}

.text-block-cuerpo h2{
font-size: 14pt;
font-weight: 600;
}

.text-block-cuerpo h3{
font-size: 12pt;
font-weight: 400;
color: #0065ae;
}


.blanco {
  background-color: white;
}
        


#enviar{
    background-color: white;
    border: solid 1px #333;
    color: #333;
    height: 30px;
    width: 56px;
}

textarea {
    border-bottom: solid 1px #333;
    height:100px;
    margin-bottom: 18px;
    margin-top: 18px;
    width:100%;
}

.aparece {
    animation: articleAnimado 1s ease-in 0.5s backwards;
    -moz-animation: articleAnimado 1s ease-in 0.5s backwards;
    -webkit-animation: articleAnimado 1s ease-in 0.5s backwards;
}

#formulario {
    width: 30vw;
    margin-left: 10vw;
    animation: articleAnimado 1s ease-in 0.5s backwards;
    -moz-animation: articleAnimado 1s ease-in 0.5s backwards;
    -webkit-animation: articleAnimado 1s ease-in 0.5s backwards;
}


label {
    color: #333;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    line-height: 12px;
    margin: 20px 0 0 0;
    width: 100%;
}

input, textarea {
    border: none;
    border-bottom: solid 1px lightgray;
    height: 40px;
    width: 100%;
}
textarea {
    height: 100px;
}

.foto_prueba {
    height:0px;
    width: 0px;
}
.foto_prueba img {
    height:0px;
    width: 0px;
}

#clientes1 {
    width: 100%;
    height:auto;
}
#clientes1 img{
    width: 100%;
    height:auto;
}
#clientes2 {
height:0px;
    width: 0px;
    overflow: hidden;
}








        

@keyframes headerAnimado {
    0% {
        transform: translatey(-100px);
    }
    100% {
        transform: translatey(0px);
    }
}        
   
@keyframes articleAnimado {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

        
 /*............RESPONSIVOS............*/
@media screen and (max-width: 480px){

.navbar-header, .container-fluid {
        height: 80px;
        width: 100vw;
        border: 0px;
    }    
    
 .navbar-toggle
 {
      
    } 
    
  .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav .active{
    background-color:lightgray;
}
    
    
.navbar {
        height: 80px;
        width: 100%;
        border: 0px;
        color: white;
    }
.navbar-brand img{
       width: 200px;
       height: auto;
       padding-top: 5px;
       padding-left: 0px;
           
    }    
    
nav.navbar.navbar-default.navbar-fixed-top  {
              width: 100vw;
              border: 0px;
    }
    
    

#bs-example-navbar-collapse-1 {
height: 1000px;
}   

nav li{
  padding:0 auto;
     margin: 0 auto;
    background-color: lightgray;
    font-weight: 400;
    font-size: 0.8em;
    width: 50vw;
    text-align: center;
    height: 10vh;
    line-height: 10vh;
}


.cuerpo {
height: 1000px;
}

#cuerpo_his {
height: 2000px;
}

.text-block-cuerpo {
  position: absolute;
  top: 100px;
  right: 10vw;
  background-color: white;
  color: #505050;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 80px;
  width: 80vw;
  text-align: justify;
  font-family: Montserrat;
}

.text-block-cuerpo h1{
font-size: 14pt;
font-weight: 600;
color: #0065ae;
text-align:center;
}

.text-block-cuerpo ul{
text-align:left;
}

.text-block-cuerpo h2{
font-size: 12pt;
font-weight: 600;
}

.text-block-cuerpo h3{
font-size: 10pt;
font-weight: 400;
color: #0065ae;
}


#carousel-example-generic
{
    height:0px;
    width: 0px;
    overflow: hidden;
}

.foto_prueba {
    margin-top: 80px;
    width: 100%;
    height:auto;
}
.foto_prueba img {
    width: 100%;
    height:auto;
}

.col-lg-4 {
    width: 100vw;
    margin: 0 ;
   
}

#clientes2 {
    width: 100%;
    height:auto;
}
#clientes2 img{
    width: 100%;
    height:auto;
}
#clientes1 {
height:0px;
    width: 0px;
    overflow: hidden;
}

    
 #formulario {
    margin: 0 auto;
    padding: 0 auto;
    width: 70vw;
}


input, textarea {
    border: none;
    border-bottom: solid 1px lightgray;
    height: 40px;
    margin: 0 auto;
    padding: 0 auto;
    width: 70vw;
}
textarea {
    height: 20vh;
}

 footer {
    font-size: 10pt;
}
        
}
