@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Roboto:wght@400;500;900&display=swap');

html{
    scroll-behavior: smooth;
}

body{
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    background-color: #d4a886;
    /*background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);*/
}


body::-webkit-scrollbar{
    width: 10px;
    background-color: #d4a886;
}

body::-webkit-scrollbar-thumb{
    background-color: #111B1E;
    border-radius: 5px;
}

/*-----------------Navbar-----------------*/


header{
    padding-right: 50px;
    background-color: #111B1E;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #d4a886;
    
    position: fixed;
    left: 0;
    right: 0;

}

header h2{
    padding-left: 50px;
    display: flex;
    font-size: 2em;
    color: #d4a886;
}

nav li{
    float: left;
    list-style: none;
}

nav a{
    margin-top: none;
    transition: all 0.3s ease;
    display: block;
    font-weight: 600;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    color: #d4a886;
}

nav a:hover{
    border-radius: 5px;
    background-color: #d4a886;
    color: #111B1E;
}


/*-----------------Landing page con el logo-----------------*/

.home{
    padding-top: 200px;
    background: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image:linear-gradient(rgba(255,255,255,0.4), 
    rgba(255,255,255,0.4)) 
    ,url(./assets/fondo-landing.jpg);
    height: 100vh;
}

.home img{
    display: flex;
    height: 30%;
}

.home h2{
    text-align: center;
    width: 60%;
    font-size: 3.5em;
    padding-bottom: 20px;
    border-bottom: 3px solid #111B1E;
}

 

/* .pasteles{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 40px;
    width: 45%;
    height: auto;
    padding: 30px;


    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 15px;
}

.pasteles h2{
    text-align: center;
    font-size: 2em;
}

#pastel-img{
    width: 50%;
}

.pasteles table{
    border-radius: 20px;
    width: auto;
    margin: 0px;
    padding: 30px;
    border-collapse: collapse;
}

.pasteles th{
    background-color: white;
    align-items: center;
    border-right: 1px solid #111B1E;
}

.pasteles td{
    border-right: 1px solid #111B1E;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    background-color: white;
} */



/*-----------------Pasteles disponibles de la pagina-----------------*/


.pastel-cajas{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: none;
}

.pastel-cajas h2{
    font-size: 3em;
    text-align: center;
    width: 30%;
    border-bottom: 2px solid #111B1E;
    padding-bottom: 20px;
}

#caja-master{
    width: 100%;
    display: flex;
    align-items: center;
}

#pastel-info{
    transition:all 0.4s ease;
    justify-content: center;
    overflow: hidden;
    width: 30%;
    margin: 40px;
    padding: 40px;


    background-color: #111B1E;
    border-radius: 20px;
    box-shadow: 10px 10px 20px rgb(65, 65, 65);
    margin-bottom: 100px;
}

#pastel-info img{
    width: 100%;
    height:300px;
    border-radius: 10px;
    padding-bottom: 5px;
}

#pastel-info h3{
    color: #d4a886;
    border-top: 2px double #d4a886;
    margin: 5px;
    padding: 10px;

}




/*-----------------Adornos del pastel-----------------*/



.adornos-pastel{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.adornos-pastel h2{
    font-size: 3em;
    text-align: center;
    width: 30%;
    border-bottom: 2px solid #111B1E;
    padding-bottom: 20px;
}

#adornos-master{
    width: 100%;
    display: flex;
    align-items: center;
}

#adornos-info{
    transition:all 0.4s ease;
    justify-content: center;
    overflow: hidden;
    width: 30%;
    margin: 20px;
    padding: 40px;


    background-color: rgb(17, 26, 29);
    border-radius: 20px;
    box-shadow: 10px 10px 20px rgb(65, 65, 65);
    margin-bottom: 100px;
}

#adornos-info img{
    width: 100%;
    height:300px;
    border-radius: 10px;
    padding-bottom: 5px;
}

#adornos-info h3{
    color: #d4a886;
    border-top: 2px double #d4a886;
    margin: 5px;
    padding: 10px;

}


/*-----------------Apartado de el formulario-----------------*/


.pedido{
    height: auto;
    display: flex;
    color: #d4a886;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pedido h2{
    text-align: center;
    width: 30%;
    font-size: 3em;
    color: #111B1E;
    border-bottom:2px solid #111B1E;
    padding-bottom: 20px;
}

.container-pedido{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 40px 0px 70px 0px;
}

.container-pedido img{
    width: 30%;
}

.pedido form{
    width: 40%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;

    background-color: #111B1E;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 10px 10px 20px rgb(65, 65, 65);
}

#titulo-form{
    color: #d4a886;
    font-size: 2em;
}

.pedido form label{
    padding: 15px 0px 15px 0px;
    font-size: 1.3em;
    font-weight: bold;
}

#nombre, #email, #telefono{
    color: #d4a886;
    font-size: 1em;
    margin-top: 5px 0px 20px 0px;
    margin-bottom: 5px;
    background-color: #111B1E;
    outline: none;
    padding: 4px;
    width: 60%;
    border: none;
    border-bottom: 1px solid #d4a886;
}

#send, #clear{
    transition: all 0.3s ease;
    background-color: #d4a886;
    border: 1px solid #111B1E;
    color: #111B1E;
    width: 60px;
    padding: 5px;
    border-radius: 5px;

    margin: 10px 10px 10px 0px;
}

#send:hover, #clear:hover{
    border: 1px solid #d4a886;
    background-color: #111B1E;
    color: #d4a886;
    cursor: pointer;
}

#especs{
    outline: none;
    border-radius: 5px;
    background-color: #d4a886;
    height: 70px;
}

.pedido form h3{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #d4a886;
}

#lbl-sabor{
    padding-bottom: 10px;
}

#sabor{
    text-align: center;
    font-weight: 600;
    padding: 5px;
    background-color: #d4a886;
    outline: none;
}

#lbl-adorno{
    padding-top: 30px;
    padding-bottom: 5px;
}

#adorno{
    margin-top: 5px;
    text-align: center;
    font-weight: 600;
    padding: 5px;
    background-color: #d4a886;
    outline: none;
}



/*--------------Info de contacto------------*/



.contacto{
    height: auto;
    display: flex;
    color: #d4a886;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 40px;
}

.contacto h2{
    text-align: center;
    width: 30%;
    font-size: 3em;
    color: #111B1E;
    border-bottom:2px solid #111B1E;
    padding-bottom: 20px;
}

.contacto img{
    width: 30%;
}

.container-contacto{
    display: flex;
    align-items: center;
    justify-content: center;
}

.uil-map , .uil-tel{
    color: #111B1E;
}

#info-contacto{
    color: #111B1E;
}

/*-----------------Footer de la pagina-----------------*/

footer{
    overflow: hidden;
    background-color: #111B1E;
    color: #d4a886;
    font-weight: 100;
}

footer h3{
    text-align: center;
    font-size: 0.8rem;
}

.uil{
    color: red;
}
