@font-face {
	font-family: 'Trade';
	src:  url('//www.yoigo-fibra.com/sem_old/css/fuentes/TradeGothicLTCom-Bd2.ttf') format('truetype');
  	font-weight:normal;
}
@font-face {
  	font-family: 'Trade Regular';
  	src:  url('//www.yoigo-fibra.com/sem_old/css/fuentes/lte50535.ttf') format('truetype');
  	font-weight:normal;
}
@font-face {
  	font-family: 'Trade Bold';
  	src:  url('//www.yoigo-fibra.com/sem_old/css/fuentes/lte50537.ttf') format('truetype');
  	font-weight:normal;
}
header{
    background-color: #ffffff;
}
header.fixed{
	position: fixed;
    top: 0;
    width: 100%;
    padding-bottom: 10px;
    z-index: 999
}
.inboxlogo{
    padding: 5px 0;
}
.boxPrincipal{
    background: #f0ac2b;
	height: 874px;
}
.boxForm{
	z-index: 3;
    margin-top: 50px;
    background-color: #ffffff;
}
.inboxForm {
    height: auto;
}
.box900{
	z-index: 10;
}
.box900.fdh{
	display: none;
}
.inbox900 {
	font-size: 20px;
    color: #000000;
    font-weight: bold;
    font-family: "Trade";
    text-align: center;
	text-align: center;
	padding-bottom: 15px;
	height: auto !important;
}
.inbox900 a {
    font-size: 60px;
    color: #000000;
	text-decoration: none !important;
    line-height: 55px;
}
.textoGrande{
	font-size: 40px;
	line-height: 50px;
}

/* FORM HEREDADO */
.descripForm,
.sin900.descripForm,
.fdh.descripForm {
    margin-top: 0;
    font-size: 23px;
    color: #000000;
    text-align: center;
    font-family: 'Trade';
    font-weight: 400;
    padding: 10px 0px;
    padding: 24px 42px 0px 42px;
    line-height: 40px;
}
.descripForm span,
.sin900.descripForm span,
.fdh.descripForm span {
    color: #000000;
    font-family: 'Trade';
    font-weight: 400;
    padding: 5px
}
#oForm {
    color: #000000;;
    padding: 15px 24px 0 24px;
}
#oForm input {
    box-shadow: none;
    border: none;
    outline: none;
    font-size: 13px;
    font-family: 'Trade';
    color:#000000;
}
#oForm input.inputname,
#oForm input.inputnum,
#oForm input.inputmail {
    margin-bottom: 10px;
    padding: 12px 15px;
    height: auto;
    border: 2px solid #000000;
	background-color: #ffffff;
	text-align: center;
	font-size: 20px;
}
#oForm input.inputname,
#oForm input.inputmail {
    display: none;
}
#oForm.fdh input.inputname,
#oForm.fdh input.inputmail,
#oForm.sin900 input.inputname,
#oForm.sin900 input.inputmail {
    display: block;
}
.fdh #oForm input.inputname,
.fdh #oForm input.inputmail{
    display:block;
}
.tab-content #oForm{
	background: #ffffff;
}
input[type=checkbox ] {
    width: 11px !important;
    height: 11px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #a8adad !important;
    margin: 0px !important;
}
.privacidad {
    font-size: 12px;
    margin-bottom: 20px;
    margin: 0;
    padding: 0px 0px 0px 12px;
    font-family: 'Trade', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff !important;
    margin: -20px 0 0 2px;
}
.privacidad a{
	color: #ffffff;
}
.btn-enviar {
    color: #ffffff;
    margin: 10px auto;
    display: block;
	background-color: #d93987;
    cursor: pointer;
    font-family: 'Trade', sans-serif;
    font-size: 22px;
    font-weight: 500;
    height: 56px;
	border-radius: 7px;
	border: 0;
}
#tapaForm {
    display: none;
    text-align: center;
    padding: 26px 15px 30px 15px;
    color: #000000;
    margin-bottom: 10px;
    background: #ffffff;
}
.loading {
    display: block;
    margin: 10px auto;
    width: 40px;
    height: auto;
}

form .ssl{
	color: #000000 !important;
}
/* CHECK boX*/
.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 3px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
    min-height: 30px

}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background: #e6e6e6;
    border: 1px solid #000000;
    border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #67cd65;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox a{
	color: #000000;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 5px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3.01rem;
    height: 3.01rem;
    margin-left: -0.781rem;
    margin-top: -0.743rem;
    background: #72ed6f;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}
@keyframes s-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes s-ripple-dup {
   0% {
       transform: scale(0);
    }
   30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}
form .ssl{
	color: #000000 !important;
}
.helpDM {
	display: none !important;
}
/* FORM */
/** MOBILE **/
@media only screen and (max-width: 600px) {
    .textoGrande{
        font-size: 29px;
    }
    .inbox900 a{
        font-size: 55px;
    }
}
@media only screen and (max-width: 420px) {
    .inboxlogo img{
        max-width: 49%;
        display: inline-block;
    }
    .textoGrande {
        font-size: 18px;
        line-height: 18px;
    }
    .btn-enviar{
        font-size: 20px;
    }
    .inbox900 a{
        font-size: 40px;
    }
}
