/*!
 * Start Bootstrap - New Age v5.0.9 (https://startbootstrap.com/theme/new-age)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-new-age/blob/master/LICENSE)
 */

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
}

a {
  color: #fdcc52;
  transition: all .35s;
}

a:hover, a:focus {
  color: white;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 50px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  transition: all .35s;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: #fdcc52;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #FFFFFF !important;
  background-color: transparent;
  border-bottom: 2px solid #FFF;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #FFFFFF;
  border-bottom: 2px solid #FFF;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    /*background-color: transparent;*/
    background: url(../img/fondo-nav.png);
    height:110px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    /*color: rgba(255, 255, 255, 0.7);*/
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.035em;
    color: #FFFFFF;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: white;
    border-bottom: 2px solid #FFF;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #FFFFFF;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #FFFFFF;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #FFFFFF;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #FFFFFF;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background: url("../img/bg-principal.png"), #7b4397;
  background: url("../img/bg-principal.png"), linear-gradient(to left, #7b4397, #7b4397);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

header.masthead .header-content {
  /*max-width: 500px;*/
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-size: 30px;
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 50px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

section.download {
  position: relative;
  padding: 150px 0;
}

section.download h2 {
  font-size: 50px;
  margin-top: 0;
}

section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}

section.features .section-heading {
  /*margin-bottom: 100px;*/
}

section.features .section-heading h2 {
  margin-top: 0;
}

section.features .section-heading p {
  margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.features .feature-item h3 {
  font-size: 30px;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
  text-align: center;
  padding: 60px 0;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: #fdcc52;
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;
}

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

#mainNav  .menu-nav {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.035em;
    color: #FFFFFF;
}

.nav-item{
  padding-right: 3.5em;
}

#download{
  display:none;
}

#premium{
  background: #FFFFFF;
}

#premium h2, #silver h2{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #35004E;
}

#gold h2{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: white;
}

#premiumCarousel img, #goldCarousel img, #silverCarousel img{
  margin-bottom: 15px;
}

.description-category{
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.03em;
  text-transform: lowercase;
  color: #555555;
}

.carousel-indicators {
  left: 0;
  top: auto;
  bottom: -100px;
}


.carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 15px;
  height: 0px;
}

.carousel-indicators .active {
  background: #707070;
}

.silver-img{
  width: 150px;
  height: 150px;
  background: #C4C4C4;
  border-radius: 10px;
}



.gold-section{
  position: relative;
  width: 100%;
  color: white;
  background: url("../img/diseno_fondo_section.png"), #7b4397;
  background: url("../img/diseno_fondo_section.png"), linear-gradient(to left, #7b4397, #7b4397);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#escribenos{
  position: relative;
  width: 100%;
  color: white;
  background: url("../img/fonde-escribenos.png"), #7b4397;
  background: url("../img/fonde-escribenos.png"), linear-gradient(to left, #7b4397, #7b4397);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.gold-text{
  color:white;
}

.escribenos h2{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;

  color: #FFFFFF;
}

.button-uzeed{
  background: linear-gradient(90deg, #9B1981 0%, #35004E 100%);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5), 0px 4px 25px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  border: 0px;
}

.input-escribenos{
  width: 282px;
  height: 36px;
  left: 401px;
  top: 5638.59px;
  padding: 6px;
  background: #F9F9F9;
  border-radius: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #C4C4C4;
}

.footer-links{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 175.78%;
  /* or 26px */
  text-align: right;
  color: #FFFFFF;
}

.footer-text{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
}

.footer-last-text{
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
}

#footer{
  background: #000000;
  padding: 0;
}

.footer-link{
  float: right;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 175.78%;
  /* or 26px */
  text-align: right;
  color: #FFFFFF;
}

.footer-link:hover {
    color: white;
}


#map {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}



/* Styles go here */

/*############################
    ######## Google Maps #########
    ############################*/
    .mapWrap{
        position: relative;
    }
    
   
    .investCast{
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
           -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
                box-shadow: 0 0 5px rgba(0,0,0,0.5);
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 99999;
        display: block;
        width: 95%;
    }
    
    .gm-style .gmnoprint:nth-of-type(4){
        display: none;
    }
    
    .gm-style .gmnoprint:nth-of-type(6){
        display: none;
    }

    .gm-style .gmnoprint:nth-of-type(9) .gm-svpc{
        display: none;
    }
    .gm-style .gmnoprint:nth-of-type(10){
        display: none;
    }
    
    #map-canvas{
        width: 100%;
        height: 400px;
    }
    
    .mapSelWrap{
      width: 100%;
      background-color: #2D3181;
      overflow: hidden;
      color: white;
    }
    
    .corpSel{
      padding: 15px;
      width: 100%;
      background-color: #010557;
    }
    
    .selInnerWrap{
      width: 33.3333333%;
      float: left;
    }
    
    .selInner{
      padding: 15px;
    }


    input[type=range]::-webkit-slider-thumb{
      -webkit-appearance: none;
      border: 1px solid #000000;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      border-radius: 3px;
      background: #000;
      cursor: pointer;
    }
    .range_value{
        padding: 4px 25px;
        border: 2px solid #000;
        background-color: #fff;
        color: #000;
        border-radius: 8px;
        font-weight: 400;
        position: relative;
    }
    .range_value::after{
        content: " ";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
        border-width: 8px;
        border-style: solid;
        border-color: black #9a9a9a00 transparent transparent;
    }
    .slider {
        -webkit-appearance: none;
        width: 100%;
        height: 12px;
        background: rgba(0, 0, 0, 0.2);
        background: linear-gradient(90deg, rgb(0, 0, 0) 5%, rgb(214, 214, 214) 0%);
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
        border-radius: 5px;
        border: 1px solid #9e9e9e;
    }

    /*.slider::after {
        content: "100";
        color: white;
        font-size: 2rem;
        position: absolute;
        left: 80%;
        top: 26%;
    }

    .slider::before {
        content: "0";
        color: white;
        font-size: 2rem;
        position: absolute;
        left: 12%;
        top: 26%;
    }*/

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        background: white;
        cursor: pointer;
        border-radius: 50%;
    }

    .slider::-moz-range-thumb {
        width: 40px;
        height: 40px;
        background: white;
        cursor: pointer;
        border-radius: 50%;
    }