:root{
    --ff-formbgcolor: none !important;
    --ff-heading-font: HelveticaRegular !important;
    --ff-paragraph-font: HelveticaLight !important;
}

html{
    overflow-x: hidden;
}

/* Works on Firefox */
* {
    scrollbar-width:thin;
    scrollbar-color: rgb(46,46,46) rgb(231, 231, 231);
}   


/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 15px;
}

*::-webkit-scrollbar-track {
    background: rgb(231, 231, 231);
}

*::-webkit-scrollbar-thumb {
    background-color: rgb(46,46,46);
    border-radius: 0px;
    border: 0px solid rgb(231, 231, 231);
}

/*********************************** fonts ***********************************/
@font-face {
    font-family: HelveticaThin;
    src: url(./HelveticaNowDisplay-Thin.ttf);
    font-display: swap;
}

@font-face {
    font-family: HelveticaBold;
    src: url(./HelveticaNowDisplay-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: HelveticaLight;
    src: url(./HelveticaNowDisplay-Light.ttf);
    font-display: swap;
}

@font-face {
    font-family: HelveticaRegular;
    src: url(./HelveticaNowDisplay-Regular.ttf);
    font-display: swap;
}


/*********************************** default ***********************************/
html{
    /* background: linear-gradient(140deg, rgba(237,237,237,1) 0%, rgba(231,231,231,1) 100%);  */
    background: rgba(237, 237, 237, 1);
}
body{
    margin: 0;
    width: 100vw;
    height: auto;
}

h1 {
    font-size: 3.7rem;
    font-family: HelveticaThin;
}

h2{
    font-size: 1.8rem;
    font-family: HelveticaLight;
}


/*********************************** nav ***********************************/
#navBar{
    width: 100%;
    height: 150px;
    display: flex;
}

#logoNav{
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 12%;
    width: 20%;
}

.NavSig{
    font-family: HelveticaLight;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 12%;
    font-size: 2.5rem;
    float: right;
}

/*********************************** titulo/subtitulo ***********************************/
#tituloContacto{
    margin-left: 12%;
    margin-bottom: 0px;
}

#subTituloContacto{
    margin-top: 20px;
    margin-left: 12%;
}


/*********************************** form ***********************************/
.container{
    margin-top: 0px;
    margin-left: 6%;
    margin-right: 10%;
}


/*********************************** footer ***********************************/
.pFooter{
    margin-top: 0px;
    margin-left: 12%;
    font-size: 1.5rem;
    font-family: HelveticaLight;
}

.recuadroColores{
    margin-top: 25px;
    background: linear-gradient(90deg, rgba(248,225,50,1) 0%, rgba(221,77,54,1) 50%, rgba(74,36,138,1) 100%);
    width: 76%;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
}

.frame{
    height: 3270px;
    /* height: 370vh; */
    margin-bottom: 0px;
}



/************************************************** Responsive **************************************************/
@media screen and (max-width: 900px){
    /*********************************** default ***********************************/
    h1 {
        font-size: 3.2rem;
    }

    h2{
        font-size: 1.3rem;
    }

    /*********************************** nav ***********************************/
    #logoNav{
        width: 30%;
    }

    /*********************************** boton ***********************************/
    .btn-lg{
        font-size: 1.3rem;
    }

    /*********************************** footer ***********************************/
    .pFooter{
        font-size: 1.3rem;
    }

    .frame{
        height: 3500px !important;
    }
    
}


@media screen and (max-width: 600px){
    /*********************************** default ***********************************/
    h1 {
        margin-right: 10%;
        margin-top: 0px;
        font-size: 50px;
    }

    h2{
        font-size: 25px;
    }

    /*********************************** nav ***********************************/
    #logoNav{
        width: 45%;
    }

    .NavSig{
        font-size: 2rem;
    }
    
    
    /*********************************** form ***********************************/
    /* .container{
        margin-left: 10%;
        margin-right: 12%;
    } */
    
    .ff-form input{
        font-size: 18px !important;
    }

    .ff-form .ff-secfields .ff-item label {
        font-size:20px !important;
    }




    /*********************************** footer ***********************************/
    .pFooter{
        margin-top: 0px;
        font-size: 18px;
    }

    .frame{
        height: 3800px !important;
    }
}


@media screen and (max-width: 500px){
    .frame{
        height: 3900px !important;
    }
}

@media screen and (max-width: 380px){
    .frame{
        height: 4200px !important;
    }
}