/* CSS Document */


.portada {
	position: relative;
	z-index: 0;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 800px;
	background: rgba(97,16,109,1); 
	background: -webkit-linear-gradient(90deg, rgba(97,16,109,1), rgba(67,11,77,1)); 
	background: -o-linear-gradient(90deg, rgba(97,16,109,1), rgba(67,11,77,1)); 
	background: -moz-linear-gradient(90deg, rgba(97,16,109,1), rgba(67,11,77,1)); 
	background: linear-gradient(90deg, rgba(97,16,109,1), rgba(67,11,77,1)); 
	background-image: url(../Imagenes/portada_bg.jpg);
	background-repeat: no-repeat;
}
#video_portada {
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo_portada {
	position: absolute;
	z-index: 1;
	bottom: 33%;
	top:33%;
	right: 29%;
	width: 41.66%;
}

#logo_pg {
	fill: #fff;
	fill-opacity:0.95;
	filter: drop-shadow(5px 5px 5px rgba(12,12,25,1)) ;
}

.contenedor {
	margin-top: 50px;
	padding: 20px 8.3%
}
.contenedor h1 {
	font-size: 46px;
	color: #61106d;
	font-weight: 900;
	margin: 10px 0px;
}
.contenedor p {
	font-size: 16px;
	color: #636566;
	margin-bottom: 16px;
	line-height: 23px;
	text-align: justify;
}
.historia_img {
	margin-top: 50px;
	margin-left: 50px;
	overflow: hidden;
}

.nuestros_clientes {
	position: relative;
	margin-top: 50px;
	background: #102E8C;
    background-image: url(../Imagenes/fondo_clientes.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	padding-bottom: 100px;

}

.swiper-container h1 {
	z-index: 1000;
	font-size: 46px;
	color: #ffffff;
	font-weight: 900;
	margin: 20px 0px 40px 0px;
}

.swiper-container {
	width: 100%;
	height: 60.31%;
	
}
.swiper-mask{
	margin: auto;
    overflow:hidden;
	width: 85.63%;
	height: 90%;


}
.swiper-pagination{
	width: 50%;

    position: absolute;
	bottom:10%;
	left:25%;
	right: 25%;


	
}




.swiper-slide {
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
  -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 0.5s;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.swiper-slide img:hover {
  opacity: 1;
	transform: scale(1.15);
	
}

/* MEDIA QUERYS*/

@media only screen and (max-width: 500px) {
	.swiper-button-next,.swiper-button-prev{
	opacity: 0 !important;
}
/* For mobile phones: */
	.swiper-container h1 {
	
	font-size: 30px;
	
}
.historia_img  {

	margin: auto;
	width: 100%;
		height: auto;

}
.historia_img img {

	margin: auto;
	width: 100%;
		height: auto;

}
.contenedor {
	padding: 20px 20px;
}
.contenedor h1 {
	text-align: center;
	font-size: 40px;
}
.logo_portada {
	bottom: 33%;
	right: 8.33%;
	width: 83.3%
}
}

@media (min-width : 500px ) and (max-width : 900px ) {
	.swiper-button-next,.swiper-button-prev{
	opacity: 0 !important;
}
.historia_img {
	width: 100%;
	margin: auto;
	text-align: center;
}
.historia_img img {
		height: auto;

	width: 100%;
	float: none;
}
.logo_portada {
	bottom: 33%;
	right: 16.66%;
	width: 66.64%
}
}

@media (min-width : 900px ) and (max-width :1024px ) {
.historia_img {
	width: 100%;
		height: auto;

	margin: auto;
	text-align: center;
}
.historia_img img {
	width: 70%;
	float: none;
}
.logo_portada {
	bottom: 33%;
	right: 25%;
	width: 50%;
}
}



/*-------------FIN DE MEDIA QUERYS--------------*/
/*-------------MEDIA QUERYS Solo VIDEO--------------*/
@media (min-aspect-ratio: 16/9) {
 #video_portada{
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  #video_portada{
    width: 300%;
    left: -100%;
  }
}
@media (max-width: 767px) {
  .portada {
   background: url("../Imagenes/portada_bg.jpg") center center / cover no-repeat;
  }
#video_portada {
display: none;
}
}
@media (min-width : 1024px ) {
#video_portada {
	position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
	
}
