@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: rgb(201, 201, 201);

}

header {
    background-image: url(../img/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 665px;
    color: #fff ;

}

header h1 {
    padding-top: 50px;
    font-size: 85px;
    font-weight: bold;
    font-family: 'Fredoka One', cursive;
}



.seccion1 {
    background-color: #1729c5;
}

.seccion1 h2 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.correo{
    color: rgb(255, 255, 255);
}
.correo:hover{
    color: red;
    transition: all 0.5s ease-out;
}
p{
    font-size: 22px;
}
.card{
height: 6cm;
background: rgb(0,18,255);
background: linear-gradient(117deg, rgba(0,18,255,1) 20%, rgba(0,86,255,1) 43%, rgba(0,151,255,1) 62%);
color: black;
}
.card-text{
    margin-top: 20px;
}
.boton2{

       
        background: linear-gradient(117deg, rgba(0,18,255,1) 20%, rgba(0,86,255,1) 43%, rgba(0,151,255,1) 62%);;
        color: rgb(0, 0, 0);
        margin-top: 20px;
        padding: 8px;
        border-color: rgba(0, 0, 0, 0.452);
    }
    .boton2:hover{
transition: all 0.5s ease-in-out;
color: rgb(255, 255, 255);
background-color: rgb(0, 4, 255);

    }
.parrafofinal{
    margin: 20px;
    padding: 20px;
    background-color: rgb(0, 38, 255);
    font-family: bold;
    color: #fff;
}
.seccion2{
    margin: 20px;
}

.seccion2 .icon {
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    background-color: #FFD433;
    width: 110px;
    padding: 25px;
    color: #fff;
}

footer {
    background-color: rgb(4, 29, 170);
    text-align: center;
}

footer p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
}