
/* Header CSS*/

.container{
    max-width: 1400px;
}
.header{
    font-family: 'Poppins', sans-serif;
    background: url(images/bg-hero-desktop.svg), #EBFBFF;
    background-repeat: no-repeat;
}

.header-nav{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-left: 40px;
}
.header-nav img{
    width: 11em;
    height: 29px;
    margin-left: 10px;
    margin-top: 10px;
}
.header-btn{
    width: 400px;

}
.header-btn p{
    border-radius: 28px;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: hsl(192, 100%, 9%);
    font-size: 18px;
    background: #ffffff;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    width: 8%;
    text-align: center;
    position: absolute;
    top: 2rem;
    right: 4.8rem;
    font-weight: 700;
    cursor: pointer;
}
.header-btn p:hover{
    background-color: rgba(0,0,0,.08);
    transition: .4s;
}

.header-content{
    display:flex;
    margin-top: 100px;
    justify-content: space-around;
}

.header-item{
    margin-left: 100px;
    max-width: 500px;
}
.header-item h1{
    line-height: 1;
}
.content-button{
    cursor: pointer;
    margin-top: ;
    border-radius: 28px;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: white;
    font-size: 18px;
    background: hsl(322, 100%, 66%);
    padding: 15px 30px 10px 30px;
    text-decoration: none;
    width: 200px;
    text-align: center;
    font-weight: 700;
    
}
.content-button:hover{
    background: hsl(322, 95%, 77%);
    transition: .4s;
    
}

.header-img{
    width: 35%;
}

/* FINAL HEADER CSS*/

/* MAIN CSS*/
.main{
    z-index: 1000;
    position: relative;
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 30px;  
    background-image: hsl(208, 11%, 55%);
    margin-top:70px;
    font-family: 'Poppins', sans-serif;
    
}
.main-content{
    display:flex;
    width: 70%;
    gap: 60px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 10px rgba(0,0,0,.1);
    border-radius: 15px; 
    text-align: left;

}

.main-content div{
    margin-left: 60px;
    width: 400px;
}
.main-content div p{
    color: rgba(0,0,0,.4);
    font-weight: 300px;
}

.main-bottom{
    display: flex;
    position: relative;
    background-color: white;
    bottom: -50px;
    flex-direction: column;
    box-shadow: 0px 1px 10px rgba(0,0,0,.1);
    text-align: center;
    align-self: center;
    justify-content: center;
    padding: 20px;
    border-radius: 15px;
    width: 700px;
}
.main-bottom .content-button{
    align-self: center;
}

/* MAIN FINAL*/

.footer{
    position: relative;
    width: 100%;
    align-self: center;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    background:hsl(192, 100%, 9%);
    color: white;
    display: flex;
    padding-bottom: 50px;
    padding-top: 70px;
}

.footer ul{
    list-style: none;
    max-width: 210px;
}
.footer ul li{
    margin-bottom: 15px;
    cursor: pointer;
}
.footer ul li:hover{
    text-decoration: underline;
}

.icons-redes{
    cursor: pointer;
    font-size: 40px;
    margin-right: 100px;
}
.icons-redes i:hover{
    color: hsl(322, 100%, 66%);
}

.copy{
    font-family: 'Poppins', sans-serif;
    background:hsl(192, 100%, 9%);
    color: white;
    text-align: right;
    font-size: 1rem;
    position: absolute;
    bottom: 20px;
    right: 30px;

}
.footer-copy{
    font-family: 'Poppins', sans-serif;
}
.footer-copy{
    color: rgb(153, 153, 238);
}


/* CSS Responsivo */

@media (max-width: 1440px){


/* header responsivo */

    .header-content{
        gap: 20px;
    }



    .header-content img{
        width: 400px;
    }


/* main responsivo */


    .main-content{
        width: 90%;
        gap: 0;
    }
    .main-content img{
        width: 300px;
    }

    .main-content p{
        min-width: 100px;
    }
    .main-bottom{
        width: 90%;
    }

/* footer responsivo */

   
}






@media (max-width: 700px){



/* header responsivo */
    .header-content{
        display: flex;
        flex-direction: column;
    }
    .header-item{
        margin-bottom: 20px;
        margin-left: 0;
    }
    .header-item{
        text-align: center;
    }
    .header-content img{
        width: 400px;
        margin: 50px auto;
        
    }
    .header-nav img{
        margin: 0px;
        padding: 0px;
    }
    .header-btn p{
        width: 20%;
        position: absolute;
        top: 2%;
        right:5%;
    }
    .content-button{
        margin: 40px auto;
    }





/* Main responsivo */


    .main-content{
        flex-direction: column; 
        padding: 0px 15px;   
    }
    .main-content p{
        width: 80%;
    }

    .main-content div{
        width: 90%;
        order: 2;
    }

    .main-bottom{
        width: 80%;
    }








/* footer responsivo */

    .footer{
        flex-direction: column;
    }

    .icons-redes{
        margin: auto;
    }

    .copy{
        margin: auto 15%;
    }
        
}

@media (max-width:375px){
    /* header responsivo */
    .header-nav img{
        width: 40%;

    }
    .header-item{
        width: 200px;
        align-self: center;
    }
    .header-btn p{
        margin-top: 5%;
        font-size: 15px;
    }
    .header-content img{
        width: 80%;
    }

    .content-button{
        width: 70%;
        font-size: 13px;
    }
/* main-responsivo */
    .main-content{
        width: 80%;
        font-size: 11px;
        align-items: center;
        justify-content: center;
        }

    .main-content div{
        width: 90%;
    }
    .main-content img{
        width: 70%;
        font-size: 11px;
    }
    .main-content p{
    }
    .main-bottom{
        width: 85%;
    }


    /* footer */

    .copy{
        bottom: 1%;
        font-size: 10px;
    }

}

















    

