@font-face
{
	font-family: "Coco";
	src: url("../font/Coco-Gothic-Bold-trial.ttf");
}
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;800;900&display=swap');
.centrado{
	margin-left: auto;
	margin-right: auto;
}
.menusicent{
	padding: 2.5rem 2rem 2.5rem 3rem;
	background-color: #fff;
	background-image: url(../img/fondomenu.png);
}
.btnContacto{
	width: 9.5rem;
	background-color: #8d8d8f;
	border: solid 2px #d7d7d7;
	font-size: 22px;
	color: #fff;
	border-radius: 30px;
	padding: 4px;

	-webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
#listafooter{
	margin: 0;
    padding: 0;
        margin-top: 24px;
}
#listafooter li{
	display: inline-block;
}
.textrg{
	text-align: right;
}
.imgtel{
	width: 23px;
    margin-right: 10px;
}
.imgcorreo{
	    width: 28px;
    margin-right: 10px;
}
.grecaptcha-badge { visibility: hidden; }
#listafooter li a{
	font-size: 0.9em;
    color: white;
    text-decoration: none;
    font-family: 'Urbanist', sans-serif;
}
.forsli{
	margin-right: 18px;
	font-family: 'Urbanist', sans-serif;
}
.btnContacto:hover{
	background-color: #f7f7f8;
	/*border: solid 2px #d7d7d7;*/
	color: #464646;
}
.imglogo{
	width: 10rem;
}
.fontMenu{
	font-size: 21px;
	font-family: 'Urbanist', sans-serif;
	color: #464646!important;
	font-weight: 500;

	display: inline-block;
	position: relative;
	

	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fontMenu:after {
	content: ""!important;
	display: block!important;
	margin: auto!important;
	height: 3px!important;
	width: 0px!important;
	transition: all .8s!important;
}
.fontMenu:hover:after {
	width: 90%!important;
	background: #464646!important;
}
.fontMenu:focus:after {
	width: 90%!important;
	background: #464646!important;
}
.dropdown-toggle::after {
    display: block;
    width: 0px;
    height: 0;
    margin-left: 0px;
    vertical-align: 0px; 
    content: "";
    border-top: 0px; 
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}
.dropdown-menu.show {
    margin-left: -4.5rem;
}
/*.fontMenuu:hover{
	border-bottom: #464646;
	padding-bottom: 0px;
    border-bottom-style: solid;
    padding-right: 2px!important;
    padding-left: 2px!important;
}*/
.submenufont{
	font-size: 20px;
	font-family: 'Urbanist', sans-serif;
	color: #fff;
	margin-bottom: 0px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #09154c;
    text-decoration: none;
    background-color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #09154c;
    text-decoration: none;
    background-color: #fff;
}
.dropdown-item {
    padding: .25rem 2.8rem;
}
.active:after{
	/*
		text-decoration: underline;
		text-decoration-thickness: 3px;
		margin-bottom: -1px;
	*/

	/*
		border-bottom: #464646;
	    border-bottom-style: solid;
	    padding-bottom: 0px;
	    margin: auto;
	    width: 100%;
	    padding-right: 2px!important;
	    padding-left: 2px!important;
    */

    content: "";
	display: block!important;
	margin: auto!important;
	height: 3px;
	width: 0px!important;
	transition: all .8s!important;

    width: 90%!important;
	background: #464646!important;
}
.divsubenu{
	background-color: #09154c;
	border:0px;
	border-radius: .55rem;
	margin-left
}
.cajaMenu{
	padding: 0rem 1.2rem;
}
.oculto{
	display: none;
}
.fondoinicio{
	background-image: url(../img/bannerinicio.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.azulclaro{
	font-size: 39px;
	font-family: "Coco";
	color: #59659b;
	margin-bottom: 0px;
	line-height: 40px;
	margin-left: 2rem;
}
.azulfuerte{
	font-size: 87px;
	font-weight: 700;
	font-family: 'Urbanist', sans-serif;
	color: #09154c;
	margin-bottom: 0px;
	line-height: 65px;
	margin-left: 1.5rem;
}
.experienciafont{
	font-size: 28px;
	font-family: "Coco";
	color: #59659b;
	margin-bottom: 2rem;
    line-height: 60px;
    text-align: center;
    margin-top: 3px;
}
.fontcontrol{
	font-size: 42px;
	font-family: "Coco";
	font-weight: 600;
	color: #09154c;
    line-height: 50px;
}
.spancontrol{
	margin-left: 2rem;
}
.divtxtinicio{
	/*padding: 2.5rem 11rem 2.5rem 5rem;*/
	padding: 4.5rem 5rem;
}
.btnConocemas{
	width: 13rem;
	background-color: #263786;
	border: solid 2px #263786;
	font-size: 22px;
	color: #fff;
	border-radius: 30px;
	padding: 2px;

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btnConocemas:hover{
	background-color: #fff;
	border: solid 2px #263786;
	color: #263786;
}
.alignCenter{
	text-align: center;
}
.alignbtn{
	margin-left: 5rem;
	margin-top: 4rem;
}
.titulotxt{
	font-family: "Coco";
	font-size: 38px;
	color: #09154c;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
.titulotxtrepre{
	font-family: "Coco";
	font-size: 34px;
	color: #09154c;
	font-weight: bold;
	text-transform: uppercase;
    line-height: 50px;
}
.margentio{
	margin-top: 8rem;
}
.tituloServicio{
	margin: 5rem 1rem 2rem 1rem;
}
.paddingServ{
	padding: 1rem 1.5rem;
}
.tituloSerTxt{
	font-family: "Coco";
	font-size: 24px;
	color: #464646;
	font-weight: bold;
	margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.txtrepre{
	font-family: 'Urbanist', sans-serif;
	color: #656565;
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 0px;
}
.tituloRepre{
	font-family: "Coco";
	font-size: 28px;
	color: #09154c;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 1rem;
    margin-bottom: 0px;
}
.divcomplvalor{
	display: flex;
	align-items: center;
}

.espacio{
	padding-left: 5rem;
	padding-right: 5rem;
	margin-top: 5rem;
}
.negrita{
	font-weight: bold;
}
.txtServ{
	font-family: 'Urbanist', sans-serif;
	color: #656565;
	font-size: 16px;
	height: 8rem;
}
.txtMetodos{
	font-family: 'Urbanist', sans-serif;
	color: #656565;
	font-size: 18px;
	line-height: 22px;

	margin-top: 2.3rem;
    margin-bottom: 3.3rem;
}
.tituloMetodo{
	margin: 1rem;
}

.imgionflecha{
	margin-left: 5px;
}
.margenmetodo{
	padding: 0rem 1.5rem;
}
.divmetodo{
	padding: 2rem 1.4rem;
}
.imgservicio{
	height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fondometodo{
	background-image: url(../img/bannermetodo.png);
	background-repeat: no-repeat;
	background-size: cover;
	
}
.fondometodo1{
	background-image: url(../img/metodo1.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.5rem;
	

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fondometodo1:hover{
	transform: translateY(-6px);

	/*-webkit-transform:scale(1.25);
	-moz-transform:scale(1.25);
	-ms-transform:scale(1.25);
	-o-transform:scale(1.25);
	transform:scale(1.25);*/
}
.fondometodo2{
	background-image: url(../img/metodo2.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.5rem;

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fondometodo2:hover{
	transform: translateY(-6px);
}
.fondometodo3{
	background-image: url(../img/metodo3.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.5rem;

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fondometodo3:hover{
	transform: translateY(-6px);
}
.fondometodo4{
	background-image: url(../img/metodo4.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.5rem;

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fondometodo4:hover{
	transform: translateY(-6px);
}
.fondometodo5{
	background-image: url(../img/metodo5.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.5rem;

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fondometodo5:hover{
	transform: translateY(-6px);
}
.fondometodo6{
	background-image: url(../img/metodo6.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.5rem;

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fondometodo6:hover{
	transform: translateY(-6px);
}
.divcarrucelcompleto{
	padding: 1rem 4rem;
}
.Divtitulometodo{
	font-family: "Coco";
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	padding: 2rem;
	height: 7.5rem;
}
.txtmetodo{
	font-family: 'Urbanist', sans-serif;
	font-size: 16px;
	color: #fff;
	margin-bottom: 1rem;
    height: 11rem;
}
.btnVerproducto{
	width: 10rem;
	background-color: #fff;
	border: solid 2px #fff;
	font-size: 16px;
	color: #656565;
	border-radius: 30px;
	padding: 2px;
	margin-bottom: 2rem;

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btnVerproducto:hover{
	background-color: #fff;
	border: solid 2px #263786;
	color: #263786;
}
.slick-prev:before {
    /*content: '←';*/
    /*content: ''!important;*/
    background-image: url(../img/arrowprev.png)!important;
	background-repeat: no-repeat!important;
	/*background-size: cover!important;*/
	content: url(../img/arrowprev.png)!important);
}
.slick-next:before {
    /*content: '←';*/
    /*content: ''!important;*/
    background-image: url(../img/arrownext.png)!important;
	background-repeat: no-repeat!important;
	/*background-size: cover!important;*/
	content: url(../img/arrownext.png)!important);
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 50px!important;
    line-height: 1;
    opacity: 1!important;
    color: transparent!important;
}
.slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #7c7c7c!important;
    font-size: 15px;
}
.slick-dots li button:before {
    font-size: 15px!important;
    color: #bdbdbd!important;
    opacity: 1!important;
}
.globo{
	background-image: url(../img/globo.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 2rem 4rem 6rem 4rem
}
.txtglobo{
	font-size: 20px;
	font-family: 'Urbanist', sans-serif;
	color: #6f6f6f;
}
.divbiografia{
	display: flex;
    align-items: center;
    margin-top: 2rem;
}
.nombre{
	font-family: "Coco";
	color: #09154c;
	font-size: 23px;
	font-weight: 800;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.puesto{
	font-family: "Coco";
	color: #bbbbbb;
	font-size: 23px;
	font-weight: 300;
	margin-bottom: 0px;
}
.imabiografia{
	margin-right: 10px;
}
.imgcomillas{
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
.divcarrucel{
	padding: 1rem 3.5rem;
}
.form{
	padding: 0rem 16rem;
}
.myinput{
	font-size: 22px;
	border:0px;
	margin-bottom: 2rem;
	color: #656565; 
	font-family: 'Urbanist', sans-serif;
	border-radius: 0px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c2c2c2 !important;
    opacity:  1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c2c2c2 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c2c2c2 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c2c2c2 !important;
   opacity:  1;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #c2c2c2 !important;
   opacity:  1;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #c2c2c2 !important;
   opacity:  1;
}
.btnEnviar{
	width: 10rem;
	background-color: #263786;
	border: solid 2px #263786;
	font-size: 22px;
	color: #fff;
	border-radius: 30px;
	padding: 2px;

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btnEnviar:hover{
	background-color: #fff;
	border: solid 2px #263786;
	color: #263786;
}
.respuesta{
	font-family: "Coco";
	color: #09154c;
	font-size: 23px;
	font-weight: 800;
	margin-bottom: 0px;
	text-transform: uppercase;
	margin-top: 1rem;
}
footer{
	background-color: #09154c;
	padding: 1.5rem 3rem;
}
.completoServicio{
	background-color: #8d8d8f;
}
.titleService{
	font-family: "Coco";
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.divServices{
	text-align: center;
	border-radius: 2rem;
    margin: 0rem 1.8rem;
    padding: 2rem 0rem;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.titleServiSection{
	font-family: "Coco";
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.txtServA{
	font-family: 'Urbanist', sans-serif;
	color: #fff;
	font-size: 16px;
	text-decoration-color: initial;
	text-decoration: none;
}
.margenbajo{
	padding-bottom: 6rem;
}
#divServices1{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sindecoracion{
	text-decoration-color: inherit;
	text-decoration: none;
}
.sindecoracion:hover{
	text-decoration-color: inherit;
	text-decoration: none;
}
.margenrrig{
	margin-right: 3rem;
	animation: pulse 2s infinite;
}
.finaling{
	justify-content: end;
}
.metodospan{
	font-size: 30px;
}
.margentiocontac{
	margin-top: 3rem;
}
.sinmarginb{
	margin-bottom: 0px;
}
.margenboo{
	margin-bottom: 3rem;
}
.centrarflex{
	justify-content: center;
}
.loadicon{
	width: 10%;
}

.divtxtinicio {
    padding: 6rem 8rem 6rem 5rem;
    /*text-align: right;*/
}
.fondoservcios{
	background-image: url(../img/bannerservicio.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right;
}
.fondoglosario{
	background-image: url(../img/fondoglosario.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right;
}
.TitBanner{
	font-size: 56px;
	font-family: 'Urbanist', sans-serif;
	color: #09154c;
	font-weight: 700;
    line-height: 60px;
    margin-bottom: 0px;
}
.TitBannerProduc{
	font-size: 56px;
	font-family: 'Urbanist', sans-serif;
	color: #09154c;
	font-weight: 700;
    line-height: 60px;
    margin-bottom: 0px;
}
.SubBanner{
	font-size: 15px;
	font-family: 'Urbanist', sans-serif;
	color: #59659b;
    font-weight: bold;
    margin-bottom: 0px;
}
.SubBannerProduc{
	font-size: 15px;
	font-family: 'Urbanist', sans-serif;
	color: #59659b;
    font-weight: bold;
    margin-bottom: 0px;
}
.tituloServ{
	font-size: 32px;
	font-family: "Coco";
	color: #676767;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.borde{
	border-right: 4px solid #09154c; 
}
.divtxtSer{
	padding: 3rem 2rem;
}
.txtSer{
	font-size: 18px;
	font-family: 'Urbanist', sans-serif;
	color: #656565;
	margin-bottom: 0px;
	line-height: 23px;
}
.txtSertitu{
	font-size: 28px;
	font-family: "Coco";
	color: #09154c;
	font-weight: 900;
	text-transform: uppercase;
}
.margentxtbo{
	margin-bottom: 1.9rem;
}
.margentxtbo2{
	margin-bottom: 2rem;
}
.margentxtbo3{
	margin-bottom: 1rem;
}
.divtitSer{
	padding: 3rem 1rem 3rem 13rem;
}
.fondoSer{
	background-image: url(../img/fondoservicios.png);
	background-repeat: no-repeat;
	background-size: cover;
    /* padding: 8rem 2rem 2.5rem 3rem; */
    padding-left: 3rem;
    padding-right: 2rem;
}
.topp{
	padding-top: 8rem;
}
.imgderecha{
	margin-left: 1rem;
}
.btnServContac{
	width: 7rem;
	background-color: #263786;
	border: solid 2px #263786;
	font-size: 17px;
	color: #fff;
	border-radius: 30px;
	padding: 2px;
	margin-bottom: 2rem;

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btnServContac:hover{
	background-color: #fff;
	border: solid 2px #263786;
	color: #263786;
}

.fondoultrasonidos{
	background-image: url(../img/fondoultrasonidos.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right;
}
.fondoinspeccion{
	background-image: url(../img/fondoinspeccion.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right;
}

.fondoparticulas{
	background-image: url(../img/fondoparticulas.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right;
}

.fondoliquidos{
	background-image: url(../img/fondoliquidos.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right;
}

.fondoradiografias{
	background-image: url(../img/fondoradiografias.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right;
}

.fondoscorryenteedy{
	background-image: url(../img/fondocorrienteed.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right;
}
.TitBanner2{
	font-size: 42px;
	font-family: 'Urbanist', sans-serif;
	color: #09154c;
	font-weight: 700;
    line-height: 40px;
    margin-bottom: 0px;
}
.TitBanner2Produc{
	font-size: 42px;
	font-family: 'Urbanist', sans-serif;
	color: #09154c;
	font-weight: 700;
    line-height: 40px;
    margin-bottom: 0px;
}
.divtxtproductos {
    padding: 4.5rem 8rem 4.5rem 1rem;
}
.divproducto{
	background-color: #b1b2b5;
	margin-top: 4rem;
	/*padding: 2rem 0rem;*/
}
.divproducto2{
	background-color: #b1b2b5;
	padding: 1rem 0rem;
	text-align: center;
}
.Titgris{
	font-size: 36px;
	color: #fff;
	font-family: 'Urbanist', sans-serif;
	font-weight: 900;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.fondogrisImg{
	background-image: url(../img/fondoproductos.png);
	background-repeat: no-repeat;
	background-size: cover;
	/*text-align: right;*/
}
.fuenteliga{
	color: #4e4e4e;
	font-family: 'Urbanist', sans-serif;
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
}
.imgflechaleft{
	margin-right: 10px;
}
.divproductocompl{
	display: flex;
	align-items: center;
}
.divligaproduct{
	display: flex;
	align-items: center;
	margin-top: 3rem;
    margin-left: 2.5rem;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.divligaproduct:hover{
	/*margin-top: 2.7rem;*/
}
.fondoblancoTxt{
	padding: 0rem;
}
.TitblancoProduc{
	color: #fff;
	font-family: 'Urbanist', sans-serif;
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: 900;

}
.DescripProduc{
	color: #656565;
	font-family: 'Urbanist', sans-serif;
	margin-bottom: 0px;
	font-size: 18px;
	padding: 1rem 2rem;
}
.divGrisprduct{
	background-color: #b1b2b5;
	padding: 1rem 1.7rem;
	text-align: left;
	margin-top: 6rem;
    margin-bottom: 2rem;

}
.CaracteristicasProduc{
	color: #4e4e4e;
	font-family: 'Urbanist', sans-serif;
	margin-bottom: 0px;
	font-size: 23px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 1rem 2rem 0rem 2rem;
	margin-top: 1rem;
}
.listacaracterisitcas{
	color: #656565;
	font-family: 'Urbanist', sans-serif;
	margin-bottom: 0px;
	font-size: 18px;
	padding: 1rem 1rem 1rem 3.3rem;
	list-style:none;
	list-style-image: url('../img/vineta.png');
	margin-bottom: 3rem;
}
.espaciodescrip{
	padding: 1rem 2rem;
}
.btnMasInfor{
	width: 13rem;
	font-family: 'Urbanist', sans-serif;
	background-color: #263786;
	border: solid 2px #263786;
	font-size: 17px;
	color: #fff;
	border-radius: 30px;
	padding: 2px;
	margin-bottom: 8rem;

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btnMasInfor:hover{
	background-color: #fff;
	border: solid 2px #263786;
	color: #263786;
}
.divimgenproduct img {
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease; /* Opera */
	width:100%;
}
/*.divimgenproduct:hover img {
	-webkit-transform:scale(1.20);
	-moz-transform:scale(1.20);
	-ms-transform:scale(1.20);
	-o-transform:scale(1.20);
	transform:scale(1.20);
}*/
.divimgenproduct{
	text-align: center;
    vertical-align: middle;
    display: flex;
    height: 790px;
    justify-content: center;
    align-items: center;


    /*overflow:hidden;*/
}
.TitBannerProdDes {
    font-size: 56px;
    font-family: 'Urbanist', sans-serif;
    color: #09154c;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 0px;
}
.TitBannerProdDes2{
	font-size: 42px;
	font-family: 'Urbanist', sans-serif;
	color: #09154c;
	font-weight: 700;
    line-height: 40px;
    margin-bottom: 0px;
}
.SubBannerProdDes{
	font-size: 13.5px;
	font-family: 'Urbanist', sans-serif;
	color: #59659b;
    font-weight: bold;
    margin-bottom: 0px;
}
.gamma-gallery li img {
    margin-right: auto;
    margin-left: auto;
}
.gamma-gallery li{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gamma-gallery li:hover {   
	filter: drop-shadow(5px 7px 8px rgba(115, 115, 115, 0.5)); 
}

.no-touch .gamma-gallery li:hover .gamma-description {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity:0!important;
}


/* zoom */
.magnify {
	z-index: 20;
	position: relative;
	/*width:900px;
	height:640px;*/
	width:auto;
	height:auto;
	margin:0px auto;
	overflow: hidden;
}

.magnify img {
	display:block;
}

.element_to_magnify {
	position: relative;
	width:auto;
	height:auto;
}
.element_to_magnify {
        cursor: zoom-in;
}

.element_to_magnify img{
	width: 100%;
	height: auto;
}
.magnify_glass {
	z-index: 300;
	position: absolute;
	border: 2px solid #09154c;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	overflow:hidden;
}      	
.tamanioradio{
	height: 17rem;
}

.negrita900{
	font-weight: 900;
}
.listapunto{
	list-style-image:none;
	padding-right: 2rem;
}
.listapunto ::marker{
	content: "·"
}
.espaciopahs{
	margin-left: 10rem;
	margin-top: 1.5rem;
}
.hrazul{
	background-color: #09154c;
	color: #09154c;
	height: 3px;
}
.textGlosario{
	font-size: 17px;
	font-family: 'Urbanist', sans-serif;
	color: #656565;
	margin-bottom: 2rem;
}
.titleGlosario{
	font-size: 31px;
	font-family: "Coco";
	color: #656565;
	margin-top: 4rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
}
.divcontenglosario{
	padding: 0rem 4rem;
}
.alingright{
	margin-left: auto;
	margin-right: 2rem;
}
.ir-arriba:hover{
	cursor: pointer;
	overflow:hidden;

	-webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.ir-arriba{

	-webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
#flechatops:hover{
	-webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
	-webkit-transform:scale(1.0);transform:scale(1.0);
}
#flechatops:hover{
	-webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
	-webkit-transform:scale(1.2);transform:scale(1.2);
}
.divtxtproductosglosario{
		padding: 5.5rem 8rem 5.5rem 1rem;
	}
@media only screen and (min-width: 1600px) {
	.azulclaro {
	    font-size: 50px;
	    line-height: 50px;
	}
	.azulfuerte {
	    font-size: 96px;
	    line-height: 75px;
	}
	.experienciafont {
	    font-size: 30px;
	    line-height: 60px;
	}
	.spancontrol {
	    margin-left: 2.5rem;
	}
	.fontcontrol {
	    font-size: 47px;
	    line-height: 59px;
	    margin-top: 3rem;
	}
	.alignbtn {
	    margin-left: 5rem;
	    margin-top: 4rem;
	}
	.btnConocemas {
	    width: 16rem;
	    font-size: 29px;
	    padding: 2px;
	}
	.titulotxtrepre {
	    font-size: 40px;
	    line-height: 60px;
	}
	.txtrepre {
	    font-size: 21px;
	    line-height: 26px;
	}
	.tituloRepre {
	    font-family: "Coco";
	    font-size: 33px;
	}
	.titleServiSection {
	    font-size: 26px;
	}
	.txtServA {
	    font-size: 19px;
	}
	.titleService {
	    font-size: 40px;
	}
	.metodospan {
	    font-size: 32px;
	}
	.titulotxt {
	    font-size: 40px;
	}
	.txtMetodos {
	    font-size: 21px;
	    line-height: 25px;
	}
	.Divtitulometodo {
	    font-size: 29px;
	    height: 8.5rem;
	}
	.txtmetodo {
	    font-size: 21px;
	    height: 13rem;
	}
	.btnVerproducto {
	    width: 11rem;
	    font-size: 20px;
	}
	.globo{
		padding:2rem 8rem 6rem 3rem;
	}
	.form{
		padding:0rem 22rem;
	}
	.btnEnviar{
		width:12rem;
		font-size:28px;
	}
	.fontMenu{
		font-size: 24px;
	}
	.btnContacto {
	    width: 10.5rem;
	    font-size: 24px;
	}
	.SubBannerProdDes {
	    font-size: 17px;
	}
	.TitBannerProdDes {
	    font-size: 65px;
	    line-height: 70px;
	}
	.TitBannerProdDes2 {
	    font-size: 48px;
	    line-height: 50px;
	}
	.fuenteliga {
	    font-size: 15px;
	    line-height: 17px;
	}
	.TitblancoProduc {
	   	font-size: 38px;
	}
	.divGrisprduct {
	    padding: 1rem 3rem;
	}
	.DescripProduc {
	    font-size: 21px;
	    padding: 1rem 3rem;
	}
	.CaracteristicasProduc {
	    font-size: 26px;
	    padding: 1rem 2rem 0rem 3rem;
	}
	.listacaracterisitcas {
	    font-size: 21px;
	    padding: 1rem 4.3rem;
	}
	.espaciodescrip {
	    padding: 1rem 3rem;
	}
	.btnMasInfor {
	    width: 15rem;
	    font-size: 21px;
	    margin-bottom: 7rem;
	}
	.TitBannerProduc {
	    font-size: 65px;
	    line-height: 70px;
	}
	.TitBanner2Produc {
	    font-size: 48px;
	    line-height: 50px;
	}
	.SubBannerProduc {
	    font-size: 18px;
	}
}
@media only screen and (min-width: 1800px) {
	.TitBannerProdDes {
	    font-size: 71px;
	    line-height: 76px;
	}
	.TitBannerProdDes2 {
	    font-size: 52px;
	    line-height: 55px;
	}
	.SubBannerProdDes {
	    font-size: 19px;
	}
	.fuenteliga {
	    font-size: 17px;
	    line-height: 21px;
	}
	.divGrisprduct {
	    padding: 1.5rem 3rem;
	}
	.TitblancoProduc {
	    font-size: 43px;
	}
	.DescripProduc {
	    font-size: 23px;
	    padding: 1rem 3rem;
	}
	.CaracteristicasProduc {
	    font-size: 30px;
	    padding: 1rem 2rem 0rem 3rem;
	}
	.listacaracterisitcas {
	    font-size: 23px;
	    padding: 1rem 4.3rem;
	}
	.btnMasInfor {
	    width: 17rem;
	    font-size: 23px;
	    margin-bottom: 7rem;
	}
	.divimgenproduct {
	    height: 920px;
	}
	.divtxtproductos {
	    padding: 6rem 8rem 6rem 1rem;
	}
	.submenufont {
	    font-size: 25px;
	}
	.fontMenu {
	    font-size: 26px;
	}
	.TitBannerProduc {
	    font-size: 71px;
	    line-height: 76px;
	}
	.TitBanner2Produc {
	    font-size: 52px;
	    line-height: 55px;
	}
	.SubBannerProduc {
	    font-size: 19px;
	}
}
@media only screen and (max-width: 1280px){
	.azulclaro {
	    font-size: 35px;
	}
	.azulfuerte {
	    font-size: 80px;
	}
	.experienciafont {
	    font-size: 25px;
	    line-height: 45px;
	}
	.fontcontrol {
	    font-size: 40px;
	    line-height: 45px;
	}
	.alignbtn {
	    margin-left: 4rem;
	    margin-top: 3rem;
	}
	.margentio {
	    margin-top: 7rem;
	}
	.titulotxtrepre {
	    font-size: 32px;
	    line-height: 45px;
	}
	.espacio {
	    padding-left: 4rem;
	    padding-right: 4rem;
	    margin-top: 4rem;
	}
	.txtrepre {
	    font-family: 'Urbanist', sans-serif;
	    color: #656565;
	    font-size: 15.5px;
	    line-height: 20px;
	    margin-bottom: 0px;
	}
	.tituloServicio {
	    margin: 4rem 1rem 2rem 1rem;
	}
	.txtMetodos {
	    font-size: 16px;
	}
	.divtitSer {
	    padding: 3rem 1rem 3rem 9rem;
	}
	.imgentrenamiento{
		width: 40%;
	}
	.imgentrenamiento2{
		width: 20%;
	}
	.divtitSer {
	    padding: 3rem 1rem 3rem 2rem;
	}
	.margentxtbo {
	    margin-bottom: 1.2rem;
	}
	.margentxtbo2 {
	    margin-bottom: 1.5rem;
	}
	.topp {
	    padding-top: 6rem;
	}
	.txtSertitu {
	    font-size: 25px;
	}
	.txtSer {
	    font-size: 17px;
	    line-height: 21px;
	}

	.divtxtproductos {
	    padding: 4rem 6rem 4rem 1rem;
	}
}
@media only screen and (max-width: 1250px){
	.experienciafont {
	    margin-bottom: 1.5rem;
	}
}
@media only screen and (max-width: 1024px){	
	.menusicent {
	    padding: 2.5rem 2rem 2.5rem 2rem;
	}
	.divtxtinicio {
    /* padding: 2.5rem 11rem 2.5rem 5rem; */
	    padding: 3.5rem 3rem;
	}
	.azulclaro {
	    font-size: 32px;
	    line-height: 32px;
	}
	.experienciafont {
	    font-size: 23px;
	    line-height: 46px;
	    margin-left: 3.5rem;
	}
	.spancontrol {
	    margin-left: 1.5rem;
	}
	.fontcontrol {
	    font-size: 33px;
	    line-height: 39px;
	}
	.alignbtn {
	    margin-left: 3.5rem;
	    margin-top: 1.5rem;
	}
	.margentio {
	    margin-top: 5rem;
	}
	.espacio {
	    padding-left: 2rem;
	    padding-right: 2rem;
	    margin-top: 3rem;
	}
	.margenrrig {
	    margin-right: 2rem;
	}
	.movil{
		display: none;
	}
	.margenbajo {
	    padding-bottom: 4rem;
	}
	.divServices {
	    margin: 0rem 0rem;
	}
	.divmetodo {
	    padding: 2rem 1rem;
	}
	.txtmetodo {
	    padding: 10px 15px;
	    height: 10rem;
	}
	.Divtitulometodo {
	    padding: 2rem 2rem 0rem 2rem;
	    height: 6rem;
	}
	.globo{
		padding: 1rem 2rem 6rem 2rem;
	}
	.imgcomillas{
		width: 12%;
	}
	.nombre{
		font-size: 20px;
	}
	.puesto{
		font-size: 20px;
	}
	.form{
		padding: 0rem 12rem;
	}
	.txtglobo{
		font-size: 16px;
	}
	.divtxtproductos {
	    padding: 3rem 3rem 3rem 0rem;
	}
	.divcontenglosario{
		padding: 0rem 1.5rem;
	}
}
@media only screen and (max-width: 991px){
	.centrado {
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	}
	.navbar-collapse {
	    text-align: center;
	}
	.experienciafont{
		margin-left: 8.5rem;
		text-align:left;
	}
	.btnConocemas{
		width: 10rem;
		font-size: 18px;
	}
	.divtxtinicio{
		padding: 3rem 3rem 2.5rem 3rem;
	}
	.finaling{
		justify-content: initial;
	}
	.margenrrig{
		width: 9rem;
		text-align: center;
		justify-content: center;
	}
	.centrarflex{
		justify-content: initial;
	}
	.espacio{
		margin-top:0rem;
	}
	.espaciobotton{
		margin-bottom:1.5rem;
	}
	.divmetodo {
	    padding: 2rem 3rem;
	}
	.dropdown-menu.show {
	    margin-left: 0rem;
	}
	.submenufont {
	    text-align: center;
	}

	.divtxtproductos {
	    padding: 3rem 3rem 3rem 1rem;
	}
	.SubBannerProdDes {
	    font-size: 12px;
	}
	.TitBannerProdDes2 {
	    font-size: 37px;
	    line-height: 35px;
	}
	.TitBannerProdDes {
	    font-size: 50px;
	    line-height: 50px;
	}
	.divtxtproductosgaleria {
	   padding: 2.53rem 2.5rem 2.53rem 1rem;
	}
	.menusicent {
	   padding: 1rem 2rem 1rem 2rem;
	}
}
@media only screen and (max-width: 920px){
	.txtSertitu {
	    font-size: 23px;
	}
	.tituloServ {
	    font-size: 28px;
	    line-height: 30px;
	}
	.topp {
	    padding-top: 4rem;
	}
	footer{
		text-align: center;
	}
	.textrg {
	    text-align: center;
	}

}
@media only screen and (max-width: 850px){
	.divtxtinicio{
		padding: 3rem 1rem 2.5rem 1rem;
	}
	.globo{
		padding: 1rem 1rem 3rem 1rem;
	}
	.imgcomillas{
		margin-bottom: 0.5rem;
	}
	.divcarrucelcompleto{
		padding: 1rem 2rem;
	}
	.form{
		padding: 0rem 10rem;
	}
	.azulclaro{
		font-size:30px;
		line-height:30px;
	}
	.azulfuerte{
		font-size:66px;
		line-height:50px;
	}
	.experienciafont{
		margin-left:6.5rem;
		font-size: 21px;
		line-height: 29px;
	}
	.titulotxtrepre {
	    font-size: 25px;
	    line-height: 32px;
	    margin-bottom: 2rem;
	}
	.divServices{
		margin:0rem 3rem;
	}
	.divmetodo{
		padding:2rem 1.5rem;
	}
	.form{
		padding: 0rem 8rem;
	}
	.btnEnviar{
		width: 8rem;
		font-size:18px;
	}
	.myinput {
	    font-size: 19px;
	    margin-bottom: 1rem;
	}
	
}
@media only screen and (max-width: 800px){
	.tituloRepre {
		font-size:18px;
		margin-top: 1rem;
	}
	.margenrrig {
	    margin-right: 0rem;
	}
	.margenrrig {
	    width: 20%;
	    text-align: center;
	    justify-content: center;
	}
	.txtrepre {
	    font-size: 14px;
	    line-height: 19px;
	    width: 70%;
	}
	.titulotxt {
	    font-family: "Coco";
	    font-size: 32px;
	}
	.tituloServicio {
	    margin: 3rem 1rem 1rem 1rem;
	}
	.titleService {
	    font-size: 30px;
	}
	.titulotxt {
	    font-size: 32px;
	}
	.metodospan {
	    font-size: 25px;
	}
	.txtMetodos {
	    font-size: 15px;
	    line-height: 22px;
	    margin-top: 1.5rem;
	    margin-bottom: 0rem;
	}
	.Divtitulometodo {
	    font-size: 22px;
	    height: 5rem;
	}
	.txtmetodo {
	    line-height: 18px;
	    font-size: 15px;
	}
}
@media only screen and (max-width: 768px){
	.tituloServ {
	    font-size: 26px;
	    line-height: 31px;
	}
	.fondoSer {
	    padding-left: 1.5rem;
	    padding-right: 1.5rem;
	}
	.topp {
	    text-align: center;
	}
	.divtxtproductos {
	    padding: 2.5rem 2rem 2.5rem 1rem;
	}
	.SubBannerProdDes {
	    font-size: 10px;
	}
	.TitBannerProdDes2 {
	    font-size: 33px;
	    line-height: 30px;
	}
	.TitBannerProdDes {
	    font-size: 44px;
	    line-height: 40px;
	}
	.DescripProduc {
	    font-size: 16px;
	}
	.divGrisprduct {
	    padding: 1rem 2rem;
	    margin-top: 4rem;
	    margin-bottom: 1rem;
	}
	.TitblancoProduc {
	    font-size: 28px;
	}
	.DescripProduc {
	    font-size: 16px;
	}
	.CaracteristicasProduc {
	    font-size: 20px;
	    padding: 1rem 2rem 0rem 2rem;
	    margin-top: 0rem;
	}
	.listacaracterisitcas {
	    font-size: 16px;
	    padding: 1rem 3.3rem;
	    margin-bottom: 1rem;
	}
	.btnMasInfor {
	    width: 11rem;
	    font-size: 15px;
	    margin-bottom: 4rem;
	}
	.divimgenproduct {
	    height: 730px;
	}
	.divligaproduct {
	    margin-top: 1.5rem;
	    margin-left: 0.5rem;
	}
	.divligaproduct:hover{
		/*margin-top: 1.35rem;*/
	}
	.TitBannerProduc{
		font-size: 44px;
    	line-height: 40px;
	}
	.TitBanner2Produc{
		font-size: 33px;
    	line-height: 30px;
	}
	.SubBannerProduc{
		font-size: 11px;
	}
	.Titgris {
	    font-size: 28px;
	}
	.txtglobo{
		line-height: 15px;
		font-size:14px;
		margin-bottom:0px;
	}
	.nombre{
		font-size: 17px;
		line-height: 20px;
	}
	.puesto{
		font-size: 17px;
		line-height: 20px;
	}
	#listafooter li {
	    display: block;
	    margin-bottom: 14px;
	}
}
@media only screen and (max-width: 767px){
	.borde {
		border-right: none;
	}
	.margentio {
	    margin-top: 2rem;
	    text-align: center;
	}
	.divtitSer {
	    padding: 1rem;
	    border-bottom: 4px solid #09154c;
	}
	.divtxtSer {
	    padding: 1rem;
	}
	.divimgSer{
		order: 2;
	}
	.divdescSer{
		order: 1;
	}
	.imgentrenamiento {
	    width: 30%;
	}
	.imgentrenamiento2 {
	    width: 15%;
	}

}
@media only screen and (max-width: 720px){
	.globo{
		padding: 3rem 8rem 7rem 1rem;
	}
}
@media only screen and (max-width: 700px){
	.menusicent {
	    padding: 1rem 2rem 1rem 1rem;
	}
	.divtxtinicio {
	    padding: 2rem 0rem 2rem 0rem;
	}
	.azulclaro {
	    font-size: 25px;
	    line-height: 20px;
	}
	.azulfuerte {
	    font-size: 55px;
	    line-height: 45px;
	}
	.experienciafont {
	    margin-left: 5.5rem;
	    font-size: 18px;
	    line-height: 19px;
	}
	.fontcontrol {
	    font-size: 24px;
	    line-height: 26px;
	    margin-left: 1.5rem;
	}
	.alignbtn {
	    margin-left: 3rem;
	    margin-top: 1.2rem;
	}
	.margentio {
	    margin-top: 3rem;
	}
	.divmetodo {
	    padding: 1rem 1rem;
	}
	.txtmetodo {
	    padding: 10px 12px;
	    height: 9rem;
	}
	.divtxtproductos {
	    padding: 2.5rem 0rem 2.5rem 0rem;
	}
	.globo{
		padding: 3rem 9rem 6rem 1rem;
	}
}
@media only screen and (max-width: 650px){
	.form {
	    padding: 0rem 3rem;
	}
	.spancontrol {
	    margin-left: 1rem;
	}
	.TitBanner {
	    font-size: 35px;
	    line-height: 40px;
	}
	.SubBanner {
	    font-size: 13px;
	}
	.txtSer {
	    font-size: 14px;
	    line-height: 18px;
	}
	.txtSertitu {
	    font-size: 20px;
	}
	.divtxtproductos2 {
	    padding: 2rem 22rem 2rem 0rem;
	}
	.SubBannerProdDes {
	    font-size: 8px;
	}
	.TitBannerProdDes {
	    font-size: 37px;
	    line-height: 37px;
	}
	.TitBannerProdDes2 {
	    font-size: 28px;
	    line-height: 26px;
	}
	.divtxtproductos {
	    padding: 2rem 0rem 2rem 0rem;
	}
	.fuenteliga {
	    font-size: 10px;
	    line-height: 13px;
	}
	.TitBannerProduc{
		font-size: 37px;
    	line-height: 37px;
	}
	.TitBanner2Produc{
		font-size: 28px;
    	line-height: 26px;
	}
	.SubBannerProduc{
		font-size: 10px;
	}
	.globo{
		padding: 3rem 6rem 6rem 1rem;
	}
}
@media only screen and (max-width: 600px){
	.divtxtproductos2 {
	    padding: 2rem 20rem 2rem 0rem;
	}
	.DescripProduc {
	    font-size: 14px;
	}
	.TitblancoProduc {
	    font-size: 25px;
	}
	.CaracteristicasProduc {
	    font-size: 16px;
	    padding: 1rem 1rem 0rem 2rem;
	    margin-top: 0rem;
	}
	.listacaracterisitcas {
	    font-size: 14px;
	    padding: 1rem 1rem 1rem 3.3rem;
	    margin-bottom: 0rem;
	}
	.divimgenproduct {
	    height: 710px;
	}
	.fontMenu {
	    padding: .2rem 1rem;
	    font-size: 18px;
	}
	.submenufont {
	    font-size: 16px;
	}
	.btnContacto {
	    width: 8rem;
	    font-size: 19px;
	    padding: 3px;
	}
	.navbar-toggler-icon {
	    width: 2.5em;
	    height: 2.5em;
	}
	.navbar-toggler{
		border:none;
	}
	.globo{
		padding: 3rem 5rem 4rem 1rem;
	}
}
@media only screen and (max-width: 550px){
	.titulotxtrepre {
	    font-size: 22px;
	    line-height: 29px;
	    margin-bottom: 2rem;
		padding: 0rem 1rem;
	}
	.movill{
		display: none;
	}
	.txtmetodo {
	    padding: 10px 12px;
	    height: 10rem;
	    padding: 1rem 5.5rem;
	}
	.fondometodo1 {
	    background-size: contain;
	    background-position: center;
	}
	.fondometodo2 {
	    background-size: contain;
	    background-position: center;
	}
	.fondometodo3 {
	    background-size: contain;
	    background-position: center;
	}
	.fondometodo4 {
	    background-size: contain;
	    background-position: center;
	}
	.fondometodo5 {
	    background-size: contain;
	    background-position: center;
	}
	.fondometodo6 {
	    background-size: contain;
	    background-position: center;
	}
	.form{
		padding: 0rem 2rem;
	}
	.myinput{
		font-size:16px;
	}
	.margentiocontac{
		margin-top:2rem;
	}
	.titulotxt{
		font-size: 28px;
	}
	.respuesta{
		font-size: 16px;
	}
	.divtxtproductos2 {
	    padding: 2rem 17rem 2rem 0rem;
	}
	.topp {
	    padding-top: 3rem;
	}
	.divimgenproduct {
	    height: 370px;
	}
	.divGrisprduct {
	    padding: 1rem 1rem;
	    margin-top: 3rem;
	    margin-bottom: 1rem;
	}
	.TitblancoProduc {
	    font-size: 24px;
	    text-align: center;
	}
	.TitblancoProduc {
	    font-size: 23px;
	    text-align: center;
	}
	.DescripProduc {
	    font-size: 13px;
	    text-align: center;
	    padding: 1rem;
	}
	.espaciodescrip {
	    padding: 1rem 2rem;
	    text-align: center;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	}
	.btnMasInfor {
	    width: 10.5rem;
	    font-size: 14px;
	    margin-bottom: 2rem;
	}
	.CaracteristicasProduc {
	    font-size: 15px;
	    padding: 1rem 1rem 0rem 2rem;
	    margin-top: 0rem;
	    text-align: center;
	}
	.listacaracterisitcas {
	    font-size: 13px;
	}
	.divtxtproductos {
	    padding: 2rem 14.5rem 2rem 0rem;
	}
	.fondogrisImg  {
		order: 2;
    	display: grid;
	}
	.ordertwo{
		order: 2;
    	margin-bottom: 2rem;
	}
	.divtxtproductos {
	    padding: 2rem 11.5rem 2rem 0rem;
	}
	.divtxtproductossolo {
	   padding: 2rem 14.5rem 2rem 0rem;
	}
	.divtxtproductosgaleria{
		padding: 2rem 14.5rem 2rem 0rem;
	}
	.globo{
		padding: 2rem 4rem 4rem 1rem;
	}
}
@media only screen and (max-width: 500px){
	.imglogo {
	    width: 8rem;
	}
	.espacio {
	    padding-left: 0rem;
	    padding-right: 0rem;
	}
	.txtmetodo {
	    padding: 10px 12px;
	    height: 10rem;
	    padding: 1rem 3.5rem;
	}
	.divcomplvalor{
		justify-content: center;
	}
	.divcarrucelcompleto{
		padding: 1rem 3rem;
	}
	footer{
		text-align: center;
	}
	.divtxtproductos2 {
	    padding: 2rem 13.4rem 2rem 0rem;
	}
	
	.element_to_magnify .imgmedi{
		width: 85%;
		margin: 0 auto;
	}
	.element_to_magnify .imggde{
		width: 65%;
		margin: 0 auto;
	}
	.globo{
		padding: 1rem 1rem 4rem 1rem;
	}
}
@media only screen and (max-width: 475px){
	.txtmetodo {
	    height: 9rem;
	    padding: 1rem 3rem;
	}
	.form {
	    padding: 0rem 1rem;
	}
	.titleServiSection {
		font-size: 20px;
	    margin-top: 1rem;
	    margin-bottom: 1rem;
	}
	.divServices {
	    margin: 0rem 4rem;
	}
	.margenrrig {
	    width: 30%;
	}
	.divtxtproductos2 {
	    padding: 2rem 12rem 2rem 0rem;
	}
	.margentxtbo {
	    margin-bottom: 0.7rem;
	}
	.margentxtbo2 {
	    margin-bottom: 1rem;
	}
	.margentxtbo3 {
	    margin-bottom: 0.7rem;
	}
	.divtxtproductos {
	    padding: 2rem 9.5rem 2rem 0rem;
	}
	.divproducto{
		margin-top: 2rem;
	}
	.Titgris {
	    font-size: 25px;
	}
	.main {
		padding: 30px 20px 30px 20px;
	}
	.titleGlosario {
	    font-size: 20px;
	    font-family: "Coco";
	    color: #656565;
	    margin-top: 2rem;
	    margin-bottom: 1rem;
	    text-transform: uppercase;
	}
	.textGlosario {
	    font-size: 13px;
	}
}
@media only screen and (max-width: 450px){
	.divServices{
		padding: 1.5rem 0rem;
	}
	.margenbajo {
	    padding-bottom: 2rem;
	}
	.txtmetodo {
	    height: 11rem;
	    padding: 1rem 1.5rem;
	}
	.divcarrucel{
		padding: 1rem 1.2rem;
	}
	.globo{
		padding: 1rem 0.5rem 1rem 0.5rem;
	}
	.imabiografia{
		width: 20%;
	}
	.imgcomillas{
		width: 10%;
		margin-bottom: 0rem;
	}
	.txtglobo{
		font-size: 14px;
		line-height: 16px;
	}
	.nombre{
		font-size: 15px;
	}
	.puesto{
		font-size: 15px;
		line-height: 13px;
	}
	.titulotxt{
		font-size: 25px;
	}
	.divtxtproductos2 {
	    padding: 2rem 10.5rem 2rem 0rem;
	}
	.btnServContac {
	    width: 7rem;
	    font-size: 15px;
	    margin-bottom: 1rem;
	}
	.divtxtproductos {
	    padding: 2rem 8.5rem 2rem 0rem;
	}
	.globo{
		padding: 2rem 4rem 3rem 2rem;
	}
	.txtglobo{
		line-height: 12px;
		font-size:13px;
	}
}
@media only screen and (max-width: 425px){
	.margenrrig {
	    width: 25%;
	}
	.txtrepre {
	    font-size: 13px;
	    line-height: 18px;
	    width: 75%;
	}
	.divServices {
	    margin: 0rem 3rem;
	}
	.titleServiSection {
	    font-size: 20px;
	    margin-top: 0.5rem;
	    margin-bottom: 0rem;
	}
	.btnVerproducto {
	    width: 9rem;
	    font-size: 14px;
	    margin-bottom: 1rem;
	}
	.nombre{
		font-size:14px;
	}
	.globo{
		padding: 0.5rem 0.5rem 1rem 0.5rem
	}
	.divbiografia{
		margin-top: 0rem;
	}
	.slick-next:before{
		background-size: 1.2rem;
	}
	.slick-prev:before{
		background-size: 1.2rem;
	}
	.divtxtproductos2 {
	    padding: 2rem 9rem 2rem 0rem;
	}
	.divtxtproductos {
	    padding: 2rem 6.5rem 2rem 0rem;
	}
	.divGrisprduct {
	    margin-top: 2rem;
	    margin-bottom: 0.5rem;
	}
	.listacaracterisitcas {
	    padding: 1rem 1rem 1rem 2.3rem;
	}
	.divimgenproduct {
	    height: auto;
	    padding: 2rem 0rem;
	}
	.divligaproduct {
	    margin-top: 0rem;
	    margin-left: 0rem;
	}
	.divligaproduct:hover{
		/*margin-top: 0rem;*/
	}
	.navbar-toggler-icon {
	    width: 2em;
	    height: 2em;
	}
	.globo{
		padding: 2rem 3rem 3rem 2rem;
	}
	.divtxtproductosglosario{
		padding: 2rem 10.5rem 2rem 0rem;
	}
}
@media only screen and (max-width: 415px){
	.divtxtproductos2 {
	    padding: 2rem 8.4rem 2rem 0rem;
	}
	.globo{
		padding: 2rem 2rem 3rem 2rem;
	}
}
@media only screen and (max-width: 400px){
	.divtxtproductos {
	    padding: 2rem 5.5rem 2rem 0rem;
	}
	.divtxtproductosglosario {
    	padding: 2rem 8.5rem 2rem 0rem;
	}
}
@media only screen and (max-width: 390px){
	.divtxtproductos2 {
	    padding: 2rem 7rem 2rem 0rem;
	}
	.divtxtproductos {
	    padding: 2rem 4.5rem 2rem 0rem;
	}
	.globo{
		padding: 2rem 2rem 3rem 2rem;
	}
}
@media only screen and (max-width: 380px){
	.divtxtproductos2 {
	    padding: 2rem 6rem 2rem 0rem;
	}
}
@media only screen and (max-width: 375px){
	.respuesta{
		font-size: 13px;
	}
	.divtxtproductos {
	    padding: 1.5rem 5.5rem 1.5rem 0rem;
	}
	.globo{
		padding: 1rem 2rem 3rem 2rem;
	}
	.divtxtproductosglosario{
		padding: 1.5rem 6rem 1.5rem 0rem;
	}
	.divtxtproductosglosario {
    	padding: 1.5rem 9rem 1.5rem 0rem;
	}
}
@media only screen and (max-width: 350px){
	.divtxtproductos2 {
	    padding: 1.5rem 6.5rem 1.5rem 0rem;
	}
	.divtxtproductos {
	    padding: 1.5rem 4.5rem 1.5rem 0rem;
	}
	.TitBannerProdDes2 {
	    font-size: 26px;
	    line-height: 24px;
	}
	.TitBannerProdDes {
	    font-size: 35px;
	    line-height: 34px;
	}
	.navbar-toggler-icon {
	    width: 2em;
	    height: 2em;
	}

}
@media only screen and (max-width: 342px){
	.divtxtproductos {
	    padding: 1.5rem 4rem 1.5rem 0rem;
	}
	.txtmetodo {
	    height: 11rem;
	    padding: 0.5rem 1.5rem 0rem 1.5rem;
	    margin-bottom: 0rem;
	}
	.divmetodo {
	    padding: 0rem 0rem;
	}
}
@media only screen and (max-width: 330px){
	.divtxtproductos2 {
	    padding: 1.2rem 6rem 1.2rem 0rem;
	}
	.divtxtproductos {
	    padding: 1.5rem 3rem 1.5rem 0rem;
	}
}

.sincursor{
	cursor: inherit!important;
}
.sincursor:hover{
	cursor: inherit!important;
}
.cursorrojo{
	cursor: not-allowed!important;
	background-color: #ccc!important;
    color: #656565!important;
    border-color: #656565!important;
}