/* CSS Document */

#main .row-1200>div {
	padding-left: 0px;
	padding-right: 0px;
}

.container-title {
	width: max-content;
    /* text-align: center; */
    display: block;
    /* justify-content: center; */
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 40px;
}

.container-title img {
	float: right;
    display: block;
    padding-bottom: 0px;
}


.container-title span {
	font-family: "KhandLight";
    font-weight: bold;
    font-size: 60px;
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 70px;
    letter-spacing: 5px;
}

.title_landing p {
	font-family: "KhandLight";
	font-weight: normal;
	font-size: 1rem;
    color: #FFF;
	text-align: justify;
	line-height: 25px;
}



#banner {
	background-image: url('/sites/all/themes/vinci_airport/images/sustentabilidad/banner-2.jpg');
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
    /*height: 300px; */
    height: 250px; 
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: right;
	align-items: center;
	padding-bottom: 0px;
	
}

.title_landing {
	background-image: url('/sites/all/themes/vinci_airport/images/sustentabilidad/fondo-hoja.jpg');
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}

.title_objetivos {
	background-image: url('/sites/all/themes/vinci_airport/images/sustentabilidad/background-title.png');
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	margin-top: 86px;
}

.section-objetivos-ac {
	margin-bottom: 50px;
}

.section-objetivos-ac ul.ConAcordeon li a:hover,
.section-objetivos-ac ul.ConAcordeon li a.act {
	color: #FFF !important; 
	
}

.section-objetivos-ac ul.ConAcordeon {
	border: none !important;
}

.section-objetivos-ac ul.ConAcordeon li {
	padding-bottom: 3px;
}

.section-objetivos-ac .contBlock li {
	list-style: disc !important;
}

.obj-1 ul.ConAcordeon li a,
.obj-1 ul.ConAcordeon li a.act {
	background-color: #7CA559;
}
.obj-2 ul.ConAcordeon li a,
.obj-2 ul.ConAcordeon li a.act {
	background-color: #908d0c;
}
.obj-3 ul.ConAcordeon li a,
.obj-3 ul.ConAcordeon li a.act {
	background-color: #338b83;
}
.obj-4 ul.ConAcordeon li a,
.obj-4 ul.ConAcordeon li a.act {
	background-color: #0464b7;
}

.section-objetivos-ac ul.ConAcordeon li .contBlock p,
.section-objetivos-ac ul.ConAcordeon li .contBlock h3,
.section-objetivos-ac ul.ConAcordeon li .contBlock span {
	font-family: "KhandRegular" !important;
}

.section-objetivos-ac .contBlock img {
	float: right;
    padding-left: 15px;
}

.title_objetivos .row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.title_objetivos .row-1200>div:first-child {
	display: flex;
	align-items: center;
}

.title_objetivos .row-1200 div:nth-child(2) {
	text-align: right;
}

.title_objetivos span {
	font-family: "KhandRegular";
	font-style: normal;
	font-weight: 500;
	font-size: 75px;
	line-height: 114px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding-left: 15px;
}

.section-botones a {
	text-decoration: none;	
	
}



.title_objetivos a img {
	width: 70px;
	height: 70px;
	
}

.title_objetivos img:nth-child(2) {
	width: 100%;
	max-width: 178px;
	float: right;
}

.logo-banner-container {
	width: 100%;
}

.section-botones {
	margin-bottom: 15px;
}

.section-botones .row-1200 .row {
	display: flex;
	justify-content: center;
}

.section-botones .row-1200>div>p {
	font-weight: 500;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 0px;
	
	color: #8A8A8A;
    font-family: "KhandRegular";
    font-size: 23px;
}

.box-objetivo {
	width: 100%;
    max-width: 100%;
    height: 260px;
    /* display: block; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    padding-top: 15px;
    text-align: center;
	margin-top: 15px;
	text-decoration: none;
}


.section-botones a {
	text-decoration: none;	
}



.box-obj-1 {
	background-image: url('/sites/all/themes/vinci_airport/images/sustentabilidad/bg-off-obj-1.png');
}
.box-obj-1.active {
	background-image: url('/sites/all/themes/vinci_airport/images/sustentabilidad/bg-obj-1.png');
}

.box-obj-2 {
	background-image: url('/sites/all/themes/vinci_airport/images/sustentabilidad/bg-off-obj-2.png');
}
.box-obj-2.active {
	background-image: url('/sites/all/themes/vinci_airport/images/sustentabilidad/bg-obj-2.png');
}

.box-obj-3 {
	background-image: url('/sites/all/themes/vinci_airport/images/sustentabilidad/bg-off-obj-3.png');
}
.box-obj-3.active {
	background-image: url('/sites/all/themes/vinci_airport/images/sustentabilidad/bg-obj-3.png');
}

.box-obj-4 {
	background-image: url('/sites/all/themes/vinci_airport/images/sustentabilidad/bg-off-obj-4.png');
}

.box-obj-4.active {
	background-image: url('/sites/all/themes/vinci_airport/images/sustentabilidad/bg-obj-4.png');
}



.box-objetivo img {
	display: block;
    height: 70px;
    width: auto;
    margin: 0 auto;
   
}

.box-objetivo span, .box-objetivo p {
	font-family: "Khand", Sans-serif;
    font-weight: normal;
	color: #FFF;
}


.box-objetivo>span {	
    font-size: 15px;   
	line-height: 16px;
    width: 90%;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
	font-weight: bold;
	height: 38%;
}

.box-objetivo p {
	font-size: 14px;
	line-height: 16px;
    text-align: center;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 96%;
    display: block;
}

.box-objetivo p:first-child {
	font-weight: bold;	
}

.box-objetivo p span {
	font-weight: bold;
}

.section-links {
	background-image: url('/sites/all/themes/vinci_airport/images/sustentabilidad/bg-links.jpg');
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}
.section-links>div {
    background: rgba(198, 219, 198, 0.9);
    content: "";
    width: 100%;
    height: 100%;
}

.container-box-links {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.container-box-links>span {
	font-family: "KhandRegular";
	font-style: normal;
	font-weight: bold;
	font-size: 1.75rem;
	line-height: 44px;
	color: #24B469;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.container-box-links p {
	color: #04ac9c;
    font-family: "Khand", Sans-serif;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

.cont-text {
	min-height: 95px;
    display: block;
    margin-top: 5px;
    width: 100%;
}

.container-box-links img {
	width: 100%;
	height: auto;
}

.container-box-links .cont-media {
	margin-top: 5px;
    min-height: 327px;
	min-width: 100%;
	width: 100%;
    display: flex;
    align-items: end;
	background-image: url('/sites/all/themes/vinci_airport/images/sustentabilidad/img-link-donate.png');
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
		
}

.section-contact {
	background-image: url('/sites/all/themes/vinci_airport/images/sustentabilidad/background-contact.png');
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.section-contact span {
	font-family: 'KhandRegular';
	font-style: normal;
	font-weight: bold;
	font-size: 2rem;
	line-height: 66px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.section-contact p {
	font-family: 'KhandRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	color: #666666;
}

.section-contact a {
	font-family: 'KhandRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	color: #666666;
	text-decoration: none;
}

.section-contact a:hover {

	color: #FFF !important;	
}
.section-contact .row-1200>div img {
	width: 20px;
    height: 22px;
    margin-top: -10px;
}

.section-contact .row-1200>div:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-contact .row-1200>div:nth-child(2) img {
	width: 30%;
    height: auto;
    margin-top: 10px;
}



#banner .row .col-12 {
	text-align: right;
}

.btn {
	border-radius: 0px;
}

#banner .row .btn {
	background: #003879;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

.hidden {
	display: none;
}



.title_landing div:nth-child(4) {
	text-align: center;
}

.title_landing>div>img {
	width: 100%;
	max-width: 816px;
	height: auto;
}

.li-prensa {
	padding-top: 50px;
	background: rgba(170, 181, 255, 0.5);
	padding-bottom: 30px;
}


.li-prensa .title-b {
	display: flex;
	justify-content: center;
}


.li-prensa .row div:nth-child(2) img {
	margin-top:30px;
	margin-bottom: 30px;
}

.row h3 {
	font-family: 'KhandRegular';
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 56px;
	color: #262A4E;
}

.row p {
	/*font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #646464;*/
}

.row button {
	float: right;
}

.row img {
	/*max-width: 100%;*/
}

.title_landing {
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-close {
    background: #00316E;
    box-shadow: 0px 8px 18px -8px rgb(0 49 110 / 72%);
    width: 30px;
    height: 30px;
    float: right;
    border-radius: 25px;
}

.btn-close img {
    width: 12.5px;
    height: 12.5px;
}


.btn-close img:after {
    /*transform: rotate(-180deg);*/
	transition: all 0.5s ease-in-out;
}

.box-a div:nth-child(3) img {
	float: right;
}

.box-a div:nth-child(4) img,
.box-b div:nth-child(1) img {
	float: center;
}

.box-c div:nth-child(1) {
	text-align: center;
}

.box-pmr .btn {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
	float:left;
}

.box-pmr .btn:hover,
.box-pmr .btn:active {
	background: #6366F1;
	box-shadow: 0px 8px 18px -8px rgba(99, 102, 241, 0.9);
	border: 1px solid #6366F1;
}

.box-pmr {
	background: #031F40;
	border-radius: 8px;
	padding-left: 50px;
    padding-top: 70px;
    padding-right: 50px;
    padding-bottom: 70px;
}

.box-pmr .row div:first-child span {
	font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 46px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 30px;
}

.box-pmr .row div:nth-child(2) span {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
    margin-left: 30px;
    padding-left: 25px;
    background-image: url(/sites/all/themes/vinci_airport/images/nuevo-terminal/el-proyecto/icon-check.png);
    background-position: left;
    background-repeat: no-repeat;
}


@media (max-width: 767px) {
	.title_objetivos span {
		font-size: 40px;
	}
	
	
	
}

.box-c {
	text-align: center;
	display: grid;
    justify-items: center;
}

.box-d div:nth-child(1) {
	text-align: center;
}

.box-f div:nth-child(3) {
	text-align: right;
}

.box-g div:nth-child(3) {
	text-align: right;
}






/*****************************/
/*****************************/
/*****************************/
/*****************************/


#listado{padding:0 0 0 10px;}

.row-1400{
	max-width: 1400px;
	margin: 0px auto 50px;
	width:100%;
}

#banner h3{
	font-family: 'KhandRegular';
	font-style: normal;
	font-weight: 700;
	font-size: 72px;
	line-height: 80px;
	text-align: right;
	color: #FFFFFF;
}

#main {
	overflow: hidden;
}

#listado .post h4 {
	font-family: 'KhandRegular';
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 56px;
	color: #262A4E;
}

#listado .post p {
	font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: justify;
	color: #646464;
}

#listado .post .btn {
	border: 1px solid #003879;
	font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #003879;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	padding-right: 45px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

#listado li {
	list-style: none;
}

#listado .post .btn:hover, 
#listado .post .btn:active {
	background-color: #003879;
	color: #FFF;
}

#listado .div-bg-img {
	background-image: url(/sites/all/themes/vinci_airport/images/nuevo-terminal/el-proyecto/bg-espacio-tecnologia.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    width: 110%;
    margin-left: -56px;
}

#listado .box-espacio-tec {
	padding: 40px;	
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), #003879;
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
	border-radius: 8px;
	margin-left: -35%;
	width: 100%;
	margin-top: 15%;
}

#listado .box-espacio-tec img {
	width: 15px;
	heigt: 15px;
}

#listado .box-espacio-tec .row div:first-child {
	font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 800;
	font-size: 35px;
	line-height: 40px;
	color: #FFFFFF;
}

#listado .box-espacio-tec .row div:nth-child(2) p {
	font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	color: #FFFFFF;
	opacity: 0.7;
	padding-top: 15px;
	padding-bottom: 15px;
}

#listado .box-espacio-tec .btn,
#listado .box-pmr .btn {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

#listado .box-espacio-tec .btn:hover,
#listado .box-pmr .btn:hover,
#listado .box-espacio-tec .btn:active,
#listado .box-pmr .btn:active {
	background: #6366F1;
	box-shadow: 0px 8px 18px -8px rgba(99, 102, 241, 0.9);
	border: 1px solid #6366F1;
}

#listado .two-columns {
	/*margin-top: 50px;*/
}

#listado .two-columns span {
	font-family: 'KhandRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 38px;
	color: #262A4E;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

#listado .two-columns p, 
#listado .two-columns li {
	font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: justify;
	color: #646464;
} 

#listado .two-columns li {
	margin-bottom: 10px;
}

#listado .bg-datos-rapidos,
#listado .li-prensa {
	padding-top: 50px;
	background: rgba(170, 181, 255, 0.08);
	padding-bottom: 30px;
}

#listado .datos-rapidos-title>div {
	text-align: center;
}

#listado .datos-rapidos-title span,
#listado .li-prensa .title {
	font-family: 'KhandRegular';
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 45px;
	text-align: center;
	color: #414464;
	display: block;
}

#listado .datos-rapidos-title {
	margin-bottom: 30px;
}

#listado .datos-rapidos-col,
#listado .datos-rapidos-col .calugas {
	justify-content: center;
}

#listado .datos-rapidos-col .calugas div {
	text-align: center;
}

#listado .datos-rapidos-col .calugas img {
	width: 64px;
	height: auto;
	margin-bottom: 20px;
}

#listado .datos-rapidos-col h4 {
	font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	color: #003879;
	margin-bottom: 20px;
}

#listado .datos-rapidos-col p {
	font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #565973;
	margin-bottom: 30px;
}

#listado .box-pmr {
	background: #031F40;
	border-radius: 8px;
	padding-left: 50px;
    padding-top: 70px;
    padding-right: 50px;
    padding-bottom: 70px;
}

#listado .box-pmr .row div:first-child span {
	font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 46px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 30px;
}

#listado .box-pmr .row div:first-child {
	/*
	background: linear-gradient(90deg, rgba(99, 102, 241, 0.58) 0%, #8B5CF6 50%, #D946EF 100%);
	opacity: 0.35;
	filter: blur(150px);
	transform: rotate(-7.48deg);
	*/
}

#listado .box-pmr .row div:nth-child(2) {
	/*
	background: linear-gradient(90deg, rgba(99, 102, 241, 0.58) 0%, #8B5CF6 50%, #D946EF 100%);
	opacity: 0.35;
	filter: blur(150px);
	transform: rotate(-7.48deg);
	*/
	
}

#listado .box-pmr .row div:nth-child(2) span {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
    margin-left: 30px;
    padding-left: 25px;
    background-image: url(/sites/all/themes/vinci_airport/images/nuevo-terminal/el-proyecto/icon-check.png);
    background-position: left;
    background-repeat: no-repeat;
}

#listado .li-prensa .carrusel-proyecto {
	margin-top: 50px;
}

#listado .li-prensa .carrusel-proyecto a img {
	margin-bottom: 10px;
}

#listado .li-prensa .carrusel-proyecto .subtitle {
	display: inline-block;
	float:left;
	font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #33354D;
}

#listado .li-prensa .carrusel-proyecto .fecha {
	display: inline-block;
	float:right;
	font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	color: #9397AD;
}

#listado .li-prensa .carrusel-proyecto h3 {
	display: inline-block;
	font-family: 'RobotoRegular';
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 100%;
	color: #33354D;
	padding-top: 20px;
}

#listado .li-prensa .carrusel-proyecto .sec-carrusel div {
	padding-left: 15px;
	padding-right: 15px;
}


#listado .li-prensa .carrusel-proyecto .sec-carrusel img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	max-height: 230px;
	width: 100%;
}

#listado .li-prensa .carrusel-proyecto .sec-carrusel {
	max-height: 350px;
	margin-left: 10px;
	margin-right: 10px;
}














/***********************************/
/***********************************/
/***********************************/
/***********************************/
#listado li{margin: 0 0 50px 0;}
#listado li .col-righ ul {margin: 0 0 0 50px;}
#listado li .col-righ ul li{
	list-style-type:disc;
	margin:0;
	color: #868686;
    font-family: RobotoRegular;
    font-size: 14px;
    text-align: justify;
}

#listado .col-left{
	max-width:140px;
	float:left;
	width:10%;
}

#listado .col-left img{
	max-width:115px;
}

#listado .col-left p{
	color:#AAAAAA;
	font-family:RobotoRegular;
	font-size:20px;
	text-align:center;
}

#listado .col-righ{
	float: left;
    margin: 0 0 0 4%;
    max-width: 994px;
    width: 86%;
}

#listado .col-righ h4{
	color: #535353;
    font-family: KhandRegular;
    font-size: 25px;
    margin: 0 0 5px;
}

#listado .col-righ p,
#datos-rapidos p{
	color:#868686;
	font-family:RobotoRegular;
	font-size:14px;
	text-align:justify;
}

@media(max-width: 640px){
	#listado .col-left,
	#listado .col-righ{
		max-width: none;
		width: 100%;
	}
	
	#listado .col-left img {
    	float: left;
	}
	
	#listado .col-left p {
		color: #aaaaaa;
		float: left;
		font-family: RobotoRegular;
		font-size: 20px;
		margin: 42px 0 0 20px;
		text-align: center;
	}
	
	#listado .col-righ{margin:4% 0 0 0;}
	
}

@media(min-width: 1039px) {
	
}

@media(min-width:992px) and (max-width: 1038px) {
	.box-objetivo>span {
		font-size: 13px;
		line-height: 15px;
		height: 38%;
	}
	
	.box-objetivo p {
		font-size: 12px;
    	line-height: 14px;
	}
	
	.box-objetivo {
		height: 240px;
	}
	
	
}

@media(min-width: 992px) {
	
	.logo-banner-container img {
		max-width: 25%;
		margin-top: 50px;
	}
	
	.section-botones .box-objetivo {
		transition: 0.25s ease;
		-moz-transition: 0.25s ease; /* Firefox */
		-webkit-transition: 0.25s ease; /* Chrome - Safari */
		-o-transition: 0.25s ease; /* Opera */
	}

	.section-botones .box-objetivo:hover {
		transform : scale(1.1);
		-moz-transform : scale(1.1); /* Firefox */
		-webkit-transform : scale(1.1); /* Chrome - Safari */
		-o-transform : scale(1.1); /* Opera */
		-ms-transform : scale(1.1); /* IE9 */
	}
}

@media (max-width: 991px) {
	.section-objetivos-ac .contBlock img {
		max-width: 30%;
	}
	
	.md-hidden {
		display: none !important;
		
	}
	
	.md-row-1200 {
		max-width: 1200px;
		margin: 0 auto;
		width: 96%;
	}
	
	#listado .box-espacio-tec {
		margin-left: 0%;
    	margin-top: 0%;
	}
	
}

@media(max-width: 576px) {
	.section-objetivos-ac .contBlock img {
		width: 100%;
	}
}

@media(max-width: 575px) {
	.section-objetivos-ac .contBlock img {
		float: none;
		padding-left: 0px;
		max-width: 100%;
		width: 100%;
		padding-bottom: 5px;
		padding-top: 5px;
		/* display: block; */
	}
	
	.xs-hidden-sust {
		display: none;
	}
	
	.section-botones .row-1200>div>p {
		font-size: 16px;
	}
	
	.box-objetivo {
		height: 290px;
	}
	
	ul.ConAcordeon li .contBlock {
		text-align: center;
	}
	
	.section-objetivos-ac .contBlock img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	
	#main .row-1200 {
		padding-top: 0px !important;
	}
	
	.section-contact .row-1200 {
		padding-top: 0px !important;
	}
	
	#listado .box-pmr .row {
		text-align: center;
		
	}
	
	#listado .box-pmr .row div:nth-child(2) {
		margin-top: 50px;
	}
	
	#listado .box-pmr .row div:nth-child(2) li {
		margin-bottom: 30px !important;
	}
	
}



