@import 'fonts/fonts.css';
@import 'ekko-lightbox.css';

/* RESETS */
.container-fluid,
nav.navbar,
.navbar .container,
.main-container .row .col-md-12 {
  margin-top: -1px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.main-container .row {
    margin-left: 0;
    margin-right: 0
}



/* GENERAL STYLES */

body * { -webkit-tap-highlight-color: rgba(0,0,0,0); }

body {
  color: #222222;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
}

.m70 {
  margin-top: 70px;
}

@media (max-width:768px) {
  .m70 {margin-top: 50px;}
}

h1,
h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

h1 {
  color: #00a3f7;
}

h3 {
  font-size: 20px;
  margin-top: 25px;
}

@media (max-width:768px) {
  h1, h2 {font-size: 28px;}
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0;
}

a {
  color: #00a3f7;
}

p {
  line-height: 27px;
}

p.intro {
  font-size: 18px;
  line-height: 35px;
}

button:focus {
outline: none !important;
outline: 5px auto -webkit-focusring-color !important;

}

ul li {
  list-style: none;
  position: relative;
  padding: 10px;
}

ul li:before {
  content: '\2022';
  position: absolute;
  left: -15px;
  top: 15px;
  font-size: 10px;
}

ul.checklist {
  padding-left: 10px;
}

ul.checklist li:before {
  content:'';
}

ul.checklist li {
  padding-left: 25px;
  background: url("imgs/check.svg") no-repeat -10px 4px transparent;
  background-size: 35px;
}

hr.separator {
  border: 0;
  border-top:3px solid #00a3f7;
  margin-bottom: 45px;
  width: 80px;
}

.article hr.separator {
  margin-bottom: 25px;
}

.btn.disabled, .btn:disabled {
  opacity: 1 !important;
}

/* NAV BAR STYLES */

.navbar {
    background-color: transparent;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    z-index: 1034;
    transition: all 0.2s ease;
}

.navbar ul.navbar-nav li.nav-item::before {
  content: '';
}

.navbar-brand img {
    height: auto;
    max-width: 170px;
    width: 100%
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .05rem
}

.navbar .navbar-toggler .navicon,
.navbar .navbar-toggler:focus .navicon {
    fill: #fff;
    height: auto;
    max-width: 30px;
    outline: none;
    width: 100%
}

.navbar .navbar-toggler:hover .navicon {
    fill: #009cff
}

.navbar .navbar-toggler:active .navicon {
    fill: #185990;
    outline: none;
}

.navbar .navbar-toggler .close,
.navbar .navbar-toggler[aria-expanded=true] .open {
    display: none
}

.navbar .navbar-toggler[aria-expanded=true] .close {
    display: block
}

.scroll.navbar {
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(190,204,230,0.24);
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      font-size: 13px;
      color: #fff;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #daeeff
    }
    .navbar-expand-lg .navbar-nav .nav-link:active {
        color: #0059b3;
    }
}

@media (max-width:991px) {
    .navbar {
        padding: 0
    }

    .navbar .container {
      max-width: 100%;
      width: 100%;
    }

    .navbar .navbar-nav {
        background-color: #fff;
        box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
        z-index: 1050
    }
    .navbar .navbar-nav .nav-item,
    .navbar-brand {
        padding: 1rem 0 1rem 1rem
    }

    .navbar-brand img {
      max-width: 125px;
    }

    .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid #ECEFF1;
        transition: all .3s cubic-bezier(.25, .8, .25, 1)
    }
    .navbar .navbar-nav .nav-item:hover {
        background-color: #F8F8F8;
        padding-left: 1rem
    }
    .navbar .navbar-nav .nav-item:active,
    .navbar .navbar-nav .nav-item:focus {
        background-color: #ECEFF1;
        padding-left: 1rem
    }

    .navbar .navbar-toggler:hover .navicon {
        fill: #fff;
        outline: none;
    }

    .scroll.navbar .navbar-toggler .navicon {
        fill: #00a3f7;
        height: auto;
        max-width: 30px;
        width: 100%
    }

    .scroll.navbar .navbar-toggler:hover .navicon {
        fill: #004c99
    }

    .scroll.navbar .navbar-toggler:active .navicon,
    .scroll.navbar .navbar-toggler:focus .navicon {
        fill: #0059b3
    }
}

@media (min-width:990px) {

  .navbar-expand-lg .navbar-nav .nav-link.contact-btn {
    border: 1px solid #fff;
    border-radius: 5px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(255,255,255,.2)
  }

  .navbar-expand-lg .navbar-nav .nav-link.contact-btn:hover {
    background-color: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.5);
  }

  .scroll.navbar-expand-lg .navbar-nav .nav-link {
    color: #222222; }

  .scroll.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #00a3f7; }


  .scroll.navbar-expand-lg .navbar-nav .nav-link.contact-btn,
  .scroll.navbar-expand-lg .navbar-nav .nav-link.contact-btn:focus {
    border: 1px solid #00a3f7;
    border-radius: 5px;
    color: #00a3f7;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .scroll.navbar-expand-lg .navbar-nav .nav-link.contact-btn:hover {
    background-color: #00a3f7;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.17);
    color: #fff;
  }

  .scroll.navbar-expand-lg .navbar-nav .nav-link.contact-btn:active {
    background-color: #004c99;
    border-color: #004c99;
    color: #fff;
  }
}



/* HERO */

.hero {
  padding-top: 200px;
  padding-bottom: 100px;
  background: url("imgs/hero-bg.png") no-repeat 460px -1px transparent;
  background-size: 1500px;
}

.hero h1 {
  color: #222222;
  font-size: 35px;
}

.hero p {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 30px;
}

.hero a,
.hero a:focus {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #00a3f7;
  color: #00a3f7;
  font-family: "Helvetica Neue Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 55px;
  margin-top: 50px;
  padding: 20px 40px 16px;
  transition: all 0.2s ease;
}

.hero a:hover {
  background-color: #00a3f7;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.17);
  color: #fff;
}

.hero a:active {
  background-color: #004c99;
  color: #fff;
}

.hero img {
  display: block;
  margin-top: 25px;
  max-width: 440px;
  width: 100%;
}

@media (min-width:1350px){
  .hero {
    background: url("imgs/hero-bg-extended.png") no-repeat center -1px transparent;
    background-size: 2500px;
  }
}

@media (max-width:1200px){
  .hero {
    background-position: 280px 0;
  }
}

@media (max-width:757px){
  .hero {
    background: url("imgs/hero-bg-small.png") no-repeat center bottom transparent;
    background-size: cover;
    text-align: center;
    padding-top: 170px;
    color: #fff;
  }

  .hero h1 {
    color: #fff;
  }

  .hero p {
    margin-bottom: 30px;
  }

  .hero a,
  .hero a:focus {
    border-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.17);
  }

  .hero img {
    margin: 30px auto 0;
  }
}

@media (min-width:757px) {
  .hero p {
    padding-right: 70px;
  }
}

@media (max-height:650px) {
  .hero {
    padding-top: 110px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero p {
    font-size: 16px;
    line-height: 31px;
  }
}


/* BG WRAPPER */
.bg-wrapper {
  background-size: contain;
}

@media (min-width:768px) {
  .bg-wrapper {
    background: url("imgs/circle_01.png") no-repeat 50% 50% transparent;
  }
}

/* COUNTER */

.counter {
  text-align: center;
}

.counter h2 {
  width: 100%;
}

.counter p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.counter span {
  color: #00a3f7;
  font-family: "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 50px;
}

.counter div div div {
  border-right: 1px solid #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.counter div div div:last-child {
  border-right: 0;
}

@media (max-width:575px) {
  .counter div div div:nth-child(1),
  .counter div div div:nth-child(2) {
    border-bottom: 1px solid #f0f0f0;
  }
}

@media (max-width:990px) {
  .counter .container{
    max-width: 100%;
  }
}

/* DESCRIPTION */

.description .row {
  position: relative;
}

.description .text-overlay {
  padding: 0;
  z-index: 200;
}

.description .text-overlay .wrp-text {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0083c7+0,00a2f6+100 */
  background: #0083c7; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0083c7 0%, #00a2f6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0083c7 0%,#00a2f6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0083c7 0%,#00a2f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083c7', endColorstr='#00a2f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  font-weight: lighter;
  padding: 50px 70px;
}

.description .text-overlay .wrp-image {
  background: url("imgs/bg-shadow.png") no-repeat 50% -1px transparent;
}

.description .text-overlay .wrp-image img {
  margin: 30px;
  max-width: 400px;
}

.description .image-overlay {
  height: 90%;
  min-height: 630px;
  position: absolute;
  right: 0;
  top: 40px;
}

.description .image-overlay div {
  background: url("imgs/h2Sol-Calentador-Solar-Piscina.jpg") no-repeat 50% 50% transparent;
  background-size: cover;
  border-radius: 15px;
  height: 100%;
}

@media (max-width:1200px) {
  .description .image-overlay div {
    margin-left: 10%;
  }
}

@media (max-width:990px) {
  .description .text-overlay .wrp-text {
    padding: 25px;
  }
}

@media (max-width:757px){
  .description .text-overlay .wrp-image {
    padding: 30px 15px;
  }

  .description .text-overlay .wrp-image img {
    display: block;
    margin: 0 auto;
  }
}

/* PLANS */

.plan-offers {
  margin-top: 100px;
}

.plan-offers .plan {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.11);
  overflow: hidden;
}

.plan-offers .wrp-text {
  margin: 35px 25px 50px;
}

.plan-offers .wrp-text h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  color: #00a3f7;
}

.plan-offers .wrp-text hr {
  margin: 0 auto;
}

.plan-offers .plan.p02 h2 {
  color: #ff8f00;
}

.plan-offers .wrp-image {
  background-color: silver;
  min-height: 140px;
}

.plan-offers .p01 .wrp-image {
  background: url("imgs/plan-01.jpg") no-repeat 50% 50% transparent;
  background-size: cover;
}

.plan-offers .p02 .wrp-image {
  background: url("imgs/plan-02.jpg") no-repeat 50% 50% transparent;
  background-size: cover;
}

@media (max-width:768px) {
  .plan-offers {
    margin-top: 70px;
  }

  .plan-offers .row div:first-child .plan {
    margin-bottom: 40px;
  }
}

/* CTA SAVE */

.cta-save {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  margin: 100px 0 0;
  padding-bottom: 35px;
  padding-top: 35px;
}

.cta-save h2 {
  color: #00a3f7;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 27px;
  margin-bottom: 25px;
}

.cta-save p {
  font-size: 16px;
  margin-bottom: 0;
}

.cta-save a,
.cta-save a:focus {
  background-color: #e5f6fe;
  border-radius: 5px;
  color: #00a3f7;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 55px;
  max-width: 250px;
  transition: all 0.2s ease;
}

.cta-save a:hover{
  background-color: #00a3f7;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.17);
  color: #fff;
}

.cta-save a:active {
  background-color: #004c99;
  color: #fff;
}

.cta-save.cta-blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0083c7+0,00a2f6+100 */
  background: #0083c7; /* Old browsers */
  background: -moz-linear-gradient(left, #0083c7 0%, #00a2f6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0083c7 0%,#00a2f6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0083c7 0%,#00a2f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083c7', endColorstr='#00a2f6',GradientType=1 ); /* IE6-9 */
  color: #fff;
  margin-bottom: 100px;
}

.cta-save.cta-blue h2 {
  color: #fff;
}

.cta-save.cta-blue a {
  background-color: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.17);
  color: #00a3f7;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding-left: 0;
  padding-right: 0;
}

.cta-save.cta-blue a:hover {
  background-color: #004c99;
  color: #fff;
}

.cta-save.cta-blue a:active {
  background-color: #0059b3;
  color: #fff;
  opacity: .7;
}

@media (min-width:768px) {
  .cta-save .cta-holder {
    display:flex;
    flex-direction:column;
  }
}

@media (max-width:768px) {
  .cta-save {
    text-align: center;
    margin: 50px 0;
    padding-top: 40px;
  }
  .cta-save a {
    background-color: #00a3f7;
    color: #fff;
    margin: 40px auto 20px;
  }

  .cta-save a:hover {
    background-color: #0059b3;
    color: #fff;
  }
}

/* SERVICES */

.services {
  padding-top: 100px;
}

.services .wrp-image {
  border-radius: 10px;
  background: url("imgs/h2Sol-Agua-Caliente-Solar.jpg") no-repeat 50% 50% transparent;
  background-size: contain;
  height: 100%;
  width: 100%;
}

@media (min-width:768px) {
  .services {
    background: url("imgs/circle_02.png") no-repeat 100% -40px transparent;
  }
}

@media (max-width:990px) {
  .services {
    padding-top: 30px;
  }

  .services .image-overlay {
    min-height: 300px;
    margin-bottom: 50px;
  }

  .services .wrp-image {
    background-position: 50% 0;
  }

  .hidden-sm-down {
    display: none;
  }
}

@media (min-width:768px) {
  .hidden-sm-up {
    display: none;
  }
}


/* ADVANTAGES */

.advantages .products a {
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  display: block;
  height: 46%;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
}

.prod01 {background: url("imgs/h2Sol-Agua-Caliente-Solar-Hogar.jpg") no-repeat 50% 50% transparent;}
.prod02 {background: url("imgs/h2Sol-Calentador-Piscina.jpg") no-repeat 50% 98% transparent;}

.advantages .products a:last-child {
  margin-top: 20px;
}

.advantages .products a:hover {
  color: #fff;
  background-size: 110%;
}

.advantages .products a:active {
  color: #fff;
}

.advantages .products .wrp-text {
  bottom: 0;
  margin: 30px;
  position: absolute;
}

.advantages .products .wrp-text * {
  font-family: 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 0;
}

.advantages .products .wrp-text h2 {
  font-size: 27px;
  margin-bottom: 10px;
  max-width: 370px;
}

.advantages .products a .color-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005aa8+0,002c63+100&0+26,0.71+69 */
  background: -moz-linear-gradient(top, rgba(0,90,168,0) 0%, rgba(0,78,150,0) 26%, rgba(0,58,120,0.71) 69%, rgba(0,44,99,0.71) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,90,168,0) 0%,rgba(0,78,150,0) 26%,rgba(0,58,120,0.71) 69%,rgba(0,44,99,0.71) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,90,168,0) 0%,rgba(0,78,150,0) 26%,rgba(0,58,120,0.71) 69%,rgba(0,44,99,0.71) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005aa8', endColorstr='#b5002c63',GradientType=0 ); /* IE6-9 */
  height: 100%;
  width: 100%;
}

.advantages .products a:hover .color-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005aa8+0,005aa8+100&0.06+0,0.71+100 */
  background: -moz-linear-gradient(top, rgba(0,90,168,0.06) 0%, rgba(0,90,168,0.71) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,90,168,0.06) 0%,rgba(0,90,168,0.71) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,90,168,0.06) 0%,rgba(0,90,168,0.71) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f005aa8', endColorstr='#b5005aa8',GradientType=0 ); /* IE6-9 */
  height: 100%;
  width: 100%;
}

.advantages .products a:active .color-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005aa8+0,005aa8+100&0.38+0,0.9+100 */
  background: -moz-linear-gradient(top, rgba(0,90,168,0.38) 0%, rgba(0,90,168,0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,90,168,0.38) 0%,rgba(0,90,168,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,90,168,0.38) 0%,rgba(0,90,168,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61005aa8', endColorstr='#e6005aa8',GradientType=0 ); /* IE6-9 */
  height: 100%;
  width: 100%;
}


@media (max-width:768px) {
  .advantages .products a {
    display: block;
    height: 300px;
  }

  .advantages .products a:last-child {
    margin-bottom: 50px;
  }
}


/* CONTACT */

.contact h2 {
  color: #00a3f7;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 27px;
  margin-bottom: 25px;
}

.contact .disclaimer {
  color: #adadad;
  font-size: 11px;
  margin-top: 10px;
}

.contact label {
  font-weight: bolder;
}

.contact .form-control {
  border-color: #eaeaea;
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 2.3;
}

.contact button,
.contact button:focus {
  background-color: #00a3f7;
  border-radius: 5px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 55px;
  padding: 0 40px;
  transition: all 0.2s ease;
}

.contact button:hover{
  background-color: #004c99;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.17);
  color: #fff;
}

.contact button:active {
  background-color: #00a3f7;
  color: #fff;
}

.contact .list-unstyled li{
  background-image: none;
  color: #ef5350;
  font-size: 12px;
  padding: 10px 0 0 15px;
}

.contact #msgSubmit {
  border-radius: 5px;
  display: none;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 10px;
}

.contact .text-danger {
  background-color: rgba(255, 235, 238, .2);
  border: 1px solid #ffcdd2;
  border-radius: 5px;
  color: #f44336 !important;
}

.contact .text-success {
  background-color: rgba(200,230,201 .2);
  border: 1px solid #C8E6C9;
  color: #4CAF50 !important;
}


/* ARTICLE */
.article {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 50px;
  padding-bottom: 100px;
  padding-top: 50px;
}

.article-image {
  display: block;
  margin: 0 auto 25px;
  max-width: 400px;
  width: 100%;
}

@media (min-width:768px) {
  .article-image {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;}
}

/* ACCORDION */

#accordion {
  margin-top: 70px;
}

.card {
  border: 1px solid #f9f9f9;
  border-radius: 10px;
  margin-bottom: 18px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(190,204,230,0.2);
}
.card-header {
  background: transparent;
  border: 0;
  padding: 0;
}

.card-body {
  padding: 0;
}

.card .btn-link {
  color: #222222;
  font-weight: bold;
  padding: 0;
  width: 100%;
  background: url("imgs/more.svg") no-repeat 100% 50% transparent;
  background-size: 25px;
}

.card .btn-link:hover {
  text-decoration: none;
  color: #00a3f7;
}

.card .btn-link[aria-expanded="true"] {
  background: url("imgs/close.svg") no-repeat 100% 50% transparent;
  background-size: 25px;
}

.card .btn-link h2 {
  font-family: 'Helvetica Neue Light', Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 17px;
  margin: 0;
  padding: 0;
  padding-right: 50px;
  text-align: left;
  white-space: normal;
}

.card hr.separator {
  margin-top: 25px;
  margin-bottom: 40px;
}


.gallery a img {
  margin-bottom: 30px;
}

/* CTA */

.cta-save.cta-blue a:hover {
  background-color: #0059b3;
  color: #fff;
}

.contact img {
  max-width: 150px;
  margin-bottom: 30px;
}

.contact ul {
  padding-left: 0;
}

.contact ul li {
  padding-left: 35px;
  background: url("imgs/phone.svg") no-repeat 0 13px transparent;
  background-size: 18px;
}

.contact ul li:nth-child(2) {
  background-image: url("imgs/mail.svg");
  background-position: 0 16px;
}

.contact ul li:nth-child(3) {
  background-image: url("imgs/pin.svg");
}

.contact ul li:nth-child(4) {
  background-image: url("imgs/time.svg");
}

.contact ul li::before {
  content: '';
}


@media (min-width:576px) {
  .contact form {
    margin-right: 50px;
  }
}

@media (max-width:576px) {
  .contact form {
    margin-bottom: 50px;
  }

  .contact button {
    width: 100%;
  }

  .contact img {
    margin: 0 auto 30px;
    display: block;
  }

  .contact p {
    text-align: center;
  }

  .contact p.disclaimer {
    text-align: left;
  }

  .contact ul {
    margin: 0 auto;
    max-width: 320px;
  }
}

/* RESULTS CONTAINER */

.distribuidores {
  background: #fcfcfc;
}

.search-box {
  background-color: #fff;
  padding-top: 120px;
  transition: all 0.2s ease;
}

.search-box .dropdown {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

.search-box .dropdown-toggle {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 0.25rem;
  box-shadow: 0 10px 15px rgba(190,204,230,0.2);
  display: block;
  font-size: 15px;
  line-height: 3;
  margin: 10px auto;
  max-width: 500px;
  padding: 0 20px;
  width: 100%;
}

.search-box .dropdown-toggle::after {
  position: absolute;
  right: 20px;
  top: 45%;
}

.search-box .dropdown-menu {
  box-shadow: 0 30px 50px rgba(190, 204, 230, 0.6);
  margin-top: 0;
  transform: none !important;
  width: 100%;
  z-index: 99999;
}

.search-filter {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 10px 15px rgba(190,204,230,0.2);
  padding-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}

.search-filter.fixed-top {
  margin-top: 70px;
  padding-top: 20px;
  padding-bottom: 15px;
  transition: all 0.2s ease;
}

.results-container {
  padding: 70px 0;
  margin-top: -10px;
}

.results {
  margin-bottom: 30px;
}

.results > div {
  margin-bottom: 20px;
}

.results hr {
  border-color: #eaeaea;
  margin-bottom: 20px;
}

.results .item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(190,204,230,0.2);
  padding: 40px 30px 50px;
  height: 100%;
}

.results strong {
  display: block;
  margin-top: 10px;
}

.results .city {
  color: #90a4ae;
  font-size: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.results .company {
  color: #00a3f7;
  font-size: 23px;
  text-transform: uppercase;
}

.results .location,
.results .phone,
.results .email {
  background: url("imgs/add_pin.svg") no-repeat 0 7px transparent;
  background-size: 15px 15px;
  margin-bottom: 0;
  padding-left: 25px;
  word-wrap: break-word;
}

.results .phone {
  background-image: url("imgs/add_phone.svg");
}

.results .email {
  background-image: url("imgs/add_mail.svg");
  background-position: 0 9px;
  background-size: 13px 13px;
}

.distribuidores .contact {
  border-top: 1px solid #eaeaea;
  padding-top: 70px;
  padding-bottom: 70px;
}

.distribuidores .contact,
.distribuidores footer {
  background-color: #fff;
}

@media (max-width:990px) {
    .search-filter.fixed-top {
      margin-top: 60px;
    }
}

@media (max-height:660px) {
  .search-box .dropdown-menu {
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll
  }
}


/* FOOTER */

footer {
  border-top: 1px solid #f5f5f5;
  padding-top: 25px;
}

footer .brand {
  display: block;
  margin: 0 auto 25px;
  width: 150px;
}

footer p {
  color: #9a9a9a;
  font-size: 11px;
}

footer ul {
  margin: 30px 0;
  padding: 0;
}

footer ul li {
  display: inline;
}

footer ul li::before {
 content: "";
}

footer a {
  color: #9a9a9a;
  font-family: 'Helvetica Neue Light', Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
}

footer a:hover {
  color: #00a3f7;
}

footer a:active {
  color: #004c99;
}

footer hr {
  border-color: #f5f5f5;
}








.section input.form-control,
.section select.form-control {
    border-color: #90A4AE;
    border-radius: 5px!important;
    height: 50px!important
}

.section textarea.form-control {
    border-color: #90A4AE;
    height: auto
}

.section input[type=password]:focus,
.section input[type=text]:focus,
.section textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1)
}
