<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	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);
}

.titulo_nosotros {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: rgb(5A, 5A, 5A);
    text-align: center;
/*    padding: 4px 1px; */
}


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;
    z-index: 5;
}

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

.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;
    box-shadow: 1px 1px 2px #999;
}

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

@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: 17px;
    }

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


</pre></body></html>