*{font-family: Helvetica, sans-serif; margin:0; box-sizing: border-box;}
@font-face{font-family: 'iconos';
           src:url(font/IcoMoon.ttf);}
.descripcion p {font-family: 'iconos'; color: #ffffff; font-size: 2rem; display: none;}





.mapa article h1{
	width:75%;
	font-size: 3rem;
	font-weight: bold;
	margin: auto;
}

.main-image article h5{
	width:90%;
    margin: auto;
}

.mapa article hr{
	width:60%;
	border:0;
	border-top: 2px solid #FF3173;
	margin-top:3rem;
	margin-bottom:3rem;
	margin-left:auto;
	margin-right:auto;
}
.center-title{
	text-align: center;
	font-weight: bold;
	font-size: xx-large;
	color: white;
	padding-top:3rem;
}
.item{padding-left: 3rem; padding-right: 3rem;
	padding-top:2rem;
	padding-bottom:2rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}
.text{
	width:40%;
	color:white;
}
.text h2{
	font-size: x-large;
	font-weight: bold;
    padding-bottom: 1rem;
        padding-top: 2rem;
}
.text hr{
	border:0;
	border-top:2px solid #FF3173;
	width:11rem;
	padding:2rem;
}

.text p{
	font-size: 1rem;
	line-height: 2rem;
}
.left-margin{
 text-align: left;
 
}
.right-margin{
	text-align: left;
}
body{
	width:100%; 
	background-color:#222952;
}
a{
	color:white;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
}
ul, li{
	display:inline-block;
	line-height:2.5rem;
	vertical-align: middle;
	padding:1rem;
}
ul li img{
	height:3rem;
}
footer{
	padding-top:3rem;
	margin-bottom:3rem;
	width:100%;
	color:white;
	font-size:medium;
	text-align:center; padding-left: 2rem;padding-right: 2rem;
    }

.menu {display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
    }




@media screen and (max-width:565px){.item img{width:80%; display:flex;}}
@media screen and (max-width:442px){.tex p{font-size: 0.5rem;}}


@media screen and (max-width:600px){.main-image article{width: 80%; max-height: 28rem;}}
@media screen and (max-width:600px){.menu2{display: flex;
	flex-direction:row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
    align-content: stretch; text-align: center;
}}
@media screen and (max-width:610px){ul li img{display:none;}}


@media (max-width:610px){.menu{display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
    }.menu2{display: none;}}
 
@media (max-width:610px){.descripcion p {font-family: 'iconos'; color: #ffffff; font-size: 2rem; display:block;}}


video{
	width:40%;
    height: auto;}


}
.contenedor{
    width: 80%;}
    

.videos{
	width:100%;
	background-color:#2C3257; 
	background-repeat: no-repeat;
	background-size: cover;
}

.video_titulo{
    padding-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 34.6%;
    height: 10rem;
    text-align: center;
    color: white;
    font-size: xx-large;
    font-weight: bold;
    z-index: 10;
    padding-bottom: 10rem;
}

article hr{
	width:60%;
	border:0;
	border-top: 2px solid #FF3173;
	margin-top:3rem;
	margin-bottom:3rem;
	margin-left:auto;
    margin-right:auto;}

@media screen and (max-width:1150px){video{
	width:70%;
    height: auto;}}

@media screen and (max-width:600px){video{
	width:70%;
    height: auto;}}
