:root {
    --ColorAzulClaro     :#61D0F6;
    --ColorAmarillo      :yellow;
    --ColorCopy          :#424242;
    
    --ColorAzulBajo      :#b2e6f9 ;
    --ColorAzulMedio     :#009fe3;
    --ColorAzulAlto      :#001781 ;
    
    /* APLICA PARA BARRA LATERAL Y FOOTER*/
    --ColorFondoGeneral  :#424242;
    --ColorTextoGeneral  :#e9e9e9;  
    
    --ColorFondoCopy     :#2e2e2e;
    --ColorTextoCopy     :#E0ECF8;
    
    --ColorLineaSeparadorH :#D8D8D8; /* SEPARADOR HEADER */ 
    --ColorLineaSeparadorM :#585858; /* SEPARADOR MENU */
    
    /* APLICA PARA CONTENIDOS */
    --ColorFondoGeneralSecciones :#fff;
    --ColorFondoGeneralContenidos :#fdfdfd;
    --ColorTextoGeneralContenidos :#424242;
    

    --ColorFondoSecciones:#fafafa ;
    --ColorFondoMarcoRazones:#fafafa ;

    --ColorFondoFooter-1:#f5f5f5;
    --ColorFondoFooter-2:#2e2e2e;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
    font-size: 1em;
    font-color: var(--ColorTextoGeneral);
}

body {
    font-family: 'Quicksand', sans-serif;
    background: var(--ColorFondoGeneralContenidos);
}

h1,h2,h3,h4,h5,h6 {
    letter-spacing:1.1px; 
    font-family: 'Quicksand', sans-serif;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
}

/* FORMATOS VARIOS */
.titulos {
    text-align: center;
    padding: 10px;
    padding-top: 20px;
    display: block;
    color:var(--ColorAzulAlto);
    font-size: 1.6em;
    font-weight: bold;
}

.sub-titulos {
    text-align: justify;
    padding: 10px;
    padding-top: 20px;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
}

.linea-titulos {
    width: 80px;
    border-top: 1px solid var(--ColorAzulMedio);
    display: block;
    text-align: center;
    margin: auto;
    padding: 15px 0;
}

.textos-1 {
    text-align: center;
    padding: 5px;
    display: block;
    width: 95%;
    margin: auto;
    font-size: 1.1em;
    padding-bottom: 2em;
    color:var(--ColorCopy);
}

.textos-2 {
    text-align: center;
    padding: 5px;
    display: block;
    width: 100%;
    font-size: 1.1em;
    color:var(--ColorCopy);
}

.textos-3 {
    text-align: justify;
    padding: 5px;
    display: block;
    width: 100%;
    font-size: 0.9em;
    color:var(--ColorCopy);
}

.textos-4 {
    text-align: justify;
    padding: 5px;
    display: block;
    width: 100%;
    margin: auto;
    font-size: 1.1em;
    padding-bottom: 2em;
    color:var(--ColorCopy);
}

.textos-5 {
    text-align: center;
    padding: 5px;
    display: block;
    width: 100%;
    margin: auto;
    font-size: 12px;
    padding-bottom: 2em;
    color:var(--ColorCopy);
}
/* FIN FORMATOS */

header {
    height: 100px;
    display: inline-flex;
    justify-content:center;
    align-items: center;    
    border-bottom: 3px solid var(--ColorAzulMedio); 
    position: relative;
    z-index: 1000;
    width: 100%;
    background: var(--ColorFondoGeneralContenidos); 
    margin: auto;
}

header label,figure {
    display: flex;    
    padding-top: 10px;
}

header label {
    font-size: 1.6em;
    font-weight: bold;
    color: var(--ColorAzulAlto);
    margin: auto;
    align-content: center;
    vertical-align: middle;
    display: none;
}

header figure {
    font-size: 2em;
    color: var(--ColorAzulMedio);
    margin: auto;
    cursor: pointer;
}

header figure a{
    margin: auto;
    text-decoration: none;
    border:0;
    padding: 0;
}

header figure a:hover{
    margin: auto;
    text-decoration: none;
    border:0;
    padding: 0;
    background: var(--ColorFondoGeneralContenidos); 
}


#menu {
    min-height: 20px;
    width: 100%;
    background: var(--ColorAzulMedio);
    text-align: center;
    color:#fff;
    padding: 0 30px;
    font-size: 11px;
}

#menu a {
    text-decoration: none;
    font-weight: bold;
    color:yellow;
}

#menu a:hover {    
     color: #fff;
}

.secciones {
    min-height: 20vh;
    display: block;
    margin: auto;
    width: 100%;
    padding: 20px 5px;    
    position: relative;
    overflow: hidden;
}

#casos-exito .s-casos {
    justify-content: space-around;
    width: 95%;
    display: block;
    position: relative;
    border:1px solid var(--ColorAzulBajo);
    border-radius: 5px;
    background: #fff;
    margin: 5px auto;
}

#casos-exito .s-casos #s-caso-detalle {
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 10px;
    height: 100%;
}

 #casos-exito .s-casos #s-caso-detalle .titulos {
    font-size: 1.1em;
    padding: 10px;
}

#casos-exito .s-casos .textos-2 {
    color: var(--ColorTextoGeneralContenidos);
}

#casos-exito #lista-casos img {
    width: 80%;
    max-width: 50px;    
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    border-bottom: 3px solid var(--ColorAzulMedio);
}



.ir-arriba {
	display:none;
	padding: 15px;
	background: var(--ColorAzulClaro);
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	position: fixed;	
    right:  20px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    z-index: 1001;
    border-radius: 50%;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.12), 1px 1px 1px rgba(0,0,0,0.24);
}


@media only screen and (min-width: 1024px) {
   
    header {
        display: table;
        justify-content:space-between;
    }

    header label,figure {        
        padding-top: 10px;
        display: table-cell;
    }

    header label {       
        text-align: right;
        padding: 0 30px;
    }

    header figure {
        cursor: pointer;
    }
    
    #menu {
        text-align: left;
    }
    
    .secciones {
        width: 80%;
    }
    
    .secciones h2, .linea-titulos {
        display: none;
    }
    
    #casos-exito {
        justify-content: center;
        margin: 10px auto;
        padding: 10px;
    }
    
    #casos-exito #lista-casos {
        display: inline-flex;
        flex-wrap: wrap;
        margin:20px auto;
        justify-content: center;
        width: 100%;
    }
    
    #casos-exito .s-casos {
        justify-content: space-around;
        width: 25%;
        width: 280px;
        display: flex;
        position: relative;
        border:1px solid var(--ColorAzulBajo);
        border-radius: 5px;
        background: #fff;
        margin: 10px auto;
    }

    #casos-exito .s-casos #s-caso-detalle {
        display: block;
        width: 100%;
        text-align: center;
        margin: auto;
        padding: 10px;
        height: 100%;
    }

     #casos-exito .s-casos #s-caso-detalle .titulos {
        font-size: 1.1em;
        padding: 10px;
         background: #fff;
    }

    #casos-exito .s-casos .textos-2 {
        color: var(--ColorTextoGeneralContenidos);
    }

    #casos-exito #lista-casos img {
        width: 80%;
        max-width: 50px;    
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 50%;
        border-bottom: 3px solid var(--ColorAzulMedio);
    }
}
 
@media (min-width:768px) {

}