@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo&family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');




:root {
    --bgbottom: #fafa07;
    --bgiconos: #fafa07;
    --sectionstitle: rgba(0, 0, 0, 0.974);
    --colorTextos: #49454567;

}



html {
    box-sizing: border-box;
    /*1 rem = 10 px*/
    font-size: 62.5%;
}

*,*::after, *::before {
    box-sizing: inherit;
}


body {
    /*font-family: 'Roboto Slab', serif, sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    /*background-image: url(img/bground.png);*/
    text-align: center;
    justify-content: center;
    justify-items: center;
    background-color: #f2f6f9;
} 

/**GLOBALES***/

.container {
    width: 90%;
    margin: 0 auto;

}
.ocultar {
    height: 0;
    visibility: hidden;
}

.sectiontitle {
    
    width: 100%;
    padding-top: 0vh;
    padding-bottom: 0;
    margin-top: 3vh;
    margin-bottom: 1.5vh;
    font-size: 3.8rem;
    color: rgb(20, 18, 0);
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    align-items: center;
    text-align: center;
    justify-content: center;
    justify-items: center;
    letter-spacing: 0.1rem;
}

.descsectiontitle {
    width: 80%;
    margin-left: 10%;
    padding-top: 0vh;
    padding-bottom: 0rem;
    margin-top: 0.1vh;
    font-size: 1.8rem;
    color: rgb(30, 30, 0);
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    align-items: center;
    text-align: center;
    justify-content: center;
    justify-items: center;
}

.descsectiontitle::after {
    content: '';
    /*background-color: #fafa07;*/
    background: #f2f69f;
    display: block;
    height: 1.2px;
    width: 100%;
    margin-top: 1rem;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}



h1, h2, h3, h4, h5, h6 {
    color: #1d273b;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}


h1 {
    /*font-family: sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 60px;
    letter-spacing: 2px;
    padding: 10px 0;
    color: #555;
    text-align: center;
}

h2 {
    /*font-family: sans-serif;*/
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 0;
    color: #555;
    text-align: center;
    justify-content: start;
}


h3 {
    /*font-family: sans-serif;*/
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 5px 0 0 0;
    color: rgb(244, 248, 125);
    text-align: center;
    left: -120px;
}


header {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid transparent;
    box-shadow: 1px 1px 4px 0 rgb(78, 25, 250);
    background: #f2f2f2;
    background: transparent;
    height: 8rem;
}
/*
header::before {
    content: "";
    display: block;
    margin-bottom: 8rem;
}
*/

/*******************Header***************/


.cabecera {
    width: 100%;
    height: inherit;
    border-bottom: 1px solid #f9f9f9;
    box-shadow: 3px 3px 9px 0 linear-gradient(to right, #f9f9f9, #c8ecffde, #f9f9f9);
    position: fixed;
    top: 0;
    transition: ease-in-out 1s;
    background: transparent;
    z-index: 100;
    overflow: hidden;
    background: #1f015b;
    background: #1f0455fa;
}

.nav {
    /*position: relative;*/
    width: 1300px;
    padding: 0 1rem 0 1rem;

    height: inherit;
    display: flex;
    flex-direction: row;
    border-bottom: 3px solid transparent;
    box-shadow: 1px 1px 9px 0 linear-gradient(to right, #f9f9f9, #592ef4de, #f9f9f9);
    
    top: 0;
    transition: ease-in-out 1s;
    z-index: 100;
    overflow: hidden;
    align-items:center;
    margin: auto;


}

    .nav .logo {
        position: relative;
        width: 40%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: left;
        font-size: 2rem;
        user-select: none;
    }
        .nav .logo img {
            position: relative;
            height: 4rem;
            width: 16rem;
            border-radius: 0.1rem;
            align-self: center;
        }

        .slogan {
            position: relative;
            width: 30rem;
            margin-left: 0;
            padding-left: 1rem;
        }

            .slogan p {
                font-size: 1.2rem;
                color:#00001c;
                color: #f9f9f9;
                font-weight: 300;
                padding-left: 0.5rem;
                text-align: left;
                letter-spacing: 0.01rem;
            }

    .nav .enlaces-header {
        transition: ease-in-out 0.8s;
        width: 60%;
        display: flex;
        flex-direction: row;
        margin-right: 0;
        margin-left: 0%;
        justify-content: right;
        
    }


        .nav .enlaces-header  a {
            font-size: 1.4rem;
            font-family: 'Montserrat', sans-serif;
            font-weight: 300;
            color: #f9f9f9;
            text-decoration: none;
            margin-left: 0;
            letter-spacing: normal;
            padding: 0 2.5rem;
        }

        .nav .enlaces-header  a:hover {
            font-weight: bolder;
            text-decoration:double; 
            
        }

    /*
    .nav .menuharm {
        position: relative;
        left: 0rem;
        width: auto;
        height: auto;
        /*background-color: red;
        z-index: 2;
        display: flex;
        flex-direction: column;
    }
    */

    .menuham {
        display: none;
    }

    .menuham span {
        display: block;
        background-color: #f2f2f2;
        height: 0.3rem;
        width: 2.5rem;
        margin-bottom: 0.3rem;
        z-index: 10;
        
    }

/**************** TERMINOS Y CONDICIONES & POLITICA DE PRIVACIDAD*****************************/

/****************POLITICA DE PRIVACIDAD*****************************/


/*
#termshome {
    text-align: right;
    width: 100%;  
}
*/
.bbsprivacity {
    width: 100%;
    height: auto;
    background-image: url(./FS_Draft30_FondoClaro.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-size: 40%;
}
    .contenedorpriv {
        width: 130rem;
        height: auto;
        background: #f2f6f9d6;
        padding-left: 4rem;
        padding-right: 4rem;

    }
        .privacity {
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: column;
            text-align: justify;
        }
.privacity > h5 {
    font-size: 2rem;
    height: auto;
    font-weight: bold;
}
.privacity > p {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 300;
    user-select: none;
}

.lista {
    text-indent: 5rem;
    margin-top: 0;
    padding-top: 0;
}
.privtext span {
    text-decoration: none;
    font-weight: 900;
}
#website {
    text-decoration: underline;
}

/**************** TERMINOS Y CONDICIONES*****************************/


#bbstc {
    text-align: right;
    width: 100%;
    background-image: url(./FS_Draft30_FondoClaro.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-size: 60%;
    
}

.contenedortc {
    width: 100%;
    height: inherit;

}
.terms, .condiciones, .derechos {
    width: 80%;
    margin-left: 10%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: justify;
    margin-bottom: 4vh;
    background: #f2f6f9e1;
}

.contenedortc h5 {
    font-size: 2rem;
    height: auto;
    font-weight: bold;
}

.contenedortc p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 300;
    user-select: none;
}

.lista {
    text-indent: 3rem;
    margin-top: 0;
    padding-top: 0;
}


/*******************CONTACTO INICIO***************/


.s-contact {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    margin-top: 0vh;
    /*background-image: url(./img/contact_bg.png);*/
   /* background: #f9f9f1;  /* fallback for old browsers*/
   /* background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #180146fa;
    
}


    .forma-contacto {
        margin-top: 0vh;
        background: transparent;
        width: 100%;
        /*left: 5%;*/
        height: auto;
    }

        .avisos {
            height: auto;
            width: 130rem;
            background: #180146fa;
            margin: auto;
            margin-top: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            justify-items: center;
            user-select: none;

            
        }



.footer-copy {
    height: auto;
    min-height: 6rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 90%;
    left: 5%;
    color: rgb(167, 198, 213);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

.copyright {
    width: auto;
    margin-top: 1rem;
    color: #f9f9f9;
    font-size: 1.2rem;
    font-weight: 300;
    /*padding-left: 600px;*/
}

.politica-privacidad {
    width: auto;
   /* color: inherit;*/
    color: #f9f9f9;
    text-decoration: none;
    /*display: inline-block;*/
    margin: 0 2rem;
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 300;
    /*padding: 0px 0 20px 0;*/
}

.politica-privacidad:hover {
    text-decoration: underline;
}



/******************************************RESPONSIVE*******************************/

@media screen and (max-width: 1300px) {

/***GLOBALES****/

.nav {
    width: 100%;
}
/*
.cabecera {
    padding-left: 2rem;
    padding-right: 5rem;
}


.enlaces-header {
    width: 30%;
}
/*

*/

.contenedorpriv {
    width: 100%;
}
.avisos {
    width: 100%;
}
}
@media screen and (max-width: 800px) {

    /********Header*******/
    .nav .logo {
        width: 60%;
    }
}

@media screen and (max-width: 500px) {
    .nav .logo {
        width: 80%;
    }
    .nav .enlaces-header {
        width: 100%;
        height: 2rem;
        margin-right: 2rem;
        z-index: 10;
        justify-content: space-evenly;
    }
    .nav .enlaces-header  a {
        font-size: 600;
    }
}


@media screen and (max-width: 450px) {
    .nav .logo {
        flex-direction: column;
        padding-left: 0;
        padding-top: 2rem;
        width: auto;
        max-width: 70%;
    }
    .nav .logo img {
        margin-left: 0;
        align-self: self-start;
    }
    .nav .logo .slogan {
        padding-left: 0;
        text-align: left;

    }
    .nav .logo .slogan p {
        margin-left: -0.3rem;
        text-align: left;
        line-height: 1.4rem;
        margin-top: 0.5rem;

    }
    .nav .enlaces-header {
        width: 100%;
        height: 2rem;
        margin-left: 0;
        margin-right: 4rem;
    }
    .nav .enlaces-header a {
        font-size: 1.2rem;
    }

    .contenedorpriv {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .privacity h5 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    .privacity p {
        margin-top: 0;
        font-size: 1.2rem;
    }
}