@font-face{
    font-family: gothamb;
    src: url(ttf/Gotham-Bold.otf);
}
@font-face{
    font-family: gotham;
    src: url(ttf/Gotham-Book.otf);
}
@font-face{
    font-family: poppins;
    src: url(ttf/Poppins-Regular.ttf);

}
@font-face{
    font-family: bebas;
    src: url(ttf/BebasNeue.otf);
}
*{
    margin: 0;
    padding: 0;
    
}

@media (min-width: 500px){
    .fondo{
        margin: 0;
        padding: 0;
        height: 0vh;
        overflow: hidden;
    }
    .center{
        position: absolute;
/*        background-color: red;*/
        width: 800px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
    }
    .center h1{
    text-align: center;
    font-family: gothamb;
    color: #006633;
    font-size: 8.5rem;
    padding-bottom: 10px;
    }

    .center p{
        font-size: 40px;
        font-family: gotham;
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center;
    }
    .center form{
        padding: 0 50px;
        box-sizing: border-box;
    }
    form .input-contenedor{
    position: relative;
    border-bottom: 3px solid #006633;
    margin: 35px 0;
}
    .input-contenedor input{
    width: 100%;
    height: 50px;
    font-size: 40px;
    border: none;
    background: none;  
    outline: none;
}
    .btnradio{
        font-size: 20px;
    }
    .btnbuscar{
    width: 100%;
    margin: 15px 0;
    border-radius: 15px;
    border: none;
    padding: 15px;
    background: #006633;
    font-size: 40px;
    color: white;
}
    .alerta{
    background:  rgba(241, 148, 138, 0.16);
    width: 100%;
    text-align: center;
    padding: 5px 0;
    border: 2px solid red;
    color: red;
    font-family: poppins;
    font-size: 40px;
}
    .redes{
        margin-bottom: 15px;
        margin-top: 15px;
    }
    a{
        text-decoration: none;
    }
    .radio{
        font-family: gotham;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .radio label{
        padding-right: 45px;
        color: black;
        font-size: 40px; 
    }
    .btnradio{
        width:40px;
        height:40px;
    }

    .face, .insta , .you{
        margin-bottom: 15px;
        color: black;
    }
    .logoredesy{
        padding-top: 5px;
        float: left;
        padding-right: 18px;
    }
    .logoredes{
        float: left;
        padding-right: 18px;
    }
    .titulo{
        font-family: gothamb;
        font-size: 33px;
    }
    .sub{
        font-family: gotham;
        font-size: 33px;
    }
}
@media (min-width: 1080px){
    .fondo{
        margin: 0;
        padding: 0;
        height: 99.3vh;
        overflow: hidden;
    }
    .center{
        position: absolute;
/*        background-color: blue;*/
        top: 50%;
        left: 75%;
        transform: translate(-50%, -50%);
        width: 300px;
        border-radius: 10px;
    }
        .perfil{
        margin: 0 0 0 45px;
    }
    .center h1{
        text-align: center;
        font-family: gothamb;
        color: #006633;
        font-size: 2.5rem;
        padding-bottom: 10px;

    }
    .center p{
        font-size: 16px;
        font-family: gotham;
        padding-bottom: 15px;
        text-align: center;
    }
    .center form{
        padding: 0 30px;
        box-sizing: border-box;
    }
    form .input-contenedor{
        position: relative;
        border-bottom: 2px solid #006633;
        margin: 5px 0;
    }
    .input-contenedor input{
        width: 100%;
        height: 40px;
        font-size: 16px;
        border: none;
        background: none;
        outline: none;
    }
    .btnbuscar{
        width: 100%;
        margin: 15px 0;
        border-radius: 15px;
        border: none;
        padding: 5px;
        background: #006633;
        font-size: 15px;
        color: white;
    }
    .btnbuscar:hover{
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }

    .alerta{
        background:  rgba(241, 148, 138, 0.16);
        width: 100%;
        text-align: center;
        padding: 5px 0;
        border: 2px solid red;
        color: red;
        font-family: poppins;
        font-size: 16px;
    }
    .redes{
        margin-bottom: 15px;
        margin-top: 15px;
    }
    a{
        text-decoration: none;
    }
    .radio{
        font-family: gotham;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .radio label{
        padding-right: 15px;
        color: black;
        font-size: 15px;
    }
    .btnradio{
        width:15px;
        height:15px;
    }
    .face, .insta , .you{
        margin-bottom: 25px;
        color: black;
    }
    .logoredesy{
        padding-top: 5px;
        float: left;
        padding-right: 8px;
    }
    .logoredes{
        float: left;
        padding-right: 8px;
    }
    .titulo{
        font-family: gothamb;
        font-size: 14px;
    }
    .sub{
        font-family: gotham;
        font-size: 14px;
    }
}
