body {
  background: #fff;
  color: #444;
  font-family: 'Montserrat', sans-serif;
}
a {
  color: #fff;
  transition: 0.5s;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
ul li{
  line-height: 1.3;
}
span#res, span#res_tipo, span#res_ciudad{
    font-size: 12px;
    line-height: 1.2;
    display: block;
    color: rgb(255, 0, 0);
}
.back-to-top {
  position: fixed;
  display: none;
  background: #22B473;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
  padding-top: 10px;
  font-size: 18px;
}
.back-to-top span {
  color: #fff;
}

#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 35px 0 10px;
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
  background: #38438A;
}
#header.header-scrolled .logo img {
  height: 38px;
}
#header.header-scrolled  .main-nav a {
  padding: 2px 12px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  height: 55px;
  padding: 0;
  margin: 0;
}

.titulo-seccion{
  margin-bottom: 50px;
}
.titulo-seccion h3{
  color: #43397F;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0px;
}
.titulo-seccion h3 span{
  position: relative;
}

.titulo-seccion .title-bottom{
  position: relative;
}
.titulo-seccion h3:before{
  content: "\e908";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  color: #43397F;
  font-size: 9px;
}
.titulo-seccion h3 span:after{
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  bottom: 4px;
  right: -55%;
  font-size: 16px;
  color: #22B473;
}

.form_button{
  width: 80%;
  background: #22B473;
  color: #ffffff;
  cursor: pointer;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  display: block;
  border-radius: 20px;
  padding: 6px 30px;
  border: 2px solid #22B473;
  font-size: 20px;
}
.form_button_footer{
  position: relative !important;
  background: #22B473;
  color: #ffffff;
  width: auto !important;
  height: auto !important;
  border: 0;
  border-radius: 20px;
  padding: 6px 30px;
  cursor: pointer;
  right: 0 !important;
  bottom: 0 !important;

}
.form_button:hover{
  border: 2px solid #22B473;
  background: inherit;
  color: #fff;
}
.form_button:focus, input:focus{
  outline: 0;
}

/*- Navigation Menu ---*/
.main-nav,
.main-nav * {
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 4px 13px;
  margin: 10px 0;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
a.last-nav{
    background: #22B473;
    border-radius: 25px;
    padding: 4px 20px;
    font-weight: 700;
    margin-left: 5px;
}
a.last-nav span{
  margin-left: 5px;
}
.mobile-nav-active a.last-nav {
  background: #22B473;
  border-radius: 25px;
  padding: 4px 20px !important;
  font-weight: 600 !important;
  margin: 37px 16px 0;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  font-weight: 700;
  text-decoration: none;
}

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 920;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 88px;
  background: rgba(56, 67, 138, 0.40);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #ffffff;
  text-decoration: none;
}

.mobile-nav-toggle {
  font-size: 29px;
  transition: all 0.4s;
  outline: none !important;
  cursor: pointer;
  color: #fff;
  float: right;
  background: rgba(255, 255, 255, 0);
  border: 0;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 900;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(56, 67, 138, 0.32);
  background-size: cover;
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}
#enviado p{
    text-align: center !important;
    margin-top: 25px;
    font-size: 17px;
    color: #22b473;
    background: white;
    padding: 23px 6px;
    border-radius: 6px;
}
#descubre-inicio {
  width: 100%;
  position: relative;
  background: url("../img/background_lp_cultural.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 13% 0 20% 0;
  color: #fff;
}
#form-consultas input.input_descubre{
  overflow: visible;
  display: block;
  width: 100%;
  margin: 2px 0;
  border-radius: 20px;
  padding: 6px 30px;
  border-width: 1px;
  border-color: #ffffff;
  border-style:solid;
}
#form-consultas input.input_descubre:focus{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(34, 180, 115, 0.65);
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(34, 180, 115, 0.65);
}
#form-consultas label{
margin-bottom: .15rem;
}
.content-form{
  background: #38438A;
  padding: 44px 30px;
  border-radius: 20px;
}
.content-form h3{
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
}
.content-form p{
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
 }
 .form-check label{
   font-size: 12px;
 }
 .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #22b473;
  background-color: #22b473;
}
 .content-form .form-check-input {
  margin-top: .1rem !important;
}
.content-form .form-check {
  padding-left: 2rem;
}
#funcionalidad {
  background: #fff;
  padding: 60px 0 75px;
}
#funcionalidad .contenido-funcion p{
  color: #333333;
  margin-top: 50px;
  text-align: justify;
}
#funcionalidad .img-funcionalidad{
  padding-left: 85px;
}


.box {
  padding: 30px 34px 34px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  background: #38438A;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}
.box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
h5:after{
  content: "\e905";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 5px;
    display: block;
    text-transform: none;
    line-height: 3;
    color: #22B473;
}
.circle-iconos{ 
  background: #22B473;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#plataforma {
  width: 100%;
  position: relative;
  background: url("../img/background_footer.jpg") center top no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 60px;
}
.slogan_footer{
  text-align: center;
  font-weight: 600;
}
.formulario-content p{
	color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0 28px;
}
#footer {
  background: #ffffff;
  padding: 40px 0;
  font-size: 14px; 
}
#footer .logo_footer{
  padding-top: 20px;
}
#footer .content_footer h4{
  color: #43397F;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}
#footer .content_footer h4 span{
  border-bottom: 2px solid #43397F;
  padding-bottom: 3px;
  line-height: 2
}
#footer p{
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
}
#footer p span{
  color: #22B473;
}
#footer .site_web a:hover{
  text-decoration: underline;
}
#footer ol.redes-sociales{
  display: flex;
  -ms-flex-pack: center;
  padding-left: 0;
  list-style: none;
}
#footer ol.redes-sociales li{
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 3px;
  margin-left: 3px;
  background: #22B473;
  padding: 7px 11px;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 0;
  font-size: 18px;
  color: #ffffff;
}


/*--- Responsive Media Queries ---*/
@media (min-width: 992px) {
  #ventajas .box p {
      font-size: 14px;
  }
.content-form{
  max-width: 460px;
  margin-left: auto;
}
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #descubre-inicio {
    padding: 110px 0 160px 0;
  }
  #descubre-inicio h2 {
    text-align: center;
  }
  #funcionalidad .img-funcionalidad {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
  }
 
 #footer .content_footer {
    text-align: center;
    margin-top: 24px;
  }
  .redes-sociales{
     justify-content: center;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #plataforma {
    padding: 20px 0 88px 0;
  }
  #descubre-inicio{
  background-position: 23% center;
  }
  #descubre-inicio h3{
    font-size: 25px;
  }
  .titulo-seccion h3 {
    font-size: 30px;
  }
  .titulo-seccion {
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .titulo-seccion .title-bottom:after {
    font-size: 8px;
  }
  .titulo-seccion:before {
    font-size: 9px;
  }
  .btn-blue {
    padding: 6px 18px;
    font-size: 16px;
  }
  #ventajas .col-6{
    margin-bottom: 24px;
  }
  #ventajas {
    padding: 10px 0 60px 0;
  }
  .content-form{
    margin-top: 135px;
    margin-bottom: 20px;
  }
  #header .logo img {
    height: 40px;
  }
  .pl-xs{
    padding-left: 6px !important;
    margin-bottom: 20px !important;
  
  }
  .pr-xs{
    padding-right: 6px !important;
    margin-bottom: 20px !important;
  }
  #funcionalidad {
    padding: 0px 0 75px;
  }
}

@media (max-width: 574px) {
  #funcionalidad .contenido-funcion p{
    font-size: 15px;
  }
  .box {
    padding: 30px 16px 34px;
  }
  .box h5{
    font-size: 15px;
  }
  .mobile-nav-toggle {
    font-size: 25px;
  }
  p{
    font-size: 13px;
  }
  #descubre-inicio{
    padding: 80px 0 120px 0;
  }
  #plataforma h1{
    font-size: 24px;
  }
  .titulo-seccion h3 span:after {
    font-size: 13px;
  }
  .titulo-seccion h3:before {
    font-size: 7px;
  }
}
@media (max-width: 350px) {
  #descubre-inicio .btns-inicio .btn-blue:first-child {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .box p{
    font-size: 11px;
  }
  .box h5 {
    font-size: 13px;
  }
.titulo-seccion h3 {
    font-size: 24px;
}
}
@media (max-width: 400px) {
  #descubre-inicio h3 {
    font-size: 20px;
    line-height: 1.5;
  } 
  #ventajas .box p {
    font-size: 11px;
  }
  #ventajas .box {
    padding: 30px 10px 8px;
  }
  #footer .content_footer h4 {
    font-size: 15px;
  }
  #footer p {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 500;
}
.content-form .form_button{
   width: 100% !important;
}
}