/* 
 * ESTILOS HEADER 
 */

header {
  z-index: 99;
  background-color: #fff;
}

header .container {
  display: flex;
  justify-content: space-between;
}

header .logo img {
  height: 60px;
}

header #menu {
  padding: 20px 0;
  font-size: 14px;
  font-weight: bold;
}

header #menu a {
  text-decoration: none;
  color: #252525;
  padding: 0 10px;
}

header #menu a:hover,
header #menu a.activo {
  color: #ff0201;
}

header #menu a.activo span {
  padding-bottom: 4px;
  border-bottom: 4px solid #ff0201;
}

header #toogle-menu {
  margin-top: 15px;
  display: none;
}

header #toogle-menu .toggle {
  width: 30px;
  height: 30px;
  background-color: #df1f3d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

header #toogle-menu .toggle__line,
header #toogle-menu .toggle__line::after,
header #toogle-menu .toggle__line::before {
  position: relative;
  width: 60%;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 5px;
  transition: background 0.5s, transform 0.5s;
}

header #toogle-menu .toggle__line::after,
header #toogle-menu .toggle__line::before {
  content: "";
  position: absolute;
  width: 100%;
  transform: translateY(6px);
}

header #toogle-menu .toggle__line::before {
  transform: translateY(-6px);
}

header #toogle-menu .active .toggle__line {
  background: transparent;
  transform: translateX(50px);
}

header #toogle-menu .active .toggle__line::after {
  transform: rotate(-45deg) translate(-35px, -35px);
}

header #toogle-menu .active .toggle__line::before {
  transform: rotate(45deg) translate(-35px, 35px);
}

header #telefono {
  padding: 10px 0;
  color: #df1f3d;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + main {
  padding-top: 60px;
}

/* 
 * ESTILOS SLIDER 
 */
.slider-banners img {
  width: 100%;
}

.slider-banners .texto {
  font-size: 40px;
  line-height: 60px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  bottom: 120px;
  width: 100%;
  background: rgb(223,31,61,0.8);
}

.slider-banners .slick-list {
  margin-bottom: 60px;
}
.slider-banners .slick-dots {
  bottom: -35px;
}

.slider-banners .slick-dots li button::before {
  font-size: 15px;
}

/* 
 * ESTILOS SERVICIOS 
 */
#servicios a {
  text-decoration: none;
}

#servicios h2 {
  color: #1f242c;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

#servicios .tarjeta {
  position: relative;
  height: 400px;
  padding: 0 40px;
  color: #ffffff;
  text-align: center;
  display:flex;
  align-items: center;
  /*background: #df1f3d;*/
  background: url('../img/fondo_servicios.jpg');
}

#servicios .tarjeta::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(223, 31, 61, 0.9);
}

#servicios .tarjeta:hover::before {
  background: rgb(0, 0, 0);
}

#servicios .tarjeta .texto {
  position: relative;
}

#servicios .tarjeta .texto .leer-mas {
  margin-top: 40px;
  font-weight: bold;
}

#servicios .tarjeta .texto .leer-mas span {
  background-color: #f2f2f2;
  color: #df1f3d;
  padding: 6px 40px;
}

#servicios .tarjeta:hover .leer-mas span {
  color: #000000;
}

#servicios .tarjeta .icon {
  font-size: 40px;
}

/* 
 * ESTILOS NOSOTROS 
 */

#nosotros {
  background-image: url('../img/fondo_nosotros.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

#nosotros .texto {
  width: 40%;
  padding-top: 95px;
  padding-bottom: 95px;
}

#nosotros .texto .tarjeta {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1px 30px 16px 30px;
}

#nosotros .texto .tarjeta h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
}

#nosotros .texto .tarjeta p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  font-style: normal;
}

/* 
 * ESTILOS EXPERIENCIA 
 */

#experiencia .container {
  margin-top: 40px;
  margin-bottom: 40px;
}

#experiencia .foto {
  padding: 0;
}

#experiencia .foto img {
  width: 100%;
}

#experiencia .texto {
  padding-left: 40px;
  color: #1f242c;
}

#experiencia .texto h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0px;
}

#experiencia .texto h4 {
  color: #df1f3d;
  font-size: 20px;
  line-height: 66px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#experiencia .texto h4 .icon {
  font-size: 30px;
}

#experiencia .texto p {
  color: #535353;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  font-style: normal;
  text-align: left;
}

#experiencia .slider-experiencia .slick-dots li button::before {
  font-size: 15px;
}

/* 
 * ESTILOS CLIENTES 
 */

#clientes, 
#marcas {
  background-color: #f4f4f4;
  padding-top: 35px;
  padding-bottom: 35px;
}

#clientes h2,
#marcas h2 { 
  color: #1f242c;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin-top: 0;
}

#clientes .slider-clientes .slick-prev::before, 
#clientes .slider-clientes .slick-next::before, 
#marcas .slider-marcas .slick-prev::before, 
#marcas .slider-marcas .slick-next::before {
  color: #df1f3d;
}

/* 
 * ESTILOS QUIENES SOMOS 
 */

#quienes-somos {
  position: relative;
  background-image: url('../img/fondo_quienes-somos.jpg');
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #ffffff;
}

#quienes-somos .container::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: -webkit-linear-gradient(left, rgba(31,36,44,0.9) 0%,rgba(31,36,44,0.9) 100%);
  background: linear-gradient(to right, rgba(31,36,44,0.9) 0%,rgba(31,36,44,0.9) 100%);
}

#quienes-somos .tarjeta {
  position: relative;
}

#quienes-somos h3 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
}

#quienes-somos .texto h4 {
  font-size: 18px;
  line-height: 66px;
  font-weight: 500;
  color: #ff96a7;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

#quienes-somos .texto p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  font-style: normal;
  text-align: left;
}

#quienes-somos .slider-quienes-somos .slick-dots li button::before {
  color: #fff;
  font-size: 15px;
}

/* 
 * ESTILOS PAGINA 
 */

#pagina {
  margin-top: 20px;
  margin-bottom: 20px;
}
#pagina .titulo {
  padding: 40px 20px 30px 20px;
  background-color: #1f242c;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  color: #eeeeee;
}

#pagina .titulo h3 {
  margin: 0;
  font-size: 26px;
}

#pagina .tituloPagina {
  text-align: center;
}

#pagina .tituloPagina h3 {
  font-size: 36px;
  font-weight: 500;
}

#pagina .titulo .norma {
  margin: 0;
  margin-top: 10px;
  font-size: 11px;
  font-style: italic;
}

#pagina img {
  width: 100%;
  border-radius: 20px;
}

#pagina .cotizacion {
  margin-top: 40px;
}

#pagina .cotizacion a {
  text-decoration: none;
  background-color: #252525;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 6px;
}

#pagina .cotizacion a:hover {
  background-color: #df1f3d;
}

#pagina .cotizacion i {
  margin-left: 10px;
}

#pagina .galeria div {
  text-align: center;
}

#pagina .galeria img {
  border-radius: 0;
  width: auto;
}

/* 
 * ESTILOS FOOTER 
 */

footer {
  position: relative;
  color: #aaaaaa;
  /*background-image: url('../img/fondo_footer.jpg');*/
  background-color: #141414;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
}

/*footer::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(20, 20, 20, 0.95);
}*/

footer .container {
  position: relative;
}

footer .certificados {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .certificados img {
  margin: 0 20px;
}

footer .logo img {
  height: 40px;
  margin-top: 20px;
}

footer h3 {
  color: #eeeeee;
  font-size: 16px;
  font-weight: normal;
}

footer ul {
  padding-left: 20px;
  list-style: none;
}

footer .lista-servicios li,
footer .lista-contacto li {
  margin-bottom: 10px;
  text-indent: -20px;
}

footer .lista-servicios li::before {
	content:">";
	margin-right: 10px;
}

footer .lista-servicios a {
  color: #aaaaaa;
  text-decoration: none;
}

footer .lista-servicios a:hover {
  color: #ff0201;
}

footer .lista-contacto .icon-direccion::before {
  font: var(--fa-font-solid);
	content:"\f3c5";
	margin-right: 8px;
  color: #eeeeee;
}

footer .lista-contacto .icon-telefono::before {
  font: var(--fa-font-solid);
	content:"\f095";
	margin-right: 8px;
  color: #eeeeee;
}

footer .lista-contacto .icon-email::before {
  font: var(--fa-font-solid);
	content:"\f0e0";
	margin-right: 8px;
  color: #eeeeee;
}

footer #redes-sociales {
  margin-top: 40px;
  font-size: 30px;
}

footer #redes-sociales a {
  color: #eeeeee;
  display: inline-block;
  text-decoration: none;
  padding: 2px 8px;
  margin-right: 10px;
}

footer #redes-sociales a:hover {
  background-color: #df1f3d;
  border-radius: 10px;
}

footer #derechos {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #686868;
}

#whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#whatsapp:hover {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

#whatsapp img {
  height: 60px;
}

@media only screen and (max-width: 768px) {
  header .logo img {
    padding-top: 10px;
    height: 50px;
  }
  header #toogle-menu {
    display: inline-block;
  }
  header #telefono {
    font-size: 12px;
    padding-right: 10px;
  }
  header #menu {
    padding: 0;
    margin-top: -2px;
  }
  header #menu a.activo span {
    border-bottom: none;
  }
  header .topnav {
    display: none;
  }
  header .topnav.responsive {
    position: absolute;
    top: 56px;
    background-color: #f4f4f4;
    display: block;
    width: 100%;
    z-index: 999;
  }
  header .topnav.responsive a {
    display: block;
    color: #fff !important;
    border-bottom: 1px solid white;
    padding: 6px 10px !important;
    background-color: #252525;
    font-weight: normal;
  }
  header .topnav.responsive a:hover {
    background-color: #df1f3d !important;
  }
  .slider-banners .texto {
    font-size: 14px;
    bottom: 10px;
    line-height: 20px;
  }
  #nosotros .texto {
    width: 100%;
  }
  #quienes-somos h3 {
    font-size: 30px;
    text-align: center;
  }
  #quienes-somos .video,
  #pagina .video {
    width: 100%;
    height: auto;
  }
  #pagina .cotizacion a {
    display: block;
    text-align: center;
  }
  #whatsapp img {
    height: 50px;
  }
}
