  * {
  	margin: 0;
  	padding: 0;
  	box-sizing: border-box;
  	font-family: 'Open Sans', sans-serif;
  }
  
  .container {
  	width: 90%;
  	max-width: 1700px;
  }
  
  .magin-bottom-0 {
  	margin-bottom: 0;
  }
  
  .bold {
  	font-weight: bold;
  }
  
  .margin-b-10 {
  	margin-bottom: 10%;
  }
  
  .tittle-center {
  	font-size: 16PX;
  	font-weight: bold;
  	text-align: center;
  	padding: 30px 0px 50px 0px;
  }
  
  .txt-center {
  	text-align: center;
  	padding: 30px 0px 50px 0px;
  }
  
  .img-his-1 {
  	background: url('../assets/img_6008-2.png') no-repeat center center;
  	background-size: cover;
  	width: 333px;
  	height: 183px;
  }
  
  .img-his-2 {
  	background: url('../assets/img_6008-3.png') no-repeat center center;
  	background-size: cover;
  	width: 335px;
  	height: 183px;
  }
  
  .img-his-3 {
  	background: url('../assets/img_6008-4.png') no-repeat center center;
  	background-size: cover;
  	width: 333px;
  	height: 183px;
  }
  
  .conteiner-info {
  	display: flex;
  	margin-bottom: 40px;
  	justify-content: center;
  }
  
  .txt-justify-wpb {
  	text-align: justify;
  	padding-bottom: 9%;
  }
  .infInd{
    padding: 60px 0px;
  }
  .background-nav {
  	height: 538px;
  	background: url('../assets/principal.png') no-repeat center center;
  	background-size: cover;
  }
  .dropdown-item{
      text-transform: capitalize;
  }
  
  .background-nav-section {
  	height: 538px;
  	background: url('../assets/section.png') no-repeat center center;
  	background-size: cover;
  }
  
  .background-nav-servicios {
  	height: 538px;
  	background: url('../assets/banner_servicios.png') no-repeat center center;
  	background-size: cover;
  }
  
  .background-nav-product {
  	height: 538px;
  	background: url('../assets/banner_product.png') no-repeat center center;
  	background-size: cover;
  }
  
  .nav-link {
  	text-transform: uppercase;
  	font-size: 23px;
  }
  
  .tittleProducts {
  	text-align: center;
  }
  
  .pagination-controls {
  	margin-top: 20px;
  	text-align: center;
  }
  
  .pagination-controls button {
  	padding: 10px;
  	margin: 0 5px;
  	font-size: 14px;
  }
  
  .pagination-controls span {
  	margin: 0 10px;
  	font-size: 16px;
  }
  
  .tittlePrice {
  	margin-top: -6%;
  }
  .priceInd{
    font-size: 1.875rem;
    font-weight: 700;
  }
  .backgroundFProduct {
  	background: #DEEDF1;
  	padding: 75px;
  }
  
  .backgroundSProduct {
  	background-color: rgba(137, 137, 137, 0.2);
  	padding: 75px;
  }
  
  .p-20px {
  	padding: 20px;
  }
  
  .pl-50px {
  	padding-top: 30px;
  }
  
  .cardProduct {
  	border: 1px solid;
  	border-radius: 1%;
  	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  }
  .capitaLetters p{
      text-transform: uppercase
  }
  /*---------footer--------*/
  /*:::::Pie de Pagina*/
  
  .links_footer {
  	text-decoration: none;
  	color: #fff;
  	transition: color 0.3s ease-in-out;
  }

  .pie-pagina {
  	width: 100%;
  	background-color: #203040;
  }
  
    .links {
     text-decoration: none;
  	 color: #fff;
  	 font-size: 14px;
      box-shadow: inset 0 0 0 0 #54b3d6;
      margin: 0 -.25rem;
      padding: 0 .25rem;
      transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    }
    .links:hover {
      box-shadow: inset 170px 0 0 0 #54b3d6;
      color: white;
    }
  
  .margin-b {
  	margin-bottom: 20px;
  }
  
  .pie-pagina .grupo-1 {
  	width: 100%;
  	max-width: 1200px;
  	margin: auto;
  	display: grid;
  	grid-template-columns: repeat(5, 1fr);
  	grid-gap: 50px;
  	padding: 45px 0px;
  }
  
  .pie-pagina .grupo-1 .box figure {
  	width: 100%;
  	height: 100%;
  	display: flex;
  	/* justify-content: center;
    align-items: center; */
  }
  
  .pie-pagina .grupo-1 .box figure img {
  	width: 120px;
  }
  
  .pie-pagina .grupo-1 .box {
  	color: #fff;
  	margin-bottom: 25px;
  	font-size: 20px;
  }
  
  .pie-pagina .grupo-1 .box p {
  	color: #efefef;
  	font-size: 14px;
  	/* margin-bottom: 10px; */
  }
  
  .pie-pagina .grupo-1 .red-social a {
  	display: inline-block;
  	text-decoration: none;
  	width: 40px;
  	height: 40px;
  	border: 2px solid;
  	border-radius: 50%;
  	border-color: #fff;
  	line-height: 40px;
  	color: #fff;
  	margin-right: 10px;
  	background-color: #203040;
  	text-align: center;
  	margin-top: 30%;
  	transition: all 300ms ease;
  }
  
  .pie-pagina .grupo-1 .red-social a:hover {
  	border-color: #efb810;
  	color: #efb810;
  }
  
  .pie-pagina .grupo-2 {
  	background-color: #203040;
  	padding: 10px 10px;
  	text-align: center;
  	color: #fff;
  	border-top: 2px solid;
  }
  
  .pie-pagina .grupo-2 small {
  	font-size: 12px;
  }
  
  .miniatura {
  	width: 97px;
  	cursor: pointer;
  }
  
  .ImagenGrande {
  	width: 300px;
  	padding-bottom: 20px;
  }
  
  .contactAssesor {
  	background-color: #1A9F5F;
  	width: 200px;
  	height: 30px;
  	border-color: #1A9F5F;
  	border-radius: 5px;
  	color: #fff;
  	font-size: 13px;
  }
  
  .contactAssesorInd {
  	padding: 12px 25px;
  	border: lightskyblue;
  	color: #fff;
  	padding: 12px 25px;
  	background: lightskyblue;
  	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  }
  .contactAssesorInd:hover{
    background: black;
    color: white;
  }
  .margin-r-10 {
  	margin-right: 10px;
  }
  
  .tittleModalProduct {
  	font-size: 16px;
  	font-weight: bold;
  }
  
  .textDisponibility {
  	font-size: 12px;
  	margin-top: 12px;
  }
  
  .textModal {
  	font-size: 14px;
  }
  
  .share {
  	margin-top: 65px;
  	display: flex;
  	align-items: center;
  	text-decoration: none;
  	color: #000;
  }
  
  .imgShare {
  	margin-right: 10px;
  }
  
  .textShare {
  	margin: 0;
  }
  
  .blue {
  	background-color: #DEEDF1;
  }
  
  .grey {
  	background-color: #898989;
  }
  
  .imageProducts {
  	width: 100%;
  }
  
  .sectionShare {
  	padding: 25px 0px 20px 0px;
  }
  
    .zoom-lens {
    	position: absolute;
    	width: 100px;
    	height: 100px;
    	pointer-events: none;
    }
    
    .zoom-result {
    	position: absolute;
    	left: 380px;
    	top: 0;
    	width: 350px;
    	height: 350px;
    	overflow: hidden;
    	display: none;
    }
    
    .zoom-result img {
    	position: absolute;
    	width: 800px; /* Doble del tamaño de la imagen original */
    }
  /*------ button share-------------*/
  
  .checksito {
  	display: none;
  }
  
  .tarjetas {
  	display: flex;
  	justify-content: space-around;
  	flex-wrap: wrap;
  }
  
  .compartirBoton {
  	display: flex;
  	justify-content: flex-start;
  	align-items: center;
  	flex-direction: row-reverse;
  }
  
  .botonSharingMain {
  	background-color: rgba(0, 0, 0, 0.9);
  	height: 45px;
  	width: 45px;
  	border-radius: 500px;
  	color: white;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	cursor: pointer;
  	z-index: 5;
  	position: relative;
  }
  
  .tarjeta {
  	background: tomato;
  	height: 300px;
  	width: 300px;
  	padding: 20px;
  	box-sizing: border-box;
  	margin: 10px;
  }
  
  .iconoSocialBTN {
  	color: white;
  	width: 40px;
  	height: 40px;
  	display: flex;
  	text-decoration: none;
  	justify-content: center;
  	align-items: center;
  	border-radius: 500px;
  	margin: 3px;
  	position: relative;
  	transition: all 150ms linear;
  }
  /* facebook */
  
  .compartirBoton> .iconoSocialBTN:nth-child(3) {
  	background-color: #3f51b5;
  	transform: translateX(46px);
  }
  
  .checksito:checked~ a:nth-child(3) {
  	transform: translateX(0px);
  }
  /* whatsapp */
  
  .compartirBoton> .iconoSocialBTN:nth-child(4) {
  	background-color: #25d366;
  	transform: translateX(92px)
  }
  
  .checksito:checked~ a:nth-child(4) {
  	transform: translateX(0px);
  }
  /* twitter */
  
  .compartirBoton> .iconoSocialBTN:nth-child(5) {
  	background-color: #40c4ff;
  	transform: translateX(138px)
  }
  
  .checksito:checked~ a:nth-child(5) {
  	transform: translateX(0px);
  }
  /*--------------------------------------------------------------*/
  
  @media screen and (max-width:800px) {
  	.pie-pagina .grupo-1 {
  		width: 90%;
  		grid-template-columns: repeat(1, 1fr);
  		grid-gap: 30px;
  		padding: 35px 0px;
  	}
  }
  
  @media(min-width:992px) {
  	.imgProduct {
  		width: 55%;
  	}
  	.content-nav {
  		position: relative;
  		height: 580px;
  	}
  	.nav-item {
  		padding-right: 7%;
  	}
  	.navbar-expand-lg {
  		background-color: rgba(255, 255, 255, 0.7);
  		height: 64px;
  	}
  	.navbar-brand {
  		padding-left: 4%;
  	}
  	.navbar {
  		bottom: 514px;
  	}
  	.dropdown>.dropdown-menu {
  		visibility: hidden;
  		opacity: 0;
  		top: 100%;
  		display: block;
  		transition: all 0.1s ease-out;
  	}
  	.dropdown:hover>.dropdown-menu {
  		padding: 20px 0;
  		display: block;
  		visibility: visible;
  		opacity: 80%;
  		transition: all 0.3s ease-in-out;
  	}
  	.dropdown-item:hover {
  		color: white;
  		background-color: black;
  	}
  }
  
  @media (max-width: 991px) {
  	.imgProduct {
  		width: 30%;
  	}
  	.background-nav {
  		display: none;
  	}
  	.background-nav-mobile {
  		height: 250px;
  		background: url('../assets/principal.png') no-repeat center center;
  		background-size: cover;
  	}
  	.background-nav-section {
  		display: none;
  	}
  	.background-nav-mobile-section {
  		height: 250px;
  		background: url('../assets/section.png') no-repeat center center;
  		background-size: cover;
  	}
  	.background-nav-servicios {
  		display: none;
  	}
  	.background-nav-mobile-servicios {
  		height: 250px;
  		background: url('../assets/banner_servicios.png') no-repeat center center;
  		background-size: cover;
  	}
  	.background-nav-product {
  		display: none;
  	}
  	.background-nav-mobile-product {
  		height: 250px;
  		background: url('../assets/banner_product.png') no-repeat center center;
  		background-size: cover;
  	}
  	.imageProducts {
        width: 97%;
    }
    .conteiner-product {
        width: 220px !important;
        height: 250px !important;
    }
    .zoom-result{
        display: none;
    }
    
    .zoom-result img{
        display: none;
    }
  }