@font-face{/*colocar fuente descargada para utilizarla*/
    font-family: 'inter';
    src: url(font/Inter_18pt-Regular.ttf);
    font-weight: normal;
}
@font-face{/*colocar fuente descargada para utilizarla*/
    font-family: 'inter-bold';
    src: url(font/Inter_18pt-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: 'genshingotic';
    src: url(font/GenShinGothic-P-Heavy.ttf);
}
body{
    font-family: 'inter';
    margin: 0px;
}
header{
    position: relative;
}
#menu{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
#logo{
    width: 170px;
    margin: 10px 5px 5px 5px;
    display: flex;
    background-color: none;
}
.iconomenu{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 50px;
    padding-top: 10px;
}
.act{
    text-decoration: none;
    text-align: center;
    color: #275286;
    font-size: 14px;
    padding-top: 15px;
    margin-right: 5px;
    margin-bottom: 15px;
}
.menu-izquierda{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 40px;
    right: 0px;
    background-color: azure;
    padding: 10px;
    border-radius: 20px 0px 0px 0px;
    z-index: 1;/*que se ponga delante de todo*/
}
.menu-derecha{
    display: none;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 270px;
    right: 0px;
    background-color: azure;
    padding: 0px 11.5px 45px 11.5px;
    height: 150px;
    z-index: 1;/*que se ponga delante de todo*/
}
.menu-derecha a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3px 0px;
}
.btn-menu-hamburgesa{
    display: flex;
    justify-content: end;
    align-items: end;
    background-color: #C3E5F6;
    width: 60px;
    height: 25px;
    border-radius: 25px;
    right: 15px;/*distancia de la derecha*/
    position: absolute;/*para que me ocupe todo el contenedor de header*/
    top: 25px; /*distancia de arriba*/
}
.frase{
    padding: 10px 0px 10px 0px;
    margin: 55px 110px 0px 110px;
    font-size: 20px;
    margin-bottom: 80px;
}
.todo-contac{
    background: linear-gradient(to bottom, rgb(195, 229, 246, 0.30), rgb(162, 139, 193, 0.30));/*hacer degradado de arriba a abajo*/
    height: 900px;
}
.titol{
    font-family: 'genshingotic';
    font-size: 25px;
    padding: 24px;
    color: #275286;
    text-align: center;
}
.text{
    font-size: 18px;
    margin: 32px;
}
.from{ /*caracteristicas que quiero qeu tenga todo el formulario*/
    font-size: 18px;
    width: 280px;
    height: 380px;
    background: linear-gradient(to bottom, rgb(195, 229, 246), rgb(39, 82, 134));
    padding: 30px;
    margin: auto;
    border-radius: 30px;
    color: white;
    font-family: 'genshingotic';
}
.control{ /*fondo de los imput*/
    width: 80%;
    height: auto;
    background-color: white;
    padding: 10px;
    border-radius: 15px;
    border: none;
    margin: 8px 8px 20px 30px;
}
#comentaris{
    height: 50px;
}
.boton{/*color y caracteristicas de los botones de enviar y eliminar*/
    font-family: 'genshingotic';
    background-color: white;
    padding: 10px 50px 10px 50px;
    border-radius: 25px;
    border: none;
    margin: 0px 0px 10px 0px; 
    font-size: 18px;
}
.boton1{/*color y caracteristicas de los botones de enviar y eliminar*/
    font-family: 'genshingotic';
    background-color: white;
    padding: 12px;
    border-radius: 25px;
    border: none;
    margin: 15px 0px 10px 65px; 
    font-size: 16px;
}
.boton2{/*color y caracteristicas de los botones de enviar y eliminar*/
    font-family: 'genshingotic';
    background-color: white;
    border-radius: 25px;
    border: none;
    padding: 12px;
    margin: 15px 0px 10px 10px; 
    font-size: 16px;
}

@media only screen and (min-width: 768px){/*aqui es lo que veremos en el portatil*/
    body{
        font-family: 'inter';
        margin: 0px;
    }
    .btn-menu-hamburgesa{
        display: none;
    }
    .menu-izquierda{
        display: flex;
        flex-direction: row;
        background: none;
        justify-content: center;
        align-items: center;
        gap: 30px;
        width: 100%;
        position: static;
    }
    .menu-derecha{
        display: flex;
        flex-direction: row;
        background: none;
        justify-content: center;
        align-items: center;
        gap: 30px;
        width: 100%;
        position: static;
    }
    .iconomenu{
        display: none;
    }
    .act{
        text-decoration: none;
        color: #275286;
        font-size: 25px;
        padding: 15px;
    }
    .act img{
        display: none;
    }
    .act:hover{
        color: #C3E5F6;
        font-size: 25px;
        font-family: 'inter-bold';
        background-color: rgb(39, 82, 134, 0.50);
        border-radius: 30px;
    }
    #logo{
        width: 200px;
    }
    .frase{
        margin-top: 85px;
        margin-bottom: 20px;
        padding: 10px 270px 10px 270px;
        font-size: 40px;
    }
    .frase-project{
        height: 160px;
    }
    .titol{
        font-size: 38px;
        padding: 40px;
    }
    .text{
        font-size: 20px;
        margin-left: 420px;
    }
    .from{ /*caracteristicas que quiero qeu tenga todo el formulario*/
        font-size: 20px;
        width: 460px;
        height: 480px;
        background: linear-gradient(to bottom, rgb(195, 229, 246), rgb(39, 82, 134));
        padding: 30px;
        margin: auto;
        border-radius: 30px;
        color: white;
        font-family: 'genshingotic';
    }
    .control{ /*fondo de los imput*/
        width: 40%;
        height: auto;
        background-color: white;
        padding: 10px;
        border-radius: 15px;
        border: none;
        margin: 8px 10px 8px 420px;
    }
    #comentaris{
        height: 80px;
    }
    .boton1{/*color y caracteristicas de los botones de enviar y eliminar*/
        font-family: 'genshingotic';
        background-color: white;
        padding: 12px;
        border-radius: 25px;
        border: none;
        margin: 15px 0px 10px 420px; 
        font-size: 16px;
    }
    .boton2{/*color y caracteristicas de los botones de enviar y eliminar*/
        font-family: 'genshingotic';
        background-color: white;
        border-radius: 25px;
        border: none;
        padding: 12px;
        margin: 15px 0px 10px 10px; 
        font-size: 16px;
    }
}
