


*{  
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none !important;
}

::selection{
    color: blue;
}

body{
    background-color: #F3A8BB;
            overflow-x: hidden;

}

h1{
    color: #3259A4;
    font-family: 'delight';
    font-weight:600;
    font-size: 55pt;
    line-height: 103%;
    margin-bottom: 20px;
}

h2{
    color: #3259A4;
    font-family: 'delight';
    font-weight:400;
    font-size: 55pt;
    margin-bottom: 20px;
    line-height: 103%;
}

#texto-home {
    width: 90vw;
    margin: 0% 2% 10%;
    padding-top: 04%;

}

a {
    text-decoration: underline;
    color: #3259A4;
    font-family: 'delight';
    font-size: 18pt;
    font-weight: 400;
}


footer {
    background-color: #3259A4;
    width: 100%;
    overflow: hidden;
    position: relative;
    bottom: 0;
}

#logos img {
    height: 60px;
    padding: 10px 25px;
}

#logos {
    display: flex;
    justify-items: center;
    justify-content:  center;
    width: 100%;
    padding: 2%;
    border: 2px solid red;
}

div {
    width: 100vw;
    margin: 0;
    padding: 0;
    border: 2px solid orange;
}

nav a{
    color: white
}

header {
    height: 60px;
    position: fixed;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    justify-content: space-between;
    justify-items: center;
    overflow: hidden;
    z-index: 2;
    
}

header img {
    height: 40px;
}

#video {
    width: 100vw;
    overflow: hidden;
    margin-bottom: 10%;
    display: block;
}




h3{
    color: #3259A4;
    font-family: 'delight';
    font-weight:400;
    font-size: 30pt;
    margin-bottom: 20px;
    line-height: 112%;
}

h4{
    color: #3259A4;
    font-family: 'delight';
    font-weight:600;
    font-size: 30pt;
    margin-bottom: 20px;
    line-height: 112%;
}

#video {
    width: 100vw;
    overflow: hidden;
    margin-bottom: 10%;
    display: block;
}
        #video-movil {
    width: 100vw;
    overflow: hidden;
    margin-bottom: 10%;
    display: none;
        }


@media screen and (max-width:600px){
    h1 {
            color: #3259A4;
    font-family: 'delight';
        font-size: 25pt;    
        line-height: 105%;
        margin-top: 10px;
                letter-spacing: 0.3px;

        
    }
    h2{
        color: #3259A4;
        font-family: 'delight';
        font-weight:400;
        font-size: 25pt;
        margin-bottom: 20px;
        line-height: 105%;
                letter-spacing: 0.3px;

    }


    h3{
        color: #3259A4;
        font-family: 'delight';
        font-weight:400;
        font-size: 20pt;
        margin-bottom: 20px;
        line-height: 115%;
        letter-spacing: 0.3px;
    }

    h4{
        color: #3259A4;
        font-family: 'delight';
        font-weight:600;
        margin-top: 50px;
        font-size: 20pt;
        margin-bottom: 20px;
        line-height: 115%;
        letter-spacing: 0.3px;
    }
        header{
            padding: 10px 7px;
        }
            header img{
            height: 35px;
        }
        a {
        text-decoration: underline;
        color: #3259A4;
        font-family: 'delight';
        font-size: 16pt;
        font-weight: 400;

    }
        #logos img {
        height: 25px;
        padding: 5px 10px;
    }

        #video {
            display: none;
        }
    
    
        #video-movil {
            display: block;
        }
}