@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
list-style: none;

}
body {
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;

}
.header {
    background-image: url(images/bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size:cover;
    min-height: 70vh;
    display: flex;
    align-items: center;
    clear: both;
    
}

.menu {
    position: fixed;
    box-shadow: 0 4px 5px;
    background: #FFFDFC;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    width: 100%;
    text-align: left;
 
   
   
}

html {
    scroll-behavior: smooth;

}
.nav-menu{
    
    float: right;
}

.nav-menu {
    padding: 1px 10px;
    border-radius: 10px;
  
}


.nav-menu:hover{
    background-color: rgb(240, 240, 246);
    transition: 0.5s;

}

.menu .navbar ul li {
    position: relative;
    float: left;

}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #1B293A;
    display: block;
    font-weight: 600;
    

}
#menu {
    display: none;
}

.menu-icono{

    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}
.header-txt {
    text-align: center;
}

.header-txt p{
    color: #FFFDFC;
    font-size: 40px;
    padding: 0 250px;
    margin-bottom: 50px;
}
.btn-1{
    display: inline-block;
    padding: 12px 45px;
    border: 1px solid #FFFDFC;
    color: #FFFDFC;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-1:hover {
    color: #1B393A;
    background-color: #FFFDFC;
}
.general{
    padding: 50px 0;
    text-align: center;
}
.general-content{
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}
.general-1{
    background-image: url(images/r1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 170px 20px;
}
.general-2{
    background-image: url(images/r2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 170px 55px;
}
.general-3{
    background-image: url(images/r3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 170px 55px;
}
.general-4{
    background-image: url(images/r4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 170px 20px;
}
.general-5{
    background-image: url(images/r5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 170px 40px;
}
.general-6{
    background-image: url(images/r6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 170px 55px;
}
.general-7{
    background-image: url(images/r7.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 170px 38px;
}
.general-8{
    background-image: url(images/r8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 170px 38px;
}
.general-9{
    background-image: url(images/r9.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 170px 38px;
}

h2{
    font-size: 50px;
    text-transform: uppercase;
    color: #1B293A;

}

.txt h3{
    font-size: 18px;
    color: #EBEBEB;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 25px 15px;
}


.txt p{
    font-size: 15px;
    color: #000000;
    text-align: justify;
    width: 300px;
    padding: 125px 5px;
  


}
.info-1{
    padding: 250px 0;
    background-image: url(images/bg2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 80%;
}
.info-content {
    text-align: center;
}

.info-content d {
    color: #EBEBEB;
    font-size: 50px;
    text-transform: uppercase;
}


.info-circle {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}
.circle-txt {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 10px;
}
.circle-1 {
    height: 100px;
    width: 100px;
    border: 1px solid #FFFDFC;
    border-radius: 50%;
    padding-top: 35px;
}
.circle-1 h3 {
    color: #EBEBEB;
    font-size: 16px;

}
.circle-txt p {
    color: #FFFDFC;
    margin-top: 25px;
}
.info-2 {
    padding: 150px 0px;
    background-image: url(images/bg3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 70%;
}

.testi {
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 35px;
    
}
.testi-left {
    width: 50%;
    padding-right: 25px;
    

}
.testi-right {
    width: 50%;
    padding-right: 25px;
    
}

.testi-txt {
    margin-bottom: 25px;
}

.testi-txt img {
    width: 250px;
    margin-bottom: 30px;
    margin-left: 1px;
}
.testi-txt h3 {
    font-size: 20px;
    color: #000000;
}
.testi-txt p {
    color: #FFFDFC;
    font-size: 16px;
}
.footer {
    padding: 100px 0 0 0;
    text-align: center;

}
.form {
    margin-top: 35px;
}
.campo {
    margin-right: 10px;
    padding: 17px 35px;
    border: 2px solid #B4B4B4;
    outline: none;
    color: #1B293A;

}

.campo::placeholder {
    color: #B4B4B4;
}
.btn-2 {
    padding: 17px 35px;
    border: 2px solid #1B293A;
    background-color: #1B293A;
    color: #FFFDFC;
}
.footer-txt {
    margin-top: 100px;
    border-top: 1px solid #B4B4B47E;
    padding: 20px 0;
}
.footer-txt p {
    color: #1B293A;
    font-size: 16px;
}

@media(max-width:991px) {
    .menu {
        padding: 30px;
    }
    .menu label {
        display: initial;
    }
    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0px;
        right: 300px;
        background-color: #FFFDFC;
        display: none;
        text-align: left;
    }
    .menu .navbar ul li {
        width: 100%;
        text-align: left;
    }
    #menu:checked ~ .navbar {
        display: initial;
    }
    .header {
        min-height: 0vh;
    }
    .header-content {
        padding: 100px 30px;

    }
    .header-txt h1 {
        font-size: 50px;
    }
    .header-txt p {
        padding: 0;
    }
    .general {
        padding: 30px 30px 0 30px;
    }
    .general-content {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    .general-1,
    .general-2,
    .general-3,
    .general-4,
    .general-5,
    .general-6,
    .general-7,
    .general-8,
    .general-9 {
        height: 350px;
        padding: 120px 30px;
        margin-bottom: 100px;
        background-color: #FFFDFC;
    }
    .info-1 {
        padding: 200px 30px;
        background-size: cover;
        margin-top: 0px;
    }
    .info-circle {
        flex-direction: column;
        align-items: center;
    }
    .circle-txt {
        width: 100%;
        margin-bottom: 0px;
    }
    .g2 {
        margin-top: 0px;
    }
    .info-2 {
        padding: 280px 30px;
        background-size: cover;
        margin-top: -180px;

        
    }
    .testi {
        flex-direction: column;
      
    }
    .testi-left {
        width: 100%;
        padding-right: 0;
        
    }
    .testi-right {
        width: 100%;
        padding-left: 0;
    }
    h2 {
        font-size: 30px;
    }
    .footer {
        padding: 0;
        margin-top: 10px;
    }
    form {
        display: flex;
        flex-direction: column;
        padding: 0 50px;

    }
    .campo {
        margin: 0 0 10px 0;
    }
    .footer-txt {
        margin-top: 30px;
    }
    .ima {
        box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    }
}











































































