*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
    font-family: avenir;
    src: url('../src/font/avenir_light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: avenir;
    src: url('../src/font/avenir_book.ttf');
    font-weight: 400;
}

@font-face {
    font-family: avenir;
    src: url('../src/font/avenir_book_obli.otf');
    font-weight: 200;
}

@font-face {
    font-family: avenir;
    src: url('../src/font/avenir_roman.ttf');
}

@font-face {
    font-family: avenir;
    src: url('../src/font/avenir_medium.ttf');
    font-weight: 600;
}

@font-face {
    font-family: avenir;
    src: url('../src/font/avenir_heavy.ttf');
    font-weight: 800;
}

@font-face {
    font-family: avenir;
    src: url('../src/font/avenir_black.ttf');
    font-weight: 900;
}
  
body{
    margin: 0 0 0 0;
    font-family: 'avenir';
}

a{
    text-decoration: none !important;
    color: #000000 !important;
}

.desk{
	display: initial !important;
}

.desk-flex{
	display: flex !important;
}

.mob{
	display: none !important;
}

.mob-flex{
	display: none !important;
}

/*POCISIONES FLEX*/
.cflex{
	display: flex;
	align-items: center;
}

.cflex-center{
	justify-content: center;
}


.cflex-right{
	justify-content: flex-start;
}

.cflex-left{
	justify-content: flex-end;
}

.cflex-spaceb{
	justify-content: space-between;
}

.cflex-spacea{
	justify-content: space-around;
}

.cflex-spaceev{
	justify-content: space-evenly;
}

.flex-col{
    flex-direction: column;
}

.align-center{
    align-items: center !important;
}

.align-base{
    align-items: flex-start !important;
}

.align-end{
    align-items: flex-end !important;
}

section.main-sec {
    width: 100%;
    height: auto;
	margin: auto;
}

div.main-cont{
	max-width: 1300px;
	padding: 0px 5px;
	width: 100%;
	height: auto;
    margin: auto;
    /* border:1px solid red; */
}

div.contFlex{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    /* padding: 0px 25px; */
}

div.mainheader{
	height: 100%;
}

section.mainSection{
    width: 100%;
    height: 100%;
    background-image: url('../src/images/mainBack.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

div.secHeader{
    width: 100%;
    height: 128px;
    background-color: #00000087;
}

div.contLogo{
    width: 25%;
    /* border:1px solid; */
}

div.contLogo img{
    width: 180px;
    height: auto;
    object-fit: contain;
}

div.contMenu{
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

a.linkMenu{
    color: #ffffff !important;
    font-size: 18px;
    margin-right: 30px;
}

a.active{
    color: #EAA12E !important;
    text-decoration: underline !important;
}

p.tituloBannem{
    text-align: center;
    font-weight: 900;
    font-size: 85px;
    color: #ffffff;
    margin: 0px;
    line-height: 1;
}

p.subtituloBannem{
    text-align: center;
    font-weight: 300;
    font-size: 35px;
    color: #ffffff;
    margin: 0px;
    line-height: 1;
    margin-top: 10px;
    max-width: 1200px;
}

section.bannerMain{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

div.mainSlider{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* height: 198px; */
    height: 243px;
    overflow: hidden;
}

div.contenedorTexto{
    width: 100%;
    height: 198px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0px;
}

img.iconSl{
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 28%;
}

img.iconPL{
    left: 0;
}

img.iconPR{
    right: 0;
}

.posAbs{
    position: absolute;
}

.btn-y{
    bottom: 0px;
    padding: 10px 40px;
    background-color: #EAA12E;
    color: #ffffff;
    font-weight: 800;
    border-radius: 5px;
    cursor: pointer;
}

.imgArb{
    width: 30px;
    height: auto;
    margin-bottom: 20px;
    cursor: pointer;
}

div.padd60{
    padding: 120px 0px;
}

div.padd30{
    padding: 58px 25px;
}

div.padd70{
    padding: 70px 0px;
}

p.tituloProm{
    font-weight: 900;
    font-size: 50px;
    color: #036AA6;
    margin: 0px 0px 20px 0px;
}

p.subtProm{
    margin: 0px;
    font-weight: 600;
    font-size: 26px;
    color: #1C1C1C;
    text-align: center;
}

p.conoceProm{
    margin: 0px;
    font-weight: 400;
    font-size: 22px;
    color: #707070;
    text-align: center;
}

section.backBlue{
    background-color: #036AA6;
}

div.cont55{
    width: 55%;
}

div.contIni{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

div.cont45{
    display: flex;
    width: 45%;
    /* height: 100%; */
    height: 425px;
    background-color: #036aa6;
}

img.itemNum{
    width: 49px;
    height: auto;
    margin-right: 10px;
}

p.txtitem{
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

img.itemIcon{
    width: 18px;
    height: auto;
    margin-left: 20px;
}

p.titComo{
    font-size: 40px;
    color: #ffffff;
    font-weight: 900;
    margin: 0px 0px 20px 0px;
}

video.vid45{
    width: 100%;
    height: 100%;
}

img.img45{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#vidProm{
    display: none;
}

div.w30{
    width: 45%;
}

div.w70{
    width: 55%;
}

form.formP{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

input.fromw50,input.fromw100{
    width: 49%;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    border:none;
    box-shadow: 0px 1px 1px #00000030;
    border-radius: 5px;
    padding: 15px 10px;
    outline: none;
}

input.fromw100{
    width: 100% !important;
}

input.btn-sub{
    border: 0px;
    padding: 13px 71px;
    font-size: 16px;
}

div.contSub{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#bases{
    margin: 0px;
    margin-right: 5px;
}

label.contb{
    display: flex;
    align-items: center;
}

p.colorN{
    color: #1C1C1C;
    margin-bottom: 0px;
}

p.subForm{
    font-size: 22px;
    font-weight: 400;
    margin: 0px;
}

section.backRef{
    background-image: url('../src/images/referido.png');
    background-repeat: no-repeat;
    background-size: contain;
}

section.backgp{
    background-image: url('../src/images/vivienda.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}

div.flexVivienda{
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

p.numTit{
    font-size: 45px;
    font-weight: 900;
    color: #ffffff;
    margin: 0px;
}

p.subViv{
    color: #ffffff;
    margin: 0px;
    text-align: center;
    line-height: 1.3;
}

div.contvivi{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.backN{
    background-color: #1C1C1C;
}

p.footTxt{
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin: 30px 0px;
}

#btnSession{
    cursor:pointer
}

div.modal-content{
    background-color: #1c1c1ccc;
}

div.modal-body{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

p.titModal-Sesion{
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
}

p.titModal-Referido{
    color: #1C1C1C;
    font-weight: 900;
    font-size: 18px;
}

form.formSesion{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

input.form-session{
    width: 90%;
    max-width: 340px;
    margin-bottom: 20px;
    outline: none;
    background-color: #F7F7F7;
    font-weight: 400;
    font-size: 18px;
    padding: 7px 15px;
    text-align: center;
    border: 0px;
    border-radius: 5px;
}

label.checkPas{
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.wrapper {
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.wrapper label {
    display: block;
    padding: 0px 0px 0px 26px;
}

.wrapper input {
    height: 18px;
    width: 18px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.wrapper input + label::before {
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    content: "";
    height: 18px;
    width: 18px;
    left: 0;
    position: absolute;
    top: 2px;
}

.wrapper input + label::after {
    content: "";
    border: 2px solid #ffffff;
    border-left: 0;
    border-top: 0;
    height: 10px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    transition: opacity 0.2s ease-in-out;
    width: 5px;
}

.wrapper input:checked + label::after {
    opacity: 1;
}

label.labelPass{
    color: #FFFFFF;
    font-weight: 200;
    font-size: 16px;
    text-decoration: underline;
}

.marb20{
    margin-bottom: 20px;
}

p.olvPass{
    font-size: 18px;
    font-weight: 900;
    color: #FFFFFF;
    margin:0px;
    cursor: pointer;
}

p.registrar{
    color: #EAA12E;
    margin-bottom: 20px;
}

div.btn-eye{
    position: absolute;
    width: 18px;
    height: 16px;
    background-image: url('../src/icon/eye.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 8px;
    cursor: pointer;
    top: 13px;
}

div.contPass{
    position: relative;
    width: 90%;
    max-width: 340px;
}

input.form100{
    width: 100%;
}

section.backMainsection{
    background-image: url('../src/images/mainBack2.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-position: center bottom;
}

div.contMaintext{
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.contRecompensa{
    width: 92%;
    display: flex;
    padding: 0px 0px 0px 20px;
}

div.w75Re{
    width: 73%;
    height: auto;
}

div.w25Re{
    width: 25%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.w25Re img{
    width: 100%;
    max-width: 160px;
    height: auto;
    object-fit: cover;
}

p.titRecompensa{
    font-weight: 900;
    font-size: 22px;
}

p.txtRecompensa{
    font-weight: 400;
    font-size: 18px;
    color:#707070;
}

hr.hrRecompensa{
    margin: 40px 0px;
}

div.cont-nivel{
    border: 0px;
    padding: 13px 71px;
    font-size: 16px;
    background-color: #EAA12E;
    color: #ffffff;
    font-weight: 800;
    border-radius: 5px;
    margin-bottom: 35px;
}

div.w100{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

p.txtCategoria{
    font-weight: 400;
    font-size: 18px;
    color: #707070;
}

.backCenter{
    background-position: center center !important;
}

p.colorBlack{
    color: #1C1C1C;
}

input.formRe{
    background-color: #F7F7F7;
}

input.formRe::placeholder{
    color: #B7B7B7;
    padding-right: 15px;
    padding-left: 15px;
}

p.campObl{
    width: 100%;
    padding-left: 20px;
}

div.contbace50{
    width: 49%;
    display: flex;
    justify-content: space-between;
}

div.contw90{
    width: 90%;
}


div.contw10{
    width: 10%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

div.contReferido{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 25px 20px;
    border-bottom: 1px solid #EAA12E;
    cursor: pointer;
}

img.iconImg{
    width: 20px;
    height: auto;
    margin-right: 20px;
}

div.txtReferido p{
    margin: 0px;
}

p.nomReferido{
    font-weight: 600;
    font-size: 18px;
    color: #707070;
    line-height: 1;
}
p.letraReferido{
    font-weight: 900;
    font-size: 18px;
    color: #707070;
    margin: 0px;    
}

p.estatusReferido{
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    line-height: 1;
}

div.letterRef{
    padding: 25px 20px 10px 20px;
    border: 0px;
    box-shadow: 0px 1px 1px #00000030;
    border-radius: 5px;
}

p.contactL{
    font-weight: 900;
    font-size: 20px;
    color: #F5E0C0;
    margin-bottom: 2px;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.activeLetra{
    color: #EAA12E !important;
}

div.backWhite{
    background-color: #FFFFFF;
}

div.headerReferido{
    padding: 16px 16px 0px 16px;
    border-bottom: 0px;
}


.svg-item {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    animation: donutfade 1s;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

@keyframes donutfade {
  /* this applies to the whole svg item wrapper */
    0% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}

.donut-ring {
    stroke: #ADD9A9;
}

.donut-segment {
    transform-origin:center;
    stroke: #63B55B;
    animation: donut1 3s;

}

.donut-percent {
    animation: donutfadelong 1s;
}

@keyframes donutfadelong {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes donut1 {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 69, 31;
    }
}



.donut-text {
    font-family: Arial, Helvetica, sans-serif;
    fill: #FF6200;
}

.donut-percent {
    font-size: 0.5em;
    line-height: 1px;
    transform: translateY(0.5em);
    font-weight: bold;
}

.svg-item svg{
    max-width:30%;
    display:inline-block;
}

div.contTxtref{
    display: flex;
    flex-direction: column;
}

div.contTxtref p{
    margin: 0px;
}

p.txtRef1{
    font-weight: 400;
    font-size: 18px;
    color: #707070;
}

p.txtRef2{
    font-weight: 900;
    line-height: 1;
}

img.logoModal{
    width: 169px;
    height: auto;
}

p.titAviso{
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0px;
    line-height: 1.2;
}

div.divIm50{
    width: 49%;
}

div.itemMenuSes{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 20px;
    cursor: pointer;
}

div.cont-menu-items{
    position:absolute;
    display:flex;
    background-color:#FFFFFF;
    right: 0px;
    padding: 10px 0px;
    flex-direction: column;
    width: 290px;
    box-shadow: 0px 1px 1px #00000030;
    border-radius: 5px;
    top: 39px;
    display: none;
}

div.itemMenuSes img{
    width: 14px;
    height: 17px;
    object-fit: contain;
}

div.itemMenuSes p{
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    margin-left: 8px;
    text-align: center;
}

P.colorMenuG{
    color: #63B55B;
}

hr.hrMenuitem{
    margin: 6px 0px;
    border: 2px solid #EFEFEF;
}

input:read-only {
    background-color: #F7F7F7;
    cursor: unset;
    color: #B7B7B7;
} 

p.avisopass{
    color: #eaa12e;
    margin: 0px 0px 18px 0px;
    height: 19px;
}


div.contGraf{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

div.grafleft{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.graright{
    width: 40%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

div.contDatos{
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    background-color: #F7F7F7;
    max-width: 282px;
    box-shadow: 1px 1px 4px 0px #00000033;
    margin-top: 18px;
}

div.contdL,div.contdR{
    width: 49%;
    display: flex;
    flex-direction: column;
}

p.pContL,p.pContR{
    font-weight: 900;
    font-size: 16px;
    color: #707070;
    margin: 0px;
}

p.pContR{
    text-align: center;
}


.pcCir{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 4px;
}

div.contTextL{
    display: flex;
    align-items: center;
}

.bgcolor1{
    background-color:#F2C817;
}

.bgcolor2{
    background-color:#9FCC23;
}

.bgcolor3{
    background-color:#1C602A;
}

.bgcolor4{
    background-color:#11C1D3;
}

.bgcolor5{
    background-color:#2560E5;
}






