html{
    overflow-x: hidden;
}

/* Works on Firefox */
* {
    scrollbar-width:thin;
    scrollbar-color: black rgb(223, 223, 223);
}


/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 15px;
}

*::-webkit-scrollbar-track {
    background: rgb(223, 223, 223);
}

*::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 0px;
    border: 0px solid rgb(223, 223, 223);
}

/*********************************** fonts ***********************************/
@font-face {
    font-family: MontserratSemibold;
    src: url(./Montserrat-SemiBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: HelveticaLight;
    src: url(./Montserrat-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: MontserratRegular;
    src: url(./Montserrat-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: Nunito;
    src: url(./Nunito-Regular.ttf);
    font-display: swap;
}


/*********************************** default ***********************************/
html{
    background: linear-gradient(140deg, rgba(223,223,223,1) 0%, rgba(231,231,231,1) 100%);
    /* background: rgb(223, 223, 223); */
}
body{
    margin: 0;
    width: 100vw;
    height: auto;
}

h1 {
    font-size: 3.7rem;
    font-family: Nunito;
    font-weight: 100;
}

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-top: 5%;
    margin-left: 5%;
}

#subTituloContacto{
    margin-top: 20px;
    margin-left: 5%;
}


/*********************************** form ***********************************/
.container{
    margin-top: 0px;
    margin-left: 6%;
    margin-right: 10%;
}

.ff-form input{
    background-color: white;
    font-family: MontserratRegular;
    font-size: 18px
}

.ff-form .ff-secfields .ff-item label {
    font-family: HelveticaLight !important;
    font-size:24px;
}

.ff-form {
    width: 100vw !important;
    height: auto;
    margin-left: 12%;
    margin-right: 12%;
    margin-bottom: 150px;
}

.ff-layout-default {
    max-width: 76vw;
    padding: 0px 0px;
}


.ff-form .ff-powered-img {
    visibility: hidden;
}


.ff-form .ff-widget-error b {
    visibility: hidden;
}

.ff-widget-error {
    font-family: MontserratSemibold;
}

.ff-form .ff-item textarea {
    font-family: MontserratRegular !important;
    background-color: white;
    border-radius: 14px;
}

.ff-success {
    height: 20vh;
    margin-top: 50px;
    font-size: 30px;
    font-family: MontserratRegular;
}


.ff-form .ff-description :nth-child(2n){
    visibility: hidden;
}

.ff-form button{
    background-color: black !important;
    font-family: MontserratRegular !important;
    text-transform: none !important;
}

.ff-layout-2column .ff-part-width {
    width: 90vw !important;
}

.rest-form-control{
    background-color: white !important;
}

.ff-form-check{
    background-color: white !important;
}

.ff-form button span {
    font-size: calc(var(--ff-fs) * 1.2) !important;
    line-height: normal;
    font-family: Nunito !important;
}


/*********************************** footer ***********************************/
.pFooter{
    margin-top: 100px;
    margin-left: 5%;
    font-size: 1.5rem;
    font-family: HelveticaLight;
}


.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: 45px;
    }

    h2{
        font-size: 25px;
    }

    /*********************************** nav ***********************************/
    #logoNav{
        width: 45%;
    }

    .NavSig{
        font-size: 2rem;
    }


    /*********************************** form ***********************************/
    .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;
    }
}


@media (min-width: 768px){
    .ff-layout-2column{
        max-width: 90vw !important;
        padding: 15px 0px !important;
        margin: auto;
    }
}


@media (max-width: 768px) {
    .ff-layout-2column, .ff-layout-1column, .ff-layout-default {
        max-width: 90% !important;
    }

    .ff-layout-2column .ff-part-width {
        width: 87vw !important;
    }
}
