@import url('https://fonts.googleapis.com/css2?family=Numans&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --main-font: "Numans";
    --seccond-font: "Lalezar";
  }
/*-----STYLE CARRUSEL------*/
/*Slider*/
.slider {
    overflow: hidden;
}
.carrusel{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: all 0.3s ease-in;
}
.carrusel-item{
    height: 87vh;
    min-width: 100%;
    max-width: 100%;
    position: relative;
}
.carrusel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Texto e imagen*/
.container-text-image{
    display: flex;
    position: absolute;
    justify-content: space-around;
    width: 100vw;
    top: 30%
}
.carrusel-image-item img{
    width: 95%;
}
.carrusel-text-item{
    color: white;
    padding-top: 4%;
    width: 400px;
    font-family: var(--main-font);
}
.carrusel-text-item h5 {
    font-size: 60px;
    text-shadow: rgb(4, 128, 35) 1px 0 10px;
}
.carrusel-text-item p {
    font-size: 28px;
}
/*-----STYLE Social Network-----*/
header{
    position: relative;
}
.container-header-nav {
    position: absolute;
    top: 0;
}
.container-header-nav > img{
    position: absolute;
    width: 80vw;
    height: 100%;
    left: 20vw;
    top: 0;
}

.container-social-network{
    position: absolute;
    width: 100vh;
    top: 2%;
}
    
.container-social-network-email {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    width: 98vw;
    margin: 5px;
}

.container-social-network-email li {
    padding: 3px;
    color: white;
}

.container-social-network-email li a{
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Offside', cursive;
}

.container-social-network-email li a img {
    width: 20px;
}

/*-----STYLE LOGO------*/
.container-info-logo-naver{
    display: flex;
    width: 90vw;
    padding-left: 3vw;
    margin-top: 2vw;
}

.container-info-logo-left{
    width: 80vw;
}
.container-logo-left img{
    width: 13vw;
    margin-left: 10%;
}

/*-----STYLE NAVBAR------*/
.container-info-logo-right{
    position: relative;
    width: 50vw;
    top: 2.5vw;
}

.container-naver-right{
    width: 100%;
    margin-left: 60px;
}

.container-naver-right nav ul {
    display: flex;
    list-style: none;
    font-family: 'Offside', cursive;
    font-size: 25px;
    justify-content: space-evenly;
    color: white;
    align-items: center;
}

.container-naver-right nav ul li a {
    color: white;
    text-decoration: none;
}

.li-color-bg {
    background-color: #555897;
    border-radius: 30px;
    padding: 10px;
}
/*-----STYLE SECCION SERVICES------*/
.container-services{
    display: flex;
}
.service-flip-card-uno{
    display: flex;
    position: relative; 
    align-items: center;
    background-image: url("/assets/img/cyberseguridad.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 0px 0px;
    height: 450px;
    width: 100%;
}
.service-flip-card-dos{
    display: flex;
    position: relative; 
    align-items: center;
    background-image: url("../assets/img/desarrollo-service.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 0px 0px;
    height: 450px;
    width: 100%;
}

.service-flip-card-tres{
    display: flex;
    position: relative; 
    align-items: center;
    background-image: url("../assets/img/consultoria.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 0px 0px;
    height: 450px;
    width: 100%;
}
.negocio-flip-card-dos::before,
.service-flip-card-uno::before,
.service-flip-card-tres::before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(70, 238, 250, 0.274);
}
.negocio-flip-card-uno::before,
.negocio-flip-card-tres::before,
.service-flip-card-dos::before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(33, 151, 248, 0.322);
}
.negocio-elements-flip,
.service-elements-flip{
    color: white;
    z-index: 2;
    font-family: var(--seccond-font);
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.negocio-elements-flip h2,
.service-elements-flip h2{
    font-size: 45px;
    text-shadow: rgb(4, 128, 35) 1px 0 10px;
}
.negocio-elements-flip p,
.service-item-flip-box{
    display: none;
}

.container-services .service-hover:hover h2 {
    display: none
}

.container-services .service-hover:hover .service-item-flip-box {
    display: block;
    opacity : 1;
    transition-delay: 0.5s;
}

/*-----STYLE SECCION CASOS DE EXITO------*/
.seccion-presencia hr,
.seccion-casos-de-exito hr{
    width: 250px;
    height: 15px;
    margin: 90px 0px;
    background-color: #555897;
}
.seccion-presencia h2,
.seccion-title-casos-de-exito{
    text-align: center;
    color: #000C75;
    font-family: var(--main-font);
    margin: 0px auto 50px;
    width: 902px;
}
.seccion-presencia h2,
.container-text-esencia h2,
.seccion-title-casos-de-exito h2{
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 15px;
}
.container-text-esencia p,
.seccion-title-casos-de-exito p{
    font-size: 18px;
}

.container-card-negocio{
    display: flex;
}
.negocio-flip-card-uno{
    display: flex;
    position: relative; 
    align-items: center;
    background-image: url("../assets/img/Educacion.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 0px 0px;
    height: 450px;
    width: 100%;
}
.negocio-flip-card-dos{
    display: flex;
    position: relative; 
    align-items: center;
    background-image: url("../assets/img/farma.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 0px 0px;
    height: 450px;
    width: 100%;
}

.negocio-flip-card-tres{
    display: flex;
    position: relative; 
    align-items: center;
    background-image: url("../assets/img/ecommerce.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 0px 0px;
    height: 450px;
    width: 100%;
}

/*-----STYLE SECCION NUESTRA ESENCIA------*/
.seccion-esencia{
    position: relative;
}
.seccion-esencia hr{
    width: 250px;
    height: 15px;
    margin: 90px 0px;
    background-color: #555897;
    right: 0px;
    position: absolute;
}
.container-text-image-esencia{
    display: flex;
    padding-top: 200px;
}
.container-image-esencia{
    width: 50%;
}
.container-image-esencia img{
    width: 100%;
}
.container-text-esencia{
    display: flex;
    align-items: center;
}
.container-text-esencia-inner{
    text-align: left;
    color: #000C75;
    font-family: var(--main-font);
    width: 700px;
    margin-left: 50px;
}

/*-----STYLE SECCION NUESTRA PRESENCIA------*/
.container-colums-image-presencia{
    display: flex;
    justify-content: space-evenly;
    padding-top: 30px;
    position: relative;
}
.container-colums-image-presencia p{
    position: absolute;
    top: 50%;
    color: white;
    font-family: var(--seccond-font);
    font-size: 50px;
    text-shadow: rgb(4, 128, 35) 1px 0 10px;
}

/*-----STYLE Footer------*/
footer{
    background-image: url("../assets/img/Vector.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-container-elements{
    display: flex;
    justify-content: space-around;
    padding-top: 7%;
    padding-bottom: 3%;
    color: white;
    font-size: 18px;
    font-family: var(--main-font);
}
.footer-container-elements-logos{
    text-align: center;
}
.footer-container-elements-social{
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
}
.footer-container-elements-social img {
    width: 40px;
}
.footer-container-elements-legal ul li,
.footer-container-elements-contacto ul li{
    list-style: none;
    padding: 10px 0px;
}



/*Copyright*/
.copyright {
    text-align: center;
    font-family: var(--main-font);
    color: white;
    font-weight: bold;
    font-size: 20px;
    background-color: #47555B;
    padding: 1%;
    border-radius: 30px 30px 0px 0px;
}

#navbar {
    overflow: hidden;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #5558978e
}

#navbarLogo{
    width: 9vw;
    padding-bottom: 20px;
}

@media only screen and (max-width: 480px){
    .carrusel-item{
        height: 75vh;
    }
    .container-text-image {
        display:block
    }
    .carrusel-text-item h5{
        font-size: 40px;
    }
    .container-text-image{
        top: 20%;
        padding: 0px 15px;
    }
    .container-info-logo-right{
        display: none;
    }
    .container-logo-left img{
        width: 25vw;
        margin-left: 0;
    }
    #navbarLogo {
        width: 25vw;
    }
    .container-social-network-email{
        width: 94vw;
    }
    .container-card-negocio,
    .container-services{
        display: block;
    }
    .negocio-flip-card-uno,
    .negocio-flip-card-dos,
    .negocio-flip-card-tres,
    .service-flip-card-uno,
    .service-flip-card-dos,
    .service-flip-card-tres{
        height: 315px;
    }

    .seccion-presencia hr, .seccion-casos-de-exito hr{
        width: 150px;
        margin: 70px 0px;
    }
    .seccion-title-casos-de-exito{
        width: auto;
    }
    .seccion-presencia h2, .container-text-esencia h2, .seccion-title-casos-de-exito h2{
        font-size: 40px;
    }
    .container-text-esencia p, .seccion-title-casos-de-exito p{
        font-size: 14px;
        padding: 0px 3px;
    }

    .container-text-image-esencia{
        flex-direction: column-reverse;
    }
    .container-image-esencia{
        width: 100%;
    }
    .container-text-esencia-inner{
        margin-left: 0;
        padding: 15px;
    }
    .container-text-image-esencia{
        padding-top: 175px;
    }
    .seccion-presencia h2, .seccion-title-casos-de-exito{
        width: auto;
    }

    .footer-container-elements{
        display: block;
        padding-top: 15%;
        font-size: 14px
    }
    .footer-container-elements-legal,
    .footer-container-elements-contacto{
        padding-top: 30px;
    }

    .footer-container-elements-social img {
        width: 30px;
    }
    .footer-container-legal-contacto{
        display: flex;
        justify-content: space-around;
    }
    .copyright{
        font-size: 14px;
        padding: 3%
    }
    .container-colums-image-presencia{
        display: block;
    }
    .container-social-network{
        width: 0px;
    }
}