@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,400;0,700;1,300;1,400&display=swap');

html,
body {
	font-family: 'Saira', sans-serif !important;
	text-align: justify !important;
}

:root {
	--red: #b51700;
	--gray-delta: #5e5e5e;
}

.navbar-dark .navbar-nav .nav-link {
	/* color: rgba(255,255,255,.5); */
	color: white !important;
	font-size: 1.5em;
}

.py-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.py-50 {
	padding-top: 50px;
	padding-bottom: 100px;
}

.py-50-2 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.py-75 {
	padding-top: 75px;
	padding-bottom: 100px;
}

.py-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.py-200 {
	padding-top: 200px;
	padding-bottom: 200px;
}

.w-70 {
	width: 70% !important;
}

.z-3 {
	z-index: 3;
}

.z--3 {
	z-index: -3 !important;
}

.opacity-3 {
	opacity: .3 !important
}

.text-orange {
	color: #f18020 !important;
}

.font-3x {
	font-size: 2.5em;
}

.font-5x {
	font-size: 3.5em;
}

.list-group-item {
	background-color: transparent !important;
}

.owl-nav {
	text-align: center;
}

.owl-nav span {
	font-size: 35px;
	margin: 0 10px;
}

.line-break {
	width: 10%;
	height: 1px;
}

.block-break {
	background-color: #f18020;
	height: 100px;
	width: 100%;
}

.bg-gray {
	background-color: #414141;
}

.bg-light-gray {
	background-color: #c1c1c1;
}

.bg-white {
	background-color: #FFFFFF;
}

.bg-red {
	background-color: var(--red);
}

.bg-light-gray {
	background-color: #b6b6b6;
}

.mtop-76 {
	margin-top: 66px;
}

.font-raleway {
	font-family: 'Raleway', sans-serif !important;
}

.full-bg-index {
	height: 100vh;
	min-height: 300px;
	background: no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/BannerImagen.jpg );
	background-blend-mode: darken;
	transition: 4s;

}

.circle-1 {
	z-index: 2;
	right: 0;
	top: 0;
}

.circle-2 {
	z-index: 2;
	left: 0;
	bottom: -120px;
}

.circle-3 {
	top: 0;
	right: 0;
	top: -15%;
}

.btn-red {
	color: #FFFFFF;
	background-color: var(--red);
	border-color: var(--red)
}

.btn-red:hover {
	color: #fff;
	background-color: var(--red);
	border-color: var(--red);
}

.btn-outline-orange {
	color: #f18020;
	background-color: transparent;
	background-image: none;
	border-color: #f18020 !important;
}

.btn-outline-orange:hover {
	color: #fff;
	background-color: #f18020;
	border-color: #f18020;
}

/*INDEX*/
.navbar-collapse.dropdown-menu {
	padding: 0;
	font-size: 1.25rem;
	line-height: 1;
	border-radius: .25rem;
}

.navbar-dark .navbar-nav .nav-link.dropdown-item {
	padding-left: .75em;
	padding-right: .75em;
}

.navbar-dark .navbar-collapse.dropdown-menu {
	background: 0 0;
	border: 1px solid transparent;
	color: rgba(255, 255, 255, .8);
	border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-nav .nav-link.dropdown-item {
	border-bottom: 1px solid transparent;
	border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .nav-link.dropdown-item:hover {
	background-color: rgba(253, 147, 1, 0.30);
}

.navbar-dark .nav-link.dropdown-item:active {
	background-color: rgba(253, 147, 1, 0.80);
}

.navbar-dark .nav-link.dropdown-item:focus {
	background-color: rgba(253, 147, 1, 0.50);
}

.social-navs {
	position: fixed;
	z-index: 3;
	right: 15px;
	top: 100px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 5px;
	padding: 10px;
}

.social-navs {
	right: 15px;
	text-align: center;
}

.social-navs li {
	display: block;
	font-size: 1.3em;
}

.social-navs li a {
	color: #FFFFFF
}

.social-navs li a:hover {
	border-radius: 5px;
	color: rgba(0, 0, 0, .5);
}

.mail:hover i {
	color: #4eb8ec;
}

.linkedin:hover i {
	color: #3b85ac;
}

.facebook:hover i {
	color: #526fa2;
}

.instagram:hover i {
	color: #9154a8;
}

.logo {
	margin-top: calc(50vh - 150px);
	position: relative;
	z-index: 3
}

.link-white {
	color: var(--red);
	text-decoration: none;
	font-style: italic;
}

.link-white:hover {
	background-color: var(--red);
	border-radius: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.link-orange {
	color: #f18020;
	text-decoration: none;
	font-style: italic;
}

.link-orange:hover {
	background-color: #f18020;
	border-radius: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.cursorHand {
	cursor: pointer;
	cursor: hand;
}

#back-to-top.show {
	opacity: 1;
}

#back-to-top {
	background-color: #f18020;
	border-radius: 10px;
	border: 1px solid #ad5b17;
	bottom: 3.75rem;
	color: #FFFFFF;
	cursor: pointer;
	display: flex;
	opacity: 0;
	position: fixed;
	right: 1.75rem;
	transition: opacity 0.2s ease-out;
	padding: .8em;
	z-index: 9999;
	text-decoration: none;
}

.bottom-info {
	bottom: 50px;
	text-align: center;
	z-index: 3;
	font-weight: 300;
}

.bottom-info i:before {
	color: var(--red);
	font-size: 3em;
}

#capacity h2 {
	font-size: auto;
}

#capacity h2 .font-3x {
	font-size: 2.5em;
	line-height: 1;
}

#capacity {
	color: #b7babb;
}

#about-us {
	background-image: url(../images/delta-2.jpg);
	background-color: #171717;
	background-position: right 0px center;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 1.2em;
}

.text-about {
	border-left: 1px solid var(--red);
}

#services h2,
#services h3 {
	letter-spacing: 3px;
	text-transform: uppercase;
}

#services a:hover {
	text-decoration: none;
	background-color: var(--red);
}

.center-service {
	display: flex;
	align-items: center;
}

.text-service {
	min-width: 220px;
}

.airport-bg {
	background-image: url(../images/airport-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

#tips h2 {
	letter-spacing: 3px;
	text-transform: uppercase;
}

.tip-item a:hover {
	text-decoration: none;
}

.tip-item a:hover {
	background-color: #2c2b2b;
	cursor: pointer;
	border-radius: 50px;
}

.tip-icon {
	background-color: #f18020;
	border-radius: 50%;
	height: 5em;
	width: 5em;
}

.tip-icon i {
	color: #FFFFFF;
	font-size: 1.8em;
}

.bg-tips {
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-contacto {
	background-color: #171717 !important;
}

.contacto-section,
.modal-services-bg {
	background-image: url(../images/Delta4.jpg);
	background-color: #171717 !important;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 1.2em;
}


.zoom{
	transition: transform .7s;
	margin: 13px;
}
.zoom:hover {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1); 
  }

#news h2 {
	letter-spacing: 3px;
	text-transform: uppercase;
}

.news-img {
	margin: 0;
	height: 245px;
	overflow: hidden;
	width: 100%;
	display: block;
}

.news-img-index {
	margin: 0;
	height: 245px;
	overflow: hidden;
	width: 100%;
	display: block;
	background-size: cover;
	background-position: center center;
}

.news-text h3 {
	font-size: 1em !important;
}

.news-text p {
	font-size: .8em;
	font-weight: 200;
	line-height: 1.2;
}

.news-text a {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}

.news-text a:hover {
	background-color: #b35d14;
	border-radius: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.news-text i {
	color: #de741a;
}

#tips .news-item-main {
	height: 200px;
}

.news-item-main {
	overflow: hidden;
	position: relative;
}

.news-itmn-view {
	position: relative;
}

.news-itmn-img {
	position: relative;
	background: #000000;
	background-color: #f18020;
	overflow: hidden;
	height: 400px;
}

.news-itmn-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../images/pattern-bg.png) repeat center;
}

.news-itmn-img img {
	border-radius: 6px;
	opacity: .4;
	width: 100%;
	transition: opacity 0.2s cubic-bezier(0.42, 0, 1, 1);
}

.news-item-main:hover .news-itmn-img img {
	opacity: 1;
}

.news-itmn-overlay {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px 30px 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	color: #FFFFFF;
}

.news-itmn-overlay h2 {
	text-transform: capitalize;
	font-size: 1.2em;
}

.news-itmn-overlay p {
	font-weight: 200;
}

.tag {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.news-itmn-overlay a.link {
	border: 3px solid rgba(255, 255, 255, .5);
	padding: 10px;
	color: rgba(255, 255, 255, .5);
	width: 120px;
	text-decoration: none;
}

.news-itmn-overlay a.link:hover {
	border: 3px solid #FFFFFF;
	padding: 10px;
	color: #FFFFFF;
	width: 120px;
}

#mailing {
	font-weight: 200;
}

#mailing h5 {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#mailing label {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

#mailing input {
	background-color: transparent;
	border-bottom: 1px solid #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	-webkit-appearance: none;
	box-shadow: 0 0 0;
	outline: 0;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
}

#mailing input:focus {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

/*FOOTER FORM*/
.form-input {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #dc3545;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	padding: 10px 0;
	outline: 0;
	color: #FFFFFF;
}

.form-input::placeholder {
	color: #b1b1b1;
}



/*BLOG*/
.entry-header {
	background: #f18020;
	padding: 3rem 0 3rem 60px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.entry-header .breadcrumb {
	background-color: transparent;
	font-size: 12px;

}

.entry-header .breadcrumb a {
	color: #ffd199;

}

.entry-title {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 32px;
	border-bottom: 4px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.entry-title span {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}

.entry-title span:after {
	content: "";
	height: 4px;
	width: 100%;
	background: #414141;
	left: 0;
	bottom: -4px;
	position: absolute;
	z-index: 2;
}

.featured-image {
	width: 450px;
	float: left;
	margin: 0 20px 20px 0;
}

.meta-post {
	color: #ffd199;
	padding-right: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.meta-post:after {
	content: '-';
	color: #ffa333;
	padding-left: 10px;
}

.meta-post a {
	color: #ffd199;
}

.meta-post a:hover {
	color: #414141;
	text-decoration: none;
}

.category-meta {
	border: 1px solid #f18020;
	border-radius: 5px;
	transition: all 0.2s ease-out;
	color: #f18020;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.category-meta:hover {
	background-color: #f18020;
	color: #FFFFFF;
	text-decoration: none;
}

.sn-share {
	height: 50px;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.sn-share li {
	height: 100%;
	line-height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

.sn-share a {
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	padding: 10px 30px;
	height: 100%;
}

.sn-share a:hover {
	color: #FFFFFF;
	background-color: #f18020;
}

.sn-share .fb {
	background-color: #306199;
}

.sn-share .tw {
	background-color: #26c4f1;
}

.sn-share .mail {
	background-color: #0a88ff;
}

/*HISTORY*/
.bg-history {
	background: var(--gray-delta);

}

.history-header h1,
.history-header p {
	color: #FFFFFF;
}

.history-header h1 {
	font-size: 2.5em !important;
}



.timeline dl {
	position: relative;
	top: 0;
	padding: 20px 0;
	margin: 0;
}

.timeline dl:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: 100;
	width: 2px;
	margin-left: -1px;
	content: '';
	background-color: #ccd1d9;
}

.timeline dl dt {
	position: relative;
	top: 30px;
	z-index: 200;
	width: 120px;
	padding: 3px 5px;
	margin: 0 auto 30px;
	font-weight: normal;
	color: white;
	text-align: center;
	background-color: #aab2bd;
	border-radius: 4px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.timeline dl dd {
	position: relative;
	z-index: 200;
}

.timeline dl dd .circ {
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 200;
	width: 22px;
	height: 22px;
	margin-left: -11px;
	background-color: #f18020;
	border: 4px solid #d8d8d8;
	border-radius: 50%;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.timeline dl dd .time {
	position: absolute;
	top: 31px;
	left: 50%;
	display: inline-block;
	width: 100px;
	padding: 10px 20px;
	color: #f18020;
}

.timeline dl dd .events {
	position: relative;
	width: 47%;
	padding: 10px 10px 0;
	margin-top: 31px;
	background-color: #f9f9f9;
	border-radius: 4px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.timeline dl dd .events:before {
	position: absolute;
	top: 12px;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 6px;
}

.timeline dl dd .events .events-object {
	margin-right: 10px;
}

.timeline dl dd .events .events-body {
	overflow: hidden;
	zoom: 1;
}

.timeline dl dd .events .events-body .events-heading {
	margin: 0 0 10px;
	font-size: 14px;
}

.timeline dl dd.pos-right .time {
	margin-left: -100px;
	text-align: right;
}

.timeline dl dd.pos-right .events {
	float: right;
}

.timeline dl dd.pos-right .events:before {
	left: -12px;
	border-color: transparent white transparent transparent;
}

.timeline dl dd.pos-left .time {
	margin-left: 0;
	text-align: left;
}

.timeline dl dd.pos-left .events {
	float: left;
}

.timeline dl dd.pos-left .events:before {
	right: -12px;
	border-color: transparent transparent transparent white;
}

/* HISTORY 2 */
.overlay {
	background: #536976;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #292E49, #536976);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #292E49, #536976);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	opacity: 0.3;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.history-header {
	vertical-align: middle;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4rem 2rem;
	position: relative;
	/*text-align: center;*/
}


#mision .nav-tabs {
	border-bottom: 0;
}

#mision .nav>li>a {
	padding: 8px 0;
}

#mision .nav-tabs>li>a {
	color: #ffffff;
	font-size: 18px;
	border: 0;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	margin-right: 35px;
	text-decoration: none;
}

#mision .nav-tabs>li.active>a,
#mision .nav-tabs>li.active>a:focus,
#mision .nav-tabs>li.active>a:hover {
	background: transparent;
	color: #fefefe;
	border-bottom: 3px solid #ffffff;
	text-decoration: none;
}

#mision .nav>li>a:focus,
#mision .nav>li>a:hover {
	background: transparent;
	border-bottom: 3px solid #ffffff;
	color: #fefefe;
	text-decoration: none;
}

#mision .tab-content {
	margin-top: 50px;
}

.tab-pane-item {
	margin: 20px 0;
}

.tab-pane-item h2 {
	margin: 0 0 5px 0;
}

#valores {
	background: #ffffff;
}

#valores .col-md-6 {
	margin: 0;
	padding: 0;
}

.icon-values {
	display: inline-flex;
	padding: 10px;
	border-radius: 50%;
	background-color: #f18020;
	min-width: 35px;
	min-height: 35px;
	text-align: center;
}

.icon-values svg {
	height: 1rem;
	fill: #FFFFFF;
}

.valores-image {
	background: url('../images/aeroplane-air-aircraft-912050.jpg') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 490px;
}

.valores-info {
	background: #414141;
	padding: 20px 60px;
	min-height: 450px;
}

.valores-info h3 {
	color: #ffffff;
	margin-top: 5px;
}

.valores img,
.valores-item img,
.valores-item h4 {
	color: #f18020;
	display: inline-block;
	vertical-align: top;
}

.valores img,
.valores-item img {
	border: 3px solid #ffffff;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.procesos h1 {
	color: white;
	font-size: 1.5em;
	text-align: center;
	background: var(--red);
	padding: 50px;
}

.procesos {

	padding-top: 20%;
	padding-bottom: 20%;
}

.bg-procesos {
	background: url('../images/bg-index/proceso.jpg') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

/* HOVER EFFECT */
.hover-container {
	position: relative;
	margin: 0 auto;
	/*padding: 1em 0 4em;*/
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.hover-container figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #f18020;
	text-align: center;
	cursor: pointer;
}

.hover-container figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.hover-container figure figcaption {
	padding: 2em .5em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.15em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hover-container figure figcaption::before,
.hover-container figure figcaption::after {
	pointer-events: none;
}

.hover-container figure figcaption,
.hover-container figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.hover-container figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.hover-container figure h3 {
	word-spacing: -0.15em;
}

.hover-container figure h3 span {
	font-weight: 800;
}

.hover-container figure h3,
.hover-container figure p {
	margin: 0;
}

.hover-container figure p {
	letter-spacing: 1px;
	font-size: 66%;
}

figure.effect-ruby {
	background-color: #f18020;
}

figure.effect-ruby img {
	/*opacity: 0.7;*/
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

figure.effect-ruby p {
	margin: 1em 0 0;
	padding: .5em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
	transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/*ANIMATIONS*/
@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.full-bg-index .logo-delta {

	width: 180% !important;
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
}


/*ADAPTABILITY*/
@media (max-width: 1199px) {

	.full-bg-index {
		background-image: url(../images/BannerImagen.jpg);
	}

	.full-bg-index .logo-delta {
		display: block
	}

	.valores-info {
		padding: 20px;
	}
}

@media (max-width: 992px) {
	.img-history {
		display: block;
		position: relative;
	}
}

@media (max-width: 768px) {
	.py-100 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.py-200 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 767px) {

	.full-bg-index {
		background-image: url(../images/BannerImagen.jpg);
	}



	.timeline dl:before {
		left: 60px;
	}

	.timeline dl dt {
		margin: 0 0 30px;
	}

	.timeline dl dd .circ {
		left: 60px;
	}

	.timeline dl dd .time {
		left: 0;
	}

	.timeline dl dd.pos-left .time {
		padding: 10px 0;
		margin-left: 0;
		text-align: left;
	}

	.timeline dl dd.pos-left .events {
		float: right;
		width: 84%;
	}

	.timeline dl dd.pos-left .events:before {
		left: -12px;
		border-color: transparent white transparent transparent;
	}

	.timeline dl dd.pos-right .time {
		padding: 10px 0;
		margin-left: 0;
		text-align: left;
	}

	.timeline dl dd.pos-right .events {
		float: right;
		width: 84%;
	}
}

@media (max-width: 460px) {
	.timeline dl dd.pos-left .events {
		width: 78% !important;
	}

	.timeline dl dd.pos-right .events {
		width: 78% !important;
	}
}

@media screen and (max-width: 445px) {
	.news-itmn-img {
		height: 250px;
	}

	.news-img {
		height: auto;
	}
}