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

	.cover-home img {
		margin-top: 64px;
	}
	
	.work h2 {
		font-size: 31px;
		margin-top: 20px;
		margin-left: 20px;      
	}

	.work p {
		margin-top: 30px;
	}

	.nosotros-title {
		padding-left: 25px;
		padding-right: 25px;
	}

	.nosotros-quote {
		padding: 35px 0;
		font-size: 21px;
		line-height: 1.3em;
		font-weight: 300;
		color: #353535;
		font-family: "Noto Sans";
		text-align: left;
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.nosotros-quote span.author {
    margin: 18px 0;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
	}
	
	.dropcap {
		font-size: 120px;
		float: left;
		line-height: 0.9em;
		padding-right: 10px;
		text-align: left;
	}

	.equipo {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 35px
		
	}
	.equipo h2 {
		font-size: 37px;
	}
	.equipo h3 {
		font-size: 21px;  
		text-align: center;    
		padding-bottom: 25px; 
		color: #888888;
	}
				
	.equipo .consejo-editorial img {
		height: auto;
		width: 100px;
	}

	.equipo img {
		height: auto;
		width: 100px;
	}

	.equipo .consejo-editorial h5 {
		font-size: 18px;
	}

	.equipo .equipo-completo h5 {
		font-size: 18px;
	}

	.equipo .equipo-completo h6 {
		font-size: 31px;
	}

	.equipo .equipo-completo span {
		font-size: 14px;
	}	

	.member-item .team-picture {
    width: 115px;
    height: 115px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    transition: background-size .2s ease-in-out;
    border-radius: 100px;
	}

	.dropdown .btn {
		background-color: #94b9d0;
		color: black;
		font-size: 15px;			
		border: none;
	}

	.dropdown a {
		background-color: #94b9d0;
		color: black;
		font-size: 15px;
		
	}

	.premios-cover {
		/* background-image: url(assets/premios/bg.png); */
		max-width: 1320px;
		height: auto;
		margin: 0 auto;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top center;
		position: relative;
	}

	.premios-cover img {
		width: 100%;
	}

	.container-fluid.nuestros-premios {
		padding: 50px 15px;
	}

	.nuestros-premios .premios-bloque {
		margin-top: 0px;
		padding-bottom: 20px;
	} 

	.nuestros-premios .premios-bloque h2 {
		font-size: 31px;
		padding-bottom: 35px;
	}

	.nuestros-premios .premios-bloque h3 {
		font-size: 16px;
	} 
	.nuestros-premios .premios-bloque span {
		font-size: 15px;
	}
	
	.premios-cover .award-item {
		position: relative;
		width: 100%;
		max-width: 100px;
		margin: 15px 10px;
		display: inline-block;
		text-align: center;
		cursor: pointer;
	}

	.premios-cover .award-item img {
		max-height: 65px;
	}

	.nuestros-aliados h2 {
		padding-top: 10px;
	}

	.nuestros-aliados .carousel-container {
    max-width: 70%;
    min-height: 30vh;
	}

	.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
	}

	.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #313131;
	
	}
	
	.main-footer {
		margin-top: 10vh;
		border-top: 1px solid #000000;
		background-color: #000000;
	}
	
	.main-footer .footer-block {
		width: 100%;
		max-width: 1320px;
		margin: 0 auto;
		padding: 10vh 0;
	}
	
	.main-footer h5 {
		font-size: 18px;
			color: rgb(255, 255, 255);
			font-weight: bold;
			text-transform: uppercase;
	}
	
	.main-footer p {
		color: #dde0e3;
	}
	.main-footer label {
		color: #dde0e3;
	}
	
	.main-footer ul {
		list-style: none;
		padding: 0;
		margin: 0;
		margin-bottom: 25px;
		color: #dde0e3;
	}
	
	.main-footer ul li {
		font-size: 15px;
		margin-bottom: 15px;
		color: #dde0e3;
	}
	
	.main-footer img {
		max-width: 100%;
		
	}
	
	.investigaciones .carousel-container .investigaciones-carousel img {
		height: auto;
		width: 75%;
		margin: 0 auto;
	}

	.investigaciones-carousel h3 {
		margin: 0;
		padding-bottom: 35px;
	}

	#carouselAliados {
		height: 374px;
	}

	#carouselAliados .carousel-inner {
		height: 424px;
	}

	.titulo-aliados{
		margin-bottom: 0px;
	}

	#carouselInvestigaciones {
		height: 630px;
	}


	.politicas {
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 30px;
	}

	.navbar-brand {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.navbar-toggler{
		display: none;
	}

	.container .line-mobile {
		right: 25%;
	}

}


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

	.mobile-menu-toggler{
		background-color: transparent;
		border: none;
		display: block !important;
	}

}