@charset "utf-8";

@media screen and (max-width: 2600px) {

}

@media screen and (max-width: 1980px) {
 
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1480px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1280px) {
	
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1080px) {

	footer .container {
		border-top-left-radius: 10em;
		padding: 3em 2em 2em 3em;
	}	
	
}

@media screen and (max-width: 980px) {

	
	
}

@media screen and (max-width: 900px) { 

	.iconMenu {display: block;}

	#cMenu{
  		display: block;
  		color: #fff;
  		border-bottom: solid 0px #fff;
 }
	
	.contenendorMenu {
		background-color: #4893e3;
		top: 0;
		left: 0;
		width: 90%;
		padding: 1.8em 0.8em 0.8em 0.8em;
		height: 100%;
		margin-left: -90%;
        background: linear-gradient(180deg, rgba(72, 147, 227, 1) 0%, rgb(161 161 237) 100%);
	}

	.navbar {
		flex-direction: column;
	}
	.dropdown {
		width: 100%;
		/* max-width: none; */
		/* border-bottom: solid 1px #ffffff9e; */
		/* margin: 0.2em 0.4em; */
		margin-top: 0.5em;
	}

	.dropdown-content {
		/* width: 100%; */
		/* left: 0; */
		/* box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2); */
		/* padding: 0em 0.8em; */
		/* background-color: aquamarine; */
	}

	.dropdown-content .row {
		flex-direction: column;
		padding: 0em 0.8em 0.8em 0.8em;
		background-color: #ffffff;
	}
	.dropdown .dropbtn {
		text-align: left;
		color: #fff;
		width: 100%;
		position: relative;
		display: block;
	}

	.navbar a {
		text-align: left;
		padding: 0.6em 0.8em;
		border-bottom: solid 1px #ffffff57;
		color: #fff;
		font-size: 1em;
		width: 100%;
		position: relative;
	}
	.dropdown-content {
		background-color: var(--verde-claro);
		/* background-color: transparent; */
		top: 10px;
		box-shadow: none;
	}
	
	.column a {
		color: #173a5b;
		border-bottom: solid 1px #4d94e3;
	}
}


@media screen and (max-width: 800px) {
	.banner_contenedor{
		width: 80%;
		left: 10%;
		top: auto;
		bottom: 6%;
	}
	.banner_titulo{
		color: #fff;
		font-size: 2.4em;
	}
	.banner_simbolo{
		/* display: none; */
		mix-blend-mode: darken;
	}
	.banner_mask{
		display: none;
	}
	.banenr_bots{
		display: none;
	}
	#myCarousel2 .item {
		height: 64vh;
	}
	.banner_img{
		width: 100%;
	}


	footer .container {
		border-top-left-radius: 0em;
	}

	.header-main {
		margin-bottom: 1em;
	}
	
	.contenedorDestacados {
		flex-direction:column;
	}

	.itemDestacado{
		margin-bottom:1em
	}
	
}



@media screen and (max-width: 780px) {

}

@media screen and (max-width: 700px) { 

	
}

@media screen and (max-width: 600px) { 



}

@media screen and (max-width: 550px) { 


	
	
}

@media screen and (max-width: 500px) { 
	
}

@media screen and (max-width: 400px) { 

}

@media screen and (max-width: 350px) { 

}