/**
* Template Name: SoftLand - v4.1.0
* Template URL: https://bootstrapmade.com/softland-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  color: #d5e407;
  line-height: 1.5;
}
strong{
  color:white;
  
  background-color:black;
  font-size: 25px;
}
a {
  color: #12c006;
  text-decoration: none;
  transition: .3s all ease;
}

a:hover {
  color: #000;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: "Poppins", sans-serif;
  color: rgb(4, 4, 4);
}

.container {
  z-index: 2;
  position: relative;

}




figure figcaption {
  margin-top: .5rem;
  font-style: italic;
  font-size: .8rem;
}

section {
  overflow: hidden;
}
.border-top {
  border-top: 1px solid #9cf17d !important;
}

.border-bottom {
  border-bottom: 1px solid  #9cf17d  !important;
}

.section {
  padding: 3rem 0;
}

.section-heading {
  color: rgb(15, 15, 15);
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #e20707, #0c0c0c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 155px;
  z-index: 996;
  background: #060606;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  
  line-height: 0;
}

.back-to-top:hover {
  background: #d9e402;
  color: rgb(16, 15, 15);
}

.back-to-top.active {
  visibility:inherit;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 15px 30px !important;
}

.btn.btn-outline-white {
  border: 2px solid rgb(251, 250, 250);
  background: none;
  color: rgb(235, 4, 4);
}

.btn.btn-outline-white:hover {
  background: rgb(248, 2, 2);
  color: #090909;
}
/*boton whatzap*/
.btn.btn-primary {
  background: #d8f006;
  background: linear-gradient(-45deg, #d3f307, #eef3ee);
  color: rgb(10, 10, 10);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}










/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #fcf804;
}





/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 46px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
 
}



#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: rgb(10, 10, 11);
  text-decoration: none;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
 
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;


}

.navbar li {
  position: relative;
  margin-right: 10px;
}
/*colores de navegacion*/
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(9, 9, 9, 0.65);
  white-space: nowrap;
  transition: 0.3s;
  text-align: center;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: rgb(239, 247, 7);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgb(13, 12, 12);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #eaf108;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #10f5088f;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: rgb(8, 8, 8);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
top: 30px;
    right: 20px;
}
.navbar{
  padding: 20px;
    padding-top: 2px;

}
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;

  transition: 0.3s;
  z-index: 999;
}


.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 30px;
    right: 20px;
    color: #060606;
}

.navbar-mobile ul {
  text-align: right;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: rgba(42, 189, 20, 0.9);
  overflow-y: auto;
  height: 380px;
  width: 180px;
  transition: 0.3s;
}

.navbar-mobile ul li{
  margin-top: 20px;
}

.navbar-mobile ul:first-child{
  padding-top: 80px;
}

.navbar-mobile a {
  text-align: center;
  display: inline;
  padding: 20px 20px;
  font-size: 15px;
  color: #090909;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #080808;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: rgb(191, 243, 3);
  box-shadow: 0px 0px 30px rgba(79, 233, 8, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #def50e;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {

  position: relative;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }

}

.hero-section .wave svg {
  width: 100%;
}

.hero-section, .hero-section > .container > .row {
  height: 70vh;
  min-height: 600px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

.qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
 
}



@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

.hero-section h1 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 0px;
 
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2rem;
    text-align: center;
    margin-top: 0px;
   
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}

.hero-section p {
 



}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

.hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -50%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
} 



/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
Carousel
---------------------------------------------------------------*/

#heroCarousel-movil{
  display: none;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat center ;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: cover;
}

#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  top: 70px;
  left: 55px;
  right: 55px;
}

#hero .carousel-content {
  background: rgba(41, 214, 10, 0.7);
  padding: 20px;
  color: rgb(53, 247, 14);
  border-top: 5px solid #1bbd36;
}

#hero .carousel-content h2 {
  color: rgb(25, 254, 13);
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: rgb(8, 235, 12);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #1bbd36;
}

#hero .btn-get-started:hover {
  background: #49e70b;
  color: #fff;
  text-decoration: none;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.6);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*flecha de carrusel*/
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(224, 4, 180, 0.6);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: rgb(7, 7, 7);
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #eb09d4;
}

@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #hero .carousel-container {
    top: 58px;
  }
  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #hero .carousel-content p {
    font-size: 15px;
  }

}


.imagen{
  margin-bottom: 20px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 5rem 0 2.5rem 0;
  background-color: #bbef11;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #000;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright, .footer .credits {
  font-size: 14px;
}
/*botones redes sociales tamaño y fondo,etc*/
.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f7f8f9;
  position: relative;
  text-align: center;
  transition: .3s background ease;
  color: #bc09d7;
  line-height: 0;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*botones redes sociales*/
.social a:hover {
  color: #fff;
  background: #d602c4;
}

.social a i {
  line-height: 0;
}




.gallery-item{
  margin-top: 20px;
}

.gallery-slider{
  margin-top: 50px;
}






@media screen and (max-width: 1222px) {
  .hero-section, .hero-section > .container > .row {
  height: 30vh;
  min-height: 500px;
}

}


@media screen and (max-width: 1222px) {
  .feature-1 img {
    position: absolute;
    left: 50px;
    top: 0px;
    z-index: 3;
    width: 84%;
}

}



@media screen and (max-width: 1014px) {
  .hero-section, .hero-section > .container > .row {
  height: 50vh;
  min-height: 450px;
}

}






@media screen and (max-width: 965px) {
  .hero-section, .hero-section > .container > .row {
  height: 45vh;
  min-height: 400px;
}

}


@media screen and (max-width: 865px) {
  .hero-section, .hero-section > .container > .row {
  height: 30vh;
  min-height: 350px;
}
  .hero-section h1 {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 20px;
  }

}


@media screen and (max-width: 768px) {
  .hero-section{
    height: 30vh;
    min-height: 1550px;
  }
  
  
  }
  #header {
    height: 115px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
   
}

   #header .container{
    max-width: 768px;
    height: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    background-color:transparent;
  }
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
   
   
  }
  
  #header .logo-movil{
      display: none;
   
     
  }
 
 #hero{
  margin-top: 0%;
 
 }
 .navbar {
    z-index: 999;
    right: 0px;
    top: -20px;
   
}
.hero-section{
  margin-top: 100px;
}

 
  .feature {
    height: 350px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
}

.featurep {
    height: 250px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
}

.feature-2 h3 {
    font-size: 14px;
}

.feature-1 img {
    position: absolute;
    left: 40px;
    top: 0px;
    z-index: 3;
    width: 18%;
}


.feature-1 .wrap-icon {
    text-align: left;
    margin: 0 auto;
        margin-bottom: 0px;
        margin-left: auto;
    margin-left: 1px;
    height: 108px;
    width: 108px;
    border-radius: 50%;
    margin-bottom: 30px;
    box-shadow: 0 15px 30px 0 rgba(10, 9, 9, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}




@media screen and (max-width: 755px) {


  .hero-section, .hero-section > .container > .row {
  height: 45vh;
  min-height: 380px;
}

  #heroCarousel-movil{
  display: block;
}

  #heroCarousel{
  display: none;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item {
  background-size: 755px 500px;
}

  .hero-section h1 {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 10px;
    
  }

}

@media screen and (max-width: 652px) {
  .hero-section, .hero-section > .container > .row {
  height: 45vh;
  min-height: 380px;
}
   #header .container{
    max-width: 652px;
    height: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
    #header {
    height: 180px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background:transparent;
}


  #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item {
  background-size: 652px 500px;
}
  .hero-section h1 {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 0px;
 }


.feature-2 p{
    padding-right: 15px;
}

}


@media screen and (max-width: 600px) {



#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item {
  background-size: 600px 500px;
  background-position: center;
  background-repeat: no-repeat center ;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: cover;
}

  #gallery {
  padding: 60px 10px;
  overflow: hidden;
}
 .section-heading{
  font-size: 20px;
 }



 #gallery .disenos{
  height: 100%;
  margin-bottom: 30px;
 }
 #gallery .disenos img {
    width: 100%;
    margin-bottom: 30px;
}
#gallery .disenos-text{
  margin-top: 30px!important;

}



.faq .faq-list {
    padding: 0;
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
}

.faq .faq-list li {
    display: inline-block;
}


.feature {
    height: 300px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
}




}

@media screen and (max-width: 575px) {

 
  
  #header .container{
    max-width: 575px;
    height: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
    #header {
    height: 160px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background:transparent;
}
}
 
@media screen and (max-width: 540px) {
  #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item {
  background-size: 540px 400px;
}
 .feature-1 img {
    position: absolute;
    left: 145px;
    top: 1px;
    z-index: 3;
    width: 51%;
}
.feature-1 .wrap-icon {
    height: 120px;
    width: 120px;
    left: 90px;
}
.qrcode{
  align-items: center;
}

}

@media screen and (max-width: 520px) {
  
.feature-1 .wrap-icon {
    height: 115px;
    width: 115px;
    left: 100px;
}
.qrcode{
  align-items: center;
}

}

@media screen and (max-width: 500px) {
  #header .container{
    max-width: 500px;
    height: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
    #header {
    height: 140px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background:transparent;
}

  #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item {
  background-size: 500px 400px;
}
.feature-1 img {
    position: absolute;
    left: 130px;
    top: 1px;
    z-index: 3;
    width: 53%;
}

.feature-1 .wrap-icon {
    height: 115px;
    width: 115px;
    left: 70px;
}
.qrcode{
  align-items: center;
}

}
@media screen and (max-width: 480px) {
  
.feature-1 img {
    position: absolute;
    top: 1px;
    z-index: 3;
    width: 55%;
}


}

@media screen and (max-width: 450px) {
  #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item {
  background-size: 450px 400px;
}
.feature-1 img {
    position: absolute;
    left: 120px;
    top: 1px;
    z-index: 3;
    width: 59%;
}
.feature-1 .wrap-icon {
    height: 115px;
    width: 115px;
    left: 55px;
}

}
@media screen and (max-width: 440px) {
  #header .container{
    max-width: 440px;
    height: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position:relative;
  }
    #header {
    height: 120px;
    transition: all 0.5s;
    z-index: 950;
    transition: all 0.5s;
    background:transparent;
}

.feature-1 img {
    position: absolute;
    left: 100px;
    top: 1px;
    z-index: 3;
    width: 60%;
}
.feature-1 .wrap-icon {
    height: 115px;
    width: 115px;
    left: 40px;
}

}

@media screen and (max-width: 420px) {
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item {
  background-size: 480px 400px;
}  
.feature-1 img {
    position: absolute;
    left: 95px;
    top: 1px;
    z-index: 3;
    width: 63%;
   
}
.feature-1 .wrap-icon {
    height: 115px;
    width: 115px;
    left: 35px;
}


}

@media screen and (max-width: 400px) {
  
  .hero-section, .hero-section > .container > .row {
    height: 45vh;
    min-height: 340px;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item {
  background-size: 480px 400px;
}  
.feature-1 img {
    position: absolute;
    left: 90px;
    top: 1px;
    z-index: 5;
    width: 66%;
    
}
.feature-1 .wrap-icon {
    height: 115px;
    width: 115px;
    left: 30px;
}

}
@media screen and (max-width: 380px) {
  
.feature-1 img {
    position: absolute;
    left: 80px;
    top: 1px;
    z-index: 3;
    width: 69%;
}
.feature-1 .wrap-icon {
    height: 115px;
    width: 115px;
    left: 20px;
}

.feature {
    height: 360px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
}
.servicios3, .servicios4{
   height: 230px;
}

.featurep {
    height: 245px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
}
.feature-2 p {
    padding-right: 10px;
}

}

 
@media screen and (max-width: 370px) {
  
#header .container{
    max-width: 370px;
    height: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
    #header {
    height: 110px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background:transparent;
}



}


@media screen and (max-width: 350px) {

#header .container{
    max-width: 350px;
    height: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
    #header {
    height: 100px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background:transparent;
}
  .hero-section, .hero-section > .container > .row {
    height: 45vh;
    min-height: 320px;
}

.feature-1 img {
    position: absolute;
    left: 75px;
    top: 1px;
    z-index: 3;
    width: 69%;
}
.feature-1 .wrap-icon {
    height: 105px;
    width: 105px;
    left: 15px;
}

.feature-2 h3 {
    font-size: 18px;
    margin-top: 15px;
}

.feature-2 p {
    padding-right: 8px;
}

}

@media screen and (max-width: 330px) {

  .faq .faq-list h3 {
    font-size: 14px;
    margin-bottom: 0;
    padding: 15px 0 0 0;
    text-align: left;
}
.feature-1 img {
    position: absolute;
    left: 70px;
    top: 1px;
    z-index: 3;
    width: 72%;
}
.feature-1 .wrap-icon {
    height: 105px;
    width: 105px;
    left: 10px;
}
}

@media screen and (max-width: 320px) {

  .faq .faq-list h3 {
    font-size: 14px;
    margin-bottom: 0;
    padding: 15px 0 0 0;
    text-align: left;
}
.feature-1 img {
    position: absolute;
    left: 68px;
    top: 1px;
    z-index: 3;
    width: 75%;
}
.feature-1 .wrap-icon {
    height: 105px;
    width: 105px;
    left: 4px;
}
}

@media screen and (max-width: 300px) {

 
#header .container{
    max-width: 300px;
    height: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
    #header {
    height: 90px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background:transparent;
}
  .faq .faq-list h3 {
    font-size: 14px;
    margin-bottom: 0;
    padding: 15px 0 0 0;
    text-align: left;
}

.feature {
    height: 400px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
}

.feature-1 img {
    position: absolute;
    left: 63px;
    top: 1px;
    z-index: 3;
    width: 75%;
}
.feature-1 .wrap-icon {
    height: 98px;
    width: 98px;
    left: 1px;
}
}


@media screen and (max-width: 250px){
.feature {
    height: 430px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
}
.feature-1 .wrap-icon {
    height: 78px;
    width: 78px;
    left: -5px;
}
.feature-1 img {
    position: absolute;
    left: 48px;
    top: 1px;
    z-index: 3;
    width: 78%;
}
}