
/* ========== Content 1920 ======= */

.container-1920{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

/* ========== Colors ======= */

:root {
    --c-blue: #0E76E0;
    --c-green: #07DA37;
}



/* ========== Header ======= */

nav{
    background-color: transparent;
    padding: 20px 30px;
    z-index: 2 !important;
}

nav .menu{
    padding-top: 20px;
}

nav .menu a{
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px 0px 0px 40px;
}

nav .menu a:hover{
    color: var(--c-green);
    text-decoration: none;
}

nav .menu a:focus{
    color: var(--c-green);
    text-decoration: none;
}

nav .menu a:active{
    color: var(--c-green);
    text-decoration: none;
}

.btn-cotizacion{
    background-color: #0E76E0;
    border-radius: 100px;
    padding: 7px 20px;
}

.btn-cotizacion:hover{
    background-color: #07DA37;
    color: #ffffff !important;
}

.logo-header{
    height: 68px;
}

@media (max-width: 992px){

    nav{
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn-cotizacion{
        width: 380px;
        margin: 0px auto;
        margin-bottom: 30px;
    }



}

/* ========== Header ======= */

.home-bg{
    background-image: url(../images/img1.png);
    height: 100vh;
    background-position: top center;
    background-size: cover;
    background-repeat: none;
    margin: 0px 0px 0px 0px !important;
}

.home-bg .center-content {
    display: flex;
    align-items: center; 
    justify-content: center;
    height: 100vh;
}

.home-bg .texto {
    text-align: center;
}

.home-bg .texto h1{
    font-size: 60px;
    color: #ffffff;
    letter-spacing: -2px;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    font-weight: 700;
}


.home-bg .texto h4{
    font-size: 24px;
    color: #ffffff;
    margin: 0px 0px 20px 0px;
    font-weight: 400;
    letter-spacing: 3px;
}

.home-bg .texto p{
    width: 500px;
    color: #ffffff;
    margin: 0px auto 20px auto;
    font-weight: 300;
    font-size: 16px;
}

.home-bg .texto h5{
    font-size: 20px !important;
    width: 500px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    margin: 0px auto 20px auto;
    text-align: center;
}



@media (max-width:768px){

    .home-bg .texto h1{
        width: 100%;
        font-size: 40px;
        letter-spacing: -2px;
    }
    
    .home-bg .texto h4{
        width: 100%;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 28px;
    }

    .home-bg .texto p{
        width: 100%;
        font-size: 14px;
    }

    .home-bg .texto h5{
        width: 100%;
        font-size: 18px !important;
       
    }

}


/* ========== Section media ======= */

.sec-social{
    background-image: linear-gradient(to right, #07DA37 , #0E76E0);
    color: #ffffff;
    padding: 30px 50px;
}

.sec-social p{
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    font-weight: 700;
}

.sec-social a{
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    font-weight: 700;
    color: #ffffff;
    margin-right: 80px;
}

.sec-social a:hover{
    opacity: .7;
    color: #ffffff;
}

@media (max-width:1150px){

    .sec-social a{
        margin-right: 50px;
    }

}

@media (max-width:992px){

    .sec-social{
        padding: 30px 20px;
    }

    .sec-social a{
        font-size: 16px;
        margin-right: 20px;
    }

}

@media (max-width:768px){

    .sec-social{
        padding: 30px 20px;
        text-align: center;
    }

    .sec-social p{
        margin: 0px 0px 20px 0px;
    }

    .sec-social a{
        font-size: 16px;
        margin-right: 10px;
        margin-left: 10px;
    }

}

@media (max-width:425px){

    .sec-social{
        padding: 50px 20px;
    }

    .sec-social p{
        font-size: 22px;
        margin: 0px 0px 50px 0px;
        font-weight: 700;
    }

    .sec-social a{
        font-size: 20px;
        display: list-item;
        list-style: none;
        margin: 0px 0px 20px 0px;
    }

}


/* ========== Section funciones ======= */

.section-funciones{
    background-color: #00123B;
    padding: 140px 80px 200px 80px;
    color: #ffffff;
}

.section-funciones h6{
    font-size: 12px;
    margin: 0px 0px 10px 0px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-funciones h1{
    font-size: 40px;
    margin: 0px 0px 30px 0px;
    font-weight: 700;
    letter-spacing: -3px;
}

.line-green{
    width: 40px;
    height: 9px;
    background-color: var(--c-green);
    margin: 20px 0px 20px 0px;
}

.section-funciones h3{
    font-size: 20px;
    margin: 0px 30px 30px 0px;
    font-weight: 300;
    line-height: 30px;
}

.section-funciones p{
    font-size: 14px;
    margin: 0px 30px 30px 0px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
}

.section-funciones .space-servicios{
    margin-top: 70px;
}

.section-funciones .card-servicio{
    height: 330px;
    border: 1px solid var(--c-green);
    margin: 0px 0px 40px 0px;
    padding: 30px;
}

.section-funciones .card-servicio i{
    font-size: 40px;
    margin: 0px 0px 30px 0px;
    color: var(--c-green);
}

.section-funciones .card-servicio p{
    font-size: 13px;
    margin: 0px 0px 10px 0px;
}

@media (max-width:1366px){

    .section-funciones .card-servicio{
        height: 400px;
    }

}

@media (max-width:1280px){

    .section-funciones .servic-sec .col-md-3{
        width: 50%;
    }

    .section-funciones .card-servicio{
        height: 250px;
    }

}

@media (max-width:1100px){

    .section-funciones .servic-sec .col-md-3{
        width: 100%;
    }

    .section-funciones .card-servicio{
        height: 100%;
    }

    .section-funciones .card-servicio p{
        font-size: 15px;
        margin: 0px 0px 10px 0px;
    }

}

@media (max-width:768px){

    .section-funciones{
        padding: 100px 30px 200px 30px;
    }
    
    .section-funciones h3{
        margin: 0px 0px 30px 0px;
    }
    
    .section-funciones p{
        margin: 0px 0px 30px 0px;
    }
}

@media (max-width:500px){

    .section-funciones{
        padding: 100px 15px 100px 15px;
    }

}

/* ========== Section nosotros ======= */

.section-nosotros{
    background-color: #000000;
    padding: 0px 150px 100px 150px;
    color: #ffffff;
}

.section-nosotros .img-sec{
    margin-top: -150px;
    width: 100%;
    margin-bottom: 0px;
}

.sec-nos-space{
    padding-top: 100px;
}

.section-nosotros h6{
    font-size: 12px;
    margin: 0px 0px 10px 0px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-nosotros h1{
    font-size: 40px;
    margin: 0px 0px 30px 0px;
    font-weight: 700;
    letter-spacing: -3px;
}

.section-nosotros .flex{
    display: flex;
    margin-top: 30px;
}

.section-nosotros i{
    font-size: 50px;
    margin: 0px 40px 0px 0px;
}

.section-nosotros h2{
    font-size: 28px;
    margin: 0px 20px 30px 0px;
    font-weight: 700;
}

.section-nosotros p{
    font-size: 14px;
    margin: 0px 30px 30px 0px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
}

.section-nosotros h5{
    display: inline-block;
    height: 42px;
    border-radius: 100px;
    margin: 0px 20px 20px 0px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    background: linear-gradient(to right, rgba(7, 218, 55, 0.2), rgba(14, 118, 224, 0.2));
    padding: 12px 30px;
}

@media (max-width:1200px){

    .section-nosotros{
        padding: 0px 80px 100px 80px;
    }

}

@media (max-width:768px){

    .section-nosotros{
        padding: 0px 30px 100px 30px;
    }

    .section-nosotros .img-sec{
        margin-top: -100px;
        width: 100%;
        margin-bottom: 100px;
    }

}

@media (max-width:500px){

    .section-nosotros{
        padding: 0px 15px 100px 15px;
    }

    .section-nosotros .img-sec{
        margin-top: -70px;
        width: 100%;
        margin-bottom: 100px;
    }

    .section-nosotros i{
        font-size: 30px;
        margin: 0px 30px 0px 0px;
    }

}

.bg-balck{
    background-color: #000000 !important;
}

/* ========== Section banner ======= */

.section-banner{
    background-color: #00123B;
    padding: 100px;
}

.section-banner .card-banner{
    background: linear-gradient(to right, rgba(7, 218, 55), rgba(14, 118, 224));
    padding: 100px 50px;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
}

.section-banner .card-banner p{
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}

.section-banner .card-banner h1{
    font-size: 50px;
    margin: 0px 0px 20px 0px;
    font-weight: 700;
}

.section-banner .card-banner h3{
    font-size: 24px;
    margin: 0px 0px 20px 0px;
    font-weight: 400;
}

.section-banner .card-banner .social{
    margin: 40px 0px 0px 0px;
}

.section-banner .card-banner .social a{
    font-size: 30px;
    margin: 0px 10px 0px 10px;
    color: #ffffff;
}

.section-banner .card-banner .social a:hover{
    opacity: .7;
}

@media (max-width:992px){

    .section-banner{
        padding: 70px;
    }

}

@media (max-width:700px){

    .section-banner{
        padding: 50px;
    }

    .section-banner .card-banner{
        padding: 100px 20px;
    }

    .section-banner .card-banner h1{
        font-size: 40px;
    }

    .section-banner .card-banner h3{
        font-size: 20px;
    }

    

}

@media (max-width:500px){

    .section-banner{
        padding: 30px 20px; 
    }

    .section-banner .card-banner h1{
        font-size: 32px;
    }

    .section-banner .card-banner h3{
        font-size: 16px;
    }

}

/* ========== Section contacto======= */

.sec-contacto {
    background-color: #000000;
}

.sec-contacto .img {
    background: linear-gradient(to right, rgba(7, 218, 55), rgba(14, 118, 224));
    padding: 200px 50px;
    text-align: center;
    color: #ffffff;
}

.sec-contacto .img img{
    margin: 0px 0px 30px 0px;
}

.sec-contacto .img h6{
    font-size: 16px;
}

.sec-contacto .img h1{
    font-weight: 600;
    font-size: 40px;
    margin: 0px 0px 30px 0px;
}

.sec-contacto .img h4{
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
}

.sec-contacto .form {
    color: #ffffff;
    padding: 130px 0px 0px 0px;
}

.sec-contacto .form .conten-form{
    max-width: 350px;
    margin: 0px auto;
}

.sec-contacto .form .conten-form h1{
    font-size: 40px;
    margin: 0px 0px 30px 0px;
}

.sec-contacto .form .conten-form h6{
    font-size: 16px;
    margin: 0px 0px 10px 0px;
}

.sec-contacto .form .conten-form i{
    font-size: 16px;
    color: #07DA37;
    margin: 0px 10px 0px 0px;
}

.sec-contacto .form .card-formulario {
    margin: 40px 0px 0px 0px;
}

.sec-contacto .form .card-formulario input{
    background-color: #1B1B1B;
    color: #ffffff;
    border: none;
}

.sec-contacto .form .card-formulario textarea{
    background-color: #1B1B1B;
    color: #ffffff;
    border: none;
}

.sec-contacto .form .card-formulario .btn-green{
    background-color: var(--c-green);
    color: #000000;
    width: 100%;
    border: none;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.sec-contacto .form .card-formulario .btn-green:hover{
    background-color: var(--c-blue);
    color: #ffffff;
}

@media (max-width:992px){

    .sec-contacto .img {
        padding: 100px 50px;
    }

    .sec-contacto .form {
        padding: 100px 0px 100px 0px;
    }

}

@media (max-width:500px){

    .sec-contacto .form .card-formulario input{
        height: 50px;
        font-size: 18px;
    }
    
    .sec-contacto .form .card-formulario textarea{
        height: 100px;
        font-size: 18px;
    }

}

@media (max-width:380px){

    .sec-contacto .form .conten-form{
        max-width: 100%;
        margin: 0px 20px;
    }

}

/* ======== Footer ======= */

.footer{
    background-color: #000000;
    padding: 80px 0px;
    color: #ffffff;
}

.footer img{
    margin: 0px 0px 50px 0px;
    height: 60px;
}

.footer .menu {
    margin: 0px 0px 30px 0px;
}

.footer .menu a{
    color: #ffffff;
    margin: 0px 30px 0px 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer .menu a:hover{
    color: var(--c-green);
}

.footer .redes a{
    color: #ffffff;
    margin: 0px 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer .redes a:hover{
    color: var(--c-green);
}


/* ======== Sidenav ======= */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100 !important;
    top: 0;
    left: 0;
    background: #000D2C;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav img{
    margin: 0px 0px 60px 0px;
}
  
.sidenav a {
    padding: 8px 8px 15px 0px;
    text-decoration: none;
    font-size: 25px;
    color: #ffff;
    display: block;
    transition: 0.3s;
}

.sidenav .redes  {
    margin-top: 40px;
}
  

.sidenav .redes a {
    display: inline;
    margin: 0px 15px;
}
  
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* ======== Boton whatsap ======= */

.btn-whats{
    position: fixed;
    z-index: 100 !important;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: var(--c-green);
}

.btn-whats:hover{
    background-color: var(--c-blue);
}

.btn-whats i{
    font-size: 30px;
    color: #ffffff;
    padding-top: 2px;
}

/* ======== Confirma  ======= */

.section-confirmacion{
    height: 100vh;
    background-color: #00123B;
    padding: 100px 30px;
    color: #ffffff;
}

.section-confirmacion img{
    margin: 0px 0px 60px 0px;
 }

.section-confirmacion h3{
   margin: 0px 0px 40px 0px;
   font-weight: 300;
}



.section-confirmacion .btn-green{
    background-color: var(--c-green);
    color: #000000;
    border: none;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}

.section-confirmacion .btn-green:hover{
    background-color: var(--c-blue);
    color: #ffffff;
}