/*
onClick="location.href='./spa-card5.php';"
pointer
.pointer:hover{
  cursor: pointer;
  user-select: none;
  opacity: 0.6;
  background-color: rgba(255,255,255,0.6);
  transition: 0.5s all ease-in;
}

*/
/*---------------INICIO VALORES GENERALES---------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  img {
    object-fit: cover;
  }

  p {
    font-family: "Mitr-Regular";
    font-size: 23pt;
    line-height: 23pt;
  }

  h2 {
    font-family: "Mitr-SemiBold";
    font-size: 2.5rem;
    text-align: center;
    color: #009bdf;
	  margin-bottom: 60px;
  }  

  .pointer:hover{
    cursor: pointer;
    user-select: none;
    opacity: 0.6;
    background-color: rgba(255,255,255,0.6);
    transition: 0.5s all ease-in;
  }

  .pointer-nav:hover{
    cursor: pointer;
    user-select: none;
  }

  .masinfo-carousel {
    font-family: "Mitr-Regular";
  }

/*---------------INICIO FONTS---------------*/
@font-face {
  font-family: "Mitr-Bold";
  src: url("../assets/tipografias/Mitr-Bold.ttf");
}
@font-face {
  font-family: "Mitr-ExtraLight";
  src: url("../assets/tipografias/Mitr-ExtraLight.ttf");
}
@font-face {
  font-family: "HMitr-Light";
  src: url("../assets/tipografias/Mitr-Light.ttf");
}
@font-face {
  font-family: "Mitr-Medium";
  src: url("../assets/tipografias/Mitr-Medium.ttf");
}
@font-face {
  font-family: "Mitr-Regular";
  src: url("../assets/tipografias/Mitr-Regular.ttf");
}
@font-face {
  font-family: "Mitr-SemiBold";
  src: url("../assets/tipografias/Mitr-SemiBold.ttf");
}
/*---------------FIN FONTS---------------*/

/*----------------NAVBAR---------------*/
nav {
  width: 100vw;
  z-index: 999;
  display: flex;
  align-items: center;
  height: 4.1rem;
  background: linear-gradient(#013d9d, #0063b3);
}

.nav-img {
  width: 25%;
  text-align: center;
  transform: translateY(2.6rem);
  background: transparent;
  z-index: 999;
  /*margin-top: 0.7rem;
  margin-bottom: 0.7rem;*/
}

.logotipo {
  width: 70%;
	transition: ease all 1s;
}

.logoscroll {
  width: 40%;
	transition: ease all 1s;
}

/*----------------FIN NAVBAR---------------*/

/*----------------NAVBAR STICKY---------------*/
.nav-a {
    position: relative;
    width: 75%;
    z-index: 2;
    padding: 12px 0px;
}

.nav-a-fixed {
  position:fixed;
  z-index:1000;
  top:0;
  left:0;
  background-color: transparent ;
  width: 100%;
  max-width: 100%;
}

/*----------------FIN NAVBAR STICKY---------------*/

/*----------------INICIO NAVBAR DROPDOWN---------------*/
.dropbtn {
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  margin-top: 0.8rem;
  background-color: #6adae6;/*Cambiar*/
  min-width: 113px;/*Cambiar*/
  z-index: 1;
  border-radius: 0.4rem;
}

.dropdown-content a {
  color: #fff;
  padding: 1rem;
  text-decoration: none;
  display: block;
  font-family: "Larke Neue Regular";/*********************************/
  font-size: 0.9rem;
  margin: 0 !important;
  text-align: center;
}

.dropdown-content a:hover {
    font-weight: bold;
    /*color XXX*/ 
  }

.dropdown:hover .dropdown-content {
    display: block;
  }

.dropdown:hover .dropbtn {
    background: transparent;
  }

.flechaabajomenu{
  font-size: 11px;
  position: relative;
  top: -2px;
}

.border-r {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
/*----------------FIN NAVBAR DROPDOWN---------------*/

/*-----------------INICIO OWL CAROUSEL---------------*/
.contenedor-imagen {
  width: 100%;
}

.owl-dos {
  display: block !important;
}

.contenedor-txt-img {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

.contenedor-txt-slider {
  width: 87%;
  /* padding-left: 5rem; */
  /* padding-top: 9rem; */
  margin-right: 3rem;
  margin-top: 13rem;
  /* margin-left: 16rem; */
  position: absolute;
  text-align: right;
}

.descripcioncarrousel {
  font-size: 3rem;
  font-family: "Mitr-ExtraLight";
  font-weight: normal;
  color: #fff;
  line-height: 3rem;
}

.descripcioncarrousel-dos {
  color: rgb(189, 189, 189);
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}


.descripcioncarrousel span {
    font-size: 60pt;
    font-family: "Mitr-SemiBold";
    line-height: 60pt;
}
/*-----------------FIN OWL CAROUSEL---------------*/

/*--------INICIO BOTÓN CONTACTO / MÁS INFORMACIÓN--------*/
.contenedor-masinfo {
  width: 100%;
}

.masinfo-carousel {
    color: #fff;
    margin-left: 87%;
    padding: 0.5rem 0.3rem;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
    background-color: #00b2bb;
    font-size: 1.2rem;
    width: 13%;
    text-decoration: none;
}

.contenedor-general-bntcnt {
  width: 100vw;
  position: absolute;
}

.contacto-entrada {
  color: #fff;
  position: absolute;
  margin-left: 77%;
  padding: 0.5rem 0.3rem;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 24rem;
  display: flex;
  background-color: #00b2bb;
  font-size: 1.2rem;
  width: 11%;
  text-decoration: none;
}

.masinfo-carousel:hover {
  background-color: #6adae6;
  color: #fff;
  transition: 0.2s ease;
}

.contenedor-contacto-arreglo {
  width: 100%;
  
}
/*--------FIN BOTÓN CONTACTO / MÁS INFORMACIÓN--------*/

/*--------INICIO QUIENES SOMOS--------*/

.contenedor-quienes-somos-index {
  width: 100vw;
}

.contenedor-general-nosotros {
  width: 100%;

}

.contenedor-flex-nosotros {
  display: flex;
  width: 100%;
  background-image: url("../assets/img/simbolo-logo.png");
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: 65%;
}

.contenedor-titulo {
  width: 100%;
  margin: auto;
}

.contenedor-txt-nosotros {
  width: 66%;
}

.txt-nosotros {
  color: #034c9e;
  padding: 4rem 0 0 5rem;
  line-height: 1.5rem;
  margin-top: 23pt;
}

.nosotros-correcion {
  text-align: left;
  margin-left: 9% !important;
  width: 17% !important;
}

.contenedor-img-derecha {
  width: 34%;
}

.img-nosotros {
  width: 85%;
  height: 100%;
  margin-right: 4rem;
}

.titulo {
  transform: translateY(5rem);
}
/*--------FIN QUIENES SOMOS--------*/

/*--------INICIO NUESTROS VALORES--------*/
.contenedor-general-nuestros-valores {
  width: 100vw;
  background-image: url("../assets/img/1.png");
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
}

.contenedor-flex-nuestros-valores {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.descripcion-valores {
  width: 100%;
  line-height: 1.4rem;
}

.color-valores {
  color: #fff;
  margin-top: 8rem;
  margin-bottom: 4rem;
}

.valores-txt {
    color: #fff;
    margin-bottom: 3rem;
    width: 80%;
    margin-left: 10%;
}

.valores-correcion {
  width: 11% !important;
  margin: auto;
  margin-bottom: 9rem;
}
/*--------FIN NUESTROS VALORES--------*/

/*--------INICIO PRODUCTOS--------*/
.contenedor-productos-index {
  width: 100vw;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.contenedor-titulo-productos {
  width: 100%;
  margin: auto;
}

.contenedor-productos-primera-linea {
  display: flex;
  width: 80%;
  margin: 4rem 10% 0 10%;
  text-align: center;
}

.tarjeta-producto {
  width: 100%;
  margin-bottom: 2rem;
}

.img-producto {
  width: 45%;
  border-radius: 12rem;
  border: 2px solid #034c9e;
  padding: 0.3rem;
}

.info-producto {
  color: #034c9e;
  line-height: 1.2rem;
}

.line-two {
  width: 40% !important;
}

.line-one {
  width: 60% !important;
  margin-left: 20% !important;
  margin-right: 20% !important;
  margin-top: 3rem !important;
}
/*--------FIN PRODUCTOS--------*/

/*<div class="contenedor-formulario">
          <div class="contact-form">
              <form  id="email_client" method="POST" onsubmit="return false;" >
                <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/shell.js"></script>
                  <script>
                    hbspt.forms.create({
                    portalId: "8802625",
                    formId: "8111ec3e-7d1f-4854-96c5-efdd845a6c89"
                  });
                  </script>
          </div>
        </div>*/

/*-------------INICIO FOOTER------------*/
.contenedor-footer {
  width: 100vw;
  background: linear-gradient(#013d9d, #0063b3);
}

.contenedor-footer {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.contenedor-titulo-contacto {
  width: 70%;
  margin: auto;
  margin-top: 5rem;
}

.color-contacto {
  color: #fff;
}

.contenedor-formulario {
  width: 40%;
  margin: auto;
}

.contenedor-contactos {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.contenedor-general-contactos {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  width: 50%;
  margin: auto;
  margin-bottom: 4rem;
}

.telefono{
  width: 11%;
  margin-right: 1rem;
  filter: invert(1);
}

.txt-numeros-contacto {
  color: #fff;
  font-size: 1rem;
}

.contenedor-img-final {
  width: 100%;
}

.contenedor-texto-img {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer-img-mapa {
  width: 100%;
  position: relative;
}

.txt-img-mapa {
  color: #fff;
  line-height: 2rem;
  padding: 13rem 0rem 0 20rem;
}

.contenedor-txt-footer-img {
  width: 100%;
  text-align: center;
  position: absolute;
}

.contenedor-copy {
  width: 100%;
  background: linear-gradient(#013d9d, #0063b3);
}

.txt-copy {
  width: 100%;
}

.copy {
  color: #fff;
  text-align: center;
  padding: 0.8rem;
  font-family: "Mitr-Regular";
  font-size: 1rem;
}

.imgbarlog {
  width: 19px;
}

.icon-barslide {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  display: none;
}

.icon-barslide a {
  display: block;
  text-align: center;
  padding: 14px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-barslide a:hover {
  background-color: #034c9e;
}

.facebook {
  background: #3b5998;
  color: white;
}

.fmesseger {
  background: #0078ff;
  color: white;
}

.intagram {
  background: #5851db;
  color: white;
}

.whatsapp {
  background: #4ac959;
  color: white;
}

.telefono-bar {
  background: #FFB000;
  color: #fff;
}

@media only screen and (min-width:992px) {
  .icon-barslide {
      display: block;
  }
}
/*--------------FIN FOOTER--------------*/

/*--------------INICIO NOSOTROS ENTRADA---------*/

.contenedor-entrada-nosotros {
  width: 100vw;
}

.contenedor-general-entrada-nosotros {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.img-entrada {
  width: 100%;
  position: relative;
}

.txt-entrada-nosotros {
  font-size: 3rem;
  color: #fff;
  text-align: right;
  position: absolute;
  margin-left: 42%;
  margin-top: 15%;
  line-height: 2.9rem;
}

.txt-bold {
  font-family: "Mitr-SemiBold";
}

/*--------------FIN NOSOTROS ENTRADA---------*/

/*--------------INICIO MISIÓN / VISIÓN--------*/

.contenedor-general-vision {
  width: 100vw;
}

.contenedor-flex-vision {
  width: 100%;
  display: flex;
}

.contenedor-mision {
  display: flex;
  flex-direction: column;
  background-color: #008fd5;
  justify-content: center;
  text-align: center;
  width: 50%;
  padding: 7rem 0 9rem 0;
	position: relative;
}

.vision {
  background: linear-gradient(#013d9d, #0063b3);
}

.img-vision {
  margin: auto;
  margin-bottom: 0;
  margin-top: 0;
  width: 17%;
}

.titulo-vision {
  color: #fff;
  margin: 1.5rem 0 2rem 0;
  font-size: 2.1rem;
  line-height: 1.2;
}

.txt-info-vision {
  color: #fff;
  line-height: 1.5rem;
  width: 100%;
  /* margin-left: 10%; */
  padding: 0rem 4rem;

  margin: auto;
}
/*--------------FIN MISIÓN / VISIÓN--------*/

/*--------------INICIO NUESTROS VALORES NOSOTROS------*/

.contendor-general-valores-nosotros {
  width: 100vw;
  background-color: #e5f3fa;
}

.contenedor-img-titulo-iconos {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 4rem 0 5rem 0;
}

.img-valores-nosotros {
  margin: auto;
  width: 10%;
}

.titulo-valores-nosotros {
  font-size: 2.3rem;
  color: #009bdf;
  margin-top: 1rem;
  margin-bottom: 6rem;
}

.contenedor-iconos-valores-nosotros {
  display: flex;
  width: 80%;
  margin: auto;
  justify-content: center;
}

.icono-card {
  display: flex;
  flex-direction: column;
}

.icono-card-img {
  width: 45%;
  margin: auto;
  margin-bottom: 1.5rem;
}

.info-valores-card-icono {
  font-size: 1.1rem;
  color: #034c9e;
  line-height: 1.1rem;
}

.margin-card {
  margin: 0 2rem;
}

/*--------------FIN NUESTROS VALORES NOSOTROS------*/

/*------------INICIO EN QUÉ TE PODEMOS AYUDAR---------*/

.contenedor-general-ayudar {
  width: 100vw;
}

.contenedor-general-ayudar-productos {
  width: 100%;
  padding: 5rem 0 6rem 0;
}

.alineacion-txt {
  margin-left: 46% !important;
}

.ayudar-titulo {
  color: #009bdf;
  margin-bottom: 2rem;
}

.contenedor-txt-img-ayudar {
  display: flex;
  width: 100%;
}

.contenedor-txt-info-ayudar {
  width: 60%;
  padding: 0px 0rem 0 6rem;
  margin-top: 9rem;
}

.contenedor-img-ayudar {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 3rem;
}

.bgcolor {
  width: 23rem;
  height: 23rem;
  margin-top: 0.8rem;
  margin-left: 2.5rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  justify-content: center;
  position: relative;
  background: linear-gradient(#00a6ad, #00aab2);
}

.img-ayudar-productos {
  width: 32%;
  position: absolute;
}

.txt-ayudar {
  font-size: 1.3rem;
  color: #034c9e;
}

.valores-ayudar {
  width: 22%;
  margin-left: 0;
  font-size: 1rem;
}
/*------------FIN EN QUÉ TE PODEMOS AYUDAR---------*/

/*----------INICIO DESARROLLO----------*/

.contenedor-general-desarrollo {
  width: 100vw;
}

.contenedor-general-desarrollo {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.img-desarrollo {
  width: 100%;
  position: relative;
}

.contenedor-txt-desarrollo {
  position: absolute;
  width: 100%;
}

.txt-info-desarrollo {
  color: #fff;
}

.valores-desarrollo {
  margin: 2rem 0rem 0 45%;
font-family: "Mitr-Regular";
}

.productos-productos {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}
/*----------FIN DESARROLLO----------*/

/*----------------INICIO CONTACTO-----------*/

.contacto-contacto {
  margin-left: 50%;
  margin-top: 14%;
}
/*---------------FIN CONTACTO--------------*/

/*-------Inicio Móviles----------*/

@media screen and (min-width: 700px) { 

  .owl-carousel .owl-item img.pc, .pc {
      display: block;
  }
    
  .owl-carousel .owl-item img.moviles, .moviles {
      display: none;
  }

  
}


.owl-prev {
    left: -3rem !important;
    position: absolute;
}

/* line 387, css.scss */
.owl-prev2 {
    color: #333 !important;
    font-size: 80px !important;
    font-family: 'Roboto' !important;
    position: absolute !important;
    left: -5% !important;
}

#owl-visita{
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}
.contenedor-img img {
    object-fit: cover;
    height: 100%;
    border-radius: 130px;
    width: 100%;
}
.contenedor-img {
    width: 230px;
    height: 230px;
    border-radius: 130px;
    margin: auto;
    border: 5px solid #013d9d;
    padding: 4px;
}

.espacioparabotonnuevo{
	    text-align: center;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
	height: 80px;
}

.botonmasinfocarrusel{
	color: #fff;
background: linear-gradient(#013d9d, #0063b3);
text-align: center;
font-size: 13pt;
padding: 6px 4px;
font-family: "Mitr-Regular";
	border: 2px solid #013d9d;
	transition: ease all 2s;
}
.owl-nav {
    position: absolute;
    top: 0px;
    width: 110%;
    left: -5%;
    top: 25%;
}
.flechaleft{
	width: 80px;
left: 0px;
position: absolute;
top: 0px;
}
.flecharight{
	    width: 80px;
    right: 0px;
    position: absolute;
    top: 0px;
}
.paradesplegarse{
	    position: fixed;
    z-index: 999999;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
}

.formulariopopselectrec {
    position: relative;
    width: 60%;
    height: auto;
    border: 2px solid #333;
    padding: 40px;
    left: 0%;
    background: #fff;
    top: 0%;
    background: #c21c22;
    border-radius: 0px;
    margin-left: 20%;
}

.cerrarformulario{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999999;
}

.contenedorimgforma {
    width: 90%;
    height: 300px;
    border-radius: 10px;
    margin-left: 5%;
    border: 5px solid #013d9d;
    padding: 4px;
}
.imgconverforma{
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.espaciodedescargar {
    margin-top: 30px;
    height: 190px;
    overflow: auto;
    color: #fff;
    text-align: left;
    font-size: 12pt;
    font-family: sans-serif;
    margin-bottom: 30px;
    text-align: left;
}

.font-alone-item {
  font-size: 16pt !important;
}

.espaciodedescargar span{
  color: #013d9d;
  font-weight: 800;
}

.itemdeseccionproductos {
    width: 27%;
    display: inline-block;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 85px;
}
.espaciodeproductos{
	width: 80%;
margin-left: 10%;
margin-right: 10%;
}

.botonmasinfocarrusel2 {
    color: #013d9d;
    background: linear-gradient(#013d9d, #0063b3);
    text-align: center;
    font-size: 13pt;
    padding: 6px 4px;
    font-family: "Mitr-Regular";
    width: 60%;
    margin-left: 20%;
    background: #fff;
    position: absolute;
    bottom: 10%;
	border: 2px solid #fff;
	transition: ease all 2s;
}

.botonmasinfocarrusel:hover {
    color: #013d9d;
    background: #fff;
	transition: ease all 2s;
}

.botonmasinfocarrusel2:hover {
    color: #fff;
    background: #013d9d;

	transition: ease all 2s;
}
/*-------Fin Móviles----------*/

.item-ab {
  width: 90%;
  height: 300px;
  border-radius: 10px;
  margin-left: 5%;
  border: 5px solid #013d9d;
  padding: 4px;
  font-size: 1.2rem;
  text-align: center;
}

.item-abc {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-abcd {
    transform: translateY(-25px);
    color: #013d9d;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bolder;
    position: relative;
    top: 30px;
}

.flechaleft2 {
    width: 80px;
    left: 50px;
    position: absolute;
    top: 0px;
}

.ventana50 {
    width: 44%;
    height: 300px;
    border-radius: 10px;
    margin-left: 5%;
    border: 5px solid #013d9d;
    padding: 4px;
    font-size: 1.2rem;
    text-align: center;
    display: inline-block;
}

.ventana25 {
    width: 22%;
    height: 200px;
    border-radius: 10px;
    margin-left: 2%;
    border: 5px solid #013d9d;
    padding: 4px;
    font-size: 1.2rem;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.funtecuatro{
	font-size: 16pt;
}
.sectmenu{
	color: #fff !important;
	background: #00b2bb !important ;
}

