@charset "utf-8";
/* CSS Document */

.sec-llamame{
	position:relative; width: 80%; padding: 10%; background-color: #13457A; text-align: left;
	
	background-image: url("../img/llamame-fnd.jpg");
    background-position: bottom right;
   /* background-attachment: fixed;*/
	background-repeat: no-repeat;
	
	/*background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
}

.llamame-content {
	float:left; position:relative; width: 700px; max-width: 100%; margin: auto;
	
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	
	
}

.llamame-content h1 {
	color: white;
}
.llamame-content h2 {
	color: white;
}

.llamame-content p {
	font-size: 20px; margin-bottom: 10px; margin-top: 10px; color: #E4EFFF;
}

.llamame-content p:last-of-type {
  color: #E4EFFF; font-size: 26px;
}

.llamame-btn {
  position: relative;
  width: 240px;
  height: 60px;
  border: none;
  color: #13457A;
  background-color: white;
  cursor: pointer;
  max-width: 100%;
  font-weight: bold;
  font-size: 15px;
  margin-top: 40px;

  display: inline-flex;          /* coloca ícono y texto en línea */
  align-items: center;           /* centra verticalmente */
  justify-content: center;       /* centra horizontalmente */
  gap: 10px;                     /* espacio entre ícono y texto */

  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;

}

.llamame-btn img {
  display: block;
  width: 24px;
  height: 24px;
}

.llamame-btn:hover {
  color: #13457A;
  background-color: white;
  /*box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);*/
  transform: scale(1.05); 
}




/*--------------- institucional ------------------------*/
.sec-institucional{
	position:relative; width: 90%; padding: 5%; background-color: #13457A;
    }
.sec-institucional h1{
	
}
.institucional-content{
	position: relative; width: 100%; text-align: center; /*margin-top: 60px;*/ 
}
.inst-items{
	float:left; position: relative; width: 100%; height: auto; text-align: center; 
	
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	
	gap: 60px
}
.inst-item{
	width: calc(41% - 30px); text-align: left;
	
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
}
.inst-item img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	overflow: hidden;
	width: 92%; height: auto;
	webkit-filter: brightness(100%) saturate(100%) contrast(80%);
    filter: brightness(100%) saturate(100%) contrast(80%);
}
.inst-item h1{
	color: white;
}
.inst-item h2{
	color: #E4EFFF;
}
.inst-item p{
	color: #E4EFFF;
}

/*--------------- publicidad ------------------------*/
.sec-publicidad{          
	position:relative; width:90%; height: 600px; margin: 0px; z-index:350; padding: 5%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;

	-moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	
	/*background-image: linear-gradient(rgba(0,0,0, 0.1), rgba(0,0,0, 0.5)), url("../img/fnd-compra.jpg");*/
	/*background-image: url("../img/fnd-compra.jpg");
    background-position: center;
    background-attachment: contain;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
	}
.sec-publicidad::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/fnd-compra.jpg");
  background-size: cover;
  background-position: center;
	background-attachment: fixed;
  filter: brightness(70%) saturate(50%) contrast(70%);
  -webkit-filter: brightness(70%) saturate(50%) contrast(70%);
  z-index: 0;
}

.sec-publicidad > * {
  position: relative;
  z-index: 1; /* el contenido NO recibe el filtro */
}


.publicidad-content{
	position: relative; width: 800px; max-width: 100%; height: auto; 
}
.publicidad-content h1{
	text-align: center; margin-top: 0px; color:white;
}
.publicidad-content h2{
	/*font-size: 20px;*/ /*margin-bottom: 40px;*/ /*color: rgb(60,60,60);*/ color:white;
}


/*--------------- servicios ------------------------*/
.sec-servicios{          
	position:relative; width:90%; height: auto; margin: 0px; z-index:350; padding: 5%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;

	-moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	}
/*--------------- Noticias ---------------*/
/*.sec-noti h1{
	float:left; position: relative; width: 100%; height: auto; overflow: hidden; 
    }*/
.servicios-content{
	position: relative; width: 100%; height: auto; 
}
.servicios-content h1{
	text-align: center; margin-top: 0px;
}
.servicios-content h2{
	/*font-size: 20px;*/ margin-bottom: 40px; /*color: grey;*/
}
.servicios-100{
	float:left; position: relative; width: 100%; height: auto; /*overflow-x: hidden;*/
    }
.servicios-pnls{ /*3 elementos*/
	float:left; position: relative; width: 100%; height: auto; 
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	
	-moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
	
	gap:30px;
    }
.servicio-pnl{
	position: relative; width: calc(21% - 2px); padding: 3%; /*border: 1px solid rgb(41,41,41);*/ overflow: hidden; cursor:pointer; background-color: #13457A;
	
	/*-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	
	-moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	
	gap:20px;
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;	
	
    }
.servicio-pnl:hover{
	-webkit-transform:scale(1.03);
	-moz-transform:scale(1.03);
	-ms-transform:scale(1.03);
	-o-transform:scale(1.03);
	transform:scale(1.03);
}

.servicio-pnl img{
	height: 60px; width: 60px;
}
.servicio-pnl h3{
	margin-top: 0px; margin-bottom: 0px; color: white; /*color: #E3EEFB;*/ /*font-weight: bold; font-size: 26px;*/
}
.servicio-pnl p{
	color: #E4EFFF;
}
.lst-servicios{
	float:left; margin-left:calc(50% - 43px); margin-top: 20px; display: none; width:86px; height:auto; 
	}
.servicio-nro{
    float:left; width:12px; height:12px; border:1px solid rgb(100,100,100); margin: 0px; margin-right: 10px; cursor:pointer;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%; 
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    }
.servicio-nro:last-of-type{
	margin-right: 0px; 
    }
.servicio-nro:first-of-type{
	background-color: rgb(100,100,100);
	}
.servicio-nro:hover{
	background-color: rgb(100,100,100);
	}	
.servicio-btn{
	float:left; position:relative; margin-left: calc(50% - 120px); width: 240px; height: 60px; line-height: 60px; text-align: center; color: white; background-color: #13457A; border: none; cursor: pointer; max-width: 100%; margin-top: 30px; font-size: 15px; font-weight: bold;
	
	display: inline-flex;          /* coloca ícono y texto en línea */
  align-items: center;           /* centra verticalmente */
  justify-content: center;       /* centra horizontalmente */
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	transition: background-color 0.3s ease, transform 0.2s ease;
	}
.servicio-btn:hover{	
    color: white;
	background-color: #13457A;
	transform: scale(1.05); 
}


/*--------------- companias ------------------------*/
.sec-companias{          
	position:relative; width:90%; height: auto; margin: 0px; z-index:350; padding: 5%; background-color: #13457A; 
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;

	-moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	}
/*--------------- Noticias ---------------*/
/*.sec-noti h1{
	float:left; position: relative; width: 100%; height: auto; overflow: hidden; 
    }*/
.companias-content{
	position: relative; width: 100%; height: auto; 
}
.companias-content h1{
	text-align: center; margin-top: 0px; color: white;
}
.companias-content h2{
	/*font-size: 20px;*/ margin-bottom: 40px; color: white;
}
.companias-100{
	float:left; position: relative; width: 100%; height: auto; /*overflow-x: hidden;*/
    }
.companias-pnls{ /*3 elementos*/
	float:left; position: relative; width: 100%; height: auto; 
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	
	-moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
	
	gap:40px;
    }
.compania-pnl{
	position: relative; width: calc(15% - 30px); padding: 3%; /*border: 1px solid rgb(41,41,41);*/ overflow: hidden; cursor:pointer; background-color: #13457A;
	
	/*-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);*/
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	
	-moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	
	gap:20px;
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;	
	
    }
.compania-pnl:hover{
	-webkit-transform:scale(1.03);
	-moz-transform:scale(1.03);
	-ms-transform:scale(1.03);
	-o-transform:scale(1.03);
	transform:scale(1.03);
}

.compania-pnl img{
	/*height: 600px;*/ height: auto; width: 100%;
}
.compania-pnl h2{
	margin-top: 0px; margin-bottom: 0px;
}
.compania-pnl p{
	
}
.compania-btn{
	float:left; position:relative; margin-left: calc(50% - 120px); width: 240px; height: 60px; line-height: 60px; text-align: center; color: white; background-color: #13457A; border: none; cursor: pointer; max-width: 100%; margin-top: 30px; font-size: 15px; font-weight: bold;
	
	display: inline-flex;          /* coloca ícono y texto en línea */
  align-items: center;           /* centra verticalmente */
  justify-content: center;       /* centra horizontalmente */
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	transition: background-color 0.3s ease, transform 0.2s ease;
	}
.compania-btn:hover{	
    color: white;
	background-color: #13457A;
	transform: scale(1.05); 
}






/*--------------- contacto ------------------------*/
.sec-contacto{
	position:relative; width: 90%; padding: 5%; height: auto; z-index:350;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;

	-moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.contacto-content{
	position: relative; width: 100%; margin-top: 40px;

	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	/*-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;*/
	
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	
	-moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
	
	gap:30px;
}
.contacto-col1 {
	width: 50%; text-align: left; 

	/*margin: auto;
	overflow: hidden;
	position: relative;*/
	
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	
	-moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
	align-items: flex-start;
	
	/*gap:10px;*/

}
.contacto-col2{
	width: 46%; text-align: left; padding: 2%;
	margin: auto;
	overflow: hidden;
	position: relative;
	
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	/*-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;*/
	
	-webkit-justify-content: start;
	-ms-justify-content: start;
	justify-content: start;
	
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	
	-moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
	
	gap:30px;
}
.contacto-col1 h1{
	
}
.contacto-col1 h2{
	/*color: rgb(100,100,100);*/ /*font-size: 30px; *//*font-weight: bold;*/ margin-bottom: 10px;
}
.contacto-col1 p{
	margin-top:5px; margin-bottom: 5px;
}
.items-contacto{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: start;
	-ms-justify-content: start;
	justify-content: start;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	
	-moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
	
	gap:10px;
}
.item-contacto {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    
    padding: 10px 20px;
    
    border: 2px solid white;
    color: white;
    font-size: 14px;
    cursor: pointer;
    
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;

    /*background: none !important;*/
    background-repeat: no-repeat; 
    background-position: left center;
    background-size: 20px 20px;
}

.item-contacto::before {
    content: ""; 
    width: 20px;
    height: 20px;
    margin-right: 8px; 
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
	filter: invert(100%) brightness(200%); 
}
.whatsapp::before {
    background-image: url("../../include/img/ico-whatsapp.png");
}
.facebook::before {
    background-image: url("../../include/img/ico-facebook.png");
}
.instagram::before {
    background-image: url("../../include/img/ico-instagram.png");
}
.linkedin::before {
    background-image: url("../../include/img/ico-linkedin.png");
}

.item-contacto:hover {
    background-color: rgb(24, 50, 157);
    border: 2px solid rgb(24, 50, 157);
}
.cont-map{
	position:relative; width:100%; margin:auto; height:400px; overflow:hidden; margin-top:40px;
	}
.cont-map iframe{
	width:100%; margin:auto; height:400px; 
	}

/* Mostrar solo un panel en pantallas chicas */
@media (max-width: 999px) {
	
  .inicio-pnl {
    display: none;
    flex: 1 1 100%;
  }

  .inicio-pnl.activo {
    display: flex;
  }

  .panel-nav {
    display: flex; width: 100%; position: absolute; height: 100%;  top:0px; lef:0px; 
    justify-content: space-between;
    flex-wrap: wrap;
    /*gap: 10px;*/
    /*margin-top: 20px;*/
	  
	  -webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
  }

  .panel-nav div {
    /*padding: 10px 15px;*/
    font-size: 30px;
    /*border-radius: 8px;
    border: 1px solid #333;*/
    width: 25px; height: 100%; color: rgba(255,255,255,0.5); user-select: none;
    cursor: pointer; 
	  
	  display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	  
	  -webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	
	-moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }

  .panel-nav div:hover {
    color: rgba(255,255,255,1);
  }
	.vision-content {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.vision-col1 {
  		width: 100%; max-width: 100%; overflow: hidden;
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	.vision-col2{
		width: 90%; max-width: 100%; padding: 5%; 
		gap:0px;
	}
	.vision-col1 h1{
		text-align: center;
	}
	.vis-pnls{
		overflow: hidden;
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	.mensaje-content{
		font-size: 40px; 
	}
	.flota-content h2{
	font-size: 30px; 
}
.flota-content p{
	font-size: 30px; /*color:grey;*/
}
	
	
	.items-forma{
		position: relative; width: 100%;
	
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;

	-moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
	
	gap: 5%;
}
.item-forma{
	position: relative; width: calc(100% - 40px); border-top: 2px solid rgb(24,50,157); padding: 20px;
	}
	
	.contacto-content{

	
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;

	
	gap:30px;
}
	
	.contacto-col1 {
		width: 100%;
	}
	.contacto-col2 {
		width: 100%;
	}
	
	.pnls-btn {
		display:none;
	}

}

/* En pantallas grandes, mostrar todos los paneles y ocultar los botones */
@media (min-width: 1000px) {
	.panel-nav {
    	display: none;
  	}

  	.inicio-pnl {
    	display: flex;
  	}

}
@media (max-width: 999px) {
	.inst-items{
		gap:0;
	}
	.inst-item{
		width: 100%;
	}
	.inst-item img{
		display: none;
	}
	.servicio-pnl{
		width: 100%;
	}
	.servicio-pnl img{
		height: 60px; width: 60px;
	}
	.llamame-content h1{
		font-size: 36px;
	}
	.institucional-content h1{
		font-size: 36px;
	}
	.publicidad-content h1{
		font-size: 36px;
	}
	.servicios-content h1{
		font-size: 36px;
	}
	.companias-content h1{
		font-size: 36px;
	}
	.contacto-content h1{
		font-size: 36px;
	}
	.sec-llamame{
		background-image: none;
	}
	.compania-pnl{
		position: relative; width: calc(48% - 20px); padding: 1%; /*border: 1px solid rgb(41,41,41);*/ overflow: hidden; cursor:pointer; 
	}
}
