/*@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');*/
@import url('https://fonts.googleapis.com/css?family=Chicle|Indie+Flower|Lobster|Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Playfair+Display:400,400i,700,700i,900,900i|Quicksand:300,400,500,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Yatra+One&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Muli', sans-serif;
/*    font-family: 'Lato', sans-serif;*/
/*    font-family: 'Roboto', sans-serif;*/
/*    font-family: 'Open Sans Condensed', sans-serif;*/
}

body {
    display: flex;
    margin: 0 auto;
    width: 100%;
/*    border: 5px solid blue;*/
}

    #conten_web {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        width: 100%;
/*        border: 5px solid black;*/

    }

        header {
            display: flex;
            width: 100%;
        }

    #div_header_index {
        display: flex;
        width: 100%;
        height: 93px;
        background: #227BAD;
        position: fixed;
        z-index: 10;
/*        border: 5px solid red;*/
    }

    @media (min-width: 768px) {
        #div_header_index {

        }
    }

        
        #div_contenedor_logo {
            display: flex;
        /*    border: 5px solid red;*/
/*            width: 100%;*/
        }

            @media (min-width: 768px) {
                #div_contenedor_logo {
                    
                }
            }

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


        /*
        #div_contenedor_superior {
            height: 765px;
            overflow: hidden;
            border: 5px solid #7070d9;

        }
        */

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

        @media (min-width: 768px) {
            .cuadro_encabezado {
                display: flex;
                flex-wrap: wrap;
                width: 25%;
/*                border: 5px solid black;*/
            }
        }

        .div_encabezado_izq {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 70px;
            height: 100%;
            display: none;
        }

            @media (min-width: 768px) {
                .div_encabezado_izq {
                    display: flex;
                }
            }

        .div_encabezado_der {
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
        /*    width: 228px;*/
            width: calc(100% - 70px);
            font-size: 15px;
            font-weight: lighter;
/*            line-height: 20px;*/
            display: none;

        /*    border: 5px solid orange;*/
        }

        @media (min-width: 768px) {
            .div_encabezado_der {
                display: flex;
                justify-content: flex-start;
                flex-wrap: wrap;
            }
        }

            .div_encabezado_der label {
                display: flex;
                width: 100%;
                font-size: 14px;
            }

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


        #div_direccion_der {
            text-align: left;   
        }

        #div_telefono_der {
            text-align: left;   
        }

        #div_atencion_der {
            text-align: left;   
        }

        #div_slider_index {
            display: flex;
            justify-content: center;
            position: relative;
            width: 100%;
            height: auto;
            margin: 0 auto;
        /*    overflow: hidden;*/
            background: #fefa0d;
            padding-top: 90px;
        /*    border: 2px solid blue;*/
        }

            @media (min-width: 768px) {
                #div_slider_index {
                    max-height: 700px;
        /*            min-height: 670px;*/
                }
            }

            #video_portada_index {
                width: 100%;
            }



        #div_contenedor_cuadro_flotante_slider {
            width: 100%;
            position: absolute;
            max-width: 1200px;
            z-index: 1;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        /*    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;*/
            display: flex;
            flex-wrap: wrap;
            width: 100%;
        }

/*##############################################*/
/*########## 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;
/*    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;
}

.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;
    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;
}

.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;*/
/*    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;
}

.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 {
    display: flex;
    width: 100%;
    padding: 30px 20px;
/*    height: 495px;*/
/*    border: 5px solid green;*/
}

    #div_bloque_7 {
        display: flex;
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
    /*    height: 100%;*/
    /*    background-image: url('../img/fondos/color.png');*/
    /*    background-size: cover;*/
    /*    z-index: 2;*/
/*        border: 5px solid brown;*/
    }

        .div_contenedor_texto_bloque_7 {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
/*            border: 5px solid blue;*/
        }

            .div_texto_titulo_bloque_7 {
                display: flex;
                flex-wrap: wrap;
                margin: 0 auto;
/*                border: 5px solid orange;*/
/*
                width: 450px;
                height: 300px;
*/
            }

                .titulo_h1_bloque_7 {
                    display: flex;
                    width: 100%;
                    font-size: 50px;  
                    color: #5f5f5f;
/*                    border: 5px solid black;*/
                    margin-left: -100px;
                    visibility: hidden;
                    opacity: 0;
                    transition: all 1s;
                    
                    font-size: 30px;
                }

                .titulo_h4_bloque_7 {
                    display: flex;
                    width: 100%;
                    max-width: 800px;
                /*    margin-top: 30px;*/
                    font-size: 14px; 
                    font-weight: 400;
                    color: #a3a1a1;
                    margin-top: 10px;
                
                    margin-left: -100px;
                    visibility: hidden;
                    opacity: 0;
                
                    transition: all 1s;
/*                    border: 5px solid blue;*/
                    
                }

                @media (min-width: 768px) {
                    .titulo_h4_bloque_7 {
                        font-size: 16px;
                    }
                }

                .div_boton_bloque_7 {
                    display: flex;
                    width: 100%;
                    margin-left: -100px;
                    visibility: hidden;
                    opacity: 0;
                    transition: all 1s;
                    margin-top: 15px;
/*                    border: 5px solid black;*/
                }


                .boton_bloque_7 {
                    display: flex;
                    justify-content: center;
                    align-items: center;
/*                    margin-top: 30px;*/
                    text-decoration: none;
                    color: white;
                    background: #2A8EBD; 
                    padding: 5px 5px;
                    font-size: 16px;
                /*    height: 45px;*/
/*                    justify-content: center;*/
                    cursor: pointer;
                    border-radius: 5px;
                }

                @media (min-width: 768px) {
                    .boton_bloque_7 {
                        font-size: 20px;
                        padding: 10px 10px;
/*                        font-size: 16px;*/
                    }
                }

/*##############################################*/
/*########## 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 {
    display: flex;
    width: 100%;
    background: #F5F5F5;
/*    height: 465px;*/
/*    background: #F5F5F5;*/
/*    border: 5px solid red;*/
}

    #div_bloque_9 {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
    /*    padding: 20px 50px 20px 50px;*/
        padding: 20px;
        background: #F5F5F5;
/*        flex-wrap: nowrap;*/
/*        z-index: 102;*/
/*        border: 5px solid blue;*/

    }

    @media (min-width: 768px) {
        #div_bloque_9 {
            
            flex-wrap: nowrap;
        }
    }

        .div_bloque_25_porciento {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            padding: 10px;
/*            border: 5px solid orange;*/
        }
    
        @media (min-width: 768px) {
            .div_bloque_25_porciento {
                width: 33.33%;
            }
        }

        .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 {
            display: flex;
            width: 100%;
            font-size: 13px;
            color: #2A8EBD;
            text-align: left;
            margin-top: 3px;
        }

        #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: 1;
            transition: all 1s;
/*            border: 5px solid black;*/
        }

/*##############################################*/
/*##### BLOQUE 10 ###############*/
/*##############################################*/
#div_contenedor_bloque_10 {
    display: flex;
    width: 100%;
/*    height: 1000px;*/
    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 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0 auto;    
        width: 100%;
        max-width: 1200px;
        z-index: 2;
    /*    border: 2px solid blue;*/
    }


        #div_contenedor_superior_bloque_10 {
            display: flex;
            justify-content: center;
            align-items: center;
        /*    height: 100px;*/
            width: 100%;
            padding: 10px;
        /*    border: 2px solid red;   */
        }

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

        #titulo_10 {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 30px;
            color: #555555;
        /*    padding: 20px;*/
        }



        .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;
        }

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

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


        .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 {
            display: flex;
            margin-left: 100px;
            visibility: hidden;
            opacity: 0;
            transition: all 1s;
        }

        .contenedor_img_estacion {
            display: flex;
/*            height: 80px;*/
            width: 100%;;
            min-width: 300px;
            max-width: 300px;
        /*    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 {
            display: flex;
            width: 100%;
            max-width: 300px;
        /*    border-left: 1px solid #b9b9f8;*/
        /*    border-right: 1px solid #b9b9f8;*/
        /*    border-bottom: 1px solid #b9b9f8;*/
            flex-wrap: wrap;
/*            border: 5px solid red;*/
            margin: 10px;
        /*    background: #ebeaf0;*/
            

        }

            .mapa_estacion {
                
            }

                .mapa_estacion a {
                    display: flex;
                    width: 100%;
                    max-width: 300px;
                    position: relative;
/*                    border: 5px solid red;*/
                }

                    .mapa_estacion a img {
                        width: 100%;
                    }

            .lbl_nombre_estacion {
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
            /*    border: 1px solid green;*/
                width: 100%;
                padding: 5px;
                background: #227bad;
                color: white;
                font-size: 14px;
/*                border-top-left-radius: 10px;*/
/*                border-top-right-radius: 10px;*/
            }

            .lbl_direccion_estacion {
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                border: 1px solid #bfbfbf;
                padding: 5px;
                width: 100%;
                font-size: 14px;
            }

            .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 {
    display: flex;
    position: relative;
    width: 100%;
/*    height: auto;*/
    background-color: #2A8EBD;
/*    display: none;*/
    padding: 20px 10px;
/*    border: 5px solid orange;*/
}

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

