@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300&display=swap');

*{
   margin: 0; 
   padding: 0;
   box-sizing: border-box;
   list-style: none;
}

body{
    font-family: 'Bebas Neue', sans-serif;
}

p{
    font-family: Arial, Helvetica, sans-serif;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
}

.header{
    background: linear-gradient(
        180deg,
        rgb(17, 76, 95)0%,
        rgb(74, 110, 176)51%,
        rgb(17, 76, 95)100%);
        min-height: 70vh;
        display: flex;
        align-items: center;
}

.menu{
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img{
    width: 40px;
}

.menu .navbar ul li{
    position: relative;
    float: left;
}

.menu .navbar ul li a{
    font-size: 18px;
    padding: 20px;
    color: black;
    display: block;
    font-weight: bold;
}

.menu .navbar ul li a:hover{
    color: black;
}

.socials-1 img{
    width: 30px;
    margin-right: 15px;
}

#menu {
    display: none;
}

.menu-icono{
    width: 25px;
}

.menu label{
    cursor: pointer;
    display: none;
}

.header-content{
    padding: 100px 0;
    display: flex;
    align-items: center;
}

.header-txt{
    width: 50%;
    padding-right: 100px;
}

.header-txt h1{
    font-size: 140px;
    line-height: 150px;
    color: white;
    margin-bottom: 25px;
}

p{
    font-size: 22px;
    color: black;
    margin-bottom: 35px;
}

.btn-1 {
    display: inline-block;   
    padding: 13px 30px;
    background-color: #006494;
    color: white;
    border-radius: 25px;
    font-size: 18px;
}

.btn-1:hover{
    background-color: #2970ca;
}

.header-img{
    width: 50%;
    text-align: center;
}

.header-img img{
    width: 550px;
}

.about{
    padding: 100px 0;
    background-color: #9cd;
}

.about-content{
    display: flex;
    position: relative;
}

.ab1{
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
    rotate: 220deg  ;
}

.ab2{
    position: absolute;
    width: 50px;
    left:750;
    top: 450;
    rotate: 380deg  ;
}

.ab3{
    position: absolute;
    width: 150px;
    right: 0 ;
}

.about-img {
    width: 50%;
    text-align: center;
}

.about-img img{
    width: 350px;
}

.about-txt{
    width: 50%;
}

h2{
    font-size: 80px;
    line-height: 90px;
    color: black;
    margin-bottom: 25px;
}

.btn-2 {
    display: inline-block;   
    padding: 13px 30px;
    background-color: #e8f1f2;
    color: black;
    border-radius: 25px;
    font-size: 18px;
}

.btn-2:hover{
    background-color: white;
}

.btn-3 {
    display: inline-block;   
    padding: 13px 30px;
    background-color: #e8f1f2;
    color: black;
    border-radius: 25px;
    font-size: 18px;
}

.btn-3:hover{
    background-color: white;
}
.information{
    padding: 100px 400px 400px 400px;
    text-align: center;
    background-color: white;
}

.information-content{
    position: relative;
}

.in1 {
    position: absolute;
    width: 50px;
    left: 0;
    right: 0;
    rotate: 220deg;
}

.in2 {
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    rotate: 40deg;
}

.in1 {
    position: absolute;
    width: 250px;
    left: 0;
    top: 230px;
    rotate: 220deg;
}

.contact{
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.contact-table span{
    font-size: 40px;
    color: #8fc1a9;
}

.contact-table h3{
    font-size: 60px;
    color: gray;
    margin-bottom: 25px;
}

table{
    text-align: left;
}

.Servicies{
    border-collapse: collapse;
    width: 100%;
}

.Servicies td, .Servicies th{
    border: 1px solid color #dddddd;
    padding: 8px;
}

.Servicies tr:nth-child(even){
    background-color: #e8f1f2;
}

.Servicies tr:hover{
    background-color: #2970ca;
}

.Servicies th{
    padding: 12px 0;
    text-align: left;
}

form{
    display: flex;
}

.campo{
    padding: 17px 35px;
    background-color: #f7f7f7;
    border-radius: 25px;
    margin-right: 15px;
    border: 1px solid #e8e8e8;
    outline: none;
    color: black;
}

.campo::placeholder{
    color: gray;
}

.form-content{
    padding: 100px 0 70px 0 ;
    text-align: center;
}

.form-content h2{
    font-size: 50px;
    color: gray;
    margin-bottom: 25px;
}

.footer{
    border-top: 2px solid #e8e8e8;
    padding: 50px 0 0 0;
}

.footer-links{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.link-img{
    text-align: center;
}

.link-img img{
    width: 70px;
    margin-bottom: 10px;
}

.socials-2 img{
    width: 30px;
    margin: 10px;
}

.link h3{
    font-size: 22px ;
    color: black;
    margin-bottom: 15px;
}

.link a{
    font-size: 18px;
    display: block;
    color: gray;
    margin-bottom: 20px;
}

.link a:hover{
    color: #769ecb;
}

.footer-copy{
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid #7caa98;
}

.footer.copy p{
    color: #7c7c7c;
    font-size: 16px;
    margin: 0;
}

@media(max-width:991px){
    .menu{
        top: 0;
        padding: 30px;
    }

    .menu label{
        display: initial;
    }

    .socials-1{
        display: none;
    }

    .menu .navbar{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #3f3f3f;
        display: none;
    }

    .menu .navbar ul li{
        width: 100%;
    }

    .menu .navbar ul li a{
        color: white;
    }

    #menu:checked ~ .navbar{
        display: initial;
    }

    .header{
        min-height: 0vh;
    }

    .header-content{
        padding: 130px 30px 80px 30px;
        flex-direction: column;
    }

    .header-txt{
        width: 100%;
        padding-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }

    .header-txt h1{
        font-size: 90px;
        line-height: 100px;
    }

    .header-img{
        width: 100%;
    }

    .header-img img{
        width: 250px;
    }

.about{
    padding: 30px;
}

.about-content{
    flex-direction: column;
}

.ab1, .ab2, .ab3{
    display: none;
}

.about-img{
    width: 100%;
    order: 2;
}

.about-img img{
    width: 250px;
}

.about-txt{
    width: 100%;
    text-align: center;
}

h2{
    font-size: 70px;
    line-height: 80px;
}
.information{
    padding: 30px 30px 100px 30px;
}

.in1, .in2, .in3{
    display: none;
}

.contact{
    padding: 30px;
}

.contact-table{
    width: 100%;
    margin-top: -120px;
}

.form-content{
    padding: 30px;
}

form{
    flex-direction: column;
}

.campo{
    margin-bottom: 20px;
}

.footer{
    padding: 30px 30px 0 30px;
}

.footer-links{
    flex-direction: column;
    text-align: center;
}

.link-img{
    margin-bottom: 15px;
}

}