@import url(ttf/poppins.css);
@import url(css-iQue-formularios-v1.2020.css);
@import url(modal/iQue-modal-v1.2020.css);

/*
@media all and (min-width: 640px) {}
@media all and (min-width: 1024px) {}
*/

:root{
	--bordes: #e7e7e7;
	--megal-verde-c: #9ea11b;
	--megal-verde-o: #004a53;
}

html{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 13px;
	height: 100%;
	background-color: #17292e;
	scrollbar-width: thin;
	background-color: #fff;
	scrollbar-color: #cacaca rgba(0,0,0,0.15);
	scrollbar-height: thin;
}

body{
	margin:0px 0px 0px 0px;
}

body::-webkit-scrollbar,*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

body::-webkit-scrollbar-track, *::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.15);
}
body::-webkit-scrollbar-thumb, *::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,0.1);
}

body * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: 'poppins', Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	scrollbar-width: thin;
  	scrollbar-color: #cacaca rgba(0,0,0,0.15);
  	scrollbar-height: thin;
}

p{
	line-height: 1.5rem;
}

a, a:active{
	color: #009bc6;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #009bc6;
}

a * {
	color: inherit;
}

a.boton {
    display: inline-block;
    height: 3rem;
    line-height: 3rem;
    background-color: #009bc6;
    padding: 0px 2rem 0px 2rem;
    border: none;
    outline: none;
    color: white;
    border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    text-align: center;
}

a.boton:hover{
	background-color: #006581;
}

img{
	border: none;
	vertical-align: middle;
}
h1,h2,h3,h4,h5,h6{
	/* font-weight: normal; */
	color: #19333a;
	margin: 0 0 0 0;
	letter-spacing: -0.02rem;
	font-family: 'poppins', Arial, helvetica, sans-serif;
}

h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{
	color: #19333a;
	letter-spacing: -0.02rem;
	font-family: 'poppins', Arial, helvetica, sans-serif;
}

h1{
	font-size:2.3rem;/*28px*/
}

h2{
	font-size:1.9rem; /*24px*/
}

h3{
	font-size:1.5rem;
}

h4{
	font-size:1.3rem;
}

h5{
	font-size:1.2rem;
}

h6{
	font-size:1rem;
}

.HR100{
	float:left;
	width: 100%;
	height: 1px;
	background-color: var(--bordes);
	display: block;
	margin: 1rem 0 1rem 0;
}

.CC{
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.Borde{
	border: 1px solid #eaeaea;
}

.indentado{
	padding-left: 2rem;
}



.F5
, .F7-5
, .F10
, .F12-5
, .F15
, .F17-5
, .F20
, .F22-5
, .F25
, .F30
, .F33
, .F35
, .F40
, .F45
, .F50
, .F55
, .F60
, .F65
, .F70
, .F75
, .F80
, .F85
, .F90
, .F95
, .F100
 {
	width:100%;
	float:left;
}

.FR{
	float:right !important;	
}
.FL{
	float:left;
}

#CONTENIDO{
	width: 100%;
	float: left;
	margin-top: 80px;
	background-color: white;
	min-height: 300px;
	background-color: #fff;
	overflow: hidden; /*Se requeire por REVEAL*/
}


.rut-menu-burguer, .rut-menu-burguer-dtop {
    background-image: url(iconos/burguer.svg);
    display: block;
    background-position:right;
    background-size: 100%;
    flex: 0 0 26px;
    height: 26px;
    margin: 6px;
}

.rut-menu-burguer.abierto, .rut-menu-burguer-dtop.abierto {
    background-image: url(iconos/burguer-cerrado.svg);
    
}

.rut-menu-burguer-dtop{flex: 0 0 40px;background-size: 70%;cursor: pointer;}


#rut-menu-mob{
	/* height: 80px; */
	width: 100%;
	position: fixed;
	border-bottom: 1px solid #eaeaea;
	background-color: #fff;
	min-width: 320px;
	display: flex;
	height: 80px;
	z-index: 100;
}

#rut-menu-mob-logo-a {
    flex: 0 0 150px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

#rut-menu-mob-logo-a img{
	height: auto;
	width: 85%;
}



#rut-menu-mob-call {
    flex: 0 1 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 6px;
}

#rut-menu-mob-call-wa{
	flex: 0 0 26px;
	margin: 6px;
	border-left: 1px solid var(--bordes);
	padding-left: 12px;
}

#rut-menu-mob-call-wa img{
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
}

#rut-menu-mob-tels {
    margin-right: 6px;
    text-align: right;
    font-size: 0.9rem;
    height: inherit;
    flex: 0 1 100%;
}

#rut-menu-mob-tels span {
	color: #9c9e3d;
	margin: 0 0 0.3rem 0;
	float: left;
	width:100%;
}

#rut-menu-mob-tels a{
	font-weight: bold;
    font-family: 'poppinssemibold';
	color: #4a4a4a;
	float: left;
	width:100%;
	margin: 0.1rem 0;
}


#rut-menu-dtop-tels a {
    font-weight: bold;
    font-family: 'poppinssemibold';
	color: #4a4a4a;
}

#rut-menu-dtop-tels span {
   color: #9c9e3d;
}

#rut-menu-dtop{
	position: fixed;
	display: none;
	background-color: white;
	width: 100%;
	height: 150px;
	z-index: 100;
}

#rut-menu-dtop.scrolled{
	box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px;
	height: 70px;
}

#rut-menu-dtop-chd{
	height: inherit;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	max-width: 1150px;
	margin: 0 auto;
	width: 100%;
}

#rut-menu-dtop-logo {
    float: left;
    padding: 0;
    width: auto;
    background-color: #fff;
    background-color: transparent;
    height: inherit;
    display: block;
    display: flex;
    align-items: center;
}

#logo-megal-dtop{
	width: auto;
	height: 75%;
}

#rut-menu-dtop-call {
    line-height: normal;
    display: flex;
    flex-direction: row;
    height: inherit;
    align-items: center;
    margin-right: 1rem;
    flex-wrap: wrap;
    padding: 0.5rem 0 0  0;
    width: calc(100% - 400px);
    justify-content: flex-end;
}

#rut-menu-dtop-afiliate, #rut-menu-dtop-cont {
     padding-right: 1rem;
    font-family: 'poppinssemibold';
    font-size: 0.95rem;
    margin: 0 1rem;
    padding: 0.5rem 1.5rem;
    color: #009bc6;
    border-radius: 1.2rem;
    border: 1px solid var(--bordes);
}



#rut-menu-dtop-wa{
	flex: 0 0 40px;
}
#rut-menu-dtop-wa img{
	width: 40px;
}
#rut-menu-dtop-tels {
    flex: 0 0 auto;
    background-image: url(iconos/tel-top.svg);
    background-position: left center;
    background-size: auto 100%;
    padding: 0 1.5rem 0 35px;
    margin-left: 1rem;
    background-repeat: no-repeat;
}


#rut-footer {
    padding: 10% 8%;
	background-color: #1b1b1b;
}

#rut-footer-textos-www {
    margin: 2rem 0;
    font-family: 'poppinssemibold';
    font-size: 1.2rem;
    color: rgb(255 255 255 / 25%) !important;
	float: left;
}

#rut-footer * {
    color: #fff;
}

#rut-footer p {
   text-wrap: balance;

}

#rut-footer-copy {
    color: rgba(255,255,255,0.5) !important;
    text-align: center;
    margin: 2rem 0;
    font-size: 0.85rem;
}

#afiliacion-box {
    padding: 8%;
    width: 100%;
    max-width: 750px;
    margin: auto;
}

#footer-botones {
    padding: 3rem 5%;
    background-color: #19333a;
    background-color: #222222;
    color: white;
}

#footer-botones-as {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#footer-botones-as a {
    color: white;
    height: 3rem;
    border-radius: 1.5rem;
    font-family: 'poppinssemibold';
    flex: 0 0 48%;
    line-height: 3rem;
    font-size: 1rem;
    text-align: center;
}



#footer-botones-call {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 1.7rem;
    text-align: center;
}

#footer-botones-as img {
    vertical-align: middle;
    width: 1.5rem;
    margin-right: 0.25rem;
}

#footer-botones-wa-a{
	background-color: #00a708;
}

#footer-botones-afiliate-a{
	background-color: #009bc6;
}

#rut-menu-dtop-call-wa img{
	width: 32px;
}

#rut-menu-h{
	position: fixed;
	width: 100%;
	height: 0%;
	background-color: rgb(0 0 0 / 40%);
	background-color: rgb(6 51 56 / 24%);
	z-index: 50;
	backdrop-filter: grayscale(1) blur(2px);
	overflow:hidden;
}

#rut-menu-h-chd{
	max-width: 1150px;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	background-color: #fbfbfb;
	border-radius: 0 0 1rem 1rem;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	padding: 2rem;
}

.rut-menu-h-h3{
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	margin-bottom: 2rem;
	height: 2rem;
	font-size: 1.3rem;
}
.rut-menu-h-h3:before{
    position: absolute;
    top: 40%;
    overflow: hidden;
    width: 48%;
    height: 1px;
    /* right: 0; */
    content: '';
    background-color: #c3c5c5;
}
.rut-menu-h-h3:after {
    position: absolute;
    top: 40%;
    overflow: hidden;
    width: 27%;
    height: 1px;
    right: 0;
    content: '';
    background-color: #c3c5c5;
}
.rut-menu-h-h3:before {
    margin-left: -50%;
    text-align: right;
}

#rut-menu-h-productos{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.rut-menu-h-productos-cu{
	flex: 0 0 42%;
	margin-bottom: 1rem;
}

.rut-menu-h-productos-cu img{
	width: 100%;
	margin-bottom: 1rem;
}

.rut-menu-h-productos-cu h2{
	text-align: center;
	font-size: 1.1rem;
}

#rut-menu-h-opciones{
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
	text-align: right;
}

#rut-menu-h-opciones a{
	text-align: center;
	width: fit-content;
	text-align: center;
	background-color: white;
	padding: 0.8rem 2rem;
	border:  1px solid var(--bordes);
	border-radius: 1.5rem;
	font-size: 1.4rem;
	display: block;
	margin: auto;
}


@media all and (min-width: 640px) {
	.rut-menu-h-h3:after {
	    width: 42%;
	    
	}
	.rut-menu-h-productos-cu {
	    flex: 0 0 22%;
	    margin-bottom: 1rem;
	}
		
	#footer-botones-as {
		justify-content: center;
		
	}
	#footer-botones-as a {
		flex: 0 0 30%;
		margin: 0 1rem;
	}
}

@media all and (min-width: 900px) {
	#rut-footer-textos-www {
		font-size: 2rem;
	}


	#rut-footer {
		padding: 5% 2%;
	}
	#rut-menu-h-chd{
		padding: 2rem 3rem;
	}
}




@media all and (min-width: 1024px) {
	#rut-menu-dtop{
		display: block;
	}

	#rut-menu-mob{
		display: none;
	}
	#footer-botones-as {
		justify-content: space-between;
	}
	#footer-botones-as a {
		flex: 0 0 48%;
		margin: 0;
		font-size: 1.15rem;
	}
	#footer-botones-as img {
		width: 1.8rem;
	}
	#footer-botones-call {
		font-size: 1.9rem;
		padding-right: 3rem;
		margin-bottom: 0;
		text-align: left;
		line-height: 2rem;

	}

	#footer-botones{
		padding: 3rem 0;
	}
	#rut-footer-textos{
		padding-right: 5rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	#CONTENIDO{
		margin-top: 150px;
		min-height: 300px;
	}


	
	.F5 { width: 5% !important; }
	.F7-5 { width: 7.5% !important; }
	.F10 { width: 10% !important; }
	.F12-5 { width: 12.5% !important; }
	.F15 { width: 15% !important; }
	.F17-5 { width: 17.5% !important; }
	.F20 { width: 20% !important; }
	.F22-5 { width: 22.5% !important; }
	.F25 { width: 25% !important; }
	.F30 { width: 30% !important; }
	.F33 { width: 33.33% !important; }
	.F35 { width: 35% !important; }
	.F40 { width: 40% !important; }
	.F45 { width: 45% !important; }
	.F50 { width: 50% !important; }
	.F55 { width: 55% !important; }
	.F60 { width: 60% !important; }
	.F65 { width: 65% !important; }
	.F70 { width: 70% !important; }
	.F75 { width: 75% !important; }
	.F80 { width: 80% !important; }
	.F85 { width: 85% !important; }
	.F90 { width: 90% !important; }
	.F95 { width: 95% !important; }
}

@media all and (min-width: 1190px) { /*.CC*/
	#rut-menu-dtop-call {
		margin-right: 0rem;
	}

}      