@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.seccion-ubicacion {
    height: auto;
    padding-bottom: 0px;
}

.caja-ubicacionGral {
    background-image: url(images/Ubica-background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: auto;
    /*z-index: 1400;*/
}

.ubicacion-Titulo {
    padding-top: 30px;
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 7px;
    text-align: center;
    color: white;
    letter-spacing: 4px;
    }

.caja-gralMapas {
    display: flex;
    margin: auto;
    text-align: center;
    padding-bottom: 25px;
    width: 80%;

}

.ubica-col1 {
        width: 50%;
        margin: auto;
        border-right: 2px solid black;
    }


    .mapaUbicacion {
        width: 70%;
        border: solid 2px white;
        }

        .ubicaTitulo {
            font-size: 35px;
            font-family: 'Fira sans', sans-serif;
            font-weight: 400;
            padding-bottom: 7px;
            color: white;
            }

        .ubica-col2 {
            width: 50%;
            margin: auto;
            }

            

/* ###################################    ##################################*/

        @media screen and (min-width: 800px) and (max-width: 1024px){ 
        
            .caja-ubicacionGral {
                background-image: url(images/Ubica-background.jpg);
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-size: cover;
            }
            
            .caja-gralMapas {
                display: flex;
                margin: auto;
                text-align: center;
                padding-bottom: 25px;
                width: 80%;
            
            }
            
            .ubicacion-Titulo {
                padding-top: 30px;
                font-size: 35px;
                font-family: 'Oswald', sans-serif;
                padding-bottom: 7px;
                text-align: center;
                color: white;
                letter-spacing: 4px;
                }
            
                .ubica-col1 {
                    width: 50%;
                    margin: auto;
                    border-right: 2px solid black;
                    }
            
            
                .mapaUbicacion {
                    width: 70%;
                    border: solid 2px white;
                    }
            
                    .ubicaTitulo {
                        font-size: 35px;
                        font-family: 'Fira sans', sans-serif;
                        font-weight: 400;
                        padding-bottom: 7px;
                        color: white;
                        }
            
                    .ubica-col2 {
                        width: 50%;
                        margin: auto;
                        }

        }


        /* ##############################    ###############################*/

        @media (max-width: 799px) { 

            .seccion-ubicacion {
                height: auto;
                padding-bottom: 80x;
            }
        
            .caja-ubicacionGral {
                background-image: url(images/Ubica-background.jpg);
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-size: cover;
                height: 100vh;
                padding-bottom: 125px;
            }
            
            .caja-gralMapas {
                display: block;
                margin: auto;
                text-align: center;
                padding-bottom: 25px;
                width: 100%;
                /*border: solid 2px red;*/
            }

            .ubicacion-Titulo {
                padding-top: 25px;
                font-size: 32px;
                font-family: 'Oswald', sans-serif;
                padding-bottom: 7px;
                text-align: center;
                color: white;
                letter-spacing: 4px;
                }
            
            .ubica-col1 {
                    width: 100%;
                    margin: auto;
                    border-right: 0px solid black;
                    }
            
            
            .mapaUbicacion {
                    width: 75%;
                    border: solid 2px white;
                    margin-bottom: 25px;
                    }
            
                    .ubicaTitulo {
                        font-size: 20px;
                        font-family: 'Fira sans', sans-serif;
                        font-weight: 400;
                        padding-bottom: 7px;
                        color: white;
                        }
            
                    .ubica-col2 {
                        width: 100%;
                        margin: auto;
                        padding-bottom: 65pc;
                        }
        
        
        
        
        }