@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');


.barra-nabvar{
	padding-top: 0px; 
	height: 10%; 
	background-color: white;
}

/*Clases del logo del intro para diferentes resolcuiones*/
.logo-celular{
	background-color: white;
	margin-top: 26px;
}
.displaycelular{
	display: none;
}
/*PArte del logo que mueve*/

.containerlogo {
  position: relative;
  width: 100%;
  overflow:hidden;
}

.containerlogo .btnlogo {
  position: absolute;
  bottom: 20%;
  right: 10%;
  background-color: #24355e;
  color: white;
  font-size: 24px;
  padding: 5px 20px;
  border: none;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 8px 16px 0 #4e4d4d;
  animation:boton 5s;
}


.imagelogo {
  display: block;
  width: 100%;
  height: auto;
  opacity: 100%;
  animation: anne 3s linear ;
}


.overlaylogo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity:95%;
  overflow: hidden;
  filter:sepia(100%) hue-rotate(190deg) saturate(500%);
  width: 0;
  height: 100%;
  /*background-image: url('https://www.etq.com/app/themes/beauvoir/resources/views/blocks/mainpage-header/assets/mainpage-header-shape.svg');*/
  background-repeat: no-repeat;
  background-size:cover;

}

.claselogo {
  width: 50%;
  transition: 3s linear;
  transition-delay:2s;
}

.textlogo {
  color: white;
  opacity:100%;
  font-size: 20px;
  position: absolute;
  text-align:left;
  top: 50%;
  left: 5%;
  font-family:"Maven Pro";
  white-space: nowrap;
}
.textlogo span {
font-size:14px;
}

.servicioImagen{
	display: flex;
	margin-top: 0px;
	width: 100%;  
	filter: drop-shadow(1px 2px 6px #292929);
}
.soluciones-texto{
	margin: 22px;
	padding-left: 50px; 
	color: white; 
	text-align: justify;
}
.soluciones-boton{
	position: absolute;
	right: 38%;
	background-color: #bfbfbf;
	color: white;font-size: 1.3rem;
	padding: 6px 19px;border: none;
	transition-duration: 0.4s;
	cursor: pointer;
	border-radius: 40px;
	text-align: center;
	box-shadow: 0 8px 16px 0 #ffffff45;
	animation: boton 5s;
}
.soluciones-verticales{
	width: 100%; 
	margin-left: 0px; 
	height: 120px; 
	background-color: #bbbbbb;
	justify-content: center;
	margin-top: -7px;
	border-radius: 0px 0px 28px 28px;
}
.soluciones-cuadro{
	width: 92%; height: 100%;
	margin-left: 30px;
	margin-top: 0px;
	border-radius: 0px 40px 40px 40px;
}

.plataforma-seccion{
	width: 92%; 
	height: 100%; 
	margin-left: 30px;
	margin-top: 0px;
	border-radius: 40px 40px 40px 40px;
}
.plataforma-titulo{
	padding-left: 40px;
	padding-top: 22px;
	color: steelblue;
	font-size: 40px;
	font-weight: 600;
}
.plataforma-texto{
	margin: 22px;
	padding-left: 50px;
	color: gray;
	text-align: justify;
}

@keyframes anne {

	0% {
        transform: scale(2.5);
        opacity:100%;
    }
    
    100% {
        transform: scale(1);
        opacity:20%;
    }
    
  }
  
 @keyframes boton {

	0% {
        opacity:0%;
    }
    70% {
        opacity:0%;
    100% {
        opacity:100%;
    }
    
  }
} 


.form-control{
	border-color: rgba(19,66,111,1);
}
*{
	/*font-family: 'Maven Pro', sans-serif !important;*/
	font-family: 'Maven Pro', sans-serif !important;
}

.serivicioGlobal{
	width: 52%;
}
.servicioTitulo{
	text-align: left;
    margin-left: 22px;
}
.serviciotitulocelular{
	justify-content: center;
}

.servicioImagen{
	display: flex;
	margin-top: -220px;
}
.servicioCuadro{
	 
	border-radius: 110px 110px 110px 110px; 
	margin-left: 28px;
	padding: 50px;
	width: 95%;
}
.servicioimagenes{
	width: 100%; 
	filter: contrast(0)brightness(2.5);
}

#cajacookies{
  box-shadow: 0px 0px 5px 5px #808080;
  background-color: rgba(19,66,111,1);
  color: black;
  padding: 1rem;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

#cajacookies button {
  color: white;
}






.letra_celular{
	width: 375px;
}
.div_card:hover
{
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
margin-left: 20px;
}

/*Parte de las 6 cards*/

.card6 {
  font-family: 'Heebo';
  --bg-filter-opacity: 0.5;
  background-image: linear-gradient(rgba(0,0,0,var(--bg-filter-opacity)),rgba(0,0,0,var(--bg-filter-opacity))), var(--bg-img);
  height: 15em;
  width: 15em;
  font-size: 1.5em;
  color: white;
  border-radius: 1em;
  padding: 1em;
  /*margin: 2em;*/
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 5em -1em  #929292;
  transition: all, var(--transition-time);
  position: relative;
  overflow: hidden;
  /*border: 10px solid #ccc;*/
  text-decoration: none;
}



.card6 h1 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}

.card6 p {
  font-size: 0.75em;
  font-family: 'Open Sans';
  margin-top: 0.5em;
  line-height: 2em;
}

.card6 .tags {
  display: flex;
}

.card6 .tags .tag {
  font-size: 0.75em;
  background: rgba(255,255,255,0.5);
  border-radius: 0.3rem;
  padding: 0 0.5em;
  margin-right: 0.5em;
  line-height: 1.5em;
  transition: all, var(--transition-time);
}



.card6 .date {
  position: absolute;
  top: 30px;
  color: steelblue;
  font-weight: 600;
  font-size: 1.5em;
  /*padding: 1em;
  line-height: 1em;
  opacity: .8;*/
}

.card6:before, .card6:after {
  content: '';
  transform: scale(0);
  transform-origin: top left;
  border-radius: 50%;
  position: absolute;
  left: -50%;
  top: -50%;
  z-index: -5;
  transition: all, var(--transition-time);
  transition-timing-function: ease-in-out;
}

.card6:before {
  background: #ddd;
  width: 250%;
  height: 250%;
}

.card6:after {
  background: white;
  width: 200%;
  height: 200%;
}



/* MEDIA QUERIES */
@media screen and (max-width: 500px) {
  
  .card6 {
    max-width: calc(100vw - 4rem);
  }
}






/*
==============================================
slideUp
==============================================
*/


.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 3s;	
	-webkit-animation-duration: 3s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important;			
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}			
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}
/*
==============================================
fadeIn
==============================================
*/

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}

/*
==============================================
pullDown
==============================================
*/

.pullDown{
	animation-name: pullDown;
	-webkit-animation-name: pullDown;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%; 		
}

@keyframes pullDown {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullDown {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

/*
==============================================
stretchLeft
==============================================
*/

.stretchLeft{
	animation-name: stretchLeft;
	-webkit-animation-name: stretchLeft;	

	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%; 
}

@keyframes stretchLeft {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchLeft {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}

/*
==============================================
stretchRight
==============================================
*/

.stretchRight{
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;	

	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%; 		
}

@keyframes stretchRight {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}


/*Contenido CARDS tus soluciones*/

.cards-listSol {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.cardSol {
  margin: 30px auto;
  width: 300px;
  height: 360px;
  border-radius: 40px;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
}

.cardSol .card_imageSol {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

.cardSol .card_imageSol img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
}



.cardSol:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
    -5px -5px 30px 15px rgba(0,0,0,0.22);
}



@media all and (max-width: 500px) {
  .card-listSol {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}

/*Carrusel de logos*/

/* Slider */
body > ulcarrusel {
    position: absolute;
    top: 50%;
    width: 800px;
    height: 200px; 
    left: 50%;
    margin-left: -400px;
    margin-top: -130px;
}

ulcarrusel > licarrusel {
    width: 25%;
    list-style-type: none;
    position: absolute;
    
    padding: 20px;
    height: 200px; 
    opacity: 0;
    padding-top: 40px;
    text-align: center;
    transition: 2s opacity; 
}

.active {
    opacity: 1;
}


@media only screen and (min-width: 1440px) {
	.soluciones-verticales{
		width: 100%; 
		margin-left: 0px; 
		height: 170px; 
		background-color: #bbbbbb;
		justify-content: center;
		margin-top: -7px;
		border-radius: 0px 0px 28px 28px;
	}
}

@media only screen and (min-width: 1025px) {
	.letra1{
		font-size: 12px;
	}
	.presentation-subtitle{
		margin-top: 400px
	}
	.imagen-clientes{
		width: 147%; 
		height: 100%; 
		margin-left: -180px;
	}
	.modal-tunerd {
		max-width: 76%;
	}
	.modal-fondo{
		height: 66%; 
		background-image: url('{{asset('/img_tunerd/Pop_ups/fondo_modal1.png')}}'); 
		background-size: contain; 
		background-position: right;
	}

	
}

@media only screen and (max-width: 1024px) {
	.textlogo span {
		font-size:12px;
	}
	
}
@media only screen and (max-width: 946px) {
	.presentation-subtitle{
		margin-top: 350px
	}
	
}
@media only screen and (max-width: 768px) {
	.barra-nabvar{
		height: 15%; 
	}
	.textlogo span {
		font-size:10px;
	}
	/*.serivicioGlobal{
		width: 100%;
	}*/
	.servicioTitulo{
		justify-content: center;
	    margin-left: 22px;
	}
	.servicioTitulo{
		text-align: center;
	    /*margin-left: 22px;*/
	}
	.serivicioGlobal{
		width: 100%;
	}
	

	.servicioImagen{
		display: flex;
		margin-top: 0px;
		width: 100%;  
		filter: drop-shadow(1px 2px 6px #292929);
	}
}
       
@media only screen and (max-width: 425px) {
	.barra-nabvar{
		height: 15%; 
	}
	.displaycelular{
		display: flex;
	}
	.card-celular{
		animation:boton 5s;
	}
	.overlaylogo {
		display: none;
	}
	.celular-margin{
		margin-top: 50px;
	}
	.page-header {
    	
    	min-height: 35vh;
    }
    .logo-celular{
    	background-color: white;
    	margin-top: 80px;
    }
    .soluciones-verticales{
		width: 100%; 
		margin-left: 0px; 
		height: 75px; 
		background-color: #bbbbbb;
		justify-content: center;
		margin-top: -7px;
		border-radius: 0px 0px 0px 0px;
	}
	.soluciones-cuadro{
		width: 92%; height: 100%;
		margin-left: 30px;
		margin-top: 0px;
		border-radius: 0px 0px 0px 0px;
	}
	.soluciones-texto{
		margin: 22px;
		padding-left: 0px; 
		color: white; 
		text-align: justify;
	}
	.plataforma-titulo{
		padding-left: 0px;
		padding-top: 22px;
		color: steelblue;
		font-size: 40px;
		font-weight: 600;
		text-align: center;
	}
	.plataforma-texto{
		margin: 0px;
		margin-top: 20px;
		padding-left: 32px;
		color: gray;
		text-align: justify;
	}
    .presentation-page .section-summary {
    	margin-top: 0px;
    	padding-top: 10px;
	}
	.textlogo span {
		font-size:8px;
	}
	.containerlogo .btnlogo {

		position: absolute;
		bottom: 6%;
		right: 1%;
		background-color: #24355e;
		color: white;
		font-size: 15px;
		padding: 5px 20px;
		border: none;
		transition-duration: 0.4s;
		cursor: pointer;
		border-radius: 10px;
		text-align: center;
		box-shadow: 0 8px 16px 0 #4e4d4d;
		animation:boton 5s;
	}
	.servicioTitulo{
		text-align: center;
	    /*margin-left: 22px;*/
	}
	.serivicioGlobal{
		width: 100%;
	}
	.servicioCuadro{
		 
		border-radius: 0px 0px 0px 0px; 
		margin-left: 10px;
		padding: 0px;
		
	}
	.servicioimagenes{
		width: 35%; 
		margin-top: 0px;
	}

	ulcarrusel > licarrusel {
    width: 55%;
    list-style-type: none;
    position: absolute;
    padding: 0px;
    height: 200px; 
    opacity: 0;
    padding-top: 40px;
    text-align: left;
    transition: 2s opacity; 
	}

}

