@import url('https://fonts.googleapis.com/css2?family=National+Park:wght@200..800&family=Poppins:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=National+Park:wght@200..800&family=Poppins:wght@400;500;600;700;800&display=swap');

/* font-family: "Bebas Neue", sans-serif; */
/* #3282B8 #0F4C75 #BBE1FA #1B262C */

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
 /*whatsaap*/
.btn-wsp{
    background-image: url(img/Wt-ICON.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position:fixed;
    width:60px;
    height:60px;
    bottom:25px;
    right:25px;
    /*box-shadow: 0px 1px 10px rgba(0,0,0,0.3);*/
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    opacity: 0.5;
}
/*whatsaap*/


body{
    font-family: "Poppins", sans-serif;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    background-image: url(img/BANNER2.1.1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.menu {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.logo {
    width: 150px;
    height: auto;
    margin: 15px 0 0 0;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #BBE1FA;
    display: block;
    align-items: center;
} 

.menu .navbar ul li a:hover {
    color: #3282B8;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.header-txt {
    text-align: center;
    display: 45px;
}

.header-txt, h1, h3 {
    font-size: 35px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    color: #3282B8;
    margin-top: 15px;
}

.header-txt span {
    font-size: 30px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    color: #BBE1FA;
    margin-top: 15px;
}

.header-txt span {
    font-size: 30px;
}

.header-txt p {
    font-size: 20px;
    color: #fff;
    padding: 0 25px;
    margin: 25px 0;
}

.btn-1 {
    display: inline-block;
    padding: 0.5rem 0.5rem 0.5rem 1.75rem;
    background-color: #3282B8;
    color:#1B262C;
    text-transform: uppercase;
    letter-spacing: 20px;
    align-items: center;
    font-size: 20px;
    font-family: "Bebas Neue", sans-seri;
    margin: 25px 0;
    border: 0;
}

.btn-1:hover {
    background-color: #0F4C75;
}

/* fin header */

.Welcome{
    display: flex;
}

.Welcome-1 {
    background-image: url(img/BANNER.1.jpg);
    background-position: center center;
    background-repeat:  no-repeat;
    background-size: cover;
    width: 50%;
}

.Welcome-2 {
    width: 50%;
    padding: 150px 250px 150px 100px;
    background-color: #fff;
}

h2 {
    font-size: 35px;
    line-height: 45px;
    color: #3282B8;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-seri;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    color: #1B262C;
    margin: 25px 0px;
}

/* fin welcome */

.services-countainer {
    background-image: url(img/BANNER3.1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    margin-top: 0%;    
}

.services {
    padding: 100px 0;
    text-align: center;
}

.services-txt {
    padding: 60px 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

hr {
    border: 1px solid #3282B8;
    width: 80px;
}


.services-group {
    display: flex;
    justify-content: space-between;
    margin: 45px;
    justify-content: center;
    align-items: center;
}

.services-1 {
    background-color: #3282B8;
    padding: 35px 55px;
    margin: 0 10px;
    border-radius: 15px;
    text-align: center;
}

.services-1 img {
    width: 200px;
    margin-bottom: 15px;
}

.services-1 h3 {
    font-size: 25px;
    color: #0F4C75;
}

.services-1 a {
    color: #BBE1FA;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

.services-1 a:hover {
    color: #1B262C;
}

.services-countainer .btn-2{
    display: flex;
    padding: 0.5rem 0.5rem 0.5rem 1.75rem;
    background-color: #3282B8;
    color:#1B262C;
    text-transform: uppercase;
    letter-spacing: 20px;
    align-items: center;
    font-size: 20px;
    font-family: "Bebas Neue", sans-seri;
    margin: 25px 40%;
    border: 0;
    justify-content: center;
}

.btn-2:hover {
    background-color: #0F4C75;
}

/* fin service */ 

.product-container {
    width: 100%;
    height: 100vh;
    padding: 20px 0;
    margin: 20px 0 30px 0;
    text-align: center;
}

.product-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 30px 0 20px 0;

}

.product-txt h2 {
    color: #3282B8;
}

.product-group {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;    
}

.product-1 {
    width: 30%;
    height: auto;
    margin: 0 20px;
}

.product-1 img {
    width: 250px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.product-1 h3 {
    font-size: 20px;
}

.product-1 p {
    width: 100%;
    height: auto;
    padding: 0 30px;
    margin: 5px 0 5px 0;
    text-align: justify;
}



/* fin products */ 



.Asesoria {
    display: flex;
}

.Asesoria-1 {
    background-image: url(img/asesoria.jpg);
    background-position: center center ;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    
}

.Asesoria-2 {
    width: 50%;
    background-color: #fff;
    padding: 150px 250px 150px 100px;
}

h2 {
    font-size: 35px;
    line-height: 45px;
    color: #3282B8;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-seri;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    color: #1B262C;
    margin: 25px 0px;
}

/*fin asesoria*/

.personal-container {
    width: 100%;
    height: 100vh;
    padding: 20px 0;
    margin: 20px 0 30px 0;
    text-align: center;
    }

.personal-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 30px 0 20px 0;
}

.personal-txt h2{
    color: #3282B8;
}

.personal-group {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.personal-1 {
    width: 30%;
    height: auto;
    margin: 0 20px;
}


.personal-1 img {
    width: 250px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.personal-1 h3 {
    font-size: 20px;
}

.personal-1 p {
    width: 100%;
    height: auto;
    padding: 0 30px;
    margin: 5px 0 5px 0;
    text-align: justify;
}

/* personal*/

.footer{
    background-color: #1B262C;
    margin-bottom: 0px;
    position:absolute;
    width: 100%;
    height: auto;
}

.footer-txt {
    text-align: center;
    padding: 10px;
    margin: 30px;
}

.footer-redes img{
    width: 50px;
    height: auto;
    margin: 10px; 
}

.footer-redes img:hover{
    opacity: 0.5;
}

.footer-contacto{
    margin: 10px;
    font-size: 24px;
}

.footer-contacto ul li a{
    color: #fff;
}

.footer-contacto ul li a:hover{
    opacity: 0.5;
}

/* fin footer */














/* resposive 1080 */

@media (max-width:1080px){

/*header*/

    .logo {
        width: 130px;
        height: auto;
        margin-left: 30px;
    }

/*welcome*/

    .Welcome-1 {
        width: 30%;
    }
    .Welcome-2 {
        width: 70%; 
    }

/* service */

.services-countainer {
    height: 60vh;    
}

.services-1 {
    padding: 25px 35px;
}

.services-1 img {
    width: 170px;
    margin-bottom: 10px;
}

.services-1 h3 {
    font-size: 25px;
    color: #0F4C75;
}

.services-1 a {
    font-size: 16px;
}

.services-countainer .btn-2{
    letter-spacing: 14px;
    font-size: 14px;
}

/*product*/

.product-container {
    width: 100%;
    height: auto;
}

.product-1 img {
    width: 200px;
}

.product-container {
    width: 100%;
    height: auto;
}

.product-1 img {
    width: 200px;
}

/*Asesoria*/

    .Asesoria-1 {
        width: 30%;
    }
    .Asesoria-2 {
        width: 70%; 
    }   

/*personal*/

.personal-container {
    width: 100%;
    height: auto;
}

.personal-1 img {
    display: none;
}


.personal-container {
    width: 100%;
    height: auto;
}

.personal-1 img {
    width: 200px;
}

/*footer*/

    .footer-redes img{
    width: 40px;
    height: auto;
}

    .footer-contacto{
    font-size: 20px;
}

/* fin footer */

}










/* resposive 768 */

/*whatsaap*/
.btn-wsp{
    width:50px;
    height:50px;
 }
/*whatsaap*/

@media (max-width:768px) {
    .menu {
        padding: 20px;
    }

    .logo {
        width: 100px;
        height: auto;
        margin: 5px 0 0 0;
    }

    .menu label {
        display: initial;
    }

    .menu .navbar {
        position: absolute;
        height: 100vh;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #1B262C;
        display: none;
        align-items: center;
    }

    .menu .navbar ul li{
        width: 100%;
        align-content: center;
    }

    .menu .navbar ul li a {
        text-align: center;
    }

    #menu:checked ~ .navbar {
        display: initial;
    }

    .header-content {
        padding: 80px 30px 50px 30px;
    }

    .header-txt {
        margin-bottom: 15px;
    }

    .header-txt h1 {
        font-size:22;
    }

    .header-txt p {
        padding: 0px;
        margin: 15px 0;
    }

    .btn-1 {
    letter-spacing: 14px;
    font-size: 14px;
    }

    /* welcome */

    .Welcome {
        flex-direction: column;
    }

    .Welcome-1 {
        display: none;
    }

    .Welcome-2 {
        width: 100%;
        height: 100vh;
        margin-top: 25%;
        padding: 30px;
        text-align: center;
        
    }

    h2 {
        font-size: 18;
        line-height: 80px;
    }

    p {
        margin: 15px 0;
    }

    /* services */

    .services-countainer {
        width: 100%;
        height: 100vh;
        margin-top: 0; 
        padding: 5px 0 20px 0; 
        text-align: center;  
    }

    .services-txt {
        padding: 20px 0 0 0;
    }

    .services-txt h2 {
        padding: 0;
        margin: 0;
    }

    .services-txt hr {
        display: none;
     }
    
    .services-group {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0px 0px;
        justify-content: center;
        align-items: center;
    }

   

    .services-1 {
    width: 65%;
    height: auto;
    margin: 20px 0px;
    padding: 10px 0px;
    }


    .services-1 img {
        display: none;
      
    }
    
    .services-1 h3 {
        font-size: 25px;
        color: #0F4C75;
    }
    
    .services-1 a {
        color: #BBE1FA;
        font-size: 16px;
        justify-content: center;
        align-items: center;
    }

    .services-countainer .btn-2{
        margin: 20px 25%;
    }

    /* product */

    .product-container {
        width: 100%;
        height: auto;
        padding: 10px 0;
    }

    .product-txt {
        margin: 10px 0 0 0;
    }
    
    .product-txt h2{
        font-size: 25px;
        line-height: 32px;
        text-align: center;
        margin: 30px 0 20px 0;
    }

    .product-group {
        flex-direction: column;
        margin-bottom: 0;
    }

    .product-1 {
        width: 100%;
        height: auto;
        margin: 0px 0px 20px 0;
    }

    .product-1 img {
        width: 150px;
        border-radius: 15px;
        margin-bottom: 0px;
    }

    .product-1 h3 {
        font-size: 14px;
        line-height: 14px;
    }

     .product-1 h5 {
        font-size: 12px;
    }

     .product-1 p {
        display: none;
    }

    /* Asesoria */

    .Asesoria {
        flex-direction: column;
    }

    .Asesoria-1 {
        display: none;
    }

    .Asesoria-2 {
        width: 100%;
        height: 100vh;
        margin-top: 25%;
        padding: 30px;
        text-align: center;
        
    }

    h2 {
        font-size: 18;
        line-height: 80px;
    }

    p {
        margin: 15px 0;
    }


    /* personal */

    .personal-container {
        width: 100%;
        height: auto;
        padding: 10px 0;
    }

    .personal-txt {
        margin: 10px 0 0 0;
    }
    
    .personal-txt h2{
        font-size: 25px;
        line-height: 32px;
        text-align: center;
        margin: 30px 0 20px 0;
    }

    .personal-group {
        flex-direction: column;
        margin-bottom: 0;
    }

    .personal-1 {
        width: 100%;
        height: auto;
        margin: 0px 0px 20px 0;
    }

    .personal-1 img {
        width: 180px;
        border-radius: 15px;
        margin-bottom: 0px;
    }
   
    /* footer */

    .footer-redes img{
        width: 35px;
        height: auto;
    }
    
    .footer-contacto{
        font-size: 16px;
    }


    

  
}

