
@import url(menu.css);


/*   Iconos centrales  */
.iconDB{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url('../images/svg/dataBase.svg');
    height: 110px;
}

.iconProg{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url('../images/svg/programming.svg');
    height: 110px;
}

.iconPlan{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url('../images/svg/planning.svg');
    height: 110px;
}

/* Texto de acompañamiento */
.parrafo1 {
    padding-left: 30px;
    padding-right: 30px;
}

/* Segundo Bloque  */
.segundoBloque {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #222222;
}

.segundoBloque h2{
    color: #c0c0c0;
}

.subContenedor {
    padding-top: 32px;
}

.miniSubContenedor {
    padding-left: 45px;
    padding-right: 45px;
}

.iconCode{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url('../images/svg/code.svg');
    height: 98px;
}

.iconConfig{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url('../images/svg/configure.svg');
    height: 98px;
}


/*      TERCER BLOQUE      */
.bloque3{
    background-color: var(--fondo);
}

@media screen and (min-width: 1600px) {
    .bloque3{
        margin: auto;
        max-width: 1200px;

    }        
}

.fotoBig {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/pexels-photo-3183151.jpeg');
    width: 100%;
    height: 430px;
}

.fotoBig2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/pexels-photo-3888151.jpeg');
    width: 100%;
    height: 430px;
}

.textBig {
    background-color: #004aad;
    padding-left: 50px;
    padding-right: 70px;
    padding-top: 25px;
}

.textBig2{
    background-color: #5b1647;
    padding-right: 50px;
    padding-left: 70px;
    padding-top: 25px;
}

.textBig p{
    color: white;
}


/* -----------------------------------------------------------------*/
/* -----------------------------------------------------------------*/
/* -----------------------------------------------------------------*/
/*   PARA TABLET    */
@media screen and (max-width: 992px) {

}


/* -----------------------------------------------------------------*/
/* -----------------------------------------------------------------*/
/* -----------------------------------------------------------------*/
/*   PARA MOVIL    */
@media screen and (max-width: 576px) {
    .nav {
        float: right;
        width: auto;
        padding-right: 0px;
        align-items: flex-start;
    }

    header{
        position: sticky;
        position: -webkit-sticky;
        top: 0; /* required */
        width: 100%;
        background-color: white;
        height: 110px;
        box-shadow: 0px 0px 3px #c0c0c0;
    }

    header .logo{
        width: 250px;
        height: auto;
        padding-top: 25px;
        padding-left: 3px;
    }

    ul.menu {
        /* display: flex; */
        list-style-type: none;
        margin-top: 18px;
    }


    .frontal {
        /* padding: 8rem 1rem;*/
        padding-top: 15rem;
        padding-bottom: 6rem;
        padding-left: 1rem;
        background-size: cover;
        border-bottom-color: var(--celeste);
        border-bottom-width: 6px;
        border-bottom-style: solid;
    }

    .frontal .display-1{
        width: 96%;
        color: white;
        font-weight: 400;
        line-height: 96%;
        font-size: 31px;
        padding: 6px 0px;
    }

    .frontal .display-6{
        width: 94%;
        color: white;
        font-weight: 200;
    }
    
    .central {
        text-align: center;
        padding-top: 5px;
    }


    /*  Cabeceras  */
    h1, h2, h3, h4, h5, h6 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    
    h2 {
        color: #5F5F5F;
        font-size: 52px;
        letter-spacing: -4px;
    }

    .contenedor p{
        padding-left: 5px;
        padding-right: 5px;
    }

    .miniSubContenedor {
        padding-left: 10px;
        padding-right: 10px;
    }

    .textBig {
        padding-left: 15px;
        padding-right: 10px;
        padding-top: 25px;
    }
    
    .textBig2{
        background-color: #5b1647;
        padding-right: 10px;
        padding-left: 15px;
        padding-top: 25px;
    }

}
