@font-face {
    font-family: PlayfairDisplay;
    src: url('fonts/PlayfairDisplay-Regular.ttf');
}
h1,h2,h3,h4,h5,h6{
	font-family: 'PlayfairDisplay',sans-serif;
}
body,html{
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
.menu-activador {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 30px;
    left: 25px;
}
.menu-activador a {
  display: flex;
  flex-direction: column;          /* Hijos distribuidos en vertical */
  justify-content: space-between;  /* Hijos distribuidos ocupando todo el espacio */
  height: 100%;  
}
.menu-activador-linea {
  height: 2px;
  background-color: black;
  opacity: 1;
  transform: translateY(0) rotate(0);
  transition: all 0.3s;
}
a.menu-abierto .menu-activador-linea:nth-child(2) {
    opacity: 0;
}
a.menu-abierto .menu-activador-linea:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
a.menu-abierto .menu-activador-linea:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
#nav-mob{display: none;}
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
.col {
  display: block;
  float:left;
}
.col:first-child { margin-left: 0; }
.cont{
  width: 960px;
  margin: 0 auto;
}
.half{
  width: 50%;
}
#nav{
	position: fixed;
    top: 0;
    display: flex;
    z-index: 25;
    color: black;
    width: 100%;
    border-bottom: 4px solid #d15a5a;
    background: white;
    font-family: 'Roboto', sans-serif;
}
.nav .logo{
	width: 150px;
	margin: 0 20px;
}

.nav{
	display: flex;
    margin: 0 auto;
    align-items: center;
    width: 100%;
}
.nav a{
	text-decoration: none;
	color: black;
	border-right: 1px solid black;
    padding: 0 40px;
}
.leng{
	right: 40px;
    position: absolute;
}
.len{
	margin: 0 4px;
}
#home{
	background: url(../img/Textura.png) #4d2041;
	position: relative;
	background-blend-mode:multiply;
	height: 100%;
	display: -webkit-box;
	overflow: hidden;
}
.redes{
	width: 150px;
	height: 100%;
	display: flex;
	align-items: center;
}
.border-white{
	border: 1px solid white;
	width: 80%;
    height: 71%;
    margin: 9% 3%;
}
.redes i{
	display: block;
	color: #4d2041;
	font-size: 20px;
	margin: 0 auto;
}
.mid{
	margin: 0 auto;
}
.mid a{
	text-decoration: none;
}
.c {
	width: 40px;
	height: 40px;
	background: white;
	display: flex;
    align-items: center;
    margin: 15px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.mid span{
	writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: white;
    margin: 15px 10px;
    font-size: 18px;
}
#plaza{
	display: flex;
	border-bottom: 4px solid #d15a5a;
}
.one{
	width: 60%;
	background: url(../img/pleca.jpg) no-repeat;
	background-size: contain;
	background-position: left;
}
.one img{
	float: right;
}
.two{
	width: 40%;
	background: url(../img/textura.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
    align-items: center;
}
.txt{
	width: 80%;
    margin: 0 auto;
    color: #504e4e;
}
.txt p{
	line-height: 30px;
}
.txt h4{
	margin-bottom: 3px;
}
.txt img{
	float: right;
}
.cascade-slider_container {
  position: relative;
  width: 100%;
  height: 650px;
  margin: 0 auto;
}

.cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.3);
  transition: all 1s ease;
  opacity: 0;
  z-index: -1;
}

.cascade-slider_item.next {
  left: 50%;
  transform: translateY(-50%) translateX(-150%) scale(0.7);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item.prev {
  left: 50%;
  transform: translateY(-50%) translateX(50%) scale(0.7);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item.now {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
  z-index: 5;
}
.cascade-slider_arrow {
  display: inline-flex;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 5;
  color: white;
  width: 60px;
  height: 60px;
  background: url(../img/CUADRO_FLECHA.png);
  align-items: center;
  font-size: 30px;
}
.cascade-slider_arrow i{
	margin: 0 auto;
}
.cascade-slider_arrow-left { left: 0; }

.cascade-slider_arrow-right { right: 0; }

.cascade-slider_nav {
  position: absolute;
  bottom: -120px;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.cascade-slider_dot {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 1em;
  background: #ddd;
  list-style: none;
  cursor: pointer;
}

.cascade-slider_dot:hover { background: #555; }

.cascade-slider_dot.cur { background: #555; }
#promo{
	background: #dedede5e;
	position: relative;
}
#promo:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/Textura.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: .7;
}
#promo:before{
	content: "Nuestras Promociones";
    position: absolute;
    top: -30px;
    left: 0;
    width: 300px;
    height: 60px;
    background: #7c124d;
    color: white;
    z-index: 15;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    font-family: 'PlayfairDisplay',sans-serif;
}
#promo img{
	-webkit-box-shadow: 6px 7px 15px -1px rgba(163,158,163,1);
	-moz-box-shadow: 6px 7px 15px -1px rgba(163,158,163,1);
	box-shadow: 6px 7px 15px -1px rgba(163,158,163,1);
}
#trip{
	background: url(../img/Fondo_Trip.jpg) no-repeat;
	background-position: center bottom;
	background-size: cover;
	text-align: center;
	color: white;
	height: 530px;
}
#trip p{
	width: 800px;
	margin: 0 auto;
	line-height: 40px;
	text-align: justify;
}
.logo_trip{
	margin: 50px auto;
}
#trip .btn{
	margin-top: 50px;
}
#contact{
	background: #dedede5e;
	padding: 80px 0;
}
#comenzar{
	background: #4d2041;
	color: white;
	padding: 10px 0;
	text-align: center;
}
.btn_com{
	width: 150px;
	height: 40px;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  background: white;
  color: gray;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  margin-left: 50px;
  font-style: italic;
  font-family: 'PlayfairDisplay',sans-serif;
}
#comenzar h3{
	font-size: 25px;
  font-weight: 300;
  letter-spacing: 2px;
}
.com{
	display: inline-flex;
    align-items: center;
    width: auto;
}
footer{
	background: white;
	text-align: center;
	padding: 20px 0;
}
footer img{
	width: 130px;
}
.line{
	border-bottom: 1px solid gray;
	color: gray;
	width: 80%;
	margin: 20px auto;
	padding: 20px 0;
}
.line span{
	padding: 3px 10px;
}
.bord{
	border-right: 1px solid gray;
}
.line a{
	color: gray;
	text-decoration: none;
}
.copy{
	color: gray;
}
.banner{
  height: 350px;
  background-image: url(../img/banner-servicios.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 91px;
}
.title{
  background-color: #d15a5a;
  text-align: center;
  padding: 15px 0;
  color: white;
}
.title h2{
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 25px;
}
.title p{
  margin-bottom: 35px;
}
.service{
  margin: 50px 0;
}
.service .hover{
  overflow: hidden;
  width: 610px;
  height: 300px;
}
.service .tit{
    width: 250px;
    background-color: #7c124d;
    color: white;
    padding: 10px 25px;
    margin-left: -25px;
    margin-top: 0px;
    font-size: 22px;
}
.service p{
  font-size: 16px;
  font-weight: 300;
}
.service .info_ser{
  width: 350px;
  height: 300px;
  background: url(../img/Textura.png);
  background-position: center;
  box-sizing: border-box;
  padding: 10px 25px;
  color: #504e4e;
  position: relative;
}
.service .btn_mas{
  background-color: #d15a5a;
  color: white;
  width: 120px;
  text-align: center;
  padding: 10px 5px;
  right: 47px;
  position: absolute;
}
.service .btn_mas a{
  text-decoration: none;
  display: block;
  color: white;
  text-transform: uppercase;
}
.service .foto_ser{
  width: 610px;
  height: 300px;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
  cursor: pointer;
}
.service:hover .foto_ser{
  transform: scale(1.1);
}
.slide-ser{
  margin-top: 96px;
  padding: 30px 0;
  background: url(../img/Textura.png) #7c124d;
  position: relative;
  background-blend-mode: multiply;
}
.slide-ser .cont{
  background-color: white;
  padding: 30px 0;
  width: 1200px;
}
.slide-ser .first{
  width: 720px;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}
.slide-ser .second{
  width: 470px;
  padding: 0 50px;
  box-sizing: border-box;
  margin-top: 40px;
}
.slide-ser .second p{
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 35px;
}
.slide-ser .ser-nav{
  margin-top: 20px;
}
.slide-ser .second h3{
  letter-spacing: 2px;
  font-weight: 300;
  margin: 0;
  font-size: 23px;
}
.slide-ser .second h2{
  color: #9ca2b4;
  margin-top: -5px;
  font-size: 28px;
  letter-spacing: 2px;
}
.slide-ser .img-ser{
  width: 740px;
  margin-left: -40px;
}
.servicios #comenzar{
  background-color: #d15a5a;
  margin-top: 150px;
}
.slide-ser .image{
  margin: 0 5px;
}
body.contacto{
  background-image: url(../img/bg.png);
}
section.form{
  margin-top: 97px;
  padding: 30px 0 70px 0;
}
section.form .info{
  width: 420px;
}
section.form .info h2{
  font-weight: 200;
  font-size: 27px;
  margin-bottom: 40px;
}
section.form .info p{
  color: #504e4e;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
section.form .info a{
  color: #504e4e;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
}
section.form .info .sub{
  font-family: 'Roboto';
  font-weight: 400;
  margin: 0;
  margin-top: 20px;
}
section.form .formu{
  width: 540px;
  background-color: #d15a5a;
  padding: 40px 20px;
  box-sizing: border-box;
}
section.form .formu .half{
  width: 50%;
  margin-bottom: 20px;
}
section.form .formu .half input{
  width: 230px;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 10px 5px;
  font-size: 14px;
}
section.form .formu .one{
  width: 100%;
  background: unset;
  margin-bottom: 20px;
}
section.form .formu .one input{
  width: 480px;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 10px 5px;
  font-size: 14px;
}
section.form .formu .one textarea{
  width: 480px;
  border: none;
  outline: none;
  box-sizing: border-box;
  height: 150px;
  padding: 10px 5px;
  font-size: 14px;
}
section.form .formu button{
  width: 140px;
  background-color: #7c124d;
  color: white;
  padding: 12px 25px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
section.map{
  padding-bottom: 50px;
  background-image: url(../img/mapa_flor.png);
  background-size: contain;    
  background-position: bottom center;
  background-repeat: no-repeat;
}
body#productos section.main{
  height: auto;
  background-image: url(../img/Textura.png);
  background-size: cover;
  padding: 30px 0;
}
body#productos section.main .cont{
  margin-top: 96px;
  width: 100%;
  padding: 50px 0;
}
body#productos section.main .cont .bg{
  width: 350px;
  height: 350px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(43,41,43,1);
  -moz-box-shadow: 0px 0px 11px 0px rgba(43,41,43,1);
  box-shadow: 0px 0px 11px 0px rgba(43,41,43,1);
}
body#productos section.main .cont .half:first-child{
  background-image: url(../img/flor_1.png);
  background-position: center;
  background-size: contain;
  padding: 90px 0;
  background-repeat: no-repeat;
}
body#productos section.main .cont .bg_pur{
  background-color: #681a4b;
  color: white;
  box-sizing: border-box;
  padding: 40px;
  border-right: 25px solid #881d60;
  margin-top: 80px;
}
body#productos section.main .cont .bg_pur h2{
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 200;
  position: relative;
  padding-bottom: 30px;
}
body#productos section.main .cont .bg_pur h2:after{
  content: '';
  width: 90px;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
body#productos section.main .cont .bg_pur p{
  width: 550px;
  font-size: 16px;
  line-height: 25px;
}
body#productos section.main .cont .social{
    display: -webkit-box;
    width: fit-content;
    margin-right: 25px;
    float: right;
}
body#productos section.main .cont .social .c{
  background-color: #681a4b;
  margin-left: 20px;
}
body#productos section.main .cont .social .c a{
  text-decoration: none;
  color: white;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
section.productos{
  width: 100%;
  background-image: url(../img/productos.jpg);
  background-size: cover;
  background-position: center;
  padding: 50px 20px;
  box-sizing: border-box;
}
section.productos .img_pro{
  width: calc(100% - 20px);
  height: 500px;
  background-position: center;
  background-size: cover;
  margin: 0 10px;
}
section.productos .slide-product{
  border: 2px solid #afabab;
  padding: 20px;
  position: relative;
}
/*Ocultar elementos*/
.is--hide {
  display: none !important;
}

@media only screen and (max-width: 780px)
{
  body#productos section.main .cont .half:first-child{
    width: 25%;
    padding: 10px 0;
  }
  body#productos section.main .cont .half{
    width: 75%;
  }
  body#productos section.main .cont .bg{
    width: 110%;
    height: 300px;
    position: relative;
    z-index: 10;
    margin-top: 35px;
  }
  body#productos section.main .cont .bg_pur p{
    width: 425px;
  }
  body#productos section.main .cont .bg_pur{
    padding-left: 60px;
    margin-top: 0;
  }
  section.productos .img_pro{
    height: 350px;
  }
  .nav a{
    padding: 0 15px;
  }
  body#productos section.main{
    padding: 0;
  }
  .cont{
    width: 100%;
  }
  section.form .info {
    width: 100%;
    text-align: center;
  }
  section.form .info h2{
    margin-bottom: 0;
  }
  section.form .formu{
    width: 100%;
    margin-top: 30px;
  }
  section.form .formu form{
    width: 500px;
    margin: 0 auto;
  }
  .service .hover{
    width: calc(100% - 350px);
  }
  .service .foto_ser{
    width: 100%;
  }
  .slide-ser .cont{
    width: 90%;
  }
  .border-white{
    height: 300px;
  }
  #home{
    height: 50%;
    margin-top: 60px;
  }
  .redes{
    width: 100px;
  }
  .fullwidthbanner-container{
    height: 300px!important;
  }
  .cascade-slider_item.now{
    transform: translateY(-50%) translateX(-50%) scale(0.8);
  }
  .cascade-slider_item.prev{
    transform: translateY(-50%) translateX(25%) scale(0.5);
  }
  .cascade-slider_item.next{
    transform: translateY(-50%) translateX(-125%) scale(0.5);
  }
  .one{
    width: 50%;
    background-size: cover;
  }
  .two{
    width: 50%;
  }
  .one img {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1120px){
  .slide-ser .first{
    width: 520px;
  }
  .slide-ser .img-ser {
    width: 535px;
  }
  #comenzar{
    padding: 10px;
  }
  .fullwidthbanner-container{
    height: 550px!important;
  }
}

@media only screen and (max-width: 480px){
  #nav{
    display: none;
  }
  #nav-mob{
    display: block;
    height: 100px;
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 25;
  }
  #nav-mob .logo{
    width: 130px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .menu-m {
    position: fixed;
    top: -350px;
    z-index: 99;
    background-color: white;
    padding: 10px 15px;
    width: calc(100% - 30px);
  }
  .menu-m li {
    display: block;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #d15a5a;
    padding: 10px;
  }
  .menu-m li a {
    text-decoration: none;
    color: #6d6c6c;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px;
    font-size: 18px;
  }
  #home{
    margin-top: 100px;
    display: block;
    background-image: url(../img/home_mob.png);
    background-size: cover;
    background-blend-mode: unset;
    height: calc(100% - 100px);
  }
  .border-white{
    width: 90%;
    margin: 0;
    border: none;
    background-image: url(../img/texto_home.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 110px;
    margin-left: 15px;
    bottom: 200px;
    position: absolute;
  }
  #rev_slider_1_1_wrapper,.mid span,#plaza .one{
    display: none!important;
  }
  .redes {
    width: 100%;
    height: fit-content;
    bottom: 0;
    position: absolute;
    background-color: #4d2041;
    padding: 5px 0;
  }
  .c{
    display: inline-flex;
    margin: 10px;
  }
  .two{
    width: 100%;
  }
  .txt{
    position: relative;
    padding: 20px 0;
    padding-bottom: 90px;
  }
  .txt img {
    float: unset;
    bottom: 65px;
    position: absolute;
    right: 10px;
  }
  #promo:before{
    right: 0;
    margin: 0 auto;
  }
  .cascade-slider_item.next {
    transform: translateY(-50%) translateX(-150%) scale(0.5);
  }
  .cascade-slider_item.prev {
    transform: translateY(-50%) translateX(30%) scale(0.5);
  }
  #trip p{
    width: 90%;
    line-height: 26px;
  }
  .com{
    display: block;
  }
  .btn_com{
    margin: 0 auto;
  }
  #comenzar{
    padding: 20px 0;
  }
  section.form .formu form{
    width: 90%;
    padding: 40px 0;
    position: relative;
  }
  section.form .formu .half{
    width: 100%;
  }
  section.form .formu .half input{
    width: 100%;
  }
  section.form .formu .one input{
    width: 100%;
  }
  section.form .formu .one textarea{
    width: 100%;
  }
  section.form .formu button{
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  section.form {
    margin-top: 85px;
    padding: 0;
    position: relative;
    height: -webkit-fill-available;
  }
  section.form .formu{
    top: 0;
    position: absolute;
    margin-top: 0;
  }
  section.form .info{
    position: absolute;
    top: 505px;
    background-color: white;
    padding: 30px 0;
  }
  body#productos section.main{
    height: auto;
  }
  body#productos section.main .cont .half{
    width: 100%;
    padding: 0;
  }
  body#productos section.main .cont .half:first-child{
    width: 100%;
    padding: 0;
  }
  body#productos section.main .cont{
    padding: 0;
  }
  body#productos section.main .cont .bg{
    margin-top: 0;
    height: 500px;
  }
  body#productos section.main .cont .social{
    display: none;
  }
  body#productos section.main .cont .bg_pur{
    padding: 15px;
    background: white;
    border-right: unset;
    color: black;
    text-align: center;
  }
  body#productos section.main .cont .bg_pur p{
    width: 90%;
    margin: 0 auto;
  }
  body#productos section.main .cont .half:nth-child(2){
    background: url(../img/flor_pro.png);
    background-size: cover;
    padding: 60px 15px;
    box-sizing: border-box;
    background-position: center;
  }
  .service {
    margin: 0;
    position: relative;
    height: 600px;
  }
  .service .info_ser{
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .service .hover{
    width: 100%;
    position: absolute;
    top: 0;
  }
  .slide-ser .first{
    width: 100%;
  }
  .slide-ser .second{
    width: 100%;
    padding: 0 25px;
  }
}
@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 850px) 
                   and (orientation: landscape) {
  #nav{display: none;}
  #nav-mob{
    display: block;
    height: 100px;
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 25;
  }
  #nav-mob .logo{
    width: 130px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .menu-m {
    position: fixed;
    top: -350px;
    z-index: 99;
    background-color: white;
    padding: 10px 15px;
    width: calc(100% - 30px);
  }
  .menu-m li {
    display: block;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #d15a5a;
    padding: 10px;
  }
  .menu-m li a {
    text-decoration: none;
    color: #6d6c6c;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px;
    font-size: 18px;
  }
  #home{
    margin-top: 100px;
    display: block;
    background-image: url(../img/S1.jpg);
    background-size: cover;
    background-blend-mode: unset;
    height: 120%;
    background-position: center right;
    background-repeat: no-repeat;
  }
  .border-white{
    width: 350px;
    margin: 0;
    border: none;
    background-image: url(../img/texto_home.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 110px;
    margin-left: 15px;
    bottom: 135px;
    position: absolute;
  }
  #rev_slider_1_1_wrapper,.mid span{
    display: none!important;
  }
  .redes {
    width: 100%;
    height: fit-content;
    bottom: 0;
    position: absolute;
    background-color: #4d2041;
    padding: 5px 0;
  }
  .c{
    display: inline-flex;
    margin: 10px;
  }
  section.form .formu form{
    width: 90%;
    padding: 40px 0;
    position: relative;
    margin: 0 auto;
  }
  section.form .formu .half{
    width: 100%;
  }
  section.form .formu .half input{
    width: 100%;
  }
  section.form .formu .one input{
    width: 100%;
  }
  section.form .formu .one textarea{
    width: 100%;
  }
  section.form .formu button{
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  section.form {
    margin-top: 85px;
    padding: 0;
    position: relative;
    height: -webkit-fill-available;
  }
  section.form .formu{
    top: 0;
    position: absolute;
    margin-top: 0;
    width: 100%;
  }
  section.form .info{
    position: absolute;
    top: 505px;
    background-color: white;
    padding: 30px 0;
    width: 100%;
    text-align: center;
  }
  body#productos section.main .cont{
    padding: 0;
  }
  body#productos section.main{
    padding: 0;
  }
  body#productos section.main .cont .half:first-child{
    width: 40%;
  }
  body#productos section.main .cont .half:nth-child(2){
    width: 60%;
  }
  body#productos section.main .cont .bg_pur p{
    width: 95%;
  }
  .service .hover{
    width: 45%;
    height: 250px;
  }
  .service .foto_ser{
    width: 100%;
    height: 250px;
  }
  .slide-ser .first{
    width: 100%;
  }
  .slide-ser .second{
    width: 100%;
    padding: 0 25px;
  }
  .slide-ser .cont{
    width: 90%;
  }
  .slide-ser .img-ser{
    margin-left: 0;
    width: 100%;
  }
}