/* Aqui empezamos con nuestro archivo CSS para empezar importaremos una fuente desde google fonts en la seccion de @import y luego copiamos CSS rules to specify families */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


/* ***************************************************************************************** */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Poppins', sans-serif;
}



html{
    scroll-behavior: smooth;
}

html,body{
    max-width: 100%;
    overflow-x: hidden;
}


/* ***************************************************************************************** */


body {
    background-color: #f5f5f5;
}



/* ***************************************************************************************** */

header {
    background-image: url(../imagenes/hero2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}


/* ***************************************************************************************** */



.container{
    max-width: 1100px;
    margin: 0 auto;
}

.menu {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.menu .logo {
    font-weight: 700;
    font-size: 25px;
    color: #ffffff;
}

.logito{
    width: 100px;
    margin: 10px 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(18,247,255,0.1), 
    0 0 20px rgba(18,247,255,0.1),
    0 0 30px rgba(18,247,255,0.1),
    0 0 40px rgba(18,247,255,0.1),
    0 0 70px rgba(18,247,255,0.1),
    0 0 80px rgba(18,247,255,0.1),
    0 0 100px rgba(18,247,255,0.1),
    0 0 150px rgba(18,247,255,0.1);;
}

.menu .navbar ul li{
    position: relative;
    float: left;
    
}

.menu .navbar ul li a{
    font-size: 23px;
    font-weight: 700;
    padding: 20px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
}

.menu .navbar ul li a:hover{
    color: rgb(2, 213, 255);
    text-shadow: 0 0 10px rgba(18,247,255,0.3), 
    0 0 20px rgba(18,247,255,0.3),
    0 0 30px rgba(18,247,255,0.3),
    0 0 40px rgba(18,247,255,0.3),
    0 0 70px rgba(18,247,255,0.3),
    0 0 80px rgba(18,247,255,0.3),
    0 0 100px rgba(18,247,255,0.3),
    0 0 150px rgba(18,247,255,0.3);;
}

.anydesk{
    display: inline-block;
    border: 2px solid white;
    color: white;
    font-size: 23px;
    font-weight: 700;
    padding: 10px;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: .2s;
}

.anydesk:hover{
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    box-shadow: 0 0 10px white;
    text-shadow: 0 0 10px white;
    transform: scale(1.1);
}

#menu{
    display: none;

}

.menu-icono{
    width: 20px;
}

.menu label{
    cursor: pointer;
    display: none;
}


/* ***************************************************************************************** */

.header-content{
    display: flex;
}

.astronauta{
    width: 60rem;
}

.content {
    padding: 150px 150px 0px 0px;
}

.content h1{
    color: #ffffff;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 65px;
}

.content p{
    margin-top: 25px;
    padding: 0 10px;
    color: #8bc8f3;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 40px;
}

.btn-1{
    display: inline-block;
    background-color: rgb(57, 189, 156);
    border: 1px solid #aab1ff;
    margin: 35px 10px 0px 0px;
    padding: 15px 20px;
    color:  #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 45px;
    transition: .3s;
}

.btn-1:hover{
    background-color: rgba(0, 217, 255, 0.5);
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 
    0 0 20px rgba(0, 0, 0, 0.1),
    0 0 30px rgba(0, 0, 0, 0.1),
    0 0 40px rgba(0, 0, 0, 0.1),
    0 0 70px rgba(0, 0, 0, 0.1),
    0 0 80px rgba(0, 0, 0, 0.1),
    0 0 100px rgba(0, 0, 0, 0.1),
    0 0 150px rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}


/* ***************************************************************************************** */


.titulo-serv{
    font-size: 70px;
    font-weight: 800;
    text-align: center;
    color: #003B99;
    margin-bottom: 10px;
    margin-top: 75px;
}

.separar {
    width: 100%;
    display: flex;
    justify-content: center;

}

/* .separador {
    display: flex;
    height: 3px;
    width: 80%;
    background: rgb(55, 84, 139);
    background: linear-gradient(90deg, rgba(69, 147, 183, 0) 0%, rgb(55, 89, 139) 50%, rgba(69, 151, 183, 0) 100%);
    margin-bottom: 65px;
} */

.services {
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.service { 
    padding: 25px;
    margin: 0px 10px;
    box-shadow: 0px 0px 20px rgba(135, 180, 214, 0.8);
    transition: .4s;
}

.service:hover {
    background-color: rgba(114, 166, 226, 0.205);
    color: #ffffff;
    transform: translateY(-20px);
}

.service img{
    margin-top: -50px;
    width: 100px;
}

.service h3{
    font-size: 20px;
    color: #0e0e0e;
    margin-bottom: 10px;
}

.service p{
    color: #525254;
    font-size: 16px;
}


/* ***************************************************************************************** */

.portfolios {
    padding: 80px 0px;
    text-align: center;
    color: #0e0e0e;
}

.margen {
    margin-bottom: 100px;
}

.portfolio {
    display: flex;
    align-items: center;
}

.portfolio img {
    width: 350px;
}

.portfolio-1 {
    text-align: left;
    margin-right: 50px;
}

.portfolio-1 h3 {
    font-size: 35px;
    margin-bottom: 15px;
}

.portfolio-1 p{
    font-size: 22px;
    color: #525254;
    margin-bottom: 25px;
}

.portfolio-2 {
    text-align: left;
    margin-right: 100px;
}

.portfolio-2 h3 {
    font-size: 35px;
    margin-bottom: 15px;
}

.portfolio-2 p{
    font-size: 18px;
    color: #525254;
    margin-bottom: 25px;
}


/* ********************************************* */

.footer {
    padding: 20px 0px 30px 0px;
    /* background-image: url(imagenes/footer.svg); */
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.enlaces {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}

.enlaces-contact .en-cont li a{
    color: #0e0e0e;
    background-image: none;
    font-weight: 700;
}

.copyright-contact {
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
}

.enlace {
    display: flex;
    align-items: center;
    margin-right: 5%;
}

.enlace li a {
    font-size: 20px;
    display: block;
    margin: 20px;
}

.enlace li a i{
    font-size: 40px;
}

.a1-end {
    color: rgb(6, 113, 243);
    font-weight: 700;
    transition: .2s;
}

.a2-end {
    color: rgb(145, 11, 163);
    font-weight: 700;
    transition: .2s;
}

.a3-end {
    color: #ff0000;
    font-weight: 600;
    transition: .2s;
}

.a4-end{
    color: green;
    font: 600;
    transition: .2s;
}


.enlace li a:hover {
    transform: translateY(-10px);
}

.logo_footer {
    width: 100px;
}

.btn-contact {
    background-color: rgb(6, 113, 235);
    border: 2px solid #aab1ff;
    padding: 15px 20px;
    color: #ffffff;
    border-radius: 25px;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    transition: .3s;
}

.btn-contact:hover {
    background-color: rgb(15, 55, 202);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 
    0 0 20px rgba(0, 0, 0, 0.1),
    0 0 30px rgba(0, 0, 0, 0.1),
    0 0 40px rgba(0, 0, 0, 0.1),
    0 0 70px rgba(0, 0, 0, 0.1),
    0 0 80px rgba(0, 0, 0, 0.1),
    0 0 100px rgba(0, 0, 0, 0.1),
    0 0 150px rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}

.contacto {
    display: grid;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 50px;
}

.contacto h2{
    font-size: 30px;
    margin-bottom: 15px;
}

.separar2 {
    width: 100%;
    display: flex;
    justify-content: center;

}

.separador2 {
    display: flex;
    height: 3px;
    width: 80%;
    background: rgb(46, 33, 107);
    background: linear-gradient(90deg, rgba(69,92,183,0) 0%, rgb(40, 29, 97) 50%, rgba(69,92,183,0) 100%);
    margin-bottom: 10px;
}

.footer2{
    display: flex;
    justify-content: space-between;
    background-color: black;
    align-items: center;
    color: white;
    padding: 10px 0px;
}

.footer2 a{
    margin-left: 5%;
}

.footer2 a img{
    width: 75px;
}


/* ******************************************************* */

@media (max-width:990px) {
    
    .menu {
        padding: 20px;
    }
    
    .menu-icono{
        width: 60px;
    }

    .menu label {
        display: initial;
    }

    .logito {
        width: 90px;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #163b98;
        display: none;
    }

    .menu .navbar ul li {
        width: 100%;        
    }

    #menu:checked ~ .navbar {
        display: initial;
    }

    header {
        height: 0vh;
        padding: 400px 0px;
        background-position: center center;
    }



    .header-content {
        flex-direction: column;
        text-align: center;
        align-items: center;
        /* padding: 0px 30px; */
        margin-top: 300px;
    }

    .content {
        padding: 0px;
    }

    .content h1{
        margin-top: 0;
        font-size: 41px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .content p{
        margin-top: 0px;
        line-height: 35px;
        /* margin-bottom: -20px; */
    }

    .header-content img {
        width: 150px;
    }

    .anydesk{
        font-size: 15px;
        padding: 5px;
    }

    /* *************************************************************** */


    .services {
        flex-direction: column;
        padding: 50px 30px 0px 30px;
    }

    .serv {
        margin-top: 250px;
    }

    .service {
        margin-bottom: 50px;
    }

    /* *************************************************************** */



    .portfolios {
        padding: 0px 30px 30px 30px;
    }

    .portfolios h2 {
        margin-bottom: 15px;
    }

    .portfolio {
        flex-direction: column;
    }

    .portfolio img {
        display: none;
    }

    .portfolio-1 {
        text-align: center;
        margin: 0px 0px 25px 0px;
    }

    .portfolio-2 {
        text-align: center;
        margin: 0px 0px 25px 0px;
    }
    

    /* *************************************************************** */



    .footer2 {
        padding: 15px;
        flex-direction: column;
    }

    .footer2 img{
        display: flex;
        margin: 0;
        margin-bottom: 10px;
    }

    .copyright{
        text-align: center;
    }

    .contacto {
        justify-content: center;

    }




}




/* **************************************************************** */

.formulario {
    min-height: 1080px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 55px;
    margin-left: 50%;
    transform: translate(-50%, 0%); 
    margin-top: 100px;   
}

.input-group {
    background-color: #ffffff;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
    border-radius: 20px;
    text-align: left;
    width:500px;
}

.formulario h2 {
    color: #1749e0;
    font-size: 45px;
    font-weight:900;
    margin-bottom: 10px;
    text-align: center;
}

.formulario label {
    color: #0e0e0e;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}


.formulario input, textarea, select{
    padding: 10px 10px;
    border-radius: 15px;
    margin-bottom: 20px;
    background-color: #0622f61a;
    border: 2px solid #024aff;
    color: #0e0e0e;   
}


.form-txt {
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.form-txt a {
    color: #0731eac1;
    font-size: 14px;
    font-weight: 600
}

.btn-form {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 800;
    border: 0;
    border-radius: 25px;
    background-color: #0b2ded  !important;
    color: #fff !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: .4s;
}

.btn-form:hover {
    transform: scale(1.05);
    color: #ffffff;
}

.header-contact {
    align-items: center;
}

.copyright-contact {
    margin-bottom: 10px;
}


.whatsapp{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30PX;
}

.whatsapp img {
    width: 50px;
    margin-right: 15px;
}

.whatsapp a{
    text-decoration: none;
    color: #0e0e0e;

}



@media(max-width:991px) {

    .formulario {
        padding: 50px 30px;
        width: 100%;
    }

    .input-group {
        width: auto;
        margin-top: 350px;
    }

    .foot-contact {
        margin-top: 350px;
    }
}


/* 
******************************************************************************************************** */
