/*RESET*/
@import "https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css";

/****************** SECCION BANNER | HERO ************************/
#banner-hero {
	position: relative;
	width: 100%;
	border-radius: 6px;
	margin-bottom: 60px;
}

.contenido-hero > img {
	width: 100%;
	background-size: cover;
	background-position: bottom;
}

#banner-hero:before {
	content: '';
	background: rgba(77,77,92,0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 1;
}

.contenido-hero {
	position: relative;
	color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

	.contenido-hero h3 span {
		font-weight: 600;
		position: absolute;
		z-index: 2;
		top: 35%;
		text-transform: uppercase;
		font-size: 43px;
		padding: 10px;
		color: #fff;
	}

	.contenido-hero p {
		position: absolute;
		text-transform: uppercase;
		line-height: 1.8;
		color: #fff;
		font-size: 20px;
		text-align: justify;
		padding: 20px;
		margin-top: 15%;
		z-index: 1;
	}

@media only screen and (min-width:220px) and (max-width: 424px) {
	.contenido-hero h3 span {
		font-size: 14px;
	}

	.contenido-hero p {
		font-size: 12px;
	}
}

@media only screen and (min-width:425px) and (max-width: 680px) {
	.contenido-hero h3 span {
		font-size: 21px;
	}

	.contenido-hero p {
		font-size: 15px;
	}
}


@media only screen and (min-width:681px) and (max-width: 840px) {
	.contenido-hero h3 span {
		font-size: 35px;
	}

	.contenido-hero p {
		font-size: 20px;
	}
}

/****************** SECCION NOSOTROS | QUIENES SOMOS ************************/
.nosotros {
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #6a6a6a;
}
 .h-txt{
 	margin-top: 20px;
 	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #0057aa;
}
.container-nosotros{
	display:flex;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
  justify-content: space-around;
  margin-top: 25px;
  margin-bottom: 20px;
}

.container-nosotros p{
	line-height: 1.8;
	font-size: 16px;
	text-transform: none;
	text-align: justify;
}


/******************* BOTON | IR ARRIBA *******************************/
.ir-arriba {
	position: fixed;
	bottom: 110px;
	margin-right: 30px;
	width: 40px;
	height: 40px;
	background: #009adc;
	border-radius: 20px;
	border-style: none;
	padding: 5px;
	cursor: pointer;
	transition: all 300ms ease;
	z-index: 1;
}

.ir-arriba img {
	width: 25px;
	height: 20px;

}

.ir-arriba:hover {
	transform: scale(1.2);
}

/****************** SECCION EXPERIENCIA | EXP ************************/
.exp{
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: space-around;
	margin-bottom: 80px;
}
.container-exp{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 80%;
}
.exp-row{
	background: #f7f7f7;
	display: flex;
	align-items: center;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.exp-row img{
	width: 70px;
}

.exp-row img:hover{
	width: 80px;
	transition: all 300ms;

}

.exp-row h3{
	text-transform: uppercase;
	font-size: 18px;
	margin-left: 20px;
	color: #0057aa;
}
.exp-col p{
	line-height: 1.8;
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 20px;
}
.exp-col{
	display: flex;
	text-align: justify;
	flex-direction: column;
	justify-content: space-around;
}
/****************** SECCION | H GROUP ************************/
.hgroup{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 70px;
	margin-top: 70px;
}

.container-hgroup{
	display:flex;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
  justify-content: space-around;
 
}
.container-hgroup img{
	width: 60%;
}

.container-hgroup p{
	line-height: 1.8;
	font-size: 16px;
text-transform: uppercase;
text-align: justify;
}
@media(max-width: 500px){
	.hgroup{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 20px;
	margin-top: 15px;
	}
	.container-hgroup{
		width: 85%;
	}
}

/****************** SECCION H GROUP | LOGOS EMPRESAS ************************/
.contenedor-logos{
	display: flex;
	align-items: center;
	justify-content: center;
 	margin-bottom: 25px;
}

.logos{
  display:flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 18px;
}

.caja-logo{
	text-align: center;
  max-width: 700px;
  width: 100%;
  height:100%; 
}

.caja-logo img{
  height: 80%;
  width: 80%;
}

.caja-logo img:hover{
	transform: scale(1.1);
	cursor: pointer;
	transition: all 300ms;
}


/****************** SECCION H GROUP | RESPONSIVE ************************/
@media only screen and (min-width:320px) and (max-width:768px){
	.card-rastreo{
		flex-wrap: wrap;
	}
}

@media(max-width: 850px){
  .caja-logo img{
    width: 80%;
    height: 80%;
    transition: all 300ms;
	}
}

/****************** SECCION | NUESTROS VALORES ************************/
.txt-titulo{
	text-align: center;
	text-transform: uppercase;
	font-size: 34px;
	color: #0057aa;
	padding-top: 20px;
}

.valores{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.container-valores{
	display:flex;
  flex-wrap: wrap;
  width: 90%;
  justify-content: space-around;
  margin-top: 25px;
  margin-bottom: 60px;
}
.container-col{
 max-width: 1200px;
  width: 27%;
  height:100%;
  margin-right: 15px;
}
.container-col p{
	text-transform: uppercase;
	line-height: 1.8;
	color: #6a6a6a;
	font-size: 18px;
	text-align: justify;
	padding-bottom: 40px;
}
.container-col h3{
	font-size: 28px;
	color: #009adc;
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
}
 
.container-col i{
	margin-top: 20px;
	margin-bottom: 10px;
	display: flex;
	font-size: 50px;
	justify-content: center;
}
.container-col img{
	width: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media(max-width: 940px){
	.container-col h3{
		font-size: 18px;
	}
	.container-col p{
		font-size: 16px;
	}
}
@media only screen and (min-width:280px) and (max-width:680px){
	.container-valores{
		width: 80%;
		display: flex;
		flex-direction: column;
	}
	.container-col{
		width: 100%;
	}
}

/****************** SECCION BANNER | SERVICIOS ************************/
#banner-servicios{
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  margin-bottom: 60px;
}

#banner-servicios > img{
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: bottom;
    object-fit: cover;
} 
#banner-servicios:before{
    content: '';
    background: rgba(77,77,92,0.6);
    position: absolute;
    width: 100%;
    height: 600px;
    left: 0;
}

.contenedor-txt #testo {
	position: absolute;
	z-index: 2;
	color: white;
	font-size: 50px;
	font-weight: 600;
	left: 5%;
}

.contenedor-txt #parra {
	position: absolute;
	text-transform: uppercase;
	line-height: 1.8;
	color: #fff;
	font-size: 16px;
	z-index: 1;
	margin-top: 140px;
	left: 5%;
}

.contenedor-txt {
	display: flex;
	position: absolute;
	width: 100%;
	top: 30%;
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
}

@media(max-width: 615px) {
	.contenedor-txt #parra {
		font-size: 14px;
		margin-top: 100px;
	}

	.contenedor-txt #testo {
		font-size: 40px;
	}
}

@media(max-width: 517px) {
	.contenedor-txt #parra {
		font-size: 14px;
		margin-top: 100px;
	}

	.contenedor-txt #testo {
		font-size: 30px;
	}
}

@media(max-width: 380px) {
	.contenedor-txt #parra {
		font-size: 14px;
		margin-top: 70px;
	}

	.contenedor-txt #testo {
		font-size: 20px;
	}
}
@media(max-width: 768px){
#banner-servicios > img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    object-fit: cover;
} 

#banner-servicios:before{
    height: 100%;
    }
}


@media(max-width: 601px){
    #testo{
        position: absolute;
        z-index: 2;
        color: white;
        font-size: 30px;
        font-weight: 600;
        margin-left: 5%;
        margin-top: 10%;
    }
    #parra{
        position: absolute;
        text-transform: uppercase;
        line-height: 1.8;
        color: #fff;
        font-size: 14px;
        margin-left: 5%;
        z-index: 1;
        margin-top: 30%;
    }
}

@media(max-width: 555px) {
	#testo {
		position: absolute;
		z-index: 2;
		color: white;
		font-size: 30px;
		font-weight: 600;
		margin-left: 5%;
		margin-top: 35px;
	}

	#parra {
		position: absolute;
		text-transform: uppercase;
		line-height: 1.8;
		color: #fff;
		font-size: 14px;
		margin-left: 5%;
		z-index: 1;
		margin-top: 30%;
	}
}
@media(max-width: 420px){
    #testo{
        position: absolute;
        z-index: 2;
        color: white;
        font-size: 25px;
        font-weight: 600;
        margin-left: 5%;
        margin-top: 10%;
    }
    #parra{
        position: absolute;
        text-transform: uppercase;
        line-height: 1.8;
        color: #fff;
        font-size: 14px;
        margin-left: 5%;
        z-index: 1;
        margin-top: 30%;
    }
}
@media(max-width: 355px){
    #testo{
        position: absolute;
        z-index: 2;
        color: white;
        font-size: 20px;
        font-weight: 600;
        margin-left: 5%;
        margin-top: 10%;
    }
    #parra{
        position: absolute;
        text-transform: uppercase;
        line-height: 1.8;
        color: #fff;
        font-size: 12px;
        margin-left: 5%;
        z-index: 1;
        margin-top: 30%;
    }
}
/****************** SECCION | BANNER MISION ************************/
#banner-mision{
	position: relative;
	width: 100%;
	height: 500px;
	border-radius: 6px;
	margin-bottom: 60px;
}
.contenido-mision > img{
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: bottom;
	object-fit: cover;
} 
#banner-mision:before{
	content: '';
	background: rgba(77,77,92,0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 1;
}
.contenido-mision{
	position: relative;
	color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contenido-mision h3 span{
	font-weight: 600;
	position: absolute;
	z-index: 2;
	top: 90px;
	text-transform: uppercase;
	font-size: 33px;
	font-weight: 400px;
	padding: 10px;
}
.contenido-mision p{
	position: absolute;
	text-transform: uppercase;
	line-height: 1.8;
	color: #fff;
	font-size: 16px;
	text-align: justify;
	padding: 20px;
	margin-top: 50px;
	margin-right: 180px;
	z-index: 1;
}
@media only screen and (min-width:220px) and (max-width: 445px){
	.contenido-mision h3 span{
		top: 40px;
		font-size: 22px;
	}
	.contenido-mision p{
		font-size: 14px;
		margin-top: 61px;
		margin-right: 0;
	}
}

@media only screen and (min-width:446px) and (max-width: 802px){
	.contenido-mision h3 span{
		top: 50px;
		font-size: 25px;
	}
	.contenido-mision p{
		font-size: 16px;
		margin-top: 50px;
		margin-right: 0;
	}
}
/****************** SECCION | MISION ************************/

.mision{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 60px;
}
.container-mision{
	display:flex;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
  justify-content: space-around;
  margin-top: 25px;
  margin-bottom: 20px;
}

.container-mision p{
	line-height: 1.8;
	font-size: 16px;
	text-transform: uppercase;
	text-align: justify;
}

/****************** SECCION | BANNER VISION ************************/
#banner-vision{
	position: relative;
	width: 100%;
	height: 500px;
	border-radius: 6px;
	margin-bottom: 60px;
}
.contenido-vision > img{
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: bottom;
	object-fit: cover;
} 

#banner-vision:before{
	content: '';
	background: rgba(77,77,92,0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 1;
}
.contenido-vision{
	position: relative;
	color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contenido-vision h3 span{
	font-weight: 600;
	position: absolute;
	z-index: 2;
	top: 90px;
	text-transform: uppercase;
	font-size: 33px;
	font-weight: 400px;
	padding: 10px;
}
.contenido-vision p{
	position: absolute;
	text-transform: uppercase;
	line-height: 1.8;
	color: #fff;
	font-size: 16px;
	text-align: justify;
	padding: 20px;
	margin-top: 50px;
	margin-right: 180px;
	z-index: 1;
}

@media only screen and (min-width:220px) and (max-width: 445px){
	.contenido-vision h3 span{
		top: 40px;
		font-size: 22px;
	}
	.contenido-vision p{
		font-size: 14px;
		margin-top: 61px;
		margin-right: 0;
	}
}

@media only screen and (min-width:446px) and (max-width: 802px){
	.contenido-vision h3 span{
		top: 50px;
		font-size: 25px;
	}
	.contenido-vision p{
		font-size: 16px;
		margin-top: 50px;
		margin-right: 0;
	}
}
/****************** SECCION | VISION ************************/
.vision{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 60px;
}
.container-vision{
	display:flex;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
  justify-content: space-around;
  margin-top: 25px;
  margin-bottom: 20px;
}

.container-vision p{
	line-height: 1.8;
	font-size: 16px;
text-transform: uppercase;
text-align: justify;
}

/****************** SECCION | HISTORIA ************************/

h1 {	  
	color:#333;
	font-weight:700;
	margin-top:125px;	 
	text-align:center;
	text-transform:uppercase;
	line-height:23px;

}

/* --- Start progress bar --- */

.process-wrapper {
	margin:auto;
	max-width:1080px;
}

#progress-bar-container {
	position:relative;
	width:90%;
	margin:auto;
	height:100px;
	margin-top:65px;
}

#progress-bar-container ul {
	padding:0;
	margin:0;
	padding-top:15px;
	z-index:99;
	position:absolute;
	width:100%;
	margin-top:-40px
}

#progress-bar-container li:before {
	content:" ";
	display:block;
	margin:auto;
	width:30px;
	height:30px;
	border-radius:50%;
	border:solid 2px #aaa;
	transition:all ease 0.3s;
     
}

#progress-bar-container li.activado:before, #progress-bar-container li:hover:before {
	border:solid 2px #fff; 
	background: linear-gradient(to right, #009adc 0%,#0057aa 100%);	 
}

#progress-bar-container li {
	list-style:none;
	float:left;
	width:20%;
	text-align:center;
	color:#aaa;
	text-transform:uppercase;
	font-size:11px;
	cursor:pointer;
	font-weight:700;
	transition:all ease 0.2s;
	vertical-align:bottom;
	height:60px;
	position:relative;
}

#progress-bar-container li .step-inner {
	position:absolute;
	width:100%;
	bottom:0;
    font-size: 14px;
}

#progress-bar-container li.activado, #progress-bar-container li:hover {
	color:#444;
}

#progress-bar-container li:after {
	content:" ";
	display:block;
	width:6px;
	height:6px;
	background:#777;
	margin:auto;
	border:solid 7px #fff;
	margin-top:40px;
	box-shadow:0 2px 13px -1px rgba(0,0,0,0.3);
	transition:all ease 0.2s;
     
}

#progress-bar-container li:hover:after {
	background:#555;
}

#progress-bar-container li.activado:after {
	background: #0057aa;
}

#progress-bar-container #line {
	width:80%;
	margin:auto;
	background: #eee;
	height:6px;
	position:absolute;
	left:10%;
	top:57px;
	z-index:1;
	border-radius:50px;
	transition:all ease 0.9s;
}

#progress-bar-container #line-progress {
	content:" ";
	width:3%;
	height:100%;
	background: linear-gradient(to right, #0057aa 0%,#009adc 100%);
	position:absolute;
	z-index:2;
	border-radius:50px;
	transition:all ease 0.9s;
}

#progress-content-section {
	width:90%;
	margin: auto;
	background: #f3f3f3;
	border-radius: 4px;
}

#progress-content-section .section-content {
	padding:30px 40px;
	text-align:center;
}

#progress-content-section .section-content h2 {
	font-size:17px;
	text-transform:uppercase;
	color:#333;
	letter-spacing:1px;
}

#progress-content-section .section-content p {
	text-align: justify;
	text-transform: uppercase;
	font-size:16px;
	line-height:1.8em;
	color:#777;
}

#progress-content-section .section-content {
	display:none;
	animation: FadeInUp 700ms ease 1;
	animation-fill-mode:forwards;
	transform:translateY(15px);
	opacity:0;
}

#progress-content-section .section-content.activado {
	display:block;
}

@keyframes FadeInUp {
	0% {
		transform:translateY(15px);
		opacity:0;
	}
	
	100% {
		transform:translateY(0px);
		opacity:1;
	}
}

/****************** SECCION BOTON | WHATSAPP  ************************/
.btn-whatsapp {
    display:block;
    width:70px;
    height:70px;
    color:#fff;
    position: fixed;
    right:20px;
    bottom:20px;
    border-radius:50%;
    line-height:80px;
    text-align:center;
    z-index:999;
}


.btn-whatsapp img:hover{
    transform: scale(1.1);
    transition: .5s;
}
