@import url('https://fonts.googleapis.com/css2?family=Inclusive+Sans&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}




.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    padding: 12px 8%;
    display:flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: background-color 0.4s ease;
    
    z-index: 9999;
}

.logo{
    font-size: 40px;
    text-decoration: none;
    padding: 0 50px;
    color:rgba(255, 255, 255, 0.877);
    transition: 0.5s;
    
}

.logo:hover{
    font-size: 60px;
}

.navbar{
    font-size:20px;
}

nav a {
    text-decoration: none;
    padding: 0 25px;
    color:rgba(255, 255, 255, 0.877);
    transition: 0.5s;
}

nav a:hover{
    color:#5783db
}

.social-media{
    font-size:20px;
    padding: 0 20px;
    display:flex;
    column-gap:10px;
    margin-top: 4px;
}

.social-media a {
    text-decoration: none;
    color:rgba(255, 255, 255, 0.877);
    transition:0.5s;
   
}

.social-media a:hover {
    color:#5783db;
}
   

.contactnav{
    padding: 0 20px;
    text-decoration: none;
    font-size:20px;
    color:rgba(255, 255, 255, 0.877);
    transition:0.5s;
    
}

.contactnav:hover{
    color:#5783db
}

.banner{
    /* background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(Images/pexels-lukas-669616.jpg); */
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(Images/pexels-lukas-669616.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height:100vh;
    background-position: center;
}



.home{
    
    
    position:absolute;
    top: 45vh;
    left: 15vw;  
    
}

.text-about{
    font-family: 'Inclusive Sans', sans-serif;
    text-align: left;
}

li{
    font-family: 'Inclusive Sans', sans-serif;
    text-align: left;
}

.home h1{
    font-size:60px;
    padding: 20px 0;
    color:rgba(255, 255, 255, 0.877);
    
}

.home h3{
    color:rgba(255, 255, 255, 0.877);
    margin-bottom: 35px;
    font-size:30px;
    font-style: italic;
}



.btn{
    border: 2px solid #5783db;
    padding: 10px 28px;
    background: #5783db;
    border-radius:50px;
    font-size:20px;
    color:rgba(255, 255, 255, 0.877);
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.5s;
    text-transform: uppercase;
    font-style: oblique;
    
}

.btn:hover{
    color: #5783db;
    background: transparent;
}


.about-me{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:2rem;
    height: 140vh;
   background-color: #F8F0E5;
}

.about-me h1 {
    font-size:3rem;
   
    padding:50px;
   
}

.imagen{
    position: relative;
    width:40rem;
   
    margin-left:15rem;
    
        
    
}

.imagen img{
    width:90%;
    
    
    
}

.about-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:50px;
   padding-bottom: 75px;
}

.about-section{
    max-width: 75%;
}



.h2{
    font-size:40px;
    text-align: center;
    
}

.h3{
    font-size:30px;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}



@media (max-width:1545px){
    
.about-me{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:2rem;
    height: 162vh;
   background-color: #F8F0E5;
}

.about-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about-me h1 {
    font-size:3rem;
  margin-bottom: -30px;
    
   
}

.imagen{
    position: relative;
    width:25rem;
   
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
}

.imagen img{
    width:90%;
    
    border-radius: 50%;
    z-index: 99;
    
}

.about-me p{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    
    text-align: center;
}

.about-me h2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

}

@media (max-width:767px){
    .about-me{
        height:192vh;
    }

    .banner{
        background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(Images/pexels-lukas-669616.jpg);
    }

    
}

@media (max-width:380px){
    .about-me{
        height:240vh;
    }
}

@media (max-width:440px){
    .about-me{
        height:230vh;
    }
}


@media (max-width:375px){
    .about-me{
        height:260vh;
    }
}
/*.imagen .circle{
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(0);
    width:100%;
    height: 100%;
    border-radius: 50%;
    border-top: .2rem solid black;
    border-bottom: .2rem solid red;
    border-left: .2rem solid black;
    border-right: .2rem solid black;
}*/

#section-d{
    height: 100vh;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#section-d h1{
    font-size:3rem;
}

.active { 
    background-color: black;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.548);
}

.contact {
    height: 95vh;
    width: 100%;
    padding:250px;
    display:flex;
    align-items:center;
    justify-content: space-evenly;
    gap:250px;
    padding-left:300px;
}

.social-media2 .socialmedia-item-container p{
    font-size:20px;
    margin-bottom:8px;
}

.contact h2{
    margin-bottom:35px;
    text-align: center;
    font-size: 150px;
}

.contact-left{
    margin-bottom: 50px;
}

.contact form{
    
    
    text-align: center;
}

.contact form .input-box{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.contact form .input-box .input-field{
    position: relative;
    width: 49%;
    margin: .8rem 0;
}

span{
    color:#5783db
}

.social-media2 .socialmedia-item-container a{
    color:#5783db;
    font-size: 35px;
}


.social-media2 {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Dos columnas igualmente divididas */
    gap: 25px; /* Espacio entre columnas */
    width: 100%;
}

.socialmedia-item-container {
    display: flex;
    align-items: center;
    /* Alinea verticalmente los elementos */
}



.contact form .input-box .input-field input,
.contact form .textarea-field textarea{
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 1.6rem;
    color:black;
    background:white;
    border-radius: .6rem;
    border: .2rem solid rgba(128, 128, 128, 0.205);
}

.contact form .input-box .input-field input::placeholder,
.contact form .textarea-field textarea::placeholder{
    color: rgba(128, 128, 128, 0.514);

}


.contact form .textarea-field{
    position: relative;
    margin: .8rem 0 2.7rem;
    display: flex;
}

.contact form .textarea-field textarea{
    resize: none;
}

.contact form .btn-box.btns .btn{
    cursor: pointer;
}

.contact form .focus {
    position: absolute;
    top: 0;
    left: 0;
    background:#f7f7f7;
    width: 100%;
    height: 100%;
    
    border-radius: .6rem;
    z-index: -1;
}

.contact{
    background-color: #ecececa1;
}



.social-media2 a{
    color:black;
    font-size:30px;
    text-decoration: none;
    
}

.social-media2 a:hover{
    text-decoration: underline;
}


.social-media2 {
    display: flex;
    flex-direction: column;
    
    margin-top: 20px;
}

.socialmedia-item2 {
    margin: 10px;
}

.hamburger{
    position: relative;
    display:block;
    width:35px;
    cursor:pointer;
   

    appearance:none;
    outline:none;
    background: none;
    border: none;
    z-index:100;
}

.hamburger .bar, .hamburger:after, .hamburger:before{
    content: '';
    display:block;
    width:100%;
    height:5px;
    background-color: white;
    margin:6px 0px;
    transition: 0.4s;
    

}

.hamburger.is-active:before{
    transform: rotate(-45deg) translate(-8px, 6px);

}

.hamburger.is-active:after{
    transform: rotate(45deg) translate(-9px, -8px);

}

.hamburger.is-active .bar{
    opacity: 0;
}

.mobile-nav{
    display:block;
    position:fixed;
    top:0;
    left:100%;
    width:100%;
    min-height: 100vh;
    
    
    padding-top:120px;
    transition: 0.4s;
    background-color: #ececec;
}

.mobile-nav.is-active{
    left:0;
    z-index: 9998;
}

.mobile-nav a{
    display:block;
    text-align: center;
    width:100%;
    max-width: 200px;
    margin: 0 auto 16px;
    padding:12px 16px;
    
    
    background-color: #e6e6e6;
    color:black;
    text-decoration: none;
}



.mobile-nav a:hover{
    background-color: #dfdfdf;
}

#phone{
    font-size:30px;
}

@media(min-width:768px){
    .mobile-nav{
        display:none;
    }

    .hamburger{
        display:none;
    }
}

@media(max-width:767px){
    .navbar{
        display:none;
    }

    .contactnav{
        display:none;
    }

    .logo{
        padding:0;
    }

    .header{
        display:flex;
        align-items: center;
        justify-content: space-between;
        background-color: black;
    }

    .social-media {
        margin-right: 30px;
         }
   
    
}

/* Add media query for screens with a maximum width of 768px */
@media (max-width: 768px) {
    .contact {
        flex-direction: column; /* Stack items vertically */
        padding: 50px 20px; /* Adjust padding as needed */
        text-align: center;
    }


    .contact h2{
        font-size: 70px;
    }
}

.socialmedia-item-container a{
    font-size:23px;
}


@media (max-height:735px){
    #section-b{
        height: 265vh;
    }
}

@media (max-height:675px){
    .banner{
        height:120vh;
    }
    #section-b{
        height: 295vh;
    }
}

@media (max-height:612px){
    .banner{
        height:120vh;
    }
    #section-b{
        height: 320vh;
    }
}

@media (max-width:400px){
    #section-b .imagen{
        width:80%;
    }

    .socialmedia-item-container a{
        font-size:25px;
    }
}

@media (max-width:334px) and (max-height:682px){
    .banner{
        height:120vh;
    }
    #section-b{
        height: 295vh;
    }
}

@media (max-width:328px) and (max-height:682px){
    .banner{
        height:120vh;
    }
    #section-b{
        height: 320vh;
    }
}

@media (max-width:334px) and (max-height:615px){
    .banner{
        height:120vh;
    }
    #section-b{
        height: 320vh;
    }
}

@media (max-width:324px) and (max-height:600px){
    .banner{
        height:120vh;
    }
    #section-b{
        height: 350vh;
    }
}

@media (max-width:326px){
    .socialmedia-item-container a, #phone{
        font-size:20px;
    }

    
}


@media screen and (min-width: 359px) and (max-width: 741px) {
    /* Agrega aquí tus estilos específicos para esta pantalla */

    .social-media2 .socialmedia-item-container a{
        color:#5783db;
        font-size: 22px;
    }
    #phone{
        font-size:22px;
    } 
  }

@media screen and (min-width: 389px) and (max-width: 845px) {
    /* Agrega aquí tus estilos específicos para esta pantalla */

    .social-media2 .socialmedia-item-container a{
        color:#5783db;
        font-size: 24px;
    }
    #phone{
        font-size:24px;
    } 
  }

@media screen and (min-width: 413px) and (max-width: 897px) {
    /* Agrega aquí tus estilos específicos para esta pantalla */

    .social-media2 .socialmedia-item-container a{
        color:#5783db;
        font-size: 26px;
    }
  }

  




