/*!
Theme Name: El Roble
Theme URI: http://underscores.me/
Author: Jenner Hoc
Author URI: http://appux.biz
Description: El Roble Inmobiliaria
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elroble
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

El Roble is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Barlow:100,300,400,500,600&display=swap');


body{
  /* background-color: #f9fbfd!important; */
  overflow-x: hidden;
}


/* Image */
img {
    max-width: 100%;
    height: auto;
    border-radius: .25rem!important;
}

/* ul {
    list-style-type: square !important;
} */
/*--------------------------------------------------------------
# Hamburger Icon -
--------------------------------------------------------------*/
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #54be11;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 30px;
    top: 50px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 30px;
    top: 50px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}


.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,0) !important;
}




.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(64, 144, 14) !important;
}


.
 img {
    -webkit-transition: all 3s;
    transition: all 3s;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #6b7c93 !important;
  font-family: 'Barlow', sans-serif !important;
  line-height: 21px; }

p {
  font-size: 15px;
  color: #6b7c93;
  line-height: 25px;
  margin-bottom: 1.5em;
  font-weight: 400; }

  a {
  color: #0a396d;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #0e649b; }

h1, h2 {
      clear: both;
      -ms-word-wrap: break-word;
      word-wrap: break-word;
      color: #25ce7b;
      font-weight: 400 !important;
      padding-bottom: 20px;
    }

h3, h4, h5, h6 {
  clear: both;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #333;
  font-weight: 400 !important;
}

h1 {
  font-size: 33px;
  line-height: 37px; }

h2 {
  color: #25ce7b;
  font-size: 28px;
  line-height: 30px; }

h3 {
  font-size: 24px;
  line-height: 26px; }

h4 {
  font-size: 22px;
  line-height: 24px; }

h5 {
  font-size: 20px;
  line-height: 25px; }

h6 {
  font-size: 18px;
  line-height: 25px; }

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.fixed-top{
box-shadow: 0 0 20px rgba(91,119,255,.15);
}

@media (max-width: 768px){

  .fixed-top {
      position: relative !important;

  }
}

.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}


.navbar-brand-img img {
    -webkit-transition: all 3s;
    transition: all 3s;
}


.menu-main{
  font-size: 1.5px !important;
}

.menu-main ul.dropdown li a{
  font-size: 1.2rem;
  color: #667582;
}


/* arrow sm */
.navbar-nav {
    font-size: 15px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.67) !important;
}
.submenu-indicator {
       margin-left: 5px;
       margin-top: 4px;
       float: right;
       -webkit-transition: all 0.3s;
       transition: all 0.3s;
   }

.submenu-indicator-chevron {
       height: 6px;
       width: 6px;
       display: block;
       border-style: solid;
       border-width: 0 1px 1px 0;
       border-color: transparent #70798b #70798b transparent;
       -webkit-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
       transform: rotate(45deg);
       -webkit-transition: border 0.3s;
       transition: border 0.3s;
   }


   .nav-item::after{content:'';display:block;width:0px;height:2px;background:#6f533f;transition: 0.3s;}
   .nav-item:hover::after{width:100%;}
   .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color:#fec400;}
   .nav-link{padding:15px 5px;transition:0.2s;}
   .dropdown-item.active, .dropdown-item:active{color:#212529;}
   .dropdown-item:focus, .dropdown-item:hover{background:#6f533f;}



   #header-outer[data-lhe="animated_underline"] nav > ul >li:not([class*="button_"]) >a:after {
       -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
       -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
       transition: transform .3s ease-out,border-color .3s ease-out;
       position: absolute;
       display: block;
       bottom: -6px;
       left: 0;
       width: 100%;
       -ms-transform: scaleX(0);
       -webkit-transform: scaleX(0);
       transform: scaleX(0);
       border-top: 2px solid #000;
       content: '';
       padding-bottom: inherit;
   }



   figure {
     float: left;
   }

   figcaption {
     display: none !important;
   }
/*--------------------------------------------------------------
# Slide
--------------------------------------------------------------*/
.bg-cover {
  background-repeat: no-repeat!important;
  background-position: center center!important;
  background-size: cover!important;
  position: absolute !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.projectIntro {
    height: 100vh;
    position: relative;
}

.white-border {
    width: 100%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    z-index: 900;
}

.brown-border {
    width: 100%;
    position: absolute;
    top: 0;
   /* overflow: hidden;*/
    z-index: 1000;
}


@media (min-width: 768px){
  .name {
    position: absolute;
      width: 50%;
      top: 150px;
      left: 230px;
  }
}
@media (max-width: 768px){
.name {
  position: absolute;
    width: 40%;
    top: 50px;
    left: 15px;
  }
  .name h1{
    color: #ffffff !important;
    font-size: 90px !important;
    line-height: 90px !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
  }
  .name h2{
    font-size: 55px !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
  }
  .name h4{
    font-size: 18px !important;
    margin-bottom: 0px;
    line-height: 0 !important;
  }
}

.name h2{
  color: #333 !important;
  font-size: 65px;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}
.name h4{
  font-size: 18px;
  margin-top: 10px;
  line-height: 0 !important;
}
.name h5{
  font-size: 15px;
  margin-top: 0px;
  line-height: 15px !important;
}
.name h3{
  font-size: 20px;
  line-height: 0.4;
  /* margin-bottom:10px; */
}
.name h1{
  color: #6f533f;
  font-weight: 600 !important;
  font-size: 115px;
  line-height: 110px;
}

/*--------------------------------------------------------------
# Titles
--------------------------------------------------------------*/
.hasTopBar:before{
  background-color:##55bf12;
  height:4px;content:" ";
  width:50px;display:
  block;margin:0 auto 1.67rem;
  margin-left:0;
  }
  @media (min-width: 768px){
    .hasTopBar:before{
      margin-left:auto;
      }
    }
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
a.buttonCU, buttonCU {
    /* background-image: -webkit-gradient(linear, left bottom, right top, from(#25D5D0), to(#19D9D6)); */
    background-image: linear-gradient(to top right, #04e675, #08ca6f);
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    margin: 0.4em;
    color: white;
    text-transform: uppercase;
    font-size: .625rem;
    font-weight: 800;
    letter-spacing: 1.2pt;
    padding: 1.8em 2em;
    border-color: transparent;
    border-radius: 5px;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    text-overflow: ellipsis;
    max-width: 100%;
}
.buttonCU hover {
  border-color: 1px solid #ffffff;
}
.btn-roble a {
  color: #fff;
  background-color: #004E64;
  border-color: #004E64;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 0;
}

.btn-roble:hover,
.btn-roble:active,
.btn-roble:focus,
.btn-roble.active {
  /* let's darken #004E64 a bit for hover effect */
  background: #003D4F;
  color: #ffffff;
  border-color: #003D4F;
}

.lift{transition:box-shadow .25s ease,transform .25s ease;}
.lift:focus,.lift:hover{box-shadow:0 1rem 2.5rem rgba(22,28,45,.1),0 .5rem 1rem -.75rem rgba(22,28,45,.1)!important;transform:translate3d(0,-3px,0)}

/* Contact Form 7 Submit Button
 -------------------------------*/
 .wpcf7 input[type="submit"] {
     color: #ffffff !important;
     background: #25ce7b;
     padding: 15px 25px 15px 25px;
     border: none;
     border-radius: 5px;
     width: auto;
     text-transform: uppercase;
 }
 .wpcf7 input:hover[type="submit"] {
     background: #494949;
     transition: all 0.4s ease 0s;
 }
 .wpcf7 input:active[type="submit"] {
     background: #000000;
 }

 /*--------------------------------------------------------------
 # Badge
 --------------------------------------------------------------*/
 .iframe-maps {
    width: 100%;
}
/*--------------------------------------------------------------
# Badge
--------------------------------------------------------------*/
.badge-success-soft {
    font-size: 75% !important;
    background-color: rgba(66,186,150,.1);
    color: #42ba96;
}
.badge-pill {
    padding-right: .75rem;
    padding-left: .75rem;
    border-radius: 10rem;
}
/*--------------------------------------------------------------
# whatsapp
--------------------------------------------------------------*/
.b38phone_fixed {
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 70px;
    right: 60px;
    position: fixed;
    -webkit-animation: fade-in 1s ease;
    -moz-animation: fade-in 1s ease;
    -o-animation: fade-in 1s ease;
    -ms-animation: fade-in 1s ease;
    animation: fade-in 1s ease;
    z-index: 1000;
}


.b38phone_fixed a:hover{
  color: #fff;
  text-orientation: none;
}

.b38phone_fixed_phone {
    display: none;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #00184a;
    padding: 0.6em 1em;
    border-radius: 3px;
    position: relative;
    margin-right: 20px;
}

@media screen and (max-width: 1400px){
.b38phone_fixed_circle {
    width: 45px;
    height: 45px;
  }
}

.b38phone_fixed_circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #03e676;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 10000;
}

@media screen and (max-width: 1400px){
.b38gota1 {
    width: 55px;
    height: 55px;
}
}
.b38gota1 {
    position: absolute;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 3;
    background-color: rgba(3,230,118,0.5);
    -webkit-animation: gota 1s infinite ease;
    -moz-animation: gota 1s infinite ease;
    -o-animation: gota 1s infinite ease;
    -ms-animation: gota 1s infinite ease;
    animation: gota 1s infinite ease;
    right: -5px;
}

@media screen and (max-width: 1400px){
.b38gota2 {
    width: 65px;
    height: 65px;
}
}

.b38gota2 {
    position: absolute;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    z-index: 3;
    background-color: rgba(3,230,118,0.5);
    -webkit-animation: gota 1s infinite ease;
    -moz-animation: gota 1s infinite ease;
    -o-animation: gota 1s infinite ease;
    -ms-animation: gota 1s infinite ease;
    animation: gota 1s infinite ease;
    right: -10px;
}

.b38phone_fixed_circle, .fab {
    font-family: "Font Awesome 5 Brands";
    font-size: 25px;
    color: white;

}
/*--------------------------------------------------------------
# Section
--------------------------------------------------------------*/
.first-section {
    background-image: linear-gradient(155deg,#edf3e3 0,#bff6f1 100%);
    text-align: center;
    padding: 5rem 0;
}

.second-section p {
    padding: 2rem 0;
    font-size: 18px;
    color: #6b7c93;
    line-height: 1.75;
    letter-spacing: 0;
}

.third-section {
    color: #205651;
    background-image: linear-gradient(155deg,#11cfbb 0,#7bd0c7 100%);
    padding: 5rem 0;
}
.third-section p {
  font-size: 17px;
    color: #205651;
}

.third-section h2 {
    color: #ffffff;
}
/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #25ce7b!important;
}

.nav-pills .nav-link {
    font-size: .875rem;
    font-weight: 500;
    padding: .75rem 1rem;
    transition: all .15s ease;
    color: #25ce7b;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.card {
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(90, 113, 208, 0.11);
    box-shadow: 0 10px 20px 0 rgba(90, 113, 208, 0.11);
}

.box-dptos{
  font-size: 13px;
}

.box-dptos h2 {
  font-size: 20px;
}

.list-group-item {
    padding: .50rem 1.25rem !important;
    background-color: transparent;
    border: 1px solid rgba(71, 92, 123, 0.15);
}

.icons i,.icons svg {
   color: #25ce7b;
   padding-right: 10px;
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 20px 0 rgba(90, 113, 208, 0.11);
  box-shadow: 0 10px 20px 0 rgba(90, 113, 208, 0.20);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #42ba96!important;
  border-top: 2px solid #42ba96!important;
}


.nav-tabs .nav-link{
    color: #495057 !important;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.bg-white {
  background-color: white;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.widget-area  {
  font-size: 13px;
  margin-bottom: 0;
  padding: 2rem;
}

.widget-area h2  {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
#respond {
	background: #fbfbfb;
	padding:0 10px 0 10px;
}
/* Highlight active form field */

#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 0px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}


#respond input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
margin: 5px 1px 3px 0px;
border: 2px solid rgba(81, 203, 238, 1);
}

#reply-title { }
#cancel-comment-reply-link { }
#commentform { }
#author { }
#email { }
#url { }
#comment
.comment-notes { }
.required { }


#respond {
    clear: both;
}

.comment-reply-title, .comments-title {
    display: block;
    margin-bottom: 24px;
    font-size: 24px;
}

#respond h3 {
    font-size: 18px;

}

#respond h3 a {
    color: #283a5e;
    display: inline-block
}

#respond h3 small a {
    text-transform: uppercase;
    font-size: 11px;
    background: #333;
    color: #FFF;
    padding: 4px 6px 5px;
    border-radius: 3px;
    margin-left: 7px;
    letter-spacing: 1px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

#respond h3 small a:hover {
    opacity: .8
}

#respond label {
    color: #7c7c7c;
    font-size: 13px;
    display: block;
    font-weight: 300;
    margin-bottom: 4px;
    font-style: normal
}

#respond ::-webkit-input-placeholder,
#respond ::-webkit-input-placeholder {
    color: #aaa
}

#respond input:focus {
    outline: 0
}

#respond textarea {
    padding: 14px;
    height: 140px;
    font-size: 13px;
    color: #777;
    background-color: #ffffff;
    margin-bottom: 14px;
    line-height: 20px;
    border-color: #eeeeee;
    width: 100%
}

#respond textarea:focus {
    outline: 0
}

#respond textarea {
    margin-bottom: -10px;
    height: 160px
}

#respond input#submit:hover{
    background-color: transparent;
    color: #222222;
}

@media (min-width: 760px) {
    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        float: left;
        width: 33.3%
    }

}

#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 0;
    background-color: #fff;
    border:1px solid #eee;
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
}

#respond .comment-form-author input, #respond .comment-form-email input,
#respond .comment-form-url input {
    border-left: 0;
}

#respond .comment-form-author input {
    border-left: 1px solid #eee;
}

@media (max-width: 760px) {
    #respond .comment-form-author input, #respond .comment-form-email input,
    #respond .comment-form-url input  {
        border-left: 1px solid #eee !important;
    }

}
.form-submit {
    margin-bottom: 0;
    clear: both;
}

#respond #submit {
    margin: 0;
    margin-top: 15px;
}

.no-comments {
    background-color: #eee;
    padding: 20px;
    margin-top: 30px;
    text-align: center;
}

.comment-form-email { }
.comment-form-url { }
.comment-form-comment { }
.comment-form-cookies-consent { }
.form-allowed-tags { }
.form-submit


#submit {
background-color:#44c767;
-moz-border-radius:28px;
-webkit-border-radius:28px;
border-radius:28px;
border:1px solid #44c767;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:17px;
padding:16px 31px;
text-decoration:none;
box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    transition: all .3s;
    outline: none;
}

#submit:hover {
background-color:#5cbf2a;
}
#submit:active {
position:relative;
top:1px;
}

/*--------------------------------------------------------------
# Input Form
--------------------------------------------------------------*/
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], select, textarea {
    color: #666;
    padding: 0.75em;
    width: 100%;
    height: 45px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fafafa;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.btn{
  display: inline-block;
  font-weight: 600;
  color: #8492A6;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #8492A6;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 rgba(99, 0, 230, 0.25);
          box-shadow: 0 0 0 rgba(99, 0, 230, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 rgba(99, 0, 230, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 0 rgba(99, 0, 230, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-icon .btn-inner--text:not(:first-child) {
  margin-left: 0.75em;
}
.btn-icon .btn-inner--text:not(:last-child) {
  margin-right: 0.75em;
}

.translate-y-n3, .hover-translate-y-n3:hover {
  -webkit-transform: translateY(-3px) !important;
      -ms-transform: translateY(-3px) !important;
          transform: translateY(-3px) !important;
}


/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.vw-50 {
    width: 50vw!important;
}

.h-100 {
    height: 100%!important;
}

.shape {
    position: absolute;
    pointer-events: none;
}

.text-light {
    color: #f9fbfd!important;
}

.shape-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.shape:not([class*=shape-blur]) {
    overflow: hidden;
}

/*--------------------------------------------------------------
# Comunicate
--------------------------------------------------------------*/
.comunicate {
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 18px;
}

.comunicate a{
  color: #25ce7b;
}

.comunicate a:hover{
  color: #6f533f;
  text-decoration: none;
}

.btn-cotiza{
  background-color: #25ce7b;
  padding: 4px 10px;
  border-radius: 18px;
}

.btn-cotiza a{
  color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{
  background-color: #f9fbfd;
  font-size: 11px;
  line-height: 15px;
  padding: 50px 0;
}

footer p{
  font-size: 11px;
  line-height: 15px;
}

footer h2{
  font-size: 16px;
}
