@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

.c-white{
    color: #FFFFFF !important;
}
#topnav{
    height: 70px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
}
.img_logoOct{
    padding: 34px 22px;
    width: 140px;
    margin-top: 29px;
    background: #FFFFFF;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .5);
}
#inicio{
    display: flex;
    align-items: center;
    justify-content: center;
	background: #EDEBE7;
	padding-bottom: 50px;
    padding-top: 100px;
	background: url(../img/bg-referidos.webp);
    background-position: center;
    background-size: cover;
}
h2{
    color: #FD3300;
    text-align: center;
    font-family: Roboto;
    font-size: 39px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.17px;
}
p{
    color: #585857;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    position: relative;
}
.apobtm{
    font-weight: 300;
    color: #FFFFFF;
    font-size: 18px;
}
.apobtm span{
    font-size: 22px;
}
.form{
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 30px 40px;
}
.ipntform{
    width: 100%;
    border: none;
    height: 48px;
    padding: 0 8px;
    margin-bottom: 10px;
    color: #585857;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border: 1px solid #B8B8B8;
    border-radius: 4px;
}
.ipntform:focus{
    outline: none;
}
.txtform{
    letter-spacing: 0.45px;
    color: #FD3300;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 15px;
}
input[type=checkbox]{
  display: none; /*solo se esconde para tener un campo personalisado*/
}
.lbl_termin{
    position: relative;
    padding-left: 23px;
    color: #000;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
input[type=checkbox] + .lbl_termin{
  cursor:pointer;
}/*esta linea significa esto + el siguiente elemento*/

.lbl_termin::before{
    content: '';
    border: 1px solid #000000;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
    border-radius: 3px;
}
input[type=checkbox]:checked + .lbl_termin::before{
    content: '✔';
    font-size: 11px;
    color: #FFFFFF;
    background: #F17647;
    border: 1px solid #F17647;
}
.btnenv{
    border-radius: 8px;
    background-color: #FD3300;
    border: none;
    padding: 16px 26px;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.56px;
    cursor: pointer;
    margin-top: 10px;
}
.alertcaptcha {
    color: red;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 500;
    display: none;
    transition: .2s;
}


.txtinfgra{
    color: #FFFFFF;
    font-size: 55px;
    font-family: Roboto;
}
.txtinfgrades{
    font-family: Roboto;
    color: #FFFFFF;
    font-size: 20px;
}
.btn-gra{
    border-radius: 8px;
    background-color: #F17647;
    border: none;
    padding: 11px 20px;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.56px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
}

.btndes{
    background-color: #eab099;
    pointer-events: none;
}
.txtmvfw span{
    font-size: 18px;
}
.linkter{
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: underline;
    display: block;
}
.linkter:hover{
    text-decoration: underline;
}
.spnform{
	color: #414547;
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 3px;
    display: block;
}
.txtobli{
	color: #333;
    font-family: 'Roboto';
    font-size: 10px;
    font-style: normal;
    font-weight: 350;
    line-height: 14px;
}
.linkform{
	color: #000000;
    font-weight: 400;
    text-decoration: underline;
}

@media(min-width:100px){
	.img_logoOct {
		padding: 33px 22px;
		width: 102px;
		margin-top: 18px;
	}
}

@media(min-width:992px){
	.img_logoOct {
		padding: 34px 22px;
		width: 140px;
		margin-top: 29px;
	}
}