﻿@charset "utf-8";
/*--------------------------------------------------------------
# Inicio
--------------------------------------------------------------*/
.materiales .materiales-item {
  margin-bottom: 30px;
}

.materiales #materiales-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.materiales #materiales-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  /*text-transform: uppercase;*/
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.materiales #materiales-flters li:hover,
.materiales #materiales-flters li.filter-active {
  color: #fff;
  background: #0d2c5b;
}

.materiales #materiales-flters li:last-child {
  margin-right: 0;
}

.materiales .materiales-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(84, 126, 168, 0.01);
}

.materiales .materiales-wrap::before {
  content: "";
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.materiales .materiales-wrap img {
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
}

.materiales .materiales-wrap .materiales-info {
  opacity: 1;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.materiales .materiales-wrap .materiales-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.materiales .materiales-wrap .materiales-info p {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.materiales .materiales-wrap .materiales-links {
  text-align: center;
  z-index: 4;
}

.materiales .materiales-wrap .materiales-links a {
  color: rgba(255, 255, 255, 1);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.materiales .materiales-wrap .materiales-links a:hover {
  color: #fff;
 
}

.materiales .materiales-wrap:hover::before {
  opacity: 1;
}

.materiales .materiales-wrap:hover img {
  transform: scale(1.2);
}

.materiales .materiales-wrap:hover .materiales-info2 {
  opacity: 1;
}

/* .whats-app {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 70px;
  right: 10px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 9999;
} */

.whats-app {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 70px;
  right: 10px;
  background-color: #25D366;
  color:#fff;
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}
/* .whats-app svg {
  color: #fff;
  font-size: 36px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
} */

@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.my-float {
  margin-top: 10px;
}

.logonombre {
  color: #A57c00;
  font-size: 13px;
}

.navbar .active {
  color: #055160;
}

.navbar a i.bi-xn,
.navbar a:focus i {
  font-size: 18px;
  line-height: 0;
  margin-left: 5px;
}

.faq .faq-list p {
  color: #637780
}

/*.micolor{color:#637780}*/
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #a57c00;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #a57c00;
}

.bg2 {
  background-color: #fff;
}

.bg2:before {
  content: "";
  background: #637780;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

.bg {
  background-color: #fff;
  height: 100vh;
  width: 100%;
}

.bg:before {
  background: url("../img/catalogo/catalogo-bg.jpg");
  content: "";
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

.team .member .social .social-tab a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 3px;
  width: 100%;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #111111;
}

.boton1 {
  position: absolute;
  top: 90%;
  left: 55%;
  width: 100px;
  height: 36px;
  transition: ease-in-out 0.3s;
  /*<!--background-color: transparent;
color: rgb(255,255,255, 0.0);
opacity: 5%;
border:none !important;-->*/
}

.boton1:hover {
  position: absolute;
  top: 90%;
  left: 55%;
  transition: ease-in-out 0.3s;
  /*background-color:#0FF;
border-radius: 5%;
opacity: 100%;*/
}

.boton2 {
  position: relative;
  top: 25%;
  left: 25%;
  width: 100px;
  height: 36px;
  /*background-color: transparent;
color:#fff;
opacity: 5%;
border:none !important;*/
}

.boton2:hover {
  position: relative;
  top: 25%;
  left: 25%;
  /*background-color:#000;
border-radius: 5%;
opacity: 100%;*/
}

.boton3 {
  position: relative;
  top: 35%;
  left: 50%;
}

.boton3:hover {
  position: relative;
  top: 35%;
  left: 50%;
}

.boton4 {
  position: relative;
  top: 60%;
  left: 70%;
}

.boton4:hover {
  position: relative;
  top: 60%;
  left: 70%;
}

.section-bg-catalogo {
  background-image: url(../img/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.texto-sombra{
  text-shadow: 3px 2px 9px black;
}