/*NAV Acomodos*/
#fh5co-menu {
    background: #262626;
    position: absolute;
    top: -20px !important;
}
/*Generales*/
.paddin-0{
    padding: 0px;
}
/*Titulo Activatee*/
.contenedor-titulo-sucribete{
    margin-top: 100px;
}
.titulo-suscribete{
    font-size: 47px;
}
span{
    color: #3fbbff;
    font-size: 61px;
}
.parrafo-secundario-suscribete{
    margin: 19px 0px 26px;
}
/*Inputs*/
.contenedor-inputs-suscribete{
    margin: 28px 0px;
}
.pull-right-md{
    float: right;
}
/*texto antes de seleccion */
.txt-suscribete-selecion{
    margin:5px 0px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 15px !important;
    font-weight: none;
    margin-top: 15px !important;
}
/*Boton enviar */
.btn-activar {
    width: 250px;
    height: 60px;
    background: #3fbbff;
    color: #fff;
    font-size: 28px;
    border: none;
    margin: 88.3px 0;
}
/* Smartphones (landscape) vertical horizontal----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
    #fh5co-menu {
        background: #262626;
        position: absolute;
        top: 0px !important;
    }
    .contenedor-titulo-sucribete{
        margin-top: 0px;
    }
    .titulo-suscribete {
        font-size: 33px;
    }
    .parrafo-secundario-suscribete{
        margin: 30px 0 30px;
    }
    .pull-right-md {
        float: none;
    }
    .contenedor-inputs-suscribete {
        margin: 10px 0px;
    }
    .inputs-suscribete{
        margin: 0px;
    }
    .seleciones-suscribete{
        border-radius: 100%;
    }
    .txt-suscribete-selecion {
        text-align: center;
        margin-top: 10px;
        padding: 0 29px;
        margin-bottom: 30px;
    }
    span {
        color: #3fbbff;
        font-size: 56px;
    }
    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 15px !important;
        font-weight: normal !important;
    }
    .btn-activar {
        width: 250px;
        height: 60px;
        background: #3fbbff;
        color: #fff;
        font-size: 28px;
        border: none;
        margin: 25px 0;
    }
}
/*Mobil portaint*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px)(orientation: portaint){

}
/*Mobil portaint*/
@media screen  and (device-width: 640px)  and (device-height: 360px){

}
@media (max-width: 767px) {
  #fh5co-page{
    margin-top: 4em;
}
}

@media only screen and (max-width : 768px)  {
    .pull-right-md {
        float: left;
        width: 100%;
    }
}
/* iPads (portrain)vertical----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .contenedor-titulo-sucribete {
        margin-top: 132px;
    }
    .parrafo-secundario-suscribete {
        margin: 27px 0px 27px;
    }
    .contenedor-inputs-suscribete {
        margin: 54px 0px;
    }
}

/* iPads (portrait)  vertical----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}
/*@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {
    .contenedor-titulo-sucribete {
        margin-top: 200px;
        background: red;
    }
    .titulo-suscribete {
        font-size: 47px;
        margin-bottom: 37px;
    }
    .parrafo-secundario-suscribete {
        margin: 26px 0px 26px;
    }
    .txt-suscribete-selecion {
        margin: 13px 0px;
    }
    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 25px !important;
        font-weight: none;
        margin-top: 25px !important;
    }
    .btn-activar {
        width: 250px;
        height: 60px;
        background: #3fbbff;
        color: #fff;
        font-size: 28px;
        border: none;
        margin-bottom: 287px;
        margin-top: 105.3px;
    }

    }*/

    /*Pantallas*/
    @media screen and (min-device-width: 1600px){
        /*Titulo Activatee*/
        .contenedor-titulo-sucribete{
            margin-top: 163px;
        }
        .titulo-suscribete{
            font-size: 47px;
        }
        span{
            color: #3fbbff;
            font-size: 61px;
        }
        /*Inputs*/
        .contenedor-inputs-suscribete{
            margin: 28px 0px;
        }
        .pull-right-md{
            float: right;
        }
        /*texto antes de seleccion */
        .txt-suscribete-selecion{
            margin:5px 0px;
        }
        label {
            display: inline-block;
            max-width: 100%;
            margin-bottom: 15px !important;
            font-weight: none;
            margin-top: 15px !important;
        }
        /*Boton enviar */
        .btn-activar {
            width: 250px;
            height: 60px;
            background: #3fbbff;
            color: #fff;
            font-size: 28px;
            border: none;
            margin: 129px 0;
        }
    }
