*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Roboto', sans-serif; 
    margin: 0%;
    background-color: rgb(255, 255, 255);
}

h1{ font-size: 3.5em;}
h2{ font-size: 2.7em;}
h3{ font-size: 2em;}
p{ font-size: 1.25em;}
ul{ list-style: none;}
li{ font-size: 1.25em;}

button{
    font-size: 1.5em;
    font-weight: bold; 
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    color: white;
    background-color: rgb(21, 158, 16);
}

button:hover{
    background-color: rgb(7, 97, 26);
}

.container{
    max-width: 1400px;
    margin: auto;
}

header{
    background-color: rgb(245, 245, 245);

}

header .logo{
    margin: 0;
    padding: 25px 30px;
    font-weight: bold;
    color: rgb(21, 158, 16);
    font-size: 1.6em;
}

header .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

header nav{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
}

header a{
    padding: 5px 12px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

header a:hover{
    color: rgb(32, 143, 5);
}

#hero{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 90vh;
    color: white;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("media/VIYA9886.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#hero h1{
    color: white;
}

#About-us .container{
    text-align: center;
    padding: 200px 12px;
}

#Our-services .container{
    padding: 130px 15px;
}

#Our-services h2{
    margin-top: 0;
    font-size: 2.2em;
}

#Our-services .carta{
    background-position: center center;
    background-size: cover;
    padding: 30x;
    margin: 20px;
    border-radius: 20px;
}

#Our-services {
    min-height: 100vh;
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;

    background: linear-gradient(
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.7)
    ),
    url("media/fondo2.jpg");
    background-size: cover;
    background-position: center;

    display: flex;
    justify-content: center;
    align-items: center;

    color: white;
}

#Our-services h2 {
    font-size: 52px;
    margin-bottom: 35px;
    letter-spacing: 3px;
    text-align: center;
}

#Our-services .container {
    width: 100%;
    max-width: 1200px;
    text-align: center;
}

#Our-services .carta {
    width: 400px;
    max-width: 100%;
    padding: 28px;
    border-radius: 22px;
    background: rgb(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgb(0, 0, 0, 0.4);
}

#Our-services .carta:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 45px rgb(0, 0, 0, 0.6);
}

#Our-services .carta h3 {
    margin-bottom: 15px;
    color: #6CFF7F;
}

#Our-services .carta p {
    font-size: 15px;
    line-height: 1.6;
}

#Our-services h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #6CFF7F;
    margin: 15px auto 0;
    border-radius: 10px;
}

#Our-services .services {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

#Our-services .carta:nth-child(1) {
     background-image: linear-gradient(
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.6)
    ),
    url("media/GOCB8918.JPG");
    background-size: cover;
}

#Our-services .carta:nth-child(2) {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.6)
    ),
    url("");
    background-size: cover;
}

#Our-services .carta:nth-child(3) {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.6)
    ),
    url("");
    background-size: cover;
}

#Our-social-media .container{
      text-align: center;
      padding: 200px 12px;
}

#Our-social-media li{
    margin: 16px 0px;
    font-weight: bold;
}

.social-links {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 10px;
}

.social-links a{
    text-decoration: none;
    color: white;
    background-color: #0a02f3;
    padding: 16px 28px;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s;
}

.social-links a:hover {
    background-color: #0097fc;
}

.social-links a i {
    font-size: 20px;
    margin-right: 8px;
}

#contactanos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(30,30,30);
    color: white;
    height: 80vh;
}

#contactanos h2{
    font-size: 9vw;
}

#contactanos button{
    font-size: 5vw;
}

.sms-button {
    display: inline-block;
    background-color: rgb(32, 143, 05);
    color: white;
    padding: 16px 28px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s;
}

.sms-button:hover {
    background-color: rgb(1, 111, 1);
}

.sms-button i {
    margin-right: 10px;
    font-size: 20px;
}

footer{
    background-color: rgb(230,230,230);
}

footer p{
    margin: 0;
    padding: 12px;
    color: rgb(100,100,100)
}

footer .container{
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

@media (min-width: 720px){
    header{
        position: fixed;
        width: 100%;
    }

    header .container{
        flex-direction: row;
        justify-content: space-between;
    }

    header nav{
        flex-direction: row;
        padding-bottom: 0;
        padding-right: 20px;
    }

    #hero h1{
        font-size: 5em;
    }

    #About-us .container{
        display: flex;
        justify-content: space-evenly;
    }

    #About-us .texto{
        width: 50%;
        max-width: 600px;
        text-align: initial;
        padding-left: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #About-us h2{
        margin-top: 0px;
    }

    #About-us .img-container{
        background-image: url("media/BESF8230.PNG");
        background-size: cover;
        background-position: center center;
        height: 500px;
        width: 400px;
    }

    #Our-services .services{
        display: flex;
        justify-content: center;
    }

    #Our-services p{
        display: block;
        margin-bottom: 30px;
    }

    #Our-services h3{
        margin: 0;
    }

    #Our-services .carta{
        padding: 15px;
    }

    #Our-social-media{
        background-image: url("media/socialmedia.jpg");
        background-repeat: no-repeat;
        background-size: 500px 400px;
        background-position: calc(100vw - 500px) 120px;
    }

    #Our-social-media .container{
        text-align: initial;
    }

    #Our-social-media ul{
        margin-left: 100px;
    }

    #contactanos h2{
        font-size: 5em;
    }

    #contactanos button{
        font-size: 2em;
    }

    footer .container{
        justify-content: flex-end;
    }
}

@media (min-width: 900px) {
    #Our-social-media{
        background-position-x: calc(100vw - 600px);
    }
    
}
