@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,800,900');
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
.checks{
  transform: scale(0.1);
}
#home{
  height: 100vh;
  width: 100%;
  max-width: 100%;
  
}
.cont_slide{
  top: 0;
  max-width: 100%;
  width: 100%;
  display: table;
  z-index: 0;
  position: absolute;
}
.slider {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
}
.slide1 {
  background: url(../img/home1.jpg)no-repeat center;
  left: 0;
}
.slide2 {
  background: url(../img/home2.jpg)no-repeat center;
  left: 100%
}
.slide3 {
  background: url(../img/home3.jpg)no-repeat center;
  left: 200%
}
.slider > div {
  padding-left: 25px;
  padding-right: 25px;
  max-width: 100%;
  text-align: right;
}
/* Slider inner slide effect */
.slider h2 {
  width: 100%;
  max-width: 100%;
  letter-spacing: 2px;
  position: relative;
  font-family: 'Poppins';
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 34px;
  opacity: 0;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.80);
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
  margin-bottom: 10px;
}
.slider h3 {
  max-width: 100%;
  width: 100%;
  letter-spacing: 4px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.80);
  font-family: 'Poppins';
  color: #6AD15B;
  font-weight: 500;
  font-size: 22px;
  opacity: 0;
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
}
.slider h2, .slider h3, .slider .button {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;
}
.btns{
  left: 80px;
  position: absolute;
  bottom: 24px;
}
.slider-pagination {
  position: relative;
  left: 0px;
  text-align: left;
}
.slider-pagination .btn_pagslide{
  position: relative;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
  border-radius: 50%;
  display: inline-flex;
  text-align: left;
  width: 18px;
  margin-left: 5px;
  height: 18px;
  background:#fff;
  font-size: 24px;
  cursor: pointer;
}
/* Slider Pagger event */
.slide-radio1:checked ~ .btns .slider-pagination .page1, 
.slide-radio2:checked ~ .btns .slider-pagination .page2, 
.slide-radio3:checked ~ .btns .slider-pagination .page3 {
  border:2px inset transparent;
  width: 20px;
  height: 20px;
  background:  #58D15B;
}
/* Slider slide effect */
.slide-radio1:checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.slide-radio2:checked ~ .slider {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slide-radio3:checked ~ .slider {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.slide-radio1:checked ~ .slide1 h2,  
.slide-radio2:checked ~ .slide2 h2,  
.slide-radio3:checked ~ .slide3 h2,  
.slide-radio1:checked ~ .slide1 h3,  
.slide-radio2:checked ~ .slide2 h3,  
.slide-radio3:checked ~ .slide3 h3,    
.slide-radio1:checked ~ .slide1 .button,  
.slide-radio2:checked ~ .slide2 .button,  
.slide-radio3:checked ~ .slide3 .button {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}
.header{
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  z-index: 2;
  max-width: 100%;
  background: #222222;
}
.antebarra{
  position: relative;
  height: 30px;line-height: 20px;
}
.btn_acceso{
  color: #fff;
  height: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat;
  font-size: 14px;
  color: #4AC150;
  float: right;
}
.btn_acceso:hover{
  color: #fff;
}
.container{
  position: relative;
  max-width: 100%;
  width:1200px;
  margin: auto;
}
.cont_socials{
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.cont_socials p{
  color: #fff;
  height: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat;
  font-size: 14px;
  color: #4AC150;
}
.cont_socials .s-icon1, 
.cont_socials .s-icon2{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  font-size: 18px;
  line-height: 30px;
}
.cont_socials .s-icon1{
  color: #949492;
  border: 1px solid #949492;
  margin-right: 8px;
  line-height: 29px;
  display: none;
}
.cont_socials .s-icon2{
  transition:all ease-in 0.4s;
  margin-left: 8px;
  background: #949492;
  line-height: 29px;
  color: #222222;
}
.cont_socials .s-icon2:hover{
  color: #fff;
  transition:all ease-in 0.4s;
  background: #63CF53;
  transform: rotate(360deg);
}
.cont_sr{
  float: right;
  right: 0;
}
.navbar{
  z-index: 1;
  padding-left: 20px;
  
}
.navbar.fixed-nav{
  max-width: 100%;
  width: 100%;
  z-index: 2;
  transition: all ease-in 0.4s;
  top: 0;
  position: fixed;
  background: rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.5);
}
.navbar .ele_menu{
  max-width: 100%;
  vertical-align: top;
  position: relative;
  display: inline-block;
}
.navbar .em1{
  padding-top: 10px;
  width: 320px;
  max-width: 90%;
}
.em2{
 transition: all ease-in 0.8s;
 padding-top: 24px;
 float: right;
}
.em2 .menu{

}
#thislogo{
 transition: all ease-in 0.8s;
}
#thislogo.logo_tune{
 transition: all ease-in 0.8s;
 width: 45px;
 padding-top: 0;
}
.em2 .menu ul{
  text-decoration: none;
  list-style: none;
}
.em2 .menu ul li{
  color: #fff;
  font-size: 14px;
  font-family:Montserrat;
  padding-left: 6px;
  font-weight: 500;
  padding-right: 6px;
  display: inline-block;
}
.em2 .menu ul li:hover{
  transition: all ease-in 0.2s;
  color: #9DE193;
}

.btn_des{
  width: 40px;
  position: absolute;
  bottom: 14px;
  left: 20px;
}
.btn_des2{
  width: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

section{
  max-width: 100%;
  width: 100%;
}
#nosotros{
  position: relative;
  padding-top: 10px;
  width: 100%;
  background: #d2d2d2;
}
.navbar{
  width: 1200px;
  margin: auto;
  max-width: 100%;
  position: relative;
}
.menu ul{
  list-style: none;
}

.navbar .movil{
  width: 80px;
  cursor: pointer;
  height:  65px;
  position: absolute;
  right: 10px;
  top:0px;
  display: none;
  text-align: center;
}
.navbar .movil .burguer{
  width: 45px;
  transition: all ease-out 0.4s; 
  position: relative;
  height: 45px;
  margin: auto;
}
.navbar .movil .burguer .bur_item{
  width: 45px;
  height: 3px;
  position: relative;
  background: #58D15B;
}
.burguer #bur_item1 {
  top: 16px;
}
.burguer #bur_item2 {
  top: 28px;
}
.burguer #bur_item3 {
  top: 40px;
}

.navbar .movil .burguer #bur_item1.open {
  transition: all ease-out 0.4s; 
  -webkit-transform: rotate(315deg);
  top: 32px;
  -webkit-transform: rotateZ(315deg);
  transform: rotateZ(315deg);
}
.navbar .movil .burguer #bur_item2.open {
  background: transparent;
  transition: all ease-out 0.2s; 
}
.navbar .movil .burguer #bur_item3.open{
  transition: all ease-out 0.4s; 
  -webkit-transform: rotate(-315deg);
  top: 26px;
  -webkit-transform: rotateZ(-315deg);
  transform: rotateZ(-315deg);
}

.burguer:hover .bur-item:nth-child(1),
.burguer:hover .bur-item:nth-child(3){
  background: #4081DC;
}
.burguer:hover .bur-item:nth-child(2) {
  width: 26px;
  background: #4081DC;
}
.burguer:hover .bur-item.open:nth-child(1),
.burguer:hover .bur-item.open:nth-child(3){
  background: #4081DC; 
}
.burguer:hover .bur-item.open:nth-child(2) {
  background: transparent; 
}
.con_home{
  margin-top:70px;
  height: 480px;
  position: relative;
  background: url(../img/home.jpg) center no-repeat;;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.sub_home{
  position: relative;
  max-width: 100%;
  width: 1100px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  height: 100%;
}
.con_imghome{
  padding-top:160px;
  position: relative;
  text-align: right;
  width: 100%;
  height: 100%;
}
.sub_home img{
  position: relative;
  width: 420px;
}
.con_home2{
  height:auto;
  position: relative;
  background: url(../img/b1.jpg) center center no-repeat;;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  -webkit-box-shadow: inset 0px 0px 36px -7px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0px 0px 36px -7px rgba(0,0,0,0.4);
  box-shadow: inset 0px 0px 36px -7px rgba(0,0,0,0.4);
}
.sub_home2,.sub_home3,.sub_cont{
  position: relative;
  max-width: 100%;
  width: 1100px;
  margin: auto;
  height: auto;
  vertical-align: middle;
  text-align: center;;
}
.sub_home2 .ele_sub{
  display: inline-block;
  width: 550px;
  max-width: 100%;
  height: 100%;
  margin: auto;
  vertical-align: middle;
}
.sub_home2 img{
  max-width: 100%;
  margin-bottom: -3px;
}
.sub_home2 .con_txt{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
  position: relative;
  vertical-align: middle;
}
.sub_home2 .con_txt .dotnum{
  width: 40px;
  height: 40px;
  background: #f87300;
  vertical-align: center;
  text-align: center;
  font-size: 28px;
  color: #FFF;
  line-height: 40px;
  border-radius: 50%;
  font-family: Didot Bold;
  margin-bottom: 6px;
}

.con_home3{
  position: relative;
  background: #fff;
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.con_home3 #pasto{
  bottom:0;
  position: absolute;
}
.sub_home3 .ele_sub2,
.ele_sub2{
  display: inline-block;
  vertical-align: middle;
  text-align: right;

}
.sub_home3 #ele_sub2a{
  padding-top: 30px;
  display: inline-block;
  max-width: 100%; 
  width: 650px;
  max-width: 90%;

}
.sub_home3 #ele_sub2b{
  display: inline-block;
  width: 450px;
  max-width: 80%;
  text-align: center;
  padding-top: 30px;
}
.sub_home3 #ele_sub2b img{
  margin-bottom: -3px;
  width: 300px;
}
.con_form{
  width: 100%;
  position: relative;
  margin-top: 10px;

}

.subcontainer,
.subcontainer2{
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}
.subcontainer2{
  padding-left: 30px;
  padding-right: 30px;
}
.txt_header,
.txt_header2{
  margin-bottom: 30px;
}
.txt_header h1{
  text-transform: uppercase;
  font-size: 32px;
  font-family: Poppins;
  font-weight: 700;
}
.txt_header p{
  max-width: 100%;
  text-align: center;
  width: 80%;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 19px;
  color: #3b3b3b;
  font-weight: 500;
  margin:0 auto;
}
.txt_header2 h1{
  text-align: left;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  margin: 0 auto;
  font-family: Poppins;
}
.txt_header2 p{
  max-width: 100%;
  text-align: center;
  width: 600px;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 19px;
  color: #3b3b3b;
  font-weight: 500;
  margin:0;
  text-align: left;
}
.linea1,.linea3,.linea4,.linea5{
  width: 180px;
  height: 3px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 20px;
}
.linea1{
  background: #818181;
}
.linea2{
  width: 80px;
  height: 2px;
  background: #D2D2D2;
  margin:auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.linea3{
  background: #63CF53;
}
.linea4{
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  background: #4a255a;
}
.linea5{
  background: #4a255a;
}

.subcontainer .cont_item,
.subcontainer .cont_item3{
  max-width: 100%;
  width: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex;
}
.subcontainer2 .cont_item2{
  max-width: 100%;
  width: 560px;
  vertical-align: middle;
  display: inline-block;
}
.subcont_ven{
  padding-bottom: 30px;
}
.subcontainer2 .cont_item2 .item_ven{
  position: relative;
  max-width: 100%;
}
.cont_icon{
  text-align: center;
  margin: auto;
  max-width: 100%;
  width: 180px;
  margin-bottom: 20px;
  display: inline-block;
}
.cont_icon img{
  margin: auto;
  width: 180px;
  padding-left:20px;
  padding-right: 20px;
}
.subcontainer2 .cont_item2 .item_ven h4{
  margin: 0;
  max-width: 100%;
  font-size: 24px;
  letter-spacing: .02em;
  font-family: Poppins;
  font-weight: 600;
  text-transform: uppercase;
  color: #65AD4E;
  text-align: left;
  margin-bottom: 20px;
}
.subcontainer2 .cont_item2 .item_ven p{
  margin: 0;
  max-width: 100%;
  text-align: justify;
  font-family: Montserrat;
  font-size: 15px;
  line-height: 17px;
  padding-right: 20px;
  color: #3b3b3b;
  position: relative;
}
.subcontainer2 .cont_item2 .item_ven img{
  padding-left: 20px;

}
.subcontainer2 .cont_item2 .txt_cite{
  position: relative;
  max-width: 100%;
  width: 500px;
  color: #4A255A;
  background: #D2D2D2;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
.subcontainer2 .cont_item2 .txt_cite p{
  text-align: center;
  color: #4A255A;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
}
.subcontainer .item_nos{
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 100%;
  background: #fff;
  max-width: 100%;
  margin:auto;
  margin-bottom:40px;
}

.subcontainer .item_nos:hover{
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.6);
  box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.6);
}
.subcontainer .item_nos .img_nos{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}
.subcontainer .item_nos .img_nos img{
  width: 140px;
}
.subcontainer .item_nos .txt_itemnos{
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  text-align: center;
}
.subcontainer .item_nos .txt_itemnos h4{
  max-width: 100%;
  font-size: 24px;
  letter-spacing: .02em;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
  color: #4a255a;
  text-align: center;
  margin: 0 auto;
}
.subcontainer .item_nos .txt_itemnos p{
  max-width: 100%;
  text-align: justify;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 18px;
  color: #3b3b3b;
  margin: auto;
  vertical-align: top;
  margin:auto;
}
.subcontainer .item_nos .txt_itemnos .dotte{
  color: #4a255a;
  padding-right: 8px;
}
.subcontainer .cont_item3 .item_clp{
  background: rgba(0,0,0,0.70);
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.subcontainer .cont_item3 .item_clp .txt_h4clp{
  background: #000;
  padding-left: 20px;
  padding-right: 20px;
}
.subcontainer .cont_item3 .item_clp .txt_pclp{
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
  height: 100px;
  display: table;
}
.subcontainer .cont_item3 .item_clp .fas{
  width: 20px;
  margin-right: 10px;
  color: #4A255A;
  font-size: 20px;
}
.subcontainer .cont_item3 .item_clp h4{
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 100%;
  font-size: 24px;
  letter-spacing: .02em;
  font-family: Poppins;
  font-weight: 600;
  text-transform: uppercase;
  color: #63CF53;
  text-align: center;
  margin-bottom: 20px;
}
.subcontainer .cont_item3 .item_clp p{
  margin: 0;
  max-width: 100%;
  text-align: justify;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 17px;
  color: #939393;
  position: relative;
  display:table-cell;
  vertical-align: middle;
}
.subcontainer .cont_item3 .item_clp .cont_btnplay{
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.subcontainer .cont_item3 .item_clp .cont_btnplay .video-play-button {
  position: relative;
  z-index: 0;
  margin-top: 10px;
  margin: auto;
  display: block;
  width: 22px;
  height: 34px;
  /* background: #fa183d; */
  border-radius: 50%;

}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top:17px;
  margin: auto;
  width: 60px;
  height: 60px;
  background: #AF59D3;
  border-radius: 50%;
  animation: pulse-border 2000ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #65AD4E;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:after{
  background: #63CF44;
  transition: all ease-in 0.4s;
  height: 60px;
  width: 60px;
}



.video-play-button span {
  display: block;
  position: relative;
  z-index: 2;
  top: -3px;
  border-left: 32px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#servicios{
  max-width: 100%;
  height:auto;
  position: relative;
  background: url(../img/b1.jpg) center center no-repeat;;
  width: 100%;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 10px;
  padding-bottom: 20px;
}
#servicios .cont_servs{
}
#servicios .cont_servs .con_ser{
  max-width: 100%;
  width: 300px;
  vertical-align: top;
  padding: 20px;
  display: inline-block;
}
#servicios .cont_servs .con_ser .serv{
  padding: 20px;
  transform: scale(1);
  transition: all ease-in 0.3s;
  background: rgba(0,0,0,0.65);
  cursor: pointer;
}
#servicios .cont_servs .con_ser .serv:hover{
  transition: all ease-in 0.4s;
  transform: scale(1.1);
  border-bottom: 2px solid #2D143D;
}
#servicios .cont_servs .con_ser .serv .fas{
  color:#939393;
  font-size: 60px;
  margin-bottom: 15px;
}
#servicios .cont_servs .con_ser .serv h3{
  color: #63CF53;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02rem;
}
#servicios .cont_servs .con_ser .serv p{
  padding-right: 5px;
  padding-left: 5px;
  color: #aaaaaa;
  text-align: justify;
  font-size: 13px;
  line-height: 17px;
  font-family: Montserrat;
}
#ventajas{
  padding-top: 10px;
  max-width: 100%;
  width: 100%;
  background: #e9e9e9;
}
#clientes{
  height:auto;
  position: relative;
  background: url(../img/b2.jpg) center center no-repeat;;
  width: 100%;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 10px;
  padding-bottom:  30px;
}
#asi_lo_hacemos{
  padding-top: 10px;
  background: #222222;
}
#asi_lo_hacemos .cont_does{
  padding-top: 10px;
}
#asi_lo_hacemos .cont_thing{
  width: 300px;
  vertical-align: top;
  display: inline-block;
}
#asi_lo_hacemos .cont_thing .thing{
  width: 260px;
  margin: auto;
  margin-bottom: 40px;
  display: table;
}

#asi_lo_hacemos .cont_thing .thing .cir_thing{
  position: relative;
  height: 46px;
  width: 46px;
  z-index: 1;
  background: #4a255a;
  margin: auto;
  color: #fff;
  font-family: Poppins;
  font-size: 28px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: -23px;
}
#asi_lo_hacemos .cont_thing .thing #cir_thing2{
  position: relative;
  height: 46px;
  width: 46px;
  background: #63CF53;
  margin: auto;
  color: #4a255a;
  justify-content: center;
  align-items: center;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: -23px;
}
#asi_lo_hacemos .cont_thing .thing .txt_thing{
  padding-top: 20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom: 20px;
  background:#fff;
  height: 180px;
}
#asi_lo_hacemos .cont_thing .thing .txt_thing:hover{
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.8);
  box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.8);
  transition: all ease-in 0.4s;
  transform: scale(1.1);
  z-index: 0;
}
#asi_lo_hacemos .cont_thing .thing .txt_thing p{
 font-family: Montserrat;
 font-size: 15px;
 font-weight: 500;
 color: #222222;
 font-weight: 600;
 display:table-cell;
 vertical-align: middle;
 height: 140px;
}
#galeria{
  height:auto;
  position: relative;
  background: url(../img/b4.jpg) center center no-repeat;;
  width: 100%;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 10px;
  padding-bottom:  30px;
}

#header_contacto{
  max-width: 100%;
  padding-top: 300px;
  position: relative;
  background: url(../img/b3.jpg) center center no-repeat;;
  width: 100%;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

}
#header_contacto .logo_headcont{
  max-width: 100%;
  width: 300px;
  margin: auto;
}
#contacto .formulario{
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 10px;
  position: relative;
  background: url(../img/b4.jpg) center center no-repeat;;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.con_form{
  max-width: 100%;
  width: 560px;
  margin: auto;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 40px;
}
#subcon_formb{
  position: relative;
  text-align:right;
}
#subcon_formb .linea6{
  position:absolute;
  width: 180px;
  height: 2px;
  right: 0;
  background: #4a255a;
}
.con_form h3{
  font-family: Poppins;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.con_form p, .con_form a{
  font-family: Montserrat;
  font-size: 14px;
  line-height: 17px;
  color: #858585;
}
.con_form p .fas{
  color: #63CF53;
  font-weight: none;
  width: 20px;
  line-height: 20px;
}
.con_form a:hover{
  transition: all ease-in 0.2s;
  color: #63CF53;
}
.con_form .subcon_form .btn_form{
  text-align: left;
  padding-left: 6px;
  background: transparent;
  border-style: none;
  font-family: Montserrat;
  font-size: 14px;
  color: #858585;
  height: 30px;
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 2px solid #aaaaaa;
  font-size: 16px;
}

.con_form .subcon_form .btn_form2{
  text-align: left;
  padding-top: 4px;
  background: transparent;
  padding-left: 6px;
  border-style: none;
  font-size: 14px;
  width: 100%;
  height: 60px;
  font-family: Montserrat;
  max-width: 100%;
  color: #858585;
  border-bottom: 2px solid #858585;
  font-size: 16px;
}
.con_form .subcon_form input[type="text"]:focus,
.con_form .subcon_form input[type="mail"]:focus{
  border: 2px solid #65AD4E;
}
.con_form .subcon_form .btn_send{
  width: auto;
  height: 34px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1px;
  border: none;
  color: #fff;
  font-family: Montserrat;
  text-align: center;
  font-weight: 700;
  float: right;
  text-transform: uppercase;
  font-size: 18px;
  background: #4a255a;
  cursor: pointer;
}
#con_txt2{
  text-align: left;
  padding: 0;
  padding-left: 35px;
}

main{
  width: 100%;
}
footer{
  max-width: 100%;
  width: 100%;
  color: #fff;
  text-align: center;
}
.sub_footer{
  position: relative;

  width: 100%;
  max-width: 100%;
  background: #222222;
}
.insub_footer{
  width: 100%;
  display: table;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.cont_sla{
  padding-top: 8px;
  vertical-align: middle;
  float: left;
  padding-bottom:  8px;
}
.cont_sla p{
 font-family: Montserrat;
 text-align: center;
 font-size: 14px;
}
.cont_sla a{
  padding-top: 6px;
  color: #63CF53;
  vertical-align: middle;
  float: left;
  font-family: Montserrat;
  text-align: center;
  font-size: 14px;
}
.cont_srb{
  padding-top: 8px;
  vertical-align: middle;
  float: right;
}
.footer .sub_footer2{
  text-align: center;
  background: #110518;
}
.footer .sub_footer2 .cont_sla{
  padding: 0;
}
.footer .sub_footer2 .cont_sla .s-icon1a,
.footer .sub_footer2 .cont_sla .s-icon1b{
  border:none;
  vertical-align: middle;
  font-size: 28px;
}
.footer .sub_footer2 .cont_sla .s-icon1a{
  color: #00dd7b;
}
.footer .sub_footer2 .cont_sla .s-icon1b{
  color: #00dd7b;
  color: #33a0ff;
}
.footer .sub_footer2 .insub_footer a{
  color: #63CF53;
  vertical-align: middle;
  float: left;
  font-family: Montserrat;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 1620px)
{

}

@media screen and (max-width: 960px)
{
  .navbar .movil{
    display: block;
  }
  
  
  .navbar .menu{
    top:0;
    margin: 0;
    width: 100%;
    position: absolute;
    right: -400px;
    padding: 0;
    transition: all ease-out 0.4s;
    width: 100%;
  }
  .navbar .menu.open{
    width: 100%;
    right: 0;
    position: fixed;
    transition: all ease-in 0.4s;

  }
  .navbar  .menu ul{
    padding-top: 120px;
    text-align: right;
    padding-right: 25px;
    height: 100vh;
    background: rgba(0,0,0,0.90);

    width: 100%; position: relative;
  }
  .navbar .menu .menu-item{
    padding-left: 10px;
    padding-right: 10px;
    display:block;
    font-size: 16px;
  }
  .navbar  .menu ul .menu-item li{
    padding: 0;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .subcontainer2 .cont_item2 .item_ven p{

    padding-right: 0px;
  }
  .subcontainer2 .cont_item2 .item_ven img{
    padding-left: 0px;

  }
  .slider h2 {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .slider h3 {

    font-size: 20px;
  }

}
@media screen and (max-width: 720px)
{
  #contactillo{
    display: none;
  }
  .cont_socials .s-icon1{
    display: block;
  }
  .slider h2 {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .slider h3 {

    font-size: 18px;
  }
}

@media screen and (max-width:480px)
{
  #logo{
    padding: 0;
    width: 180px;
  }
  .footer .sub_footer2 .insub_footer a
  #con_txt2{
    text-align: center;
    padding-left: 0px;
  }
  #con_txt1{
    text-align: left;
    padding-left: 15px;
  }
  .con_txt{
    padding-left: 15px;
    padding-right: 15px;
    /**/
  }
  .slider h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 4px;
  }
  .slider h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .cont_icon{
    text-align: center;
    margin: auto;
    max-width: 100%;
    width: 90px;
    margin-bottom: 0px;
    display: inline-block;
  }
  .cont_icon img{
    margin: auto;
    width: 90px;
    padding-left:15px;
    padding-right: 15px;
  }
}

.gracias{
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../img/home2.jpg) center center no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center; 
}
.tarjeta{
  max-width:90%;
  padding: 20px;
  border-radius: 10px;
  background: rgba(0,0,0,0.7); 
  width: 480px;
  height: 320px;
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.tarjeta .sub_tar{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.logo_t{
  width: 220px;
  margin: 0 auto;
  margin-bottom: 10px;
  
}
.sub_tar h2{
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  font-size: 38px;
  line-height: 40px;
  text-transform: uppercase;
}
.sub_tar h3{
 color: #4AC150;
 font-family: Montserrat;
 font-size: 18px;
 margin-bottom: 10px;
}
.sub_tar p{
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.02rem;
  font-family: Poppins;
}
.sub_tar #view_tiempo{
  color: #4AC150;
  font-weight: 500;
}