.banner-top.corporate{ 
	background-image: url("../../../img/corporate/CuentasCorporativas.webp");
	background-position: center;
}


/* --Account-Corp-- */
.cont-blue-line{
    position: absolute;
    width: 100%;
    background: var(--color-corp-blue);
    transform: skewY(-5deg);
    height: 15px;
    margin-top: -96px;
}
.cont-blue-yellow{
	position: absolute;
    width: 100%;
    background: rgba(255, 184, 0, 0.5);
    transform: skewY(-5deg);
    height: 60px;
    margin-top: -81px;
}
.cont-blue-corp{
	position: absolute;
    width: 100%;
    background: var(--color-corp-blue);
    transform: skewY(-3.5deg);
    height: 510px;
    margin-top: -60px;
}
.cont-blue-corp .container{
    transform: skewY(3deg);
}
.cont-blue-corp .container .row .col h1{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 50px;
	line-height: 48px;
	color: #FFFFFF;
	/* transform: skewY(3deg); */
}
@media(max-width: 425px){
	.cont-blue-corp .container .row .col h1{
		font-size: 33px;
		line-height: 35px;
	}
}
.cont-blue-corp .container .row .col div h2{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;
	/* transform: skewY(3deg); */
}
.cont-blue-corp .container .row .col div p{
	font-family: 'Lato';
	font-style: normal;
	/* font-weight: 700; */
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	/* transform: skewY(3deg); */
}	
.cont-agencias .container{
	width: 50%;
}
@media(max-width: 820px){
	.cont-agencias .container{
		width: 70%;
	}
}
@media(max-width: 425px){
	.cont-agencias .container{
		width: 90%;
	}
}
/* .margin-auto{
	margin-top: 50px;
} */
@media(max-width: 767px){
	.margin-auto,
	.margin-auto p{
		margin-top: 30px;
	}
}
.hr-blue{
	width: 100%;
    height: 1px;
    background: #0062B6;
    transform: skewY(-3.5deg);
    height: 2px;
    margin-top: 260px;
}

.cont-agencias .container h2{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	letter-spacing: -0.03em;
	color: var(--color-silver-txt);
	margin-bottom: 20px;
}
@media(max-width: 425px){
	.cont-agencias .container h2{
		font-size: 23px;
		line-height: 30px;
	}
}
.cont-agencias .container p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: var(--color-silver-txt);
	padding: 0 30px;
}
.cont-img-agencies .cont-img-agencias{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 505px;
	padding: 0;
}

.img-agencies {
	position: absolute;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cont-blue-rent{
	position: relative;
	top: 285px;
	background: rgba(0, 98, 182, 0.6);
	width: 100%;
	height: 220px;
}
.cont-blue-rent h2{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	color: #FFFFFF;
}
.cont-blue-rent p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
}
@media(max-width: 425px){
	.cont-blue-rent p{
		font-size: 1.7rem;
	}
}
@media(max-width: 425px){
	.cont-blue-rent h2{
		font-size: 3.5rem;
	}
	.cont-blue-rent p{
		font-size: 1.4rem;
	}
}

.cont-img-agencies .cont-img-agencias-two{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 505px;
	padding: 0;
}

.tooltip{
	width: 100%;
	max-width: 800px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 8px 8px 0px 0px;
	margin: 0 155px;
}
.tooltip.show{
	opacity: 1;
}
.wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	margin: 0 auto;
	padding: 5rem 4rem;
	background: #FFFFFF;
	margin-top: -120px;
	z-index: 9;
	border-radius: 8px;
  }
@media(max-width: 470px){
	.wrapper {
		width: 90%;
		padding: 5rem 2rem;
	}
	.wrapper button{
		width: 100%;
	}
}
  .wraper-one-sevent{
    width: 180px;
	height: 60px;
	background: #FFFFFF;
	color: #444B5C;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	grid-column: 1;
	grid-row: 1;
  }
  .wraper-one-sevent p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	width: 80%;
	text-align: start;
	margin-bottom: 0;
  }
  .wraper-one-sevent:hover{
	background: #0062B6;
	border: 1px solid #E5E5E5;
  }
  .one {
	grid-column: 1;
	grid-row: 1;
  }
  .two {
	grid-column: 2;
	grid-row: 1;
  }
  .three {
	grid-column: 3;
	grid-row: 1;
  }
  .four {
	grid-column: 1;
	grid-row: 2;
  }
  .five {
	grid-column: 2;
	grid-row: 2;
  }
  .six {
	grid-column: 3;
	grid-row: 2;
  }
  .sevent {
	grid-column: 3;
	grid-row: 2;
  }
  @media (max-width: 770px){
	.wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.one {
		grid-column: 1;
		grid-row: 1;
	  }
	  .two {
		grid-column: 2;
		grid-row: 1;
	  }
	  .three {
		grid-column: 1;
		grid-row: 2;
	  }
	  .four {
		grid-column: 2;
		grid-row: 2;
	  }
	  .five {
		grid-column: 1;
		grid-row: 3;
	  }
	  .six {
		grid-column: 2;
		grid-row: 3;
	  }
	  .sevent {
		grid-column: 1;
		grid-row: 4;
	  }
  }
  @media (max-width: 425px){
	.wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.one {
		grid-column: 1;
		grid-row: 1;
	  }
	  .two {
		grid-column: 1;
		grid-row: 2;
	  }
	  .three {
		grid-column: 1;
		grid-row: 3;
	  }
	  .four {
		grid-column: 1;
		grid-row: 4;
	  }
	  .five {
		grid-column: 1;
		grid-row: 5;
	  }
	  .six {
		grid-column: 1;
		grid-row: 6;
	  }
	  .sevent {
		grid-column: 1;
		grid-row: 7;
	  }
  }
  .wrapper-two {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	margin: 0 auto;
	padding: 5rem 4rem;
	background: #FFFFFF;
	margin-top: -120px;
	z-index: 9;
	border-radius: 8px;
  }
  @media(max-width: 470px){
	.wrapper-two  {
		width: 90%;
		padding: 5rem 2rem;
	}
	.wrapper-two button{
		width: 100%;
	}
}
  .one {
	grid-column: 1;
	grid-row: 1;
  }
  .two {
	grid-column: 2;
	grid-row: 1;
  }
  .three {
	grid-column: 3;
	grid-row: 1;
  }
  .four {
	grid-column: 1;
	grid-row: 2;
  }
  .five {
	grid-column: 2;
	grid-row: 2;
  }
  .six {
	grid-column: 3;
	grid-row: 2;
  }
  .sevent {
	grid-column: 1;
	grid-row: 3;
  }
  .eight{
	grid-column: 2;
	grid-row: 3;
  }
  .nine{
	grid-column: 3;
	grid-row: 3;
  }
  .ten{
	grid-column: 1;
	grid-row: 4;
  }
  .eleven{
	grid-column: 2;
	grid-row: 4;
  }
  .twelve{
	grid-column: 3;
	grid-row: 4;
  }

  @media (max-width: 770px){
	.wrapper-two {
		grid-template-columns: repeat(2, 1fr);
	}
	.one {
		grid-column: 1;
		grid-row: 1;
	  }
	  .two {
		grid-column: 2;
		grid-row: 1;
	  }
	  .three {
		grid-column: 1;
		grid-row: 2;
	  }
	  .four {
		grid-column: 2;
		grid-row: 2;
	  }
	  .five {
		grid-column: 1;
		grid-row: 3;
	  }
	  .six {
		grid-column: 2;
		grid-row: 3;
	  }
	  .sevent {
		grid-column: 1;
		grid-row: 4;
	  }
	  .eight{
		grid-column: 2;
		grid-row: 4;
	  }
	  .nine{
		grid-column: 1;
		grid-row: 5;
	  }
	  .ten{
		grid-column: 2;
		grid-row: 5;
	  }
	  .eleven{
		grid-column: 1;
		grid-row: 6;
	  }
	  .twelve{
		grid-column: 2;
		grid-row: 6;
	  }
  }
  @media (max-width: 425px){
	.wrapper-two {
		grid-template-columns: repeat(1, 1fr);
	}
	.one {
		grid-column: 1;
		grid-row: 1;
	  }
	  .two {
		grid-column: 1;
		grid-row: 2;
	  }
	  .three {
		grid-column: 1;
		grid-row: 3;
	  }
	  .four {
		grid-column: 1;
		grid-row: 4;
	  }
	  .five {
		grid-column: 1;
		grid-row: 5;
	  }
	  .six {
		grid-column: 1;
		grid-row: 6;
	  }
	  .sevent {
		grid-column: 1;
		grid-row: 7;
	  }
	  .eight{
		grid-column: 1;
		grid-row: 8;
	  }
	  .nine{
		grid-column: 1;
		grid-row: 9;
	  }
	  .ten{
		grid-column: 1;
		grid-row: 10;
	  }
	  .eleven{
		grid-column: 1;
		grid-row: 11;
	  }
	  .twelve{
		grid-column: 1;
		grid-row: 12;
	  }
  }
.bs-tooltip-top{
	width: 168px;
	height: 92px;
	background: #FFFFFF;
	border: 1px solid #0062B6;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	box-shadow: 2px 2px 2px 1px rgba(0, 98, 182, 0.2);
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
}
@media(max-width: 767px){
	.bs-tooltip-top{
		margin: 0 0 10px 0;
	}
}
@media(max-width: 425px){
	.bs-tooltip-top{
		width: 90%;
		max-width: 342px;
	}
}

.bs-tooltip-top p{
	text-align: center;
	background-color: #FFFFFF;
}
.tooltip-inner{
	font-size: 14px;
	font-weight: 400;
    line-height: 12px;
    color: #696969;
    background: #FFFFFF;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before{
	display: none;
}
/* Carrusel start */
.cont-carucel{
	width: 100%;
	max-width: 800px;
	height: 283px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
@media(max-width: 767px){
	.cont-carucel{
		flex-wrap: wrap;
		height: auto;
	}
}
.carucel-block-one img {
	max-width: 306px;
	height: auto;
}
.carucel-block-two{
	width: 100%;
	height: 283px;
	left: 721.79px;
	top: 3321.88px;
	background: #E5E5E5;
	border-radius: 0px 4px 4px 0px;
}
.carucel-block-two div h3{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -0.03em;
	color: #696969;
}
.carucel-block-two div p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #696969;
}
.carucel-block-two-title{
	padding: 40px;
}
.carucel-block-two-icons{
	display: flex;
	justify-content: space-around;
	position: relative;
	top: 25px;
}
@media(max-width: 767px){
	.carucel-block-two{
		background: var(--color-corp-blue);
	}
	.carucel-block-two div h3{
		font-size: 29px;
		color: #FFFFFF;
	}
	.carucel-block-two div p{
		color: #FFFFFF;
	}
	.carucel-block-two-title{
		text-align: center;
		padding: 40px 20px;
	}
}
.carousel-control-prev{
	height: auto !important;
	padding-right: 50px;
}
.carousel-control-next{
	height: auto !important;
	padding-left: 50px;
}

.fa-caret-right,
.fa-caret-left{
	color: #E5E5E5;
	font-size: 56px;
}
@media(max-width: 991px){
	.fa-caret-right,
	.fa-caret-left{
		display: none;
	}
}

.carousel-control-prev, 
.carousel-control-next {
	width: 29%;
	opacity: 1;
}
@media(max-width: 1199px){
	.carousel-control-prev, 
	.carousel-control-next {
		width: 15%;
	}
}

/* Carrusel end */

.cont-info-model{
	background: #E5E5E5;
	border-radius: 0px 4px 4px 0px;
	padding: 45px 45px 20px;
} 
.cont-info-model h2{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -0.03em;
	color: #696969;
}
.cont-info-model p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #696969;
}
.fa-users, 
.fa-suitcase,
.fa-snowflake,
.fa-music{
	font-size: 20px;
	color: #696969;
}
/*@media(max-width: 767px){
	.fa-users, 
	.fa-suitcase,
	.fa-snowflake,
	.fa-music{
		color: #FFFFFF;
	}
}*/
.carousel-control-next,
.carousel-control-prev{
	height: 232px;
}
.cont-diferent{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media(max-width: 767px){
	.cont-diferent{
		flex-wrap: wrap;
	}
}
.diferent{
	padding: 0 20px;
	display: flex;
		align-items: center;
}
/* @media(max-width: 767px){
	.diferent{
		display: flex;
		align-items: center;
	}
} */
.diferent h2{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	letter-spacing: -0.03em;
	color: #696969;
	margin: 0 auto;
}
.diferent strong{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #696969;
	/* margin-bottom: 20px; */
}
.diferent p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #696969;
	margin-top: 20px;
}
.hr-one{
	display: none;
}
.hr-two{
	width: 1px;
	height: 180px;
	left: 488px;
	top: 3806px;
	background: #E5E5E5;
	margin-left: 20px;
}
@media(max-width: 767px){
	.hr-one{
		display: block;
		width: 1px;
		height: 100px;
		left: 488px;
		top: 3806px;
		background: #E5E5E5;
		margin-right: 20px;
	}
	.hr-two{
		display: none;
	}
}





/* Estilos Form */

form.contact-form{
	display: flex;
	flex-direction: column;
}
 
form div.input-area{
	background: #E5E5E5;
	border-radius: 0.4rem;
	padding: 0rem 6rem 3.5rem 6rem;
	margin-bottom: 6rem;
}

form.submitted div.input-area{
	padding: 0rem 6rem 0.2rem 6rem;
	margin-bottom: 1.4rem;
}

form div.wrapper-envelope{
	background: #E5E5E5;
	border-radius: 0.4rem;
	left: -6rem;
	padding: 2rem 6rem;
	position: relative;
	top: -3rem;
	width: fit-content;
}

form i.fa-envelope{
	color: #696969;
	font-size: 4rem;
}

form p.txt-1{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 4rem;
	color: #696969;	
}

form.submitted p.txt-1{
	margin-bottom: 0.5rem;
}

form div.input-container{
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
}

form.submitted div.input-container{
	display: none;
}

form.submitted div.wrapper-btn-submit{
	display: none;
}

form div.wrapper-mark{
	position: relative;
}

form i.mark{
	color: #696969;
    font-size: 0.8rem;
    position: absolute;
    right: 1.2rem;
    top: -3.4rem;
}

form input.form-control{
	border-radius: 0.4rem;
	font-weight: 400;
	font-size: 16px;
	padding: 2.9rem;
}

form select.custom-control{
	border-radius: 0.4rem;
	color: #696969;	
	font-weight: 400;
	font-size: 16px;
	padding: 1.85rem 2.9rem;
}

form textarea.form-control{
	border-radius: 0.4rem;
	font-weight: 400;
	font-size: 16px;
	height: 17rem;
	padding: 2.2rem 2.9rem;
}

form div.wrapper-captcha{
	margin-top: 2.2rem;
	width: 31rem;
}

form.submitted div.wrapper-captcha{
	display: none;
}

form i.mark-normal{
	color: #696969;
    font-size: 0.8rem;
}

form span.txt-required{
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #696969;
}

form a.txt-privacy-1{
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	color: #696969;
	margin-top: 1.5rem;
	padding: 1rem 0;
}

form div.success-message{
	display: none;
}

form.submitted div.success-message{
	background: #E5E5E5;
	border-radius: 0.4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 26rem;
	text-align: center;
}

form div.success-message h4{
	color: #696969;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 2rem;
}

form div.success-message p{
	color: #696969;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
}


form button#submit{
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 2rem;

	background: var(--color-corp-blue);
	border-radius: 8px;	
	width: 100%;
	min-width: 2rem;
}

@media (max-width: 768px) {

	form.container.contact-form{
		max-width: unset;
		padding: 0;
	}

	form div.input-area{
		background: var(--color-corp-blue);
		padding: 0rem 3rem 3.5rem 3rem;
	}

	form.submitted div.success-message{
		background: var(--color-corp-blue);
	}

	form.submitted div.success-message h4{
		color: white;
	}

	form.submitted div.success-message p{
		color: white;
	}

	form div.wrapper-envelope{
		background: var(--color-corp-blue);
	    left: 0;
	    margin: auto;
	}
	form i.fa-envelope{
		color: white;
	}
	form p.txt-1{
		color: white;	
		text-align: center;
	}
	form div.wrapper-captcha{
   		margin: 2.2rem auto 0 auto;
	}
	form div.wrapper-txt-privacy{
		margin-top: 1.5rem;
		margin-bottom: 3.5rem;
	}
	form  a.txt-privacy-1{
		padding: 1rem 0;
	}
	form div.col-12{
		padding: 0;
	}
}



/* Estilos Form */



/* Estilos Blog */

section.list-article h2{
	font-weight: 900;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -0.03em;
	margin-bottom: 56px;
	color: #696969;
}

.list-article{
	width: 100%;
}

.list-article article{
	border-radius: 4px;
	display: block;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.list-article article div.row{
	min-height: 28rem;
	padding: 0 0.9rem;
}

.list-article article:hover{
	background: #EEEEEE;
}

.list-article article .content{
	display: table;
	width: 100%;
}

.list-article article .content > div{
	display: table-cell;
	vertical-align: top;

}

.list-article article .content > .img{
	width: 40%;
	padding: 0 2em;
	min-height: 200px;
}

.list-article article .content > .img > div{
	background-position: center;
	width: 100%;
	height: 100%;
	min-height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
}

.list-article article .desc{
	display: flex;
	flex-direction: column;
}

.list-article article .redes-sociales{
	display: flex;
	padding-top: 2em;
	text-align: right;
	width: 100%;
}

/*.list-article article .redes-sociales > div{
	display: inline-block;
}*/

/*.list-article article .redes-sociales > div.redes{
	padding-right: 1em;
}*/

.list-article article .redes-sociales > div.redes a{
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	height: 50px;
	justify-content: center;
	color: #fff;
	background: var(--color-primary);
	font-size: 20px;
	width: 50px;
	text-decoration: none;
}

.list-article article .redes-sociales > div.more{

}

.list-article article .redes-sociales > div.more a{
	align-items: center;
	background: var(--color-primary);
	border-radius: 4px;
	display: inline-flex;
	height: 50px;
	justify-content: center;
	color: #fff;

	width: 10rem;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
}

.image-fondo-blog{
	width: 100%;
	position: absolute;
	height: 801px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 100px;
}

article div.article-img{
	height: 100%;
	width: 100%;
	flex: 1 1;
}

.article-images {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

article h3.h3{
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #696969;
}

article p.article-txt{
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #696969;
	flex-grow: 1;
}

.article_blog{
	padding: 3em;
	background-color: #fff;
	min-height: 400px;
	margin-top: 20em;
}


.redes-sociales2{
	width: 100%;
	padding-top: 2em;
	text-align: right;
}

.redes-sociales2 > div{
	display: inline-block;
}

.redes-sociales2 > div.redes{
	padding-right: 1em;
}

.redes-sociales2 > div.redes a{
	padding: 1em 1.5em;
	color: #fff;
	background: var(--color-primary);
	font-size: 20px;
	display: inline-block;
}

.banners-module{
	width: 100%;
	display: table;
}


.banners-module .banner{
	display: table-cell;
	width: 50%;
}

.banners-module .banner h5{
	max-width: 370px;
	margin: 0 auto;
}


.banners-module .banner .link{
	display: block;
	height: 331px ;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.banners-module .banner .link div{
	display: block;
	position: absolute;
	bottom: 0;
	height: 100%;
	text-align: center;
	background: var(--color-primary);
	opacity: 0.53;
	color: #fff;
	width: 100%;
}

.banners-text-wrapper{
	color: white;
    height: 0px;
   	left: 0;
    margin:  0px auto;
    padding: 0px 15px;
    position: absolute;
    text-align: center;
    top: 159px;
    width: 100%;
}

.banners-text-wrapper p.title{
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 3px;
	letter-spacing: -1px;
}

.banners-text-wrapper p.txt{
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
}

.list-article div.separator{
	background: #E5E5E5;
	border-radius: 4px;
	height: 0.1rem;
	margin: 4rem 0;
	width: 100%;
}

@media (max-width: 992px) {
	article div.article-img{
		height: 28rem;
		min-height: unset;
		margin-bottom: 3.6rem;
	}	
	.list-article article .redes-sociales > div.more a{
		width: 16rem;
	}
}

@media (max-width: 768px) {

	.list-article article{
		padding-left: 0px;
		padding-right: 0px;
	}

	.list-article article .content{
		display: block;
		width: 100%;
	}

	.list-article article .content > div{
		display:block;
		vertical-align: top;
		padding-bottom: 0.5em;
		width: 100%;

	}

	.list-article article .content > .img{
		width: 100%;
		padding: 0 1em;
	}

	.list-article article .content > .desc{
		width: 100%;
		padding: 0 1em;
	}

	.article_blog{
		padding: 1em;
		background-color: #fff;
		min-height: 400px;
		margin-top: 5em;
	}

	.image-fondo-blog{
		width: 100%;
		position: absolute;
		height: 401px;
		top: 50px;
	}
}

/* Estilos Blog*/

body .select2-container--default .select2-selection--single{
	border-radius: 0.4rem;
    color: #696969;
    font-weight: 400;
    font-size: 16px;
    padding: 1.85rem 2.9rem;
	border: 1px solid #ced4da;
}

body .select2-container .select2-selection--single {
	height: auto;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 21px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #696969;
}