

/****** LOGO******/
      #logo{
    width:230px;
    height:100px;
} 


 /****** NAVBAR ******/

  /* .navbar-expand {
  background-color: #aaa;
  border: none;
   border-color: #dfdfdf;
    } */

    .navbar-brand{ /*LOGO DE LA EMPRESA*/
  float: left;  
  height: 30px;
  padding: 1px 1px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-light ul li:hover {
      background: #FFFFFF;  /* color al poner el mouse  */
}

.navbar-light div ul li:hover ul {
      display: block; /* desplaza el collapse al poner el mouse */
}

.bg-primary {
  background-color: #3399FF !important;
}

.navbar-light .navbar-nav .nav-link  {
color: #FFFFFF;
/*font-weight: bold; texto en negrita*/
}

.navbar-light .navbar-nav .dropdown-item  {
color: #3399FF;
/*font-weight: bold; texto en negrita*/
}

.navbar-light .navbar-nav .active>.nav-link  {
 color: #FFFFFF;
}




 /****** SECTION 1 ******/
#portada1{
   background: url(img/slide1.jpg) no-repeat fixed center;
   background-size: cover;
   width: 100% ;
   height: 100%;
   
   }

#portada3{
   background: #89D3F1 no-repeat fixed center;
   background-size: cover;
   height: 100%;
   width: 100% ;
   }


 /****** SECTION 4 socios estrategicos ******/



.fh5co-figure {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.fh5co-figure img {
  transition: 0.3s;
  z-index: 1;
}

.fh5co-figure:hover img {
  transform: scale(1.1);
}


 /****** CARROUSEL ******/
.carousel-caption{
  width: 100%;
  left: 0%;



  transform:translate(0, 35%);
}

 /****** FORMULARIO ******/
.header {
    color: #36A0FF;
    font-size: 27px;
    padding: 10px;
}


