/**
 * Generated by Gpick 0.2.6rc1
 * : #373c3f, rgb(55, 60, 63), hsl(78, 24%, 25%)
 * : #727176, rgb(114, 113, 118), hsl(161, 44%, 46%)
 * : #87868a, rgb(135, 134, 138), hsl(191, 53%, 54%)
 * : #093f70, rgb(9, 63, 112), hsl(13, 25%, 44%)
 * : #0a5493, rgb(10, 84, 147), hsl(14, 33%, 58%)
 */

:root {
    /* Tamaño de Fuente */
    --ica-font-size: 14px;
    /* Colores */
    --ica-color: #444;
    --ica-color-primero: #0a5493;
    --ica-color-segundo: #093f70;
    --ica-color-tercero: #87868a;
    --ica-color-cuarto: #727176;
    --ica-bg: #f2f2f2;
    --ica-bg-header: #ffffff; /* #E6EFFD; #093f70; */
    --ica-bg-footer: #E6EFFD; /*#222;*/
}
/**
 * ============================================================================
 * ESTILOS GENERALES
 * ============================================================================
 */

html, body {
    background-color: var(--ica-bg);
    box-sizing: border-box;
    color: var(--ica-color);
    font-family: 'Roboto', 'Lato', sans-serif;
    font-size: var(--ica-font-size);
}

a {
    color: #0a5493;
}

a:hover {
    color: #093f70;
}

.ica-color-primero {
    color: #0a5493 !important;
}

.ica-bg-primero {
    background-color: #0a5493 !important;
    color: white;
}

.ica-bg-primero:hover {
    background-color: #093f70 !important;
    color: white;
}

.ica-color-segundo {
    color: #093f70 !important;
}

.ica-bg-segundo {
    background-color: #093f70 !important;
    color: white;
}

.ica-bg-segundo:hover {
    background-color: #0a5493 !important;
    color: white;
}

.ica-color-tercero {
    color: #87868a !important;
}

.ica-bg-tercero {
    background-color: #87868a !important;
    color: white;
}

.ica-color-cuarto {
    color: #727176 !important;
}

.ica-bg-cuarto {
    background-color: #727176 !important;
}

.negrita {
    font-weight: bold;
}

/**
 * ============================================================================
 * LAYOUT - (GENERAL)
 * ============================================================================
 */

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
}

.grid-container {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(4, auto);
}

.grid-item-main .slideshow, .grid-item-main .banner-2 {
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
    position: relative;
}

/**
 * ============================================================================
 * HEADER - (CABECERA)
 * ============================================================================
 */

.grid-item-header {
    background-color: var(--ica-bg-header);
    color: white;
    padding-top: 15px;
    /* padding-bottom: 15px; */
}

.grid-item-header>.wrapper {
    display: flex;
    justify-content: space-between;
}

.grid-item-header .leftside, .grid-item-header .rightside {
    display: flex;
    align-items: center;
}

.leftside img {
    max-width: 60px;
    max-height: 60px;
}

.itemprop {
    padding: 0 10px;
    text-transform: uppercase;
}

.itemprop p {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0;
}

.itemprop span {
    font-weight: 300;
    line-height: 20px;
}

.rightside a {
    padding: 0 10px;
}

.rightside a {
    color: #fff;
}

.rightside a:hover {
    color: #ccc;
}

.rightside a+a {
    border-left: 1px solid #ccc;
}

.rightside a i {
    padding-right: 10px;
}

.rightside img {
    padding-left: 10px;
}

.modal {
    color: var(--ica-color);
}

.modal form button[type="submit"] {
    background-color: #0a5493;
    border: none;
}

.modal form button[type="submit"]:hover {
    background-color: #093f70;
}

button[type="submit"] {
    background-color: #0a5493;
    border: none;
}

button[type="submit"]:hover {
    background-color: #093f70;
}

/**
 * ============================================================================
 * MAIN MENU - (MENÚ PRINCIPAL DE LA PÁGINA)
 * ============================================================================
 */

.grid-item-menu {
    background-color: #3366cc; /*#0a5493;*/
}

.menu {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
}

.menu a {
    color: white;
    /* flex-grow: 1; */
    font-weight: bold;
    padding: 1.2em;
    text-align: center;
    text-transform: uppercase;
}

.menu a:hover {
    background-color: #093f70;
    text-decoration: none;
    color: white;
}

.menu a>i {
    font-size: 1.5em;
    padding-right: 10px;
    display: inline-table;
    vertical-align: top;
}

/**
 * ============================================================================
 * MAIN CONTENT - (CONTENIDO PRINCIPAL)
 * ============================================================================
 */

.grid-item-main>.wrapper {
    background-color: white;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}

.text-image1{
    position: absolute;
    color: #fff;
    font-size: 1.4em;
    font-weight: 300;
    top: 10%;
    left: 1%;
    transform: translate(0%,0%);
    width: 36%;
}

.grid-item-main .text-image{
    color: #fff;
    font-size: 1.4em;
    font-weight: 300;
    position: absolute;
    text-align: left;
    max-width: 420px;
    top: 22vh;
    padding: 50px;
    
}

.grid-item-main .banner-2 {
    background-color: #e8f1f5;
    color: #0a5493;
    font-size: 1.8em;
    font-weight: 200;
    padding: 20px;
    text-align: center;
}

.grid-item-main .row form button[type="submit"] {
    margin-top: 20px;
}

.grid-item-main form .form-row .col {
    margin-top: 15px;
}

.grid-item-main .title {
    border-bottom: 2px solid #0a5493;
    color: #0a5493;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.grid-item-main .title>i {
    font-size: .7em;
    padding-left: 5px;
}

.sideber ul li i {
    border: 1px solid #ccc;
    /* padding: 10px; */
    color: #0a5493;
    font-size: 1.32em;
    position: absolute;
    right: 0px;
    top: -1px;
    text-align: center;
    width: 45px;
    line-height: 42.69px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-color: #F0AD4E;
    border-left-width: 1px;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.form-group>span[class="label label-info"] {
    background-color: #f0ad4e50;
    color: black;
    font-size: .68em;
    margin-left: 5px;
    padding: 3px 10px 3px;
    position: absolute;
    top: -1;
}


/**
 * ============================================================================
 * FOOTER - (PIE DE PÁGINA)
 * ============================================================================
 */

.grid-item-footer {
    background-color: var(--ica-bg-footer);
    color: white;
}

.grid-item-footer>.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.info-contacto {
    max-width: 50%;
    margin: 15px 0;
    padding: 0 20px;
    text-align: left;
}

.info-contacto p {
    margin: 0;
}

/**
 * ============================================================================
 * MEDIA QUERY - (RESPONSIVE DESIGN)
 * ============================================================================
 */



@media screen and (max-width: 1070px) {
    /**
     * ============================================================================
     * MAIN CONTENT - (CONTENIDO PRINCIPAL)
     * ============================================================================
     */
    .slideshow {
        width: 100%;
    }
    .slideshow .text-image {
        max-width: 320px;
        display: block;
        top:200px;
        left:80px;
        font-size:1.25em;
    }
}

/*
 * 769px to 960px
 */
 @media screen and (max-width: 1300px) {

    .slideshow .text-image {
        display: block;
        font-size: 1.25em;
        top: 150px;
        left:8%;
        max-width: 320px;
    }
    }

@media screen and (max-width: 1130px) {

    /**
     * ============================================================================
     * MAIN CONTENT - (CONTENIDO PRINCIPAL)
     * ============================================================================
     */
    .slideshow {
        width: 100%;

    }
    .slideshow .text-image {
        display: block;
        font-size: 1.25em;
        top: 200px;
        left:8%;
        max-width: 320px;
    }
    .sideber {
        margin-top: 20px;
    }
}



@media screen and (min-width: 1300px) {

    /**
     * ============================================================================
     * MAIN CONTENT - (CONTENIDO PRINCIPAL)
     * ============================================================================
     */
    .slideshow {
        width: 100%;

    }
    .slideshow .text-image {
        display: block;
        font-size: 1.5em;
        top: 180px;
        left:10%;
        max-width: 350px;
    }
    .sideber {
        margin-top: 20px;
    }
    .grid-item-footer>.wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        

    }
}

/*
 * 481px to 768px
 */

@media screen and (max-width: 768px) {

    /**
     * ============================================================================
     * HEADER - (CABECERA)
     * ============================================================================
     */
    .grid-item-header {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .grid-item-header>.wrapper {
        flex-direction: column;
    }
    .grid-item-header .leftside {
        justify-content: center;
    }
    .rightside {
        margin-top: 10px;
    }
    .rightside a {
        flex: 1 1 auto;
        padding: 10px 0;
        text-align: center;
        justify-content: space-between;
    }
    .rightside a:hover {
        background-color: #0a5493;
        color: white;
    }
    .rightside a+a {
        border: none;
    }
    .rightside img {
        display: none;
    }
    /**
     * ============================================================================
     * MAIN MENU - (MENÚ PRINCIPAL DE LA PÁGINA)
     * ============================================================================
     */
    .menu {
        justify-content: center;
    }
    .menu a {
        color: white;
        flex-grow: 1;
        font-size: 1em;
        padding: 1em;
        text-align: center;
    }
    /**
     * ============================================================================
     * MAIN CONTENT - (CONTENIDO PRINC100IPAL)
     * ============================================================================
     */
    .slideshow {
        display: none;
    }
    .slideshow .text-image {
        display: none;
    }
    .slideshow .text-image1 {
        display: none;
    }
}

/*
 * 480px to 576px
 */

@media screen and (max-width: 576px) {
    /**
     * ============================================================================
     * FOOTER - (PIE DE PÁGINA)
     * ============================================================================
     */
    .grid-item-footer>.wrapper {
        flex-direction: column;
    }
    .title {
        font-size: 1.4em;
    }
}

/*
 * 320px to 480px
 */

@media screen and (max-width: 480px) {
    .wrapper {
        width: 80vw;
    }

    /**
     * ============================================================================
     * HEADER - (CABECERA)
     * ============================================================================
     */
    .grid-item-header .leftside {
        flex-direction: column;
    }
    .leftside img {
        margin-bottom: 15px;
    }
    /**
     * ============================================================================
     * FOOTER - (PIE DE PÁGINA)
     * ============================================================================
     */
    .grid-item-footer>.wrapper {
        flex-direction: column;
    }
    .info-contacto {
        max-width: 80%;
        font-size: .9em;
        margin-top: 20px;
        text-align: center;
    }
    .grid-item-footer .logo-sisoft {
        margin: 15px 0;
    }
}

/*
 * 0px to 320px
 */

@media screen and (max-width: 320px) {
    /**
     * ============================================================================
     * FOOTER - (PIE DE PÁGINA)
     * ============================================================================
     */
    .info-contacto {
        font-size: .80em;
    }
}
/***************************************************************
**************************Ajustes*******************
****************************************************************/

.preload2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../img/loading-58.gif') no-repeat center center #e4e4e4;
    opacity: .8;
}

/**
 * ============================================================================
 * Clases extras
 * ============================================================================
 */

.itemblack{
    color: black;
}