#menu_toggle-container {
	margin: 0 auto;
}

p {
	text-align: center;
}


.dropdown-cont .toggle-el > a::before {
	content: '>';
	margin-right: 10px;
	font-family: "barlow-bold"; 
}

.nav-drop a:hover { 
	color: #00aec7 !important;
}
.nav-drop ul li:hover > ul {
	display:inherit;
}

/*Dropdown*/

.nav-drop {
	margin:0;
	
}

.nav-drop ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;
	}
@media only screen and (max-width: 800px){
	.nav-drop:hover .dropdown-cont{
		display: none;
	}
}
	
.nav-drop ul li {
	display:inline-block;
	
	}

.nav-drop a {
	display:block;
	padding:0 10px;	
	color:#0b3254;
	font-size:20px;
	line-height: 60px;
	text-decoration:none;
	padding-left: 0;
	padding-right: 0;
	font-family: "barlow-light"; 
}

.nav-drop a:hover { 
	color: #00aec7 ;
}

/* Hide Dropdowns by Default */
.nav-drop ul ul {
	display: none;
	position: absolute; 
	top: 60px; /* the height of the main nav */
	width: 200px;
	right: 0;
	padding: 5px;
}
	
/* Display Dropdowns on Hover */
.nav-drop ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
.nav-drop ul ul li {
	width:100%;
	float:none;
	display:list-item;
	position: relative;
	text-align: left;
}

/* Second, Third and more Tiers	*/
.nav-drop ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ''; }
li > a:only-child:after { content: ''; }

.nav-drop .menu_link{
	padding: 0 10px;
	box-sizing: border-box;
}

.dropdown-cont{
	background-color: white;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(184,180,184,1);
	-moz-box-shadow: 0px 4px 5px 0px rgba(184,180,184,1);
	box-shadow: 0px 4px 5px 0px rgba(184,180,184,1);
}
.toggle-el a {
	line-height: 2;
}

.drop-link:hover:before {
    opacity: 1;
	width: 100%;
}

.drop-link::before{
	content: "";
    position: absolute;
    width: 0px;
    height: 5px;
    background-color: rgb(0, 174, 199);
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    margin: auto;
    transition: all 0.3s ease 0s;
}


/*PAGINA PDF */

#informeSuraPDF{
	padding-left: 100px;
	padding-right: 100px;
	margin-top: 50px;
}
@media only screen and (max-width: 600px){
	#informeSuraPDF{
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 30px;
	}
}
.img-pdf{
	display: flex;
	width: 2%;
	margin-right: 30px;
}
@media only screen and (max-width: 600px){
	.img-pdf{
		width: 7%;
	}
}
.img-pdf img{
	width: 100%;
} 

.pdf-item{
	display: flex;
    justify-content: left;
	align-items: center;
	height: 60px;
	/* margin-top: 50px;
	margin-bottom: 50px; */
}

.pdf-container{
	margin-bottom: 40px;
}

.pdf-icon{
	fill: #a08742;
}



#informeSuraPDF a{
	font-family: "barlow-ligh", sans-serif; 
	color: #a08742;
	font-size: 20px;
}
@media only screen and (max-width: 600px){
	#informeSuraPDF a{
		font-size: 16px;
	}
}


#informeSuraPDF h1{
	color: #0033A0;
	font-size: 40px;
	margin-bottom: 40px;
	font-family: "barlow-regular";
}
#informeSuraPDF h3{
	color: #53565A;
	font-size: 20px;
	font-family: "barlow-regular";
}
@media only screen and (max-width: 600px){
	#informeSuraPDF h1{
		font-size: 20px;
	}
	#informeSuraPDF h2{
		font-size: 20px !important;
	}
}

#informeSuraPDF h2{
	color: #a08742;
	font-size: 40px;
}



.pdf-container p{
	margin-bottom: 0;
}

.pdf-item:hover  a{
	
	color : #0033A0 !important;


}
.pdf-item:hover .pdf-icon{
	fill: #0033A0 !important;
}

/*Tablet menu*/
@media only screen and (max-width: 800px){
	.menu-main{
		text-align: center;
	}
}

@media only screen and (max-width: 700px){
	#trazos-banner{
		display: none !important;
	}
	#responsive-banner{
		display: block !important;
	}
}

@media only screen and (max-width: 800px){
	#trazos-banner{
		display: flex !important;
	}
}


@media (max-width: 767px){
	.swiper-pagination--bells .swiper-pagination-bullet {
		width: 15px !important;
		height: 15px !important;
	}
	.swiper-container--bells .swiper-pagination{
		width: 100% !important;
	}
	}






	.dropdown-menu {
		position: relative;
		display: inline-block;
	  }
	  
	  .drop-content {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		padding: 12px 16px;
		z-index: 1;
		width: 15vw !important;
		right: 0;
		padding-bottom: 20px !important;
	  }
	  #contentDrop{
		width: 12vw;
	  }
	  .drop-content li{
		  text-align: center;
	  }
	  .drop-content li a:hover{
		  color: #0033A0;
	  }
	  
	  .dropdown-menu:hover .drop-content {
		display: block;
	  }

	  @media (max-width: 900px) and (min-width:767px){
		.main-navigation a{
			font-size: .8rem;
		}
	  }