section#home-section{
	padding:0 !important;
	display:block;
	overflow:hidden;
}

.title-slide{
	line-height: 1;
}

.swiper-slide{
	background: url(../images/header-aviso.jpg) center;
	color: #fafafa;
}


.swiper-container{
    width: 100%;
    height: 340px !important;
    padding: 0em !important;
}

.swiper-wrappers {
    height: 340px !important;

}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none !important;
}
.swiper-wrapper .swiper-slide{overflow:hidden;} 
.swiper-wrapper .swiper-slide .container-fluid{height:100%;}
.swiper-wrapper .swiper-slide .container-fluid .row{height:100%;}

#info-txt-1{
    width: 100%;
    height: auto;
    top:100px;
    /*left: 160px;*/
    z-index: 9999;
}

#swiper-slide-one h1, #swiper-slide-two h1, #swiper-slide-three h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    line-height: 0.8;
}
#swiper-slide-one h1 small, #swiper-slide-two h1 small, #swiper-slide-three h1 small{
	font-size:36px;
	font-weight:400;
}

#top-phrase{
    padding-top: 2em !important;
    padding-bottom: 0em !important;
}



#d-beneficios{}

.list-ico{
  list-style: none;
  margin-left: 40px;
  margin-top: 0;
}

.list-ico li i{
  margin-left: -28px;
  margin-right: 10px;
  font-size: 15px;
}

h2{
  font-size: 37px;
}

h2, h3{
  color: #fff;
}

.d-beneficios-item{
	border-radius: 15px;
	margin-bottom: 4em;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 25px 3px rgba(136,136,136,1);
	-moz-box-shadow: 0px 0px 25px 3px rgba(136,136,136,1);
	box-shadow: 0px 0px 25px 3px rgba(136,136,136,1);
}

.d-beneficios-item-l{
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}

.d-beneficios-item-r{
	padding: 3em;
	line-height: 200%;
}

.d-beneficios-item-r h2{
	margin-bottom: 10px;
}

/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        QUERIES
::::::::::::::::::::::::::::::::::::::::::::::::::
*/
/*lg*/
@media screen and (max-width: 1440px){
	.paddingorgullo{
		padding: 20px 0px;
	}
	.paddingorgullo p{
		font-size: 16px !important;
		line-height: normal !important;
	}
}
@media screen and (max-width: 1200px){
	.col-xl-1.foo{position:absolute;}
	#info-txt-1 {top: 0vh;position: inherit;display:block;z-index:9999;}
	.swiper-slide{
		background: url(../images/header-aviso-movil.jpg) center;
		color: #fafafa;
	}

	.swiper-wrappers {
	    height: 210px !important;
	}
	.swiper-container {
	    width: 100%;
	    height: 210px !important;
	    padding: 0em !important;
	}
	.paddingorgullo{
		padding: 20px 15%;
	}
	.paddingorgullo p{
		font-size: 16px !important;
		line-height: normal !important;
	}
}
/*md*/
@media screen and (max-width: 991px){}
/*sm*/
@media screen and (max-width: 767px){
	#swiper-slide-one h1, #swiper-slide-two h1, #swiper-slide-three h1 {
	    font-size: 30px !important;
	}
}
/*xs*/
@media screen and (max-width: 600px){
	.paddingorgullo{
		padding: 20px 10%;
	}
	.paddingorgullo p{
		font-size: 16px !important;
		line-height: normal !important;
	}
	.list-ico {
    font-size: 14px;
}
h2{
  font-size: 30px !important;
}
}
@media screen and (max-width: 480px){
	.paddingorgullo{
		padding: 20px 5%;
	}
	.paddingorgullo p{
		font-size: 16px !important;
		line-height: normal !important;
	}
	#swiper-slide-one p, #swiper-slide-two p, #swiper-slide-three p {font-size: 14px !important;font-weight: 400;margin-top: 0px !important;}
}
@media screen and (max-width: 360px){}




