* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.line_hr {
  border-color: rgb(226, 92, 25);
  border-width: 2px;
}

@font-face {
  font-family: 'Gandhi-Light';
  src: url('./fonts/GandhiSerif-Italic.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gandhi-Bold';
  src: url('./fonts/GandhiSans-Bold.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gandhi-Regular';
  src: url('./fonts/GandhiSans-Regular.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('./fonts/Montserrat-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('./fonts/Montserrat-ExtraBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('./fonts/Montserrat-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('./fonts/Montserrat-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('./fonts/MyriadPro-Regular.otf');
  font-weight: normal;
  font-style: normal;
}

#identificadores2{
  display: none;
}

.lineSection{
  position: relative;
  height: 2px;
  width: 35vw !important;
  background-color: #E25B19;
}

.alignCard{
  margin-top: 50px;
}

.contIdentCel{
  height: 300px !important;
}

.lineSection1{
  position: relative;
  height: 2px;
  width: 25vw !important;
  background-color: #E25B19;
}

.lineSectionTitle{
  position: relative;
  height: 2px;
  width: 110% !important;
  background-color: #E25B19;
  justify-content: start !important;
}

.lineMargin{
  position: relative;
  margin-top: -40px;
}

.card {
  position: relative;
  width: 200px;
  height: 200px;
  transition: 1s ease-in-out;
  text-align: center;
}

.box {
  transform-style: preserve-3d;
  transition: 1s ease-in-out;
}

.box:hover {
  transform: rotateY(180deg);
}

.box img {
  position: relative;
  height: 200px;
  width: 200px;
}

.cara1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cara2 {
  position: relative;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background-color: transparent;
}

.cara2 div {
  transform: translateZ(0px);
  backface-visibility: hidden;
}

.containerCards{
  margin-top: 75px !important;
  position: relative;
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.containerCard{
  position: relative;
  height: 220px !important;
  width: 350px !important;
  border: 1px solid #ffae851a;
  padding: 5px 10px !important;
  box-shadow: 7px 7px 15px rgba(62, 62, 62, 0.1), -2px -2px 10px rgba(160, 160, 160, 0.1);
  transition: .3s ease-in-out;
}

.containerCard:hover{
  border: 1px solid #ffae852e;
  box-shadow: 7px 7px 15px rgba(62, 62, 62, 0.15), -2px -2px 10px rgba(160, 160, 160, 0.15);
  transition: .3s ease-in-out;
}

.textIdentificador{
font-size: 0.9rem;
}

.imgCard{
  position: absolute;
 margin-top: -42px;
 margin-left: -37px;
  height: 75px;
  width: 75px;

}

.custom2 {
  fill: #E25B19 !important;
}
/********************************  Navegacion    ******************************************************/
.logo {
  width: 7rem;
}

.carouselContainer{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.carouselText{
  padding: 0px 25px;
}

@media (max-width: 767px) {

  .carouselContainer {
      flex-direction: column-reverse !important;
      justify-content: center !important;
      text-align: center !important;
      align-items: center !important;
  }

  .containerCard{
    position: relative;
    height: 200px !important;
   
  }

  .lineSection{
    width: 80vw !important;
    margin-top: -15px !important;
  }

  .lineSection1{
    width: 60vw !important;
    margin-top: -15px !important;
  }

  .carouselText{
    text-align: center !important;
  }

  .containerDatos{
    text-align: center;
    margin-top: 10px !important;
  }

  .contadorNum{
    font-size: 40px !important;
  }

  .firstText{
    font-size: 30px;
    text-align: center !important;
  }

  .title1{
    font-size: 25px !important;
    text-align: center !important;
  }

  .btnCotizacionContainer{
  justify-content: center !important;
  }

  .btnCotizacion{
  margin-left: 20px !important;
  position: relative !important;
  width: 200px;
  }

  .kit-text-title {
  
  font-size: 1.3em !important;
  }

}

@media (max-width: 550px) {
  #identificadores1{
    display: none;
  }

  #identificadores2{
    display: flex;
    margin-top: -900px !important;
  }
}

.nav-acil {
  font-family: 'Gandhi-Bold';
  color: #E25B19;
  font-size: 2.3vh;
}

.colorAcil {
  color: #E25B19;
}

.btnCotizacion{
  height: 45px;
  width: 260px;
  border: none;
  border-radius: 10px;
  background-color: #E25B19;
  color: white;
  transition: .3s ease-in-out;
}

.btnCotizacion:hover{
    background-color: #F09F20 !important;
    transition: .3s ease-in-out;
  }

.firstText {
  font-size: 19px !important;
}

.identificadorImg{
  position: relative;
  height: 200px !important;
  width: 200px !important;
  transition: .3s ease-in-out !important;
}

.identificadorImg:hover{
  transition: .3s ease-in-out !important;
}

.identificadorCol1{
  position: relative;
  width: auto !important;
  height: auto !important;
}

.identificadorCol2{
  position: relative;
  width: auto !important;
  height: auto !important;
  gap: 15px !important;
}

.identificadorAcil{
  position: relative;
  width: 250px !important;
  height: auto !important;
}

.nav-acil:hover {
  font-family: 'Gandhi-Bold';
  color: #F6B312;
  font-size: 2.3vh;
  background: none;
}

@media (min-width:760px) {
  .nav-acil {
    font-family: 'Gandhi-Bold';
    color: #E25B19;
    font-size: 3vh;
  }

  .nav-acil:hover {
    font-family: 'Gandhi-Bold';
    color: #F6B312;
    font-size: 3vh;
    background: none;
  }
}

@media (min-width:820px) {
  .nav-acil {
    font-family: 'Gandhi-Bold';
    color: #E25B19;
    font-size: 2.3vh;
  }

  .nav-acil:hover {
    font-family: 'Gandhi-Bold';
    color: #F6B312;
    font-size: 2.3vh;
    background: none;
  }
}

@media (min-width:1024px) {
  .nav-acil {
    font-family: 'Gandhi-Bold';
    color: #E25B19;
    font-size: 3vh;
  }

  .dropdown-toggle::after {
    margin: 0;
  }

  .nav-acil:hover {
    font-family: 'Gandhi-Bold';
    color: #F6B312;
    font-size: 3vh;
    background: none;
  }
}

@media (min-width:1440px) {
  .logo {
    width: 10rem;
  }

  .nav-acil {
    font-size: 2.5vh;
  }

  .nav-acil:hover {
    font-size: 2.5vh;
  }

}

.show {
  color: #F6B312 !important;
}

.nav-menu {
  border: none;
}

.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hamburger {
  margin: 0 auto;
  margin-top: 0;
  width: 30px;
  height: 30px;
  position: relative;
}

.hamburger .bar {
  padding: 0;
  width: 30px;
  height: 4px;
  background-color: #E25B19;
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.bar1 {
  top: 0;
}

.bar2,
.bar3 {
  top: 13.5px;
  left: 0px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 0;
}

/* HAMBURGER 1 */

.checkbox1 {
  display: flex;
}

.checkbox1:checked+label>.hamburger1>.bar1 {
  transform: rotate(45deg);
  transform-origin: 5%;
  width: 41px;
}

.checkbox1:checked+label>.hamburger1>.bar2 {
  transform: translateX(-40px);
  background-color: transparent;
}

.checkbox1:checked+label>.hamburger1>.bar3 {
  transform: none;
  background-color: transparent;
}

.checkbox1 .hamburger1>.bar2 {
  margin-right: 40px;
  /* Ajusta el valor negativo según sea necesario */
}

.checkbox1:checked+label>.hamburger1>.bar4 {
  transform-origin: 5%;
  transform: rotate(-45deg);
  width: 41px;
}

/**********Footer***********/

.contenedor-footer {
  bottom: 0;
  background-color: #E25B19;
  color: white;
  z-index: 8000;
  margin-top: auto;
}

.footer-links {
  color: white;
  text-decoration: none;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Gandhi-Bold';
  font-weight: 400;
}

.footer-links-derechos {
  color: white;
  text-decoration: none;
  font-size: 0.6em;
  text-align: center;
  font-family: 'Gandhi-Bold';
  font-weight: 400;
  margin-left: -7vw;
}

.footer-links:hover {
  color: #F6B312;
}

.footer-contain {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-contain:nth-child(4) {
  align-items: flex-end;
  font-size: 1.6rem;
}

@media (min-width:760px) {
  .footer-links {
    font-size: 1rem;
  }

  .footer-contain {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media (min-width:1024px) {
  .footer-links {
    font-size: 1rem;
  }

  .footer-links-derechos {
    font-size: 1rem;
  }
}

.globo-contenedor {
  width: 20vh;
  position: fixed;
  bottom: 120px;
  right: 7px;
  z-index: 7999;
}

.globo-texto {
  width: 80%;
  position: absolute;
  bottom: 41%;
  right: 13%;
}

.globo-texto-1 {
  margin: 0px;
  color: white;
  font-size: 2vh;
  text-align: center;
}

.globo-texto-2 {
  margin: 0;
  margin-top: -7px;
  color: white;
  font-size: 2.4vh;
  text-align: center;
}

@media (min-width:1024px) {
  .globo-contenedor {
    width: 27vh;
  }

  .globo-texto-1 {
    font-size: 2.4vh;
  }

  .globo-texto-2 {
    font-size: 3.4vh;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}

.texto-sesion {
  color: rgb(0, 0, 0) !important;
  padding-top: 10px;
}

.divCenter {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.checkmark_error {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: rgb(255, 2, 2);
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #9ff47a;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}

.checkmark__cross {
  stroke: red;
  fill: #eb8888;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #c14242;
  }
}

/* Landing */

.lineSection {
  height: 2px;
  width: 50vw;
  background-color: #E25B19;
}

@media (max-width:480px) {
  .lineSection {
    width: 75vw;
  }
}

.title-section {
  font-family: 'Montserrat-ExtraBold';
}

.container-title {
  background-color: #E25B19;
  height: 50px;
  padding: 0px 70px;
  border-radius: 10px;
  transition: .3s ease-in-out;
  border: 1px solid #E25B19 !important;
  text-decoration: none !important;
}

.kitsmenu {
  text-decoration: none !important;
}

.container-title:hover {
  background-color: #F6B312;
  border: 1px solid #F6B312 !important;
  transition: .3s ease-in-out;
  box-shadow: 3px 3px 10px black;
}

.container-title span {
  font-family: 'Montserrat-ExtraBold';
  color: white !important;
  font-size: 1.2em !important;
  letter-spacing: 1px;
  transition: .3s ease-in-out;
}

.container-title:hover span {
  color: #E25B19 !important;
  transition: .3s ease-in-out;
}

.containerSusElement {
  background-color: #E25B19;
  height: 70px;
  border-radius: 25px;
  width: 20vw;
}

.containerSusElementText {
  text-align: center;
  font-family: 'Montserrat-SemiBold';
  color: white !important;
  margin-top: -20px !important;
  font-size: 1em !important;

}

.containerElementSus {
  margin-top: -50px !important;
  gap: 100px !important;
}

.imgSus {
  height: 90px;
  width: 90px;
  margin-top: -30px !important;
  transition: .3s ease-in-out;
}

.imgSus:hover {
  transform: translateY(-3px);
}

.kit-text-title {
  font-family: 'Montserrat-Bold';
  font-size: 1em;
}

.img-kit-custom {
  margin-top: -25px !important;
  box-shadow: 3px 3px 10px black !important;
}

.logoAcilKit {
  height: 15px;
  width: auto;
}

.descripcion {
  color: #E25B19;
  font-family: 'Montserrat-Bold';
  font-size: 1em;
}

.gratis {
  color: #E25B19;
  font-family: 'Montserrat-Bold';
}

.listKit {
  font-size: .7em;
  font-family: 'Montserrat-Medium';
}

.lineKit {
  height: 2px;
  background-color: #F6B312;
  width: 30%;
}

.btnCotizar {
  background-color: #E25B19 !important;
  color: white !important;
  border: 1px solid #E25B19 !important;
  padding: 5px 30px;
  font-family: 'Montserrat-Bold';
  border-radius: 20px;
  margin-top: -20px;
  font-size: 1.2em;
  transition: .3s ease-in-out;
  text-decoration: none !important;
}

.btnCotizar:hover {
  background-color: #F6B312 !important;
  border: 1px solid #F6B312 !important;
  transition: .3s ease-in-out;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.452);
  transform: translateY(-3px);
  color: #E25B19 !important;

}

.typeKit {
  background-color: rgb(244, 244, 244);
  border-radius: 25px;
  border: 2px solid #E25B19 !important;
}

.containerKits {
  position: relative;
}

.hexagonosKits {
  position: absolute;
  top: 0;
  left: -80px;
  height: 90%;
}

.container-kit {
  position: relative;
  width: 20vw !important;
  height: 850px;
  transition: .3s ease-in-out
}

.container-kit:hover {
  transform: translateY(-4px);
  transition: .3s ease-in-out;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.imgMapa {
  height: 350px !important;
  opacity: .2;
  transition: .3s ease-in-out;
}

.imgMapa:hover {
  opacity: .25;
  transition: .3s ease-in-out;
  filter: drop-shadow(-2px 2px 15px rgba(0, 0, 0, 0.7));
}

.solTotal {
  position: absolute;
  font-family: 'Montserrat-Medium';
  font-size: 1.8em;
  color: #E25B19;
  margin-top: -150px !important;
}

.proveedor {
  position: absolute;
  font-family: 'Montserrat-bold';
  font-size: 1.7em;
  margin-top: -90px !important;
}

.resena {
  position: relative;
  height: 110px !important;
  width: 22vw !important;
  background-color: #E25B19 !important;
  transition: .3s ease-in-out;
}

.resena:hover {
  transform: translateY(-3px);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  transition: .3s ease-in-out;
}

.resena span {
  font-family: 'Montserrat-Medium';
  font-size: 0.725em;
  color: white;
  transition: .3s ease-in-out;
}

.imgResena {
  position: absolute;
  height: 65px;
  top: 130px;
  transition: .3s ease-in-out;
}

ion-icon {
  font-size: 32px;
  transition: .3s ease-in-out;
}

ion-icon:hover {
  color: #E25B19;
  transition: .3s ease-in-out;
}

.slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 100px !important;
}

.item {
  position: absolute;
  width: 25vw;
  height: 160px;
  border-radius: 10px;
  padding: 20px;
  transition: 0.5s;
  left: calc(50% - 170px);
  top: 15px;
  background-color: #E25B19 !important;
  color: white !important;
}

.item span {
  font-size: 1em;
}

@media (max-width:1050px) {
  .imgResena {
    top: 130px;
  }

  .containerSusElement {
    width: 60vw;
  }

  .containerElementSus {
    margin-top: 0px !important;
    gap: 10px !important;
  }

  .containerKits {
    position: relative;
    flex-direction: column !important;
  }

  .container-kit {
    width: 60vw !important;
    height: auto !important;
  }

  .hexagonosKits {
    height: 25%;
  }

  .containerResenas {
    flex-direction: column !important;
    gap: 50px !important;
  }

  .resena {
    width: 70% !important;
  }

  .solTotal {
    margin-top: -200px !important;
  }

  .proveedor {
    margin-top: -150px !important;
  }

  .item {
    width: 35vw;
  }

}

@media (max-width:800px) {
  .item {
    height: 190px;
    width: 45vw;
    left: calc(50% - 180px);
  }

  .imgResena {
    top: 160px;
  }

  .slider {
    padding: 150px 20px !important;
    margin-left: 23px;
  }
}

@media (max-width:650px) {
  .item {
    height: 235px;
    width: 45vw;
    left: calc(50% - 140px);
  }

  .imgResena {
    top: 205px;
  }

  .solTotal {
    font-size: 1.6em;
  }

  .proveedor {
    font-size: 1.5em;
  }
}

@media (max-width:500px) {

.hexagonosKits {
    position: absolute;
    top: 0;
    left: -25px;
    height: 13% !important;
}

.item {
    width: 50vw;
    left: calc(50% - 120px);
}

.containerElementSus {
    margin-top: 0px !important;
    gap: 10px !important;
}

.container-kit {
    width:75vw !important;
    height: auto !important;
}

.hexagonosKits {
    height: 20%;
}

.btnCotizar {
    padding: 5px 50px;
}

.containerResenas {
    flex-direction: column !important;
}

.resena {
    width: 100% !important;
}

.resena:nth-child(1) {
    margin-bottom: 30px !important;
}

.resena:nth-child(2),
.resena:nth-child(3) {
    display: none !important;
}

.solTotal {
    font-size: 1.2em;
    margin-top: -350px !important;
}

.proveedor {
    font-size: 1.2em;
    margin-top: -300px !important;
}

}