header {
   background: rgb(37,84,140);
   border-top: 0px solid rgb(255,255,255);
}

header .navbar-hyf {
   margin: 0;
   height: 95px;
   display: flex;
   align-items: center;
   justify-content: center;
}
header .navbar-hyf .navbar-toggle {
   float: left;
}
header .navbar-hyf .navbar-toggle .icon-bar {
   background-color: #fff;
}
header .navbar-nav > li > a {
   padding: 0;
   z-index: 1;
   color: #fff;
   display: block;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.2em;
   text-align: center;
   font-weight: normal;
   text-decoration: none;
   text-transform: capitalize;
   font-family: 'Oswald', sans-serif;
}
header .nav > li > a:focus, header .nav > li > a:hover, header .nav .open > a, header .nav .open > a:focus, header .nav .open > a:hover {
   background-color: transparent;
   border: none;
}
header .dropdown-menu > li > a {
   margin: 0;
   font-size: 14px;
   padding: 10px 20px;
   font-weight: normal;
   text-decoration: none;
   text-transform: capitalize;
   font-family: 'Oswald', sans-serif;
}
header .dropdown-menu > li > a:focus, header .dropdown-menu > li > a:hover {
   background-color: #73b7df75;
}

header .mod-logo .logo {
   width: auto;
}

.listadorTituloCont, .botonoTituloCont, .detalleTituloCont, .galeriaTituloCont, .contactoTituloCont {
   margin: 0 0 30px 0;
   background-color: #73b7df;
}
.listadorTitulo, .detalleTitulo, .contactoTitulo {
   color: #fff;
   font-size: 20pt;
   padding: 20px 0;
   margin-bottom: 0;
   font-weight: 800;
   text-align: center;
   background-color: #73b7df;
}
.botonoTitulo, .galeriaTitulo {
   margin: 0;
   color: #fff;
   padding: 20px 0;
   font-weight: 800;
   text-align: center;
   text-transform: uppercase;
}
.detalleTitulo {
   margin: 0;
   font-size: 26pt;
}

figure.effect-goma .caja-flex {
   text-align: center;
   display: flex;
   align-items: center;
   align-content: center;
}
figure.effect-goma figcaption::before {
   border-radius: 0;
   height: 1%;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
figure.effect-goma figcaption:hover::before {
   border-radius: 0;
   height: 100%;
}

.section-dispositivo .dispositivo a {
   margin: 0;
   width: 100%;
   outline: none;
   font-size: 10px;
   font-weight: bold;
   padding: 5px 15px;
   position: relative;
   letter-spacing: 1px;
   display: inline-block;
   text-decoration: none;
   color: #333 !important;
   text-transform: uppercase;
   text-shadow: 0 0 1px rgba(255,255,255,0.3);
}

.main-detalle .content-detalle .categorias {
   font-size: 12pt;
   font-weight: 500;
}
.main-detalle .consulta-whatsapp {
   color: #ffffff !important;
   background-color: #0e9c1f !important;
   padding: 10px 20px;
   text-transform: uppercase;
   font-weight: 500;
   line-height: 20px;
   display: flex;
   align-items: center;
   margin-bottom: 25px;
   font-size: 14px;
   text-align: center;
   white-space: nowrap;
   border-radius: 4px;
}
.main-detalle .consulta-whatsapp i {
   font-weight: 500;
   margin-right: 5px;
   font-size: 15pt;
}

.main-contacto .form-control {
   border-radius: 5px;
}
.main-contacto .form-send {
   padding: 7px 25px;
   color: #fff;
   border-radius: 5px;
   text-align: center;
   margin-bottom: 10px;
   font-style: italic;
   display: none;
}
.main-contacto .btn-form {
   padding: 8px 50px;
   border-radius: 5px;
   font-size: 17px;
}

@media (max-width: 1199px) {

}
@media (max-width: 991px) {
   
   header .navbar-hyf {
      z-index: 10;
      height: 45px;
      border: none;
      display: block;
   }
   header .navbar-hyf .navbar-collapse {
      background-color: #25548c;
   }
   header .navbar-nav > li > a {
      text-align: left;
   }
   header .dropdown-menu > li > a {
      color: #fff;
   }
}
@media (max-width: 767px) {
   .botonoTitulo, .contactoTitulo, .detalleTitulo, .listadorTitulo {
      font-size: 16pt;
      font-weight: 800;
   }
}
@media (max-width: 575px) {
   
}