@charset "utf-8";
/* CSS Document */
@import url('reset.css');
@font-face {
    font-family: 'ArgentumSans-Bold';
    src: url("../../resources/fuentes/ArgentumSans-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ArgentumSans-ExtraBold';
    src: url("../../resources/fuentes/ArgentumSans-ExtraBold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}
:root {
    --fondo-claro: #F6F7FA;
    --azul--osc: #0057B8;
    --azul-claro: #0072CE;
    --color-morado: #582C83;
    --color-gris: #3B5266;
    --color-negro: #000;
    --fuente-principal: 'Saira', sans-serif;
    --fuente-secundaria: 'ArgentumSans-Bold', sans-serif;
	--fuente-secundaria__ExtraBold: 'ArgentumSans-ExtraBold', sans-serif;
}
.centros-container{
	margin: auto;
	padding: 0 7%;
}
.aside-map{
    float: left;
    width:47%;
	min-height:45rem; 
	height: auto;
	margin-top: 60px;
	margin-right: 2%;
	margin-bottom: 1;
/*    margin:60px 60px 40px 0;*/
/*    padding: 0 0 0 26px; */
    box-sizing: border-box;
	text-align: end;
}
.map-container{
	float: left;
    width:48%;
	min-height:365px; 
	height: auto;
    margin: 40px 0px 0 0;
    padding: 18px 0 0 0px; 
    box-sizing: border-box;
}
.map-tittle{
	color: var(--color-morado);
	text-align: center;
	font-family: var(--fuente-secundaria);
	font-size: 30px;
	font-weight: 500;
	line-height: 38px; /* 116.667% */
	letter-spacing: -0.3px;
	margin: 3% 0 1% 0;
}
.title-bold{
	font-family: var(--fuente-secundaria__ExtraBold);
}
.ciudades li{
	color:#626262;;
	text-align: start;
	font-family: var(--fuente-secundaria);
	font-style: normal;
	font-weight: 600;
	line-height: 25px; 
	background-color:#F1F1F1;
/*	padding: 28px 0 28px 18px;*/
	margin: 0 1% 2% 1%;
	border-radius: 10px;
	cursor: pointer;
	width: 30%;
	height: 5rem;
	display: inline-block;
}
.ciudades li a{
	text-align: center;
	font-size: 22px;
	line-height: 5rem
		
}

.ciudades li:hover{
	background-color: var(--color-morado);
	color:var(--fondo-claro);
}

.ciudades li.active{
	background-color: var(--color-morado);
	color:#FFFFFF;
}
.grid-cuadrilla {
    display: grid;
/*    gap: 2rem;*/
    grid-auto-rows: 5rem;
    grid-template-columns: repeat(3, minmax(13rem, 2fr));
}


.cd-1 { grid-area: 1 / 1 / 2 / 2; }
.cd-2 { grid-area: 2 / 1 / 3 / 2; }
.cd-3 { grid-area: 3 / 1 / 4 / 2; }
.cd-4 { grid-area: 4 / 1 / 5 / 2; }
.cd-5 { grid-area: 5 / 1 / 6 / 2; }
.cd-6 { grid-area: 6 / 1 / 7 / 2; }
.cd-7 { grid-area: 7 / 1 / 8 / 2; }
.cd-8 { grid-area: 1 / 2 / 2 / 3; }
.cd-9 { grid-area: 2 / 2 / 3 / 3; }
.cd-10 { grid-area: 3 / 2 / 4 / 3; }
.cd-11 { grid-area: 4 / 2 / 5 / 3; }
.cd-12 { grid-area: 5 / 2 / 6 / 3; }
.cd-13 { grid-area: 6 / 2 / 7 / 3; }
.cd-14 { grid-area: 7 / 2 / 8 / 3; }
.cd-15 { grid-area: 1 / 3 / 2 / 4; }
.cd-16 { grid-area: 2 / 3 / 3 / 4; }
.cd-17 { grid-area: 3 / 3 / 4 / 4; }
.cd-18 { grid-area: 4 / 3 / 5 / 4; }
.cd-19 { grid-area: 5 / 3 / 6 / 4; }
.cd-20 { grid-area: 6 / 3 / 7 / 4; }
.cd-21 { grid-area: 7 / 3 / 8 / 4; }

#miIframe{
	border-radius: 15px 15px 0 0;
}
.text-map{
	border-radius: 0px 0px 25px 25px;
	border: 5px solid #CAD1E1;
/*	width: 865px;*/
	height: 368px;
	padding: 3%;
}
.text-map h1{
	color: var(--color-morado);
	font-family: var(--fuente-secundaria__ExtraBold);
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 100% */
	margin-bottom: 4%;
}
.text-map h2{
	color: var(--color-morado);
	font-family: var(--fuente-secundaria__ExtraBold);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 136.364% */
	margin-bottom: 2px;
}
.text-map span{
	color: var(--color-negro);
	font-family: var(--fuente-secundaria);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px; /* 138.889% */
	margin-bottom: 2px;
}
.text-subtitle{
	color: var(--color-negro);
	font-family: var(--fuente-secundaria);
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px; /* 138.889% */
	padding: 20px;
	clear: both;
}
#chica-soporte-container {
	width: 46%;
	height: auto;
	flex-shrink: 0;
}
#chica-soporte-container img{
	width: 666px;
	margin-top:-5%;
}

.texto-abajo{
	padding: 3% 6% 3% 3%;
}
.text-subtitle{
    width: 55%;
    margin: 15% 0% 0% 0%;
}

.tittle_movil, .sBtn-text, .elemento_movil{
	display: none;
}	

@media only screen and (max-width: 1092px){
	.ciudades li{
		width: 45%;
	}
	.ciudades li a{
		font-size: 20px;
	}
	.aside-map {
    height: auto;
    margin: 60px 20px 40px 0;
}
}

@media only screen and (max-width: 896px){
/*
	.ciudades li {
		width: 8rem;
	}
*/
	.ciudades li a {
    font-size: 17px;
}
.text-map h1 {
    font-size: 1.5rem;
}
.text-map h2 {
    font-size: 1.2rem;
}
.text-map span {
    font-size: 1rem;
}
}

@media only screen and (max-width: 750px){
.aside-map{
    width:95%;
	padding: 0;
	margin: 32px auto 40px auto;
	text-align: center;
}
.map-tittle {
	color: var(--color-morado);
    font-size: 27px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.3px;
}
.map-container{
	width: 94%;
	margin: auto;
	}
.texto-abajo{
    display: block!important;
    clear: both;
}		
#chica-soporte-container {
    width: 85%;
	margin: auto;
}
.text-subtitle {
	font-size: 16px;
	display: block;
	width: 100%;
	text-align: justify;
	margin: auto;
}
.text-map h1 {
    font-size: 25px;
}
.text-map h2 {
    font-size: 18px;
    line-height: 22px;
}
.text-map span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 2px;
}
.ciudades li {
    width: 45%;
}
.ciudades li a{
	font-size: 1.375rem;
	width: 100%;
}

/*---ESTILOS PARA EL SELECT EN MOVIL -----	*/
	
	.select-menu{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.select-menu .select-btn{
		display: flex;
		width: 100%;
		height: 70px;
		border: 1px solid #FFFFFF;
		border-radius: 10px;
		padding: 20px;
		align-items: center;
		justify-content: space-between; 
		cursor: pointer;
		margin: 10px 0;
		background-color: #D9D9D9;
	}
	.sBtn-text{
		font-size: 1.375rem;
		color: #626262;
		font-family:  var(--fuente-secundaria__ExtraBold);
	}
	.select-menu .options{
		position: relative;
		padding: 5px;
		margin-top: 10px;
		display: block;
		width: 100%;
		background-color: #D9D9D9;
		border-radius: 10px;
	}
	.select-menu.hide .options{
		display: none;
	}
	.options .option{
		display: flex;
		width:auto; 
		height: 70px;
		cursor: pointer;
		align-items: center;
		padding: 5%;
		background-color: #D9D9D9;
		border-bottom: 1px solid #626262;
		margin:0 -5px;
		border-radius: 0;
		text-align-last: left;
	}
	.aside-map{
		min-height: 2rem;
	}
    .map-container {
        width: 100%;
        margin: auto;
    }
	.tittle_movil, .sBtn-text, .elemento_movil{
		display: block;
	}
	.elemento_movil{
			width: 25px;
		}

}
@media only screen and (max-width: 395px){
	.ciudades li {
		width: 95%;
}
}
