@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
/*
    font-family: 'Lato', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
*/
}

body {
    margin: 0 auto;
    overflow-x: hidden;
/*    border: 5px solid blue;*/
}

#div_header_index {
    width: 100%;
    height: 93px;
    background: #227BAD;
    display: flex;
    
/*    border: 5px solid red;*/
}
 
/*
#div_contenedor_superior {
    height: 765px;
    overflow: hidden;
    border: 5px solid #7070d9;

}
*/

.cuadro_encabezado {
    width: 328px;
    display: flex;
    text-align: center;
    color: white;
    
/*    border: 5px solid white;*/
}

.div_encabezado_izq {
    width: 70px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    
/*    border: 5px solid yellow;*/
}

.div_encabezado_der {
    width: 228px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: lighter;
    line-height: 20px;
    
/*    border: 5px solid orange;*/
}

.icono_encabezado {
    font-size: 40px;
    color: #084d74;
}


#div_contenedor_logo {

}

#imagen_logo_encabezado {
    margin: 0 auto;
    height: 100%;
}

#div_direccion_der {
    text-align: left;   
}

#div_telefono_der {
    text-align: left;   
}

#div_atencion_der {
    text-align: left;   
}

#div_slider_index {
    height: 670px;
    min-height: 670px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

#div_contenedor_cuadro_flotante_slider {
    width: 100%;
    position: absolute;
    max-width: 1200px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: 'Lato', sans-serif;
/*    border: 5px solid brown;*/
}

#div_cuadro_flotante {
    margin-top: 20%;
    height: 250px;
    width: 600px;
    color: white;
}

#div_cuadro_flotante_titulos {
    margin-left: 10px;
}

#div_cuadro_flotante_telefono {
    margin-left: 10px;
    margin-top: 30px;
    font-size: 24px;
    font-weight: lighter;
}

#div_cuadro_flotante_botones {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

#div_boton_izq {
    position: relative;
    height: 65px;
    width: 260px;
    font-size: 20px;
}

#div_boton_izq_flotante_1 {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #2A8EBD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 1;
    transition: all 0.3s;
}

#div_boton_izq_flotante_2 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 7px;
    top: 7px;
    border: 0.5px solid #bec4bf;
    transition: all 0.3s;
}

#div_boton_izq_flotante_1:hover {
    cursor: pointer;
    background: #084d74;
}

#div_boton_izq_flotante_1:hover ~ #div_boton_izq_flotante_2 {
    left: 0px;
    top: 0px;
}

#div_boton_der {
    position: relative;
    height: 65px;
    width: 260px;
    font-size: 20px;
}

#div_boton_der_flotante_1 {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #084d74;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 1;
    transition: all 0.3s;
}

#div_boton_der_flotante_2 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 7px;
    top: 7px;
    border: 0.5px solid #bec4bf;
    transition: all 0.3s;
}

#div_boton_der_flotante_1:hover {
    cursor: pointer;
    background: #2A8EBD;
}

#div_boton_der_flotante_1:hover ~ #div_boton_der_flotante_2 {
    left: 0px;
    top: 0px;
}

#div_contenedor_index {
/*    border: 5px solid black;*/
}

/*##############################################*/
/*########## BLOQUE 1 ###############*/
/*##############################################*/
#div_contenedor_bloque_1 {
    width: 100%;
    padding: 10px 20px 10px 20px;
    background: #F5F5F5;
}

#div_bloque_1 {
    margin: 0 auto;
    max-width: 1200px;
    height: 570px;
    z-index: 2;
    display: flex;
    position: relative;
}

.div_contenedor_texto_bloque_1 {
    width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Lato', sans-serif;
/*    border: 2px solid red;*/
}

.div_texto_bloque_1 {
    margin: 0 auto;
    width: 450px;
/*    border: 3px solid blue;*/
}

.titulo_h1_bloque_1 {
    font-size: 50px;  
    color: #5f5f5f;
}

.titulo_h4_bloque_1 {
    margin-top: 30px;
    font-size: 16px; 
    color: #a3a1a1;
}

.parrafo_1_bloque_1 {
    font-size: 18px; 
    color: #797474;
    margin-top: 20px;   
}

.parrafo_2_bloque_1 {
    font-size: 18px; 
    color: #797474;
    margin-top: 25px;   
}

.div_boton_bloque_1 {
    
}

.boton_bloque_1 {
    margin-top: 30px;
    text-decoration: none;
    color: white;
    background: #2A8EBD; 
    width: 190px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

#div_parrafo_bloque_1_1, #div_parrafo_bloque_1_2, #div_parrafo_bloque_1_3, #div_parrafo_bloque_1_4 {
    visibility: hidden;
    opacity: 0;
    margin-left: -50px;
    transition: all 0.5s;
}

#div_contenedor_enlaces_1 {
    margin-top: 20px;
}

.link_bloque_1 {
    text-decoration: none;
    color: #2A8EBD;
}

#div_texto_homepage_layout {
    
}

.titulo_homepage_layout {
    
}

.parrafo_homepage_layout {
    
}


.div_cuadro_web {
    max-width: 480px;
    height: 480px;
    flex-wrap: wrap;
    position: absolute;
    z-index: 2;
    transition: all 0.4s;
    cursor: pointer;
    background: #a8a8a8;
}

#div_cuadro_web_1 {
    right: 50px;
    top: -40px;
    z-index: 6;
    
}

#div_cuadro_web_1:hover ~ #div_cuadro_web_2 {
    top: 140px;
}

#div_cuadro_web_1:hover ~ #div_cuadro_web_3 {
    top: 140px;
}

#div_cuadro_web_2 {
    right: 130px;
    top: 20px;
    z-index: 7;
    box-shadow: 0px 0px 10px #cbc5c5;
}

#div_cuadro_web_2:hover {
    top: -40px;
}

#div_cuadro_web_2:hover ~ #div_cuadro_web_3 {
    top: 140px;
}


#div_cuadro_web_3 {
    right: 210px;
    top: 80px;
    z-index: 8;
    box-shadow: 0px 0px 10px #cbc5c5;
}

#div_cuadro_web_3:hover {
    top: 20px;
}

#div_cuadro_web_3:hover ~ #div_cuadro_web_4 {
    top: 250px;
}

#div_cuadro_web_4 {
    right: 290px;
    top: 140px;
    z-index: 9;
    top: 200px;
    transition: all 0.5s;
    opacity: 0;
}

.img_fondo_cuadro_web {
    width: 100%;
}

/*##############################################*/
/*#### BLOQUE 2 #################*/
/*##############################################*/
#div_contenedor_bloque_2 {
    width: 100%;
    height: 450px;
    background: #2A8EBD;
}

#div_bloque_2 {
    margin: 0 auto;
    max-width: 1200px; 
    height: 100%;
    z-index: 1;
    background: #2A8EBD;
    position: relative;
    padding: 10px 50px 10px 50px;
    font-family: 'Lato', sans-serif;
}

.div_contenedor_texto_bloque_2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.div_texto_bloque_2 {
    margin: 0 auto;
    width: 450px;
    height: 300px;
}

.titulo_h1_bloque_2 {
    font-size: 50px;  
    color: #5f5f5f;
}

.titulo_h4_bloque_2{
    margin-top: 30px;
    font-size: 16px; 
    color: #a3a1a1;
}

.parrafo_1_bloque_2 {
    font-size: 18px; 
    color: #797474;
    margin-top: 5px;   
}

.parrafo_2_bloque_2 {
    font-size: 18px; 
    color: #797474;
    margin-top: 5px;   
}

.div_superior_bloque_50_porciento {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
}

#titulo_1 {
    color: white;
}

#titulo_2 {
    color: #4e4e4e;
}

.div_inferior_bloque_50_porciento {
    height: 200px;
    display: flex;
    justify-content: space-between;
}

.div_tercio_bloque_2 {
    transition: all 0.5s;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    width: 380px;
    display: flex;
    font-family: 'Lato', sans-serif;
    margin-top: 100px;
    opacity: 0;   
}

.div_tercio_bloque_2_oculto {
    visibility: hidden;
}

.div_tercio_bloque_2_izq {
    width: 20%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 2%;
    font-size: 50px;
    color: white;
}

.div_tercio_bloque_2_der {
    width: 80%;
    padding: 2%;
}

.titulo_h2_bloque_2 {
    color: white;
}

.parrafo_blanco_bloque_2 {
    margin-top: 10px;
    color: #d6d6d6;
}

.icono_bloque_2 {
    font-size: 50px;
}

/*##############################################*/
/*##### BLOQUE 3 ###############*/
/*##############################################*/
#div_contenedor_bloque_3 {
    width: 100%;
    height: 580px;
    display: flex;
    justify-content: center;
    background-color: #FABC07;
}

#div_bloque_3 {
    margin: 0 auto;    
    width: 1200px;
    height: 100%;
    z-index: 2;
    display: flex;
}

.div_izquierda_bloque_3_50_porciento {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#div_izquierda_bloque_3_50_porciento {
    transition: all 1s;
    visibility: hidden;
    opacity: 0;
    margin-left: -100px;
}

.div_izquierda_bloque_3_50_porciento img {
    margin: 0 auto;
    width: 80%;
}

.div_derecha_bloque_3_50_porciento {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Lato', sans-serif;
}

.div_derecha_bloque_3_50_porciento {
    width: 50%;
    height: 100%;
}

.div_texto_bloque_3 {
    margin: 0 auto;
    width: 450px;
    height: 300px;
}

.titulo_h1_bloque_3 {
    width: 400px;
    font-size: 50px;  
    color: #5f5f5f;
    
    margin-left: 100px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.titulo_h4_bloque_3 {
    margin-top: 30px;
    font-size: 16px; 
    color: #a3a1a1;
}

.parrafo_bloque_3 {
    width: 400px;
    font-size: 18px; 
    color: #797474;
    margin-top: 5px;   
    margin-left: 100px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.boton_bloque_3 {
    margin-top: 30px;
    text-decoration: none;
    color: white;
    background: #2A8EBD; 
    width: 190px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.div_boton_bloque_3 {
    margin-left: 100px;
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
}


/*##############################################*/
/*####### BLOQUE 4 ###################*/
/*##############################################*/
#div_contenedor_bloque_4 {
    width: 100%;
    height: 312px;
    max-height: 312px;
}

#div_bloque_4 {
    height: 100%;
    position: relative;
    z-index: 2;
    overflow-x: hidden;
}

#div_bloque_4_parallax {
    position: absolute;
    background-image: url('../img/parallax/imagen_4.png');
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    text-align: center;
    perspective: 1px;
    transform-style: preserve-3d;
    overflow-y: scroll;
    overflow-x: hidden;
}

#div_contenedor_texto_sobre_parallax {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    z-index: 100;
/*    border: 5px solid blue;*/
    padding-top: 80px;
/*    height: 100%;*/
}

.div_texto_sobre_parallax {
    z-index: 100;
    font-family: 'Roboto', sans-serif;
    width: 230px;
    height: 110px;
    border: 1px solid #868686;
    text-align: left;
}

.parrafo_1_incremental {
    font-size: 60px;
    color: white;
    letter-spacing: 5px;
}

.parrafo_2_incremental {
    font-size: 20px;
    color: white;
}

#parrafo_1_incremental_1 {

}


/*##############################################*/
/*########## BLOQUE 5 #################*/
/*##############################################*/
#div_contenedor_bloque_5 {
    width: 100%;
    height: 660px;
}

#div_bloque_5 {
    margin: 0 auto;
    width: 1200px;
    max-width: 1200px;
    height: 100%;
    z-index: 2;
    display: flex;
    position: relative;
}

#cuadros_de_deslazamiento_bloque_5 {
    position: relative;
    width: 60%;
}

.img_cuadro_desplazamiento {
    width: 480px;    
}

.img_cuadro_desplazamiento:hover {
    cursor: pointer;
}

#cuadro_desplazamiento_1 {
    position: absolute;
    width: 480px;
    z-index: 1;
    transition: all 0.6s;
    margin: 0px;
    margin-top: 160px;
    margin-left: 30px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 2px 5px #e6e6e6;
}

#cuadro_desplazamiento_2 {
    position: absolute;
    width: 480px;
    z-index: 2;
    transition: all 0.6s;
    margin: 0px;
    margin-left: 100px;
    margin-top: 330px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 2px 5px #e6e6e6;
}

#cuadro_desplazamiento_3 {
    position: absolute;
    width: 480px;
    z-index: 3;
    transition: all 0.6s;
    margin-top: 150px;
    margin-left: 380px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 2px 5px #e6e6e6;
}

.div_contenedor_texto_bloque_5 {
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: center;
/*    padding-left: */
/*    border: 3px solid red;*/
}

.div_texto_bloque_5 {
    margin: 0 auto;
/*    width: 450px;*/
    font-family: 'Lato', sans-serif;
/*    border: 5px solid yellow;*/
}

.titulo_h1_bloque_5 {
    font-size: 50px;  
    color: #5f5f5f;
}

.titulo_h4_bloque_5 {
    margin-top: 30px;
    font-size: 16px; 
    color: #a3a1a1;
}

#div_contenedor_enlaces_5 {
    margin-top: 20px;
}

.link_bloque_5 {
    text-decoration: none;
    color: #2A8EBD;
}

.parrafo_2_bloque_5 {
    font-size: 18px; 
    color: #797474;
    margin-top: 20px;   
}

#div_parrafo_bloque_5_1, #div_parrafo_bloque_5_2, #div_parrafo_bloque_5_3, #div_parrafo_bloque_5_4, #div_parrafo_bloque_5_5, #div_parrafo_bloque_5_6 {
    visibility: hidden;
    opacity: 0;
    margin-left: -50px;
    transition: all 0.5s;
}

.boton_bloque_5 {
    margin-top: 30px;
    text-decoration: none;
    color: white;
    background: #2A8EBD; 
    width: 190px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

/*##############################################*/
/*########## BLOQUE 6 #################*/
/*##############################################*/
#div_contenedor_bloque_6 {
    width: 100%;
    height: 530px;
    min-height: 530px;
}

#div_bloque_6 {
    background-image: url('../img/parallax/parallax-2-1920x1056.jpg');
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    text-align: center;
    perspective: 1px;
    transform-style: preserve-3d;
    overflow-y: scroll;
    overflow-x: hidden;
}

.div_texto_bloque_6 {
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Lato', sans-serif;
}

.titulo_h1_bloque_6 {
    font-size: 50px;  
    color: #efefef;
}

.titulo_h4_bloque_6 {
    margin-top: 10px;
    font-size: 22px; 
    color: #efefef;
}

#div_boton_flotante_bloque_6_1 {
    margin-top: 20px;
    height: 90px;
    width: 600px;
    background: #2A8EBD;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titulo_h3_bloque_6 {
    font-size: 30px;
    color: #f0f0f0;
}

#div_boton_flotante_bloque_6_2 {
    width: 600px;
    height: 90px;
    border: 1px solid #cbc5c5;
    position: absolute;
    margin-top: -80px;
    margin-left: 10px;
    transition: all 0.3s;
}

#div_boton_flotante_bloque_6_1:hover {
    background: #084d74;
    cursor: pointer;
}

#div_boton_flotante_bloque_6_1:hover ~ #div_boton_flotante_bloque_6_2 {
    margin-top: -90px;
    margin-left: 0px;
}


/*##############################################*/
/*########## BLOQUE 7 #################*/
/*##############################################*/
#div_contenedor_bloque_7 {
    width: 100%;
    height: 495px;
}

#div_bloque_7 {
    margin: 0 auto;
    width: 1200px;
    max-width: 1200px;
    height: 100%;
/*    background-image: url('../img/fondos/bg-home-03-1920-463.png');*/
    background-size: cover;
    z-index: 2;
    display: flex;
}

.div_contenedor_texto_bloque_7 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Lato', sans-serif;
}

.div_texto_titulo_bloque_7 {
    margin: 0 auto;
    width: 450px;
    height: 300px;
}

.titulo_h1_bloque_7 {
    font-size: 50px;  
    color: #5f5f5f;
    margin-left: -100px;
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
}

.titulo_h4_bloque_7 {
    margin-top: 30px;
    font-size: 16px; 
    color: #a3a1a1;
    margin-left: -100px;
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
}

.div_boton_bloque_7 {
    margin-left: -100px;
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
}


.boton_bloque_7 {
    margin-top: 30px;
    text-decoration: none;
    color: white;
    background: #2A8EBD; 
    width: 190px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

/*##############################################*/
/*########## BLOQUE 8 #################*/
/*##############################################*/
#div_contenedor_bloque_8 {
    width: 100%;
    height: 105px;
}

#div_bloque_8 {
    height: 100%;
    z-index: 2;
    background: #ffffff;
}

/*##############################################*/
/*########## BLOQUE 9 #################*/
/*##############################################*/
#div_contenedor_bloque_9 {
    width: 100%;
    height: 465px;
    background: #F5F5F5;
}

#div_bloque_9 {
    margin: 0 auto;
    width: 1200px;
    padding: 20px 50px 20px 50px;
    background: #F5F5F5;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    text-align: center;
    z-index: 2;
    
}

.div_bloque_25_porciento {
    width: 300px;
    padding: 10px;
    font-family: 'Lato', sans-serif;
}

.titulo_h1_bloque_9 {
    font-size: 25px;
    color: #2e2e2e;
    font-weight: lighter;
    text-align: left;
    margin-bottom: 10px;
}

.titulo_h2_bloque_9 {
    font-size: 20px;
    color: gray;
    text-align: left;
}

.titulo_h3_bloque_9 {
    font-size: 15px;
    color: #2A8EBD;
    text-align: left;
    margin-top: 16px;
}

#titulo_17_25_porciento {
    margin-top: 13px;
}

.titulo_h4_bloque_9 {
    font-size: 14px;
    color: #adadad;
    text-align: left;
}

#titulo_19_25_porciento {
    margin-top: 13px;
}

#div_bloque_25_porciento_1, #div_bloque_25_porciento_2, #div_bloque_25_porciento_3, #div_bloque_25_porciento_4 {
    margin-top: 100px;
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
}

/*##############################################*/
/*##### BLOQUE 10 ###############*/
/*##############################################*/
#div_contenedor_bloque_10 {
    width: 100%;
/*    height: 1000px;*/
    display: flex;
    justify-content: center;
    background-color: white;
}

/*@media only screen and (max-width: 399px) and (min-width: 280px) {*/
/*
@media (min-width: 280px) and (max-width: 399px) {
    #div_contenedor_bloque_10 {
        height: 2320px;
        width: 100%;
        background-color: white;
    }
}
*/


#div_bloque_10 {
    margin: 0 auto;    
    width: 1200px;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
/*    border: 2px solid blue;*/
}


#div_contenedor_superior_bloque_10 {
    height: 100px;
    width: 100%;
/*    border: 2px solid red;   */
}

#div_contenedor_inferior_bloque_10 {
/*    border: 10%;*/
    border: 1px solid white;
    display: flex;
    flex-wrap: wrap;
/*    flex-direction: column;*/
    justify-content: space-around;
}

#titulo_10 {

/*    color: gray;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 50px;
    color: #7e7676;
}



.div_izquierda_bloque_10_50_porciento {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#div_izquierda_bloque_10_50_porciento {
    transition: all 1s;
    visibility: hidden;
    opacity: 0;
    margin-left: -100px;
}

.div_izquierda_bloque_10_50_porciento img {
    margin: 0 auto;
    width: 80%;
}

.div_derecha_bloque_10_50_porciento {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Lato', sans-serif;
}

.div_derecha_bloque_10_50_porciento {
    width: 50%;
    height: 100%;
}

.div_texto_bloque_10 {
    margin: 0 auto;
    width: 450px;
    height: 300px;
}

.titulo_h1_bloque_10 {
    width: 400px;
    font-size: 50px;  
    color: #5f5f5f;
/*    border: 1px solid red;*/
/*    margin-left: 100px;*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.titulo_h4_bloque_10 {
    margin-top: 30px;
    font-size: 16px; 
    color: #a3a1a1;
}

.parrafo_bloque_10 {
    width: 400px;
    font-size: 18px; 
    color: #797474;
    margin-top: 5px;   
    margin-left: 100px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.boton_bloque_10 {
    margin-top: 30px;
    text-decoration: none;
    color: white;
    background: #2A8EBD; 
    width: 190px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.div_boton_bloque_10 {
    margin-left: 100px;
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
}

.contenedor_img_estacion {
    height: 80px;
    width: 300px;
    min-width: 200px;
/*    border: 1px solid red;*/
    margin-top: 10px;

}

.img_estacion_servicio {
    height: 160px;
/*    border: 1px solid red;*/
    position: relative;
            overflow: hidden;
}

.img_estacion_servicio:hover {
    cursor: pointer;
/*    border: 1px solid red;*/
}

.div_contnedor_datos_estacion {
/*    border-left: 1px solid #b9b9f8;*/
/*    border-right: 1px solid #b9b9f8;*/
/*    border-bottom: 1px solid #b9b9f8;*/
    display: flex;
    flex-wrap: wrap;
    background: #ebeaf0;

}

.lbl_nombre_estacion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
/*    border: 1px solid green;*/
    height: 20px;
    width: 100%;
    font-family: 'Lato', sans-serif;
/*    font-family: 'Roboto', sans-serif;*/
/*    font-family: 'Open Sans Condensed', sans-serif;*/
}

.lbl_direccion_estacion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
/*    border: 1px solid green;*/
    height: 20px;
    width: 100%;
/*    font-family: 'Lato', sans-serif;*/
/*    font-family: 'Roboto', sans-serif;*/
    font-family: 'Open Sans Condensed', sans-serif;
}

.imagen_estacion {
    width: 100%;
    height: 100%;
    border: 3px solid #cecece;
    position: absolute;
    transition: all 0.8s;
    
}

.imagen_estacion:hover {
    transform: scale(1.5);
/*    border: 2px solid red;*/
}


/*
.div_sobre_imagen_estacion {
    width: 100%;
    height: 100%;
    background: rgba(39, 36, 36, 0.6);
    position: absolute;
    transition: all 0.5s;
    opacity: 0;
    z-index: 1;
}

.div_sobre_imagen_estacion:hover {
    opacity: 1;
}
*/

/*##############################################*/
/*##### BLOQUE 11 ###############*/
/*##############################################*/
#div_contenedor_bloque_11 {
    width: 100%;
    height: 580px;
    display: flex;
    justify-content: center;
    background-color: #2A8EBD;
/*    display: none;*/
}

#div_bloque_11 {
    margin: 0 auto;    
    width: 1200px;
    height: 100%;
    z-index: 2;
    display: flex;
}

