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

body {



	background: #F2F5FE url("../img/fondo.gif") 0 0 repeat-x;
	background-attachment:fixed;   /* poner un color o imagen de fondo fija */

	font-family: 'Roboto Condensed', sans-serif;


}

img {
	width: 100%;
	height: 70%;
	object-fit: cover;
}
.imgmision{
	width: 100%;
	height: 100%;
	object-fit: cover;

}
#imgmision{
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
}

.contenedor {

	width: 80%;
	max-width: 1200px;
	margin: 20px auto;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(5, auto);
	grid-template-areas:
		'header			    header   	     header'
        'card-usuario       card-usuario     card-usuario 	'/*---------- INSERTO AREA GRID  ----------*/
		'contenido_mapa     contenido_mapa   contenido_mapa'/*---------- INSERTO AREA GRID  ----------*/
        
		'footer	 		footer 		footer';
}

/* ---------- HEADER ----------*/

.header {

	grid-area: header;
	background: white;




	position: fixed; /* Fijar el contenido d ela cabecera */
	top: 0;  /* Fijar el contenido d ela cabecera */
	left:0;
	right:0;
	z-index:100;   /* superponer un obejeto encma de otro..ejemplo la cabecera sobre el contenido d ela pagina */

	width: 80%;

	max-width: 1200px;
	margin: 0px auto;  /*margen 0 superior */
}




h4{
	margin-top: 3%;
	font-size: 15px ; 
	line-height: 10px; 
	font-weight:100;

	color: #868b8d;
	text-align: justify;
}

.banner img{
			
			
	margin-top: 5px;
				width:100%;
		height: auto;
				  
					}

					#btn-menu{
						display: none;
						}
					label{
					
							display: none;
						}
				

.menu {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	display: flex;
	justify-content: space-between;
	background: linear-gradient(to bottom, #FF7171 0, #7A00F4 100%);


}

.menu a {
	padding: 5px;
	color: white;
	display: block;
	text-decoration: none;
border-bottom: 2px solid white;
	font-weight: 400;
	width: 100%;
	text-align: center;
	transition: 0.2s ease all;
	font-size: 16px;

}

.menu a:hover {
	background: linear-gradient(to bottom, #3773D7 0, #b2acca 50%) no-repeat !important;	
	color: #fff;
}

.menu .active{ /* es para tener activo o saver en que paginas estamos*/
	color: #FFF;
	background:blue ;


	
}
/*=========================================================================================*/

.contenido_mapa  {
    grid-area:contenido_mapa  ;


	

	}
    #iframe2{
        width: 100%;
        margin-bottom: 5px;
    }



/*=====================================
estilos de la utilidad
Copiar esto
=====================================*/
.card-usuario {
    grid-area:card-usuario  ;
    margin-top: 22%;
    display: flex;
    width: 100%;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, .15);
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 5px;
}

.card-usuario .avatar {
    display: inline-block;
    width: 90px;
    margin-left: 30px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, .15);
    margin-bottom: 1rem;
}
.card-usuario .seccion-avatar {
    background: linear-gradient(#1396ad, #80A7FF);
    padding: 20px;
    color: #fff;
}
.card-usuario img {
    width: 100%;
}
.card-usuario .datos-usuario span,
.card-usuario .datos-usuario {
    display: block;
    text-align: center;
}
.card-usuario .datos-usuario + .datos-usuario {
    margin-top: 1rem;
}
.card-usuario .datos-usuario span:nth-child(1) {
    font-size: 1.3em;
}
.card-usuario .datos-usuario span:nth-child(2) {
    font-size: .8em;
}

.card-usuario .seccion-datos {
    flex-grow: 1;
    flex-basis: 0;
    padding: 20px;
}
.card-usuario .seccion-datos h5 {
    font-size: 1.1em;
    font-weight: normal;
}
.card-usuario .seccion-datos p {
    font-size: .8em;
    color: #808080;
    margin-bottom: 1.25rem;
}
.botones-redes h4{
    margin-bottom: 10px;
 
}

.botones-redes span{
    padding: 5px;
}


.seccion-datos > a {
    color: #808080;
    text-decoration: none;
    font-weight: bold;
}
.seccion-datos > a:hover {
    color: #5E5E5E;
}
.icon-phone {
    background-color: #5E80FF;
    color: white;
    padding: 10px;
    border-radius: 30px;
 
    
}
.icon-whatsapp {

    background-color: green;
    color: white;
    padding: 10px;
    border-radius: 30px;
}

.icon-mail{
    background-color:#80A7FF ;
    color: white;
    padding: 10px;
    border-radius: 30px;
}
.seccion-datos .botones-redes a.instagram {
    background: linear-gradient(#D482FF, );
}
.seccion-datos .bio-usuario {
    font-size: 0.9rem;
    color: #858585;
}

@media (max-width: 768px) {
    
    .card-usuario {
        flex-direction: column;
        width: 100%;
        margin-top: 20%;
    }
    h4{
        margin-top: 8%;
        font-size: 15px; 
        line-height: 10px; 
        font-weight:100;
    
        color: #868b8d;
        text-align: justify;
    }
    #iframe2{
        width: 100%;
        margin-bottom: 5px;
    }
    .card-usuario .seccion-avatar {
        display: flex;
        align-items: center;
    }
    .seccion-avatar .avatar {
        margin-right: 1rem;
        width: 55px;
        height: 55px;
        border: 3px solid #fff;
        margin-bottom: 0;
    }
    .card-usuario .seccion-avatar .datos-usuario {
        margin: 0;
        margin-right: 1rem;
    }
    .card-usuario .seccion-avatar .datos-redes {
        flex-grow: 1;
        flex-basis: 0;
        display: flex;
        align-items: center;
    }
    .card-usuario .datos-usuario span:nth-child(1) {
        font-size: 1.1em;
    }
    .card-usuario .datos-usuario span:nth-child(2) {
        font-size: .7em;
    }
}
/*=========================================================================================*/
   /*---------- FOOTER ----------*/
.contenedor .footer  {
	margin-top: -1%;
	background: #fff;
	font-size: 20px; 
	grid-area: footer;
	padding: 25px; 
	text-align: center;/*---------- text al centror ----------*/
	box-shadow: 0px 0px 70px rgba(102, 102, 102, 0.2);
	font-weight: bold;
}


@media only screen and (min-width:320px) {
    /*cambia los estilos icono h4 */
    
    h4{
     
        font-size: 11px ; 
        line-height: 10px; 
        font-weight:100;
    
        color: #868b8d;
        text-align: justify;
    }
    
        
    .icon-phone {
        background-color: #5E80FF;
        color: white;
        padding: 7px;
        border-radius: 30px;
     
        
    }
    .icon-whatsapp {
    
        background-color: green;
        color: white;
        padding: 7px;
        border-radius: 30px;
    }
    
    .icon-mail{
     
        background-color:#80A7FF ;
        color: white;
        padding: 7px;
        border-radius: 30px;
    }
        
       
}

   @media (max-width:1200px){
	body{
		font-size: 14px;
	}
	
	   }
	
	
	/* escritorio*/
	
	   @media (max-width:1000px){
        #iframe2{
            width: 100%;
            margin-bottom: 5px;
        }
		.articulo.destacado{
			grid-template-columns: 1fr;
		}
		.articulo.destacado .contenedor-thumbnail{
			height: 600px;
		}
		label{
			display: block;
			margin-left: 2px;/*posicionamiento */
			background: rgb(142, 182, 219);
			width: 99%;/*la anchura del label*/
		padding: 2px 1px;/*padding tamano label */
		}

		label .icon-list{
			background: whitesmoke;
			padding: 1px;
			color: black;
		}
	
		.contenedor {

			width: 80%;
			max-width: 1200px;
			margin: 20px auto;
			display: grid;
			grid-gap: 10px;
			grid-template-columns: repeat(3, 1fr);
			grid-template-rows: repeat(5, auto);
			grid-template-areas:
			'header			    header   	     header'
        'card-usuario       card-usuario     card-usuario 	'/*---------- INSERTO AREA GRID  ----------*/
        'contenido_mapa     contenido_mapa   contenido_mapa'/*---------- INSERTO AREA GRID  ----------*/
		'footer	 		footer 		footer';
		}
		


		.menu{

			opacity: 50;
				position: absolute;
			border: solid 3px solid red;
				margin: 0;
				padding: 0px;
				background: linear-gradient(to bottom, #FF7171 0, #7A00F4 100%);
			  margin-left: -300%;
			width: 100%;
				padding: 5px;
				color: #000;
				display: block;
				text-decoration: none;
				font-weight: 400;
			border-bottom: 2px solid black;
				text-align: center;
				transition: 0.2s ease all;
				font-size: 16px;
				font-weight: bold;
				
			}
			
			.menu ul {
			
				background: linear-gradient(to bottom, #FF7171 0, #7A00F4 100%);
				flex-direction: column;
				padding: 10px;
				margin-left: 7px;
			}
			
			
			
			
			 #btn-menu:checked ~  .menu  {
				 margin:0;
			
			}
		
		
	   }

	
	/* tables*/
	
	@media (max-width:768px){
        #iframe2{
            width: 100%;
            margin-bottom: 5px;
        }
		.articulo.destacado{
			grid-template-columns: 1fr;
		}
		.articulo.destacado .contenedor-thumbnail{
			height: 600px;
		}
		label{
			display: block;
			margin-left: 2px;/*posicionamiento */
			background: rgb(142, 182, 219);
			width: 99%;/*la anchura del label*/
		padding: 2px 1px;/*padding tamano label */
		}

		label .icon-list{
			background: whitesmoke;
			padding: 1px;
			color: black;
		}

.menu{

opacity: 50;
	position: absolute;
border: solid 3px solid red;
	margin: 0;
	padding: 0px;
	background: white;
  margin-left: -300%;
width: 100%;
	padding: 5px;
	color: #000;
	display: block;
	text-decoration: none;
	background: linear-gradient(to bottom, #FF7171 0, #7A00F4 100%);
	font-weight: 400;
border-bottom: 2px solid black;
	text-align: center;
	transition: 0.2s ease all;
	font-size: 16px;
	font-weight: bold;
	
}

.menu ul {

	flex-direction: column;
	padding: 10px;
	margin-left: 7px;
}




 #btn-menu:checked ~  .menu  {
	 margin:0;

}
	}
	
	/* celular*/
	
	@media (max-width:500px){

        #iframe2{
            width: 100%;
            margin-bottom: 5px;
        }
	
		body{
			
			font-size: 12px;
		margin-left:0;
		}
		.articulo.destacado{
			grid-template-columns: 1fr;
		}
		.articulo.destacado .contenedor-thumbnail{
			height: 30em;
			width: 85%;
		}
		label{
			display: block;
			margin-left: 2px;/*posicionamiento */
			background: rgb(142, 182, 219);
			width: 99%;/*la anchura del label*/
		padding: 2px 1px;/*padding tamano label */
		}

		label .icon-list{
			background: whitesmoke;
			padding: 1px;
			color: black;
		}

.menu{

opacity: 50;
	position: absolute;

	margin: 0;
	padding: 0px;

	background: linear-gradient(to bottom, #FF7171 0, #7A00F4 100%);
  margin-left: -300%;
width: 100%;
	padding: 5px;
	color: #000;
	display: block;
	text-decoration: none;

	font-weight: 400;

	text-align: center;
	transition: 0.2s ease all;
	font-size: 16px;
	font-weight: bold;
	
}

.menu ul {
border: 5px solid blue;
	flex-direction: column;
	padding: 10px;
	margin-left: 7px;
}




 #btn-menu:checked ~  .menu  {
	 margin:0;

}
#imgpersonal{
	margin-top: 3px;
	width: 105%;
	margin-left: 14px;
	height: 58%;

    object-fit: cover;
}

.articulo .extracto {
    font-size: 15px;
    line-height: 15px;
    font-weight: 100;
	margin-bottom: 10px;
	margin-right: 5%;
    color: #868b8d;
    text-align: justify;
}
.articulo .extractop {
    font-size: 14px;
    line-height: 14px;
    font-weight: 100;
	margin-bottom: 5px;
	
    color: #868b8d;
    text-align: justify;
}

.articulo .titulo {
    margin-bottom: 5px;
    font-size: 25px;
}
.contenedor .footer  {
	margin-top: -5%;
	background: #fff;
	font-size: 20px; 
	grid-area: footer;
	padding: 25px; 
	text-align: center;/*---------- text al centror ----------*/
	box-shadow: 0px 0px 70px rgba(102, 102, 102, 0.2);
	font-weight: bold;
}
/* final lo responsivo menu*/

	}


	/*==========*/
	@media (max-width:400px){
        #iframe2{
            width: 100%;
            margin-bottom: 5px;
        }
		.articulo .contenedor-texto {
			background: white;
			padding: 10px;
			width: 86.5%; /*cambio */
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			
		}
	
	
		body{
			font-size: 12px;
		margin-left: -2px;
		}
		.articulo.destacado{
			grid-template-columns: 1fr;
		}
		.articulo.destacado .contenedor-thumbnail{
			height: 30em;
			width: 85%;
		}
		label{
			display: block;
			margin-left: 2px;/*posicionamiento */
			background: rgb(142, 182, 219);
			width: 99%;/*la anchura del label*/
		padding: 2px 1px;/*padding tamano label */
		}

		label .icon-list{
			background: whitesmoke;
			padding: 1px;
			color: black;
		}

.menu{

opacity: 50;
	position: absolute;

	margin: 0;
	padding: 0px;

	background: linear-gradient(to bottom, #FF7171 0, #7A00F4 100%);
  margin-left: -300%;
width: 100%;
	padding: 5px;
	color: #000;
	display: block;
	text-decoration: none;

	font-weight: 400;

	text-align: center;
	transition: 0.2s ease all;
	font-size: 16px;
	font-weight: bold;
	
}

.menu ul {
border: 5px solid blue;
	flex-direction: column;
	padding: 10px;
	margin-left: 7px;
}




 #btn-menu:checked ~  .menu  {
	 margin:0;

}
#imgpersonal{
	margin-top: 3px;
	width: 98%;
	margin-left: 20px;
	height: 40%;

    object-fit: cover;
}

.articulo .extracto {
    font-size: 15px;
    line-height: 15px;
    font-weight: 100;
	margin-bottom: 10px;
	margin-right: 1%;
    color: #868b8d;
	text-align: justify;
	width: 115%;
}
.articulo .extractop {
    font-size: 14px;
    line-height: 14px;
    font-weight: 100;
	margin-bottom: 5px;
width: 135%;
    color: #868b8d;
    text-align: justify;
}

.articulo .titulo {
    margin-bottom: 5px;
    font-size: 15px;
}
.contenedor .footer  {
	margin-top: -5%;
	background: #fff;
	font-size: 15px; 
	grid-area: footer;
	padding: 25px; 
	text-align: center;/*---------- text al centror ----------*/
	box-shadow: 0px 0px 70px rgba(102, 102, 102, 0.2);
	font-weight: bold;
}
/* final lo responsivo menu*/

	}

	@media (max-width:380px){

		.articulo .contenedor-texto {
			background: white;
			padding: 10px;
			width: 86.5%; /*cambio */
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			
		}
	
	
		body{
			font-size: 12px;
		margin-left: 2px;
		}
		.articulo.destacado{
			grid-template-columns: 1fr;
		}
		.articulo.destacado .contenedor-thumbnail{
			height: 30em;
			width: 85%;
		}
		label{
			display: block;
			margin-left: 2px;/*posicionamiento */
			background: rgb(142, 182, 219);
			width: 99%;/*la anchura del label*/
		padding: 2px 1px;/*padding tamano label */
		}

		label .icon-list{
			background: whitesmoke;
			padding: 1px;
			color: black;
		}

.menu{

opacity: 50;
	position: absolute;

	margin: 0;
	padding: 0px;

	background: linear-gradient(to bottom, #FF7171 0, #7A00F4 100%);
  margin-left: -300%;
width: 100%;
	padding: 5px;
	color: #000;
	display: block;
	text-decoration: none;

	font-weight: 400;

	text-align: center;
	transition: 0.2s ease all;
	font-size: 16px;
	font-weight: bold;
	
}

.menu ul {
border: 5px solid blue;
	flex-direction: column;
	padding: 10px;
	margin-left: 7px;
}




 #btn-menu:checked ~  .menu  {
	 margin:0;

}
#imgpersonal{
	margin-top: 3px;
	width: 98%;
	margin-left: 20px;
	height: 40%;

    object-fit: cover;
}

.articulo .extracto {
    font-size: 15px;
    line-height: 15px;
    font-weight: 100;
	margin-bottom: 10px;
	margin-right: 1%;
    color: #868b8d;
	text-align: justify;
	width: 115%;
}
.articulo .extractop {
    font-size: 14px;
    line-height: 14px;
    font-weight: 100;
	margin-bottom: 5px;
width: 135%;
    color: #868b8d;
    text-align: justify;
}

.articulo .titulo {
    margin-bottom: 5px;
    font-size: 15px;
}
.contenedor .footer  {
	margin-top: -5%;
	background: #fff;
	font-size: 15px; 
	grid-area: footer;
	padding: 25px; 
	text-align: center;/*---------- text al centror ----------*/
	box-shadow: 0px 0px 70px rgba(102, 102, 102, 0.2);
	font-weight: bold;
}
/* final lo responsivo menu*/

	}

	@media (max-width:360px){

		.articulo .contenedor-texto {
			background: white;
			padding: 10px;
			width: 86.5%; /*cambio */
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			
		}
	
	
		body{
			font-size: 12px;
		margin-left: 2px;
		}
		.articulo.destacado{
			grid-template-columns: 1fr;
		}
		.articulo.destacado .contenedor-thumbnail{
			height: 30em;
			width: 85%;
		}
		label{
			display: block;
			margin-left: 2px;/*posicionamiento */
			background: rgb(142, 182, 219);
			width: 99%;/*la anchura del label*/
		padding: 2px 1px;/*padding tamano label */
		}

		label .icon-list{
			background: whitesmoke;
			padding: 1px;
			color: black;
		}

.menu{

opacity: 50;
	position: absolute;

	margin: 0;
	padding: 0px;

	background: linear-gradient(to bottom, #FF7171 0, #7A00F4 100%);
  margin-left: -300%;
width: 100%;
	padding: 5px;
	color: #000;
	display: block;
	text-decoration: none;

	font-weight: 400;

	text-align: center;
	transition: 0.2s ease all;
	font-size: 16px;
	font-weight: bold;
	
}

.menu ul {
border: 5px solid blue;
	flex-direction: column;
	padding: 10px;
	margin-left: 7px;
}




 #btn-menu:checked ~  .menu  {
	 margin:0;

}
#imgpersonal{
	margin-top: 3px;
	width: 98%;
	margin-left: 20px;
	height: 40%;

    object-fit: cover;
}

.articulo .extracto {
    font-size: 15px;
    line-height: 15px;
    font-weight: 100;
	margin-bottom: 10px;
	margin-right: 1%;
    color: #868b8d;
	text-align: justify;
	width: 115%;
}
.articulo .extractop {
    font-size: 14px;
    line-height: 14px;
    font-weight: 100;
	margin-bottom: 5px;
width: 135%;
    color: #868b8d;
    text-align: justify;
}

.articulo .titulo {
    margin-bottom: 5px;
    font-size: 15px;
}
.contenedor .footer  {
	margin-top: -5%;
	background: #fff;
	font-size: 15px; 
	grid-area: footer;
	padding: 25px; 
	text-align: center;/*---------- text al centror ----------*/
	box-shadow: 0px 0px 70px rgba(102, 102, 102, 0.2);
	font-weight: bold;
}
/* final lo responsivo menu*/

	}