@charset "UTF-8";

header {
  padding: 20px 0 100px;
}

@media (min-width: 992px) {
  header {
    padding: 20px 0 100px;
  }
}

section {
  padding: 10px 0;
}


body {
  font-family:'Exo', sans-serif;
  color: #3C3C3B;
}

.bg-primary {
    background-color: #FFDE00 !important;
    background-image: url("../images/fundo.svg");
    background-repeat: no-repeat;
    max-height: 230px;
}

.bg-primary .main-logo{
    height: 100px;
}

.slogan h2{
    color: #3C3C3B;
    text-shadow: 1px 1px 3px #dae0e5;
    font-size: 1.5rem;
}

.mail a {
    color: #3C3C3B;
    background-color: #FFDE00;
}

h2, .h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

.mb-5, .my-5 {
    margin-bottom: 1rem !important;
}


.container {
    padding-top: 4rem;
}

.navbar-brand {
    padding: 5px 15px;
}


.navbar {
    margin-bottom: 0px !important;
    margin-top: 24px;
}

.flags {
    font-size: .8rem;
    }

/*---contactos topo pagina-----*/

.fast-phone {
    font-size: .75rem;
    background-color: grey;
    color: white;
    padding: 5px 35px;
    }

.fast-phone a {
    font-size: .75rem;
    color: white;
    }


/*---CAROUSEL-----*/

/* Make the image fully responsive */
  .carousel-inner img {
      width: 100%;
      height: 450px;
  }

.carousel-item img {
      height: 100%;
  }

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    /*background: transparent no-repeat center center;*/
    background-size: 100% 100%;
}