/*Sliders*/
.blind {
    display: block;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}

#slider-wrapper {
  width: 100%;
 /* height: 100%;*/
  margin: 0px auto;
  position: relative;
  margin-bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  height: 580px;
}

#s1 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -36px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s2 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -12px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s3 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 12px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s4 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 36px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s1:hover,
#s2:hover,
#s3:hover,
#s4:hover {
  opacity: .50;
}

.inner-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0px;
  overflow: hidden;
}

#b1-left {
  padding: 6px;
  /*background: #000000;*/
  position: absolute;
  margin-top: 205px;
  margin-right: 90%;
  opacity: 0.9;
  cursor: pointer;
  z-index: 999;
}

#b1-right {
  padding: 6px;
  /*background: #000000;*/
  position: absolute;
  margin-top: 205px;
  margin-left: 90%;
  opacity: 0.9;
  cursor: pointer;
  z-index: 999;
}


.control {
  display: none;
}

#Slide1:checked ~ .overflow-wrapper {
  margin-left: 0%;
}

#Slide2:checked ~ .overflow-wrapper {
  margin-left: -100%;
}

#Slide3:checked ~ .overflow-wrapper {
  margin-left: -200%;
}

#Slide4:checked ~ .overflow-wrapper {
  margin-left: -300%;
}

#Slide1:checked + #s1 {
  opacity: 1;
}

#Slide2:checked + #s2 {
  opacity: 1;
}

#Slide3:checked + #s3 {
  opacity: 1;
}

#Slide4:checked + #s4 {
  opacity: 1;
}

.overflow-wrapper {
  width: 400%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden !important;
  overflow-y: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

span.slide-h1 {
    font-size: 70px;
    position: absolute;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.25);
    text-align: center;
    height: 180px;
    margin-top: 250px;
    vertical-align: middle;
    color: white;
    width: 25%;
    margin-left: 25%;
}

span.slide-h1:hover {
    color: white;
}

.slide img {
  width: 25%;
  float: left;
}
	
.homepage-edge .inner-wrapper {
        width:100%;
}

.pushbutton-cotizar {

    margin-bottom: .75em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #6f2656;
    background-image: -moz-linear-gradient(#be3990,#6f2656);
    background-image: -webkit-gradient(linear,0% 0,0% 100%,from(#be3990),to(#6f2656));
    background-image: -webkit-linear-gradient(#be3990,#6f2656);
    background-image: -o-linear-gradient(#be3990,#6f2656);
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 10px 50px;
    font-family: Ubuntu,Arial,"libra sans",sans-serif;
    font-size: 20px !important;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
}

.ia-container img {
    width: 335px;
    height: 200px;
}	
	
.ia-container figure {
    width: 335px;
    height: 200px;
}

.figav {width: 49.8% !important; display: inline-block;}
.imgav {width: 100% !important; height: 380px;}

.ia-container figcaption {
	background: rgb(54 50 53 / 54%);
    position: relative;
    /*top: -207px;*/
    text-align: center;
    font-size: 30px;
    color: white;
    font-family: ui-rounded;
}

/*slider sectores*/
@media screen and (max-width: 520px) {
	.ia-container input:checked ~ figure {
		left: 280px !important;
	}

	.ia-container figure {
		width: 300px !important;
	}
}
/*fin slider sectores*/

@media only screen and (max-width: 767px) {
	.video-ytb {height: 400px !important;}		
}
	
@media only screen and (max-width: 480px) {  
	span.slide-h1 {font-size: 16px !important; height: 50px !important;}
	.row-hero {height: 440px !important;}
	.video-ytb {height: 240px !important;}	
}