@import url('//fonts.googleapis.com/css?family=Open+Sans&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    max-width: 1500px;
}

header {
    width: 100%;
    position: absolute;
    z-index: 1;
    max-width: 1500px;
}

h1,
h2 {
    font-family: 'calibri', sans-serif;
}


/**************Menú 1**************/

.menu {
    width: 98%;
    margin: auto;
    padding: 5px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu .container-menu .logo .logo-name {
    display: flex;
}

.menu .container-menu .logo .logo-name img {
    width: 130px;
    border-radius: 7px;
    height: 70px;
}

.menu .container-menu .logo .btn-menu {
    display: none;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
}

.menu .menu-link ul {
    list-style: none;
}

.menu .menu-link ul li {
    display: block;
    padding: 2px;
}

.menu .menu-link ul li a {
    text-decoration: none;
    color: #fff;
    margin-left: 15px;
    font-size: 1.2em;
    border-bottom: 2px solid transparent;
    transition: .3s;
}


/***************/

.menu .menu_sesion .ul_sesion {
    display: flex;
    list-style: none;
}

.menu .menu_sesion .ul_sesion li {
    margin-left: 10px;
}

.menu .menu_sesion .ul_sesion li a {
    text-decoration: none;
    border-radius: 4px;
    background: #fba919;
    box-shadow: inset 0 0 5px #b9770e;
    border: none;
    color: #fff;
    padding: 5px;
}

.menu .menu_sesion .ul_sesion li a:hover {
    background: #004a93;
    box-shadow: inset 0 0 10px #032F5A;
}


/***************"Menú 2"****************/

.menu_bar {
    display: none;
}

.titles {
    width: 100%;
    padding: 10px;
    color: white;
    margin-bottom: 0;
}


/*
.titles:hover{
	background: rgba(255,255,255,0.3);
}
*/

.dropdownButton:hover {
    cursor: pointer;
}

.dropdownButton>p .fa {
    float: right;
}

.dropdownButton a {
    text-decoration: none;
    color: #000;
}

.dropdownContent {
    position: relative;
    z-index: 1000;
    background-color: #fba919;
}


/****tabs***/

.wrap {
    width: 100%;
    margin: auto;
}

ul.tabs {
    background: #FBA919;
    box-shadow: inset 0 0 15px #b9770e;
    width: 100%;
    height: 64px;
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

ul.tabs li {
    list-style: none;
}

ul.tabs li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 20px 15px;
}

ul.tabs li .dropdownContent li a {
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    display: block;
    padding: 20px 15px;
    border-bottom: 2px solid #fff;
    margin-top: 2px;
}

ul.tabs li .dropdownContent li a:hover {
    background: rgba(0, 74, 147, 0.9);
}

.active2 {
    background: #004a93;
    box-shadow: inset 0 0 10px #032F5A;
}


/**************tabs calidad del agua***********/

.calidad_agua {
    width: 90%;
    margin: 30px auto;
}

ul.tabs_calidad {
    width: 100%;
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

ul.tabs_calidad li {
    width: 18%;
    background: #fba919;
    box-shadow: inset 0 0 5px #b9770e;
    border-radius: 15px 15px 0 0;
    margin-right: 1px;
}

ul.tabs_calidad li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 20px 0;
}

.secciones_calidad {
    width: 100%;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
    border-radius: 0 15px 15px 15px;
    background: #F7F7F7;
}

.secciones_calidad div p {
    text-align: justify;
}

.active3 {
    background: #004a93;
    border-radius: 15px 15px 0 0;
}


/**************tabs meteo***********/

.meteo {
    width: 90%;
    margin: 30px auto;
}

ul.tabs_meteo {
    width: 100%;
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

ul.tabs_meteo li {
    width: 100%;
    width: 18%;
    background: #004a93;
    box-shadow: inset 0 0 5px #002E5B;
    border-radius: 15px 15px 0 0;
    margin-right: 1px;
}

ul.tabs_meteo li span {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 20px 0;
}

.secciones_meteo {
    width: 100%;
    background: #F7F7F7;
    border-radius: 0 15px 15px 15px;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
}

.secciones_meteo div p {
    text-align: justify;
}


/*	
.calidad_agua{
	width: 100%;
	margin: 30px auto;
}

ul.tabs_calidad{
	width: 100%;
	list-style: none;
	display: flex;
}

ul.tabs_calidad li{
	width: 18%;
	background: #fba919;
	border-radius: 15px  15px 0 0;
	margin-right: 1px;
}

ul.tabs_calidad li a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-align: center;

	display: block;
	padding: 15px 0;
}

.active3{
	background: #004a93;
	border-radius: 15px  15px 0 0;
}

.secciones_calidad{
	width: 100%;
	background: #fff;
	border-radius: 0 17px  17px 17px;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.5);
}

.secciones_calidad article{
	padding: 30px;
}

.secciones_calidad article p{
	text-align: justify;
	}*/

.contenido_center {
    width: 100%;
    padding: 25px;
}

.contenido_center .text_center {
    font-style: italic;
}

.contenido_center .text_center p {
    font-size: 15px;
    text-align: center;
    padding-top: 5px;
}

.contenido_center h2 {
    color: #fba919;
    text-align: center;
}

.center_img {
    width: 100%;
    text-align: center;
}

.center_img img {
    background: red;
    width: 95%;
    height: 100%;
}

.center_img .tabla_img {
    width: 80%;
}


/*************Bannner**************/

.banner {
    position: relative;
    z-index: -1000;
    margin-bottom: -10px;
    width: 100%;
    height: 218px;
}

.banner_img {
    width: 100%;
    height: 600px;
}

.pnud {
    transform: translateX(-1%) translateY(-180%);
    color: #ffffff;
    display: block;
    margin: auto;
    font-size: 23px;
    /*position: relative;*/
    text-align: right;
    font-weight: bold;
}


/****************Titulo*******************/

.titulo {
    display: flex;
    justify-content: space-beetween;
    margin-top: 240px;
    font-style: oblique;
    box-shadow: inset;
    margin-bottom: 3px;
}

.t_titulo h1 {
    color: white;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    font-size: 50px;
    text-align: left;
    font-style: oblique;
    padding-bottom: 10px;
}


/*******************Subtitulo****************/

.sub_titulo {
    text-align: center;
    background: rgba( 71, 70, 65, 0.4);
    color: #ffffff;
    margin: auto;
    width: 1000px;
    margin-bottom: 50px;
    margin-top: -40px;
    padding: 10px;
    border-radius: 8px;
    font-size: 20px;
}


/***********************Contenido*********************/

.secciones {
    width: 100%;
    margin: auto;
    text-align: justify;
    padding: 20px 55px;
    background: #fff;
    letter-spacing: 0.5px;
    background: #fff;
}

.titulo_art {
    color: #FBA919;
    text-align: center;
    font-size: 35px;
}

.left {
    display: flex;
}

.secciones .info {
    width: 100%;
    text-align: justify;
    font-family: 'arial';
    font-size: 15px;
}

.left .info_img {
    width: 70%;
    margin: auto;
    text-align: center;
}

.info_img .bote {
    border-radius: 10px;
}

.desc {
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
    font-family: 'Open Sans';
    font-style: oblique;
    color: #5b5a5a;
}

.subtitulo_text {
    color: #fba919;
    font-size: 25px;
    padding-bottom: 15px;
}


/*************img***************/

.left .info_img img {
    width: 80%;
    height: 100%;
}

.info-imgc {
    text-align: center;
    margin: auto;
}

.info-imgc .esquema {
    width: 65%;
    border-radius: 10px;
}

.info-imgc .taller {
    width: 50%;
    border-radius: 10px;
}

.info-imgc .boya {
    width: 80%;
    border-radius: 10px;
}


/**************************/

.cuadro {
    width: 95%;
    margin: auto;
    border: 1px solid #004a93;
    margin-bottom: 15px;
}

.cuadro .container_cuadro {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.cuadro .container_cuadro .cuadro_text {
    width: 65%;
    padding: 15px;
}

.titulo_cuadro {
    font-size: 20px;
    color: #004a93;
}

.cuadro .container_cuadro .cuadro_img {
    width: 35%;
    padding: 15px;
}

.cuadro .container_cuadro .cuadro_img img {
    width: 100%;
    border-radius: 15px;
}


/*************/

.tabla-tipos img {
    width: 100%;
}

.tabla-tipos p {
    text-align: center;
    font-style: italic;
}


/*************Logos******************/

.contenedor_logos_f {
    display: flex;
    height: 60%;
    width: 80%;
    justify-content: space-evenly;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 60px;
}

.contenedor_logos_f img {
    width: auto;
    height: 120px;
    margin: auto;
}


/****************/

.contenedor_logos_c {
    display: flex;
    height: 50%;
    width: 90%;
    justify-content: space-evenly;
    margin: auto;
    margin-bottom: 40px;
}

.contenedor_logos_c img {
    width: auto;
    height: 100px;
}


/*************Footer*************/

.footer .social [class^="icon-"] {
    margin: 0 10px;
}

.footer {
    background: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.footer .social [class^="icon-"] {
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-size: 20px;
    padding: 10px;
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 20px;
}


/*****************************************/

@media screen and (max-width: 1100px) {
    /*************Bannner**************/
    .banner_img {
        width: 100%;
        height: 520px;
    }
    /*******************************************/
    .contenedor_logos_f {
        display: flex;
        height: 50%;
        width: 80%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contenedor_logos_f img {
        width: auto;
        height: 80px;
    }
    .contenedor_logos_c {
        display: flex;
        height: 50%;
        width: auto;
    }
    .contenedor_logos_c img {
        width: auto;
        height: 80px;
    }
    /***************************************/
    .sub_titulo {
        text-align: center;
        background: rgba( 71, 70, 65, 0.4);
        color: #ffffff;
        margin: auto;
        width: 90%;
        margin-bottom: 80px;
        margin-top: -40px;
        border-radius: 8px;
        font-size: 18px;
    }
    /****************Titulo*******************/
    .titulo {
        margin-top: 110px;
    }
    .t_titulo h1 {
        font-size: 40px;
    }
}


/*****************************************/

@media screen and (max-width: 880px) {
    .banner {
        position: relative;
        z-index: -1000;
        margin-bottom: -10px;
        width: 100%;
        height: 218px;
    }
    .banner_img {
        width: 100%;
        height: 480px;
    }
    .pnud {
        transform: translateX(-1%) translateY(-160%);
        color: #ffffff;
        display: block;
        margin: auto;
        font-size: 18px;
        /*position: relative;*/
        text-align: right;
        font-weight: bold;
    }
    /****************Titulo*******************/
    .titulo {
        margin-top: 95px;
    }
    .t_titulo h1 {
        font-size: 35px;
    }
    /**********************************************/
    .menu .container-menu .logo .btn-menu {
        display: block;
        background: #fba919;
        border-radius: 5px;
        box-shadow: inset 0 0 10px #b9770e;
        padding: 3px;
    }
    .menu .container-menu .logo .btn-menu span {
        padding: 7px;
        font-size: 23px;
    }
    .menu .container-menu {
        width: 100%;
    }
    .menu .container-menu .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    /************************************/
    .menu .container-menu .logo .logo-name img {
        width: 110px;
        height: 60px;
    }
    .menu .menu-link ul li {
        padding: 0px;
    }
    .menu .menu-link ul li a input {
        background: black;
        width: 40px;
        height: 25px;
        padding: 0;
    }
    /*************************************************/
    .menu .menu_sesion {
        position: absolute;
        background: #fba919;
        height: 100%;
        width: 100%;
        top: 77px;
        left: -100%;
        z-index: 1000;
        transition: .4s;
    }
    .menu .menu_sesion .ul_sesion {
        display: block;
        width: 100%;
    }
    .menu .menu_sesion .ul_sesion li {
        margin-left: 0px;
    }
    .menu .menu_sesion .ul_sesion li a {
        display: block;
        height: 50px;
        border-bottom: 1px solid #fff;
        box-shadow: none;
        border-radius: 0;
        text-align: center;
        margin: 0;
    }
    /*******************Menu 2 ******************/
    /*
		.menu_bar{
			display: block;
		}
		.menu_bar a{
			color: #fff;
			text-decoration: none;
			font-size: 20px;
			text-align: center;
			display: block;
			padding: auto;
		}

		.menu_bar a:hover{
			text-decoration: none;
			}*/
    ul.tabs {
        display: block;
        height: auto;
    }
    ul.tabs li {
        border-bottom: 1px solid #fff;
        text-align: left;
    }
    ul.tabs li a {
        text-align: left;
        padding: 10px;
    }
    .menu_bar {
        display: block;
        background: #fba919;
    }
    .menu_bar span {
        color: #fff;
        display: flex;
        font-size: 25px;
        padding: 10px;
    }
    .menu_bar span p {
        color: #fff;
        font-family: 'calibri', sans-serif;
    }
    .menu_bar a:hover {
        text-decoration: none;
        text-align: center;
    }
    .wrap .tabs {
        position: absolute;
        background: rgba(0, 74, 147, 0.8);
        box-shadow: none;
        height: auto;
        width: 50%;
        top: 490px;
        left: -100%;
        z-index: 1000;
        transition: .5s;
    }
    /********************************************/
    .calidad_agua {
        width: 100%;
        margin: 0;
    }
    ul.tabs_calidad li {
        width: auto;
    }
    ul.tabs_calidad li a {
        padding: 15px;
    }
    /********************************************/
    .meteo {
        width: 100%;
        margin: 30px auto;
    }
    ul.tabs_meteo li {
        width: auto;
    }
    ul.tabs_meteo li span {
        padding: 15px;
    }
    /********************************************/
    .contenido_center .text_center p {
        font-size: 13px;
    }
    .contenido_center h2 {
        font-size: 15px;
    }
    .center_img img {
        background: red;
        width: 100%;
        height: 100%;
    }
    .center_img .tabla_img {
        width: 100%;
        height: auto;
    }
    /*******************************************/
    .banner .bg-details .details h1 {
        font-size: 45px;
    }
    .banner .bg-details .details h2 {
        font-size: 35px;
    }
    .banner .bg-details .details a {
        font-size: 25px;
        padding: 8px 15px;
    }
    /*******************************************/
    .contenedor_logos_f {
        height: 50%;
        width: 80%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .contenedor_logos_f img {
        width: auto;
        height: 80px;
    }
    .contenedor_logos_c {
        display: flex;
        height: 50%;
        width: auto;
        margin: auto;
        margin-bottom: 20px;
    }
    .contenedor_logos_c img {
        width: auto;
        height: 60px;
    }
    /********/
    .hover-opciones span a {
        font-size: 17px;
    }
    .hover-opciones p {
        font-size: 15px;
        color: #fff;
    }
    /**********************Contenido*******************/
    .secciones {
        padding: 20px;
    }
    .titulo_art {
        font-size: 28px;
    }
    .subtitulo_text {
        font-size: 22px;
    }
}

@media screen and (max-width: 690px) {
    .banner_img {
        width: 100%;
        height: 350px;
    }
    /**********************/
    .pnud {
        transform: translateX(-1%) translateY(50%);
        color: #ffffff;
        display: block;
        margin: auto;
        font-size: 15px;
        /*position: relative;*/
        text-align: right;
        font-weight: bold;
    }
    /****************************/
    .menu .container-menu .logo .logo-name img {
        width: 100px;
    }
    /***********************************/
    /****************Titulo*******************/
    .titulo {
        margin-top: 40px;
    }
    .t_titulo h1 {
        font-size: 25px;
        color: #fff;
    }
    .wrap {
        margin-top: -40px;
    }
    ul.tabs li a {
        font-size: 13px;
    }
    .active2 {
        height: 50px;
    }
    /******************Contenido***************/
    .left {
        display: block;
    }
    .titulo_art {
        font-size: 21px;
    }
    .secciones .info {
        font-size: 13px;
    }
    .subtitulo_text {
        font-size: 19px;
    }
    /**/
    .info-imgc .esquema {
        width: 100%;
        border-radius: 10px;
    }
    .info-imgc .taller {
        width: 90%;
        border-radius: 10px;
    }
    .info-imgc .boya {
        width: 100%;
        border-radius: 10px;
    }
    /**********************/
    .contenedor_logos_f {
        height: 50%;
        width: 80%;
    }
    .contenedor_logos_f img {
        width: auto;
        height: 60px;
    }
    .contenedor_logos_c {
        display: flex;
        height: 50%;
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
    .contenedor_logos_c img {
        width: auto;
        height: 40px;
    }
    .wrap .tabs {
        top: 405px;
    }
}

@media screen and (max-width: 480px) {
    .banner_img {
        width: 100%;
        height: 240px;
    }
    /***********************************/
    .titulo {
        margin-top: -55px;
    }
    .t_titulo h1 {
        text-align: center;
        font-size: 18px;
    }
    .sub_titulo {
        font-size: 15px;
    }
    /****menus***/
    .wrap .tabs {
        top: 300px;
    }
    /************************************/
    .menu .container-menu .logo .logo-name img {
        width: 100px;
        height: 55px;
    }
    .menu .menu-link ul li {
        padding: 0px;
    }
    .menu .menu-link ul li a input {
        background: black;
        width: 30px;
        height: 20px;
        padding: 0;
    }
    /*************menu2****************/
    /**********************/
    .pnud {
        transform: translateX(-1%) translateY(-120%);
        color: #ffffff;
        display: block;
        margin: auto;
        font-size: 12px;
        /*position: relative;*/
        text-align: right;
        font-weight: bold;
    }
    /****************************/
    .contenedor_logos_f {
        display: flex;
        height: 50%;
        width: 100%;
    }
    .contenedor_logos_f img {
        height: 45px;
    }
    .contenedor_logos_c {
        display: flex;
        height: 100%;
    }
    .contenedor_logos_c img {
        width: auto;
        height: 30px;
    }
}