*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    text-align: center;
    color: #656565; 
    background: rgb(255, 255, 255);
}

.anchoslider {
    padding-top: 0rem;
}

header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 10px;
    background: #1684c2;
    z-index: 5;
}

header #button-menu{
	font-size: 30px;
	color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    z-index: 5;
}

table{
    background-color: white;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}

th, td{
    border: solid 1px black;
    padding: 5px;
}

thead{
    background-color: #246355;
    border-bottom: solid 5px #0F362D;
    color: white;
}

tr:nth-child(even){
    background-color: #ddd;
}

.navegacion{
    z-index: 5;
    position: absolute;
	top: 100%;
	left: 0;
	width: 0%;
	height: 100vh;
	background: rgba(0,0,0,.0);
}

.navegacion ul{
    z-index: 5;
	width: 320px;
	height: 100%;
	background: #fff;
	list-style: none;
	position: absolute;
	top: 0;
	left: -320px;
    transition: left .3s;
}

.navegacion .menu li.title-menu{
	padding: 20px;
	background: #5F6F81;
	color: #fff;
	text-align: center;
    font-size: 22px;
}

.navegacion .menu a{
	display: block;
	padding: 7px;
	border-bottom: 1px solid #C6D0DA;
	font-size: 22px;
	font-weight: 200;
	text-decoration: none;
    color: #191c1d;
}

.navegacion .menu a:hover{
	background: #9cc9ea;
    color: #fff;
}

.navegacion .menu li span.icon-menu{
	margin-right: 12px;
}

.container {
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
}

.titulo_nosotros {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    text-align: justify;
}

.gallery__img {
    display: flex;
}

.gallery__img img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

/* esto hace desaparecer del menu del pc la opción Tiempo en Quillon para moviles */
#button-opcion6 {
    display: none;
}
/* hasta aqui */

section {
    padding-top: 3.5rem;
    padding-bottom: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* esto hace desaparecer del pc la seccion tiempo para moviles */
.mtiempo {
    display: none;
}
/* hasta aqui */

iframe{
    border:0;
}

    .ubi {
        width: 1200px;
        height: 665px;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;
    }

    .footer {
        background: #1684c2;
        padding: 1rem;
    /*    line-height: 0.1rem; 
        margin-top: 1rem;*/
        color: #fff;
        left: 0;
        top: 0;
        right: 0;
    }

    /*  Esto hace que los logos esten separados */
    .logosfooter {
        padding: 1rem;
        font-family: "flexslider-icon";
        font-size: 16px;
    }

    /*  Esto separa los logos de los datos */
    .divfooter {
        text-decoration: none;
        margin-top: 1rem;
        font-size: 1rem;
    }


    .mapa-responsive {
        position: relative;
        overflow: hidden;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
        margin: 20px 0;
    }
    
    .mapa-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
    
    .btn-mapa {
        text-align: center;
        margin-top: 10px;
    }
    
    .boton-verde {
        display: inline-block;
        background-color: #4CAF50;
        color: white;
        padding: 10px 20px;
        text-decoration: none;
        font-weight: bold;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }
    
    .boton-verde:hover {
        background-color: #45a049;
    }



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

    section {
        padding-top: 3rem;
        padding-bottom: 0rem;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;
    }

    .pctiempo {
        display: none;
    }

    .mtiempo {
        display: block;
    }
  
    .mtiempo {
        height: 450px;
        padding-bottom: 1rem;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;
    }

    .ubi {
        width: 100%;
        height: 500px;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;
    }

    #button-opcion5{
        display: none;
    }

    #button-opcion6 {
        display: block;
    }

    .tituloheader {
        font-size: 20px;
    }

    .container {
        width: 100%;
        margin: 0 auto;
    }

    /*  Esto hace que los logos esten separados */
    .logosfooter {
        padding: .5rem;
        font-family: "flexslider-icon";
        font-size: 13px;
    }

    /*  Esto separa los logos de los datos */
    .divfooter {
        text-decoration: none;
        margin-top: 1rem;
        font-size: 1rem;
    }
}


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

    .navegacion ul{
		width: 100%;
	}

    .container {
        width: 100%;
        margin: 0 auto;
    }

    .contenedor {
        position: relative;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 5px;
    }

/*  Esto hace que los logos esten separados */
    .logosfooter {
        padding: .1rem;
        font-family: "flexslider-icon";
        font-size: 12px;
    }

/*  Esto separa los logos de los datos */
    .divfooter {
       text-decoration: none;
       margin-top: 1rem;
       font-size: 1rem;
    }
}


