/*
Curifor Taller movil
*/


html, body {
  font-family: "Mulish", serif;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Mulish", serif;
  margin: 0 0 15px;
  color: #000;
  font-weight: 500;
}

p {
  font-family: "Mulish", serif;
  margin: 0 0 15px;
  color: #000;
  font-weight: 500;
}

.navbar-brand > img {
  width: 85%;
}

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9;
}

.header-area.stick {
  background-color: #fff;
}

.navbar-header a.navbar-brand {
  padding: 10px 0;
}

.main-menu ul.navbar-nav li{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  padding: 30px 7px;
  text-transform: lowercase;
  letter-spacing: 0px;
}

.main-menu ul.navbar-nav li a{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ffffff;
  padding: 0px;
  font-size: 16px;
  font-weight: 500;
  text-transform: lowercase;
  letter-spacing: 1px;
}

.stick .main-menu ul.nav > li > a {
  padding:0px;
  text-transform: lowercase;
}

.stick .main-menu ul.nav > li {
  padding:10px;
  padding-top: 15px;
  text-transform: lowercase;  
}

.stick .navbar-brand.sticky-logo > img {
  width: 70%;
}

.main-menu ul.navbar-nav li.active > a::after {

}

.slider-inner{
  padding-top:15px;
}

.post-area-padding {
  padding: 40px 0px 40px;
}

.ini-area-padding {
  padding: 60px 0px 2px;
}

.post-inicio {
 background-color: #ffffff;
}

.promo {
 background-color: #ffffff;
}

.section-headline h2::after {
  border: 0px solid #333;
}

.section-headline h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}

img {
  width: 100%;
  height: auto;
}

.post-address {
 background-color: #09093e;
 padding: 50px 0px 50px;
}
.section-address h2 {
  color:#ffffff;
  font-size: 55px;
  font-weight: 700;
}

.section-address p {
  color:#ffffff;
  font-size: 21px;
  font-weight: 400;
}

.clear-padding-top {
  padding-top: 0;
}

.clear-padding-bottom {
  padding-bottom: 0;
}

.section-web h2 {
  color:#ffffff;
  font-size: 50px;
  font-weight: 300;
  text-transform: none;
}

.section-web h4 {
  color:#ffffff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}


/*button*/

.index-button{
  padding: 5px 30px 7px;
  font-family: "Mulish", serif;
  color:#fff;
  border-radius:7px;
  border: 2px solid #b2bacb;
  text-transform: uppercase;
  font-size: 16px;
  background: #b2bacb;
  font-style: italic;
  letter-spacing:1px;
}

.index-button:hover {
  border: 2px solid #646a75;
  background: #646a75;
}


.inner-text {
  margin-top: 8px;
}


/*contacto*/

.post-contact {
 background-color: #191f6d;
 padding: 35px 0px 25px;
}

.contact-area {
  background-color: #e4e8ee;
}


.section-contact {
  padding:20px 0px 40px 0px;
}


.section-contact h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  color: #09093e;
  letter-spacing:1px;
}


.section-contact p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  color: #09093e;
  letter-spacing:1px;
}


.contact-form input[type="text"], .contact-form input[type="email"] {
  background: #fff;
  border: none;
  border-radius: 5px;
  color: #444;
  height: 40px;
  margin-bottom: 3px;
  padding-left: 20px;
  width: 100%;
}

.contact-form textarea {
  background: #fff;
  border: none;
  border-radius: 5px;
  color: #444;
  height: 140px;
  padding: 20px;
  width: 100%;
}

.contact-form select {
  background: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-style: italic;
  border: none;
  border-radius: 5px;
  color: #999;
  padding: 9px 20px;
  width: 100%;
}

.form-control::placeholder {
  color: #09093e;
  opacity: 1;
  font-weight: 500;
}


.form-control {
  font-weight: 300;
  font-style: italic;
}

.form-select {
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
}

.contact-form button[type="submit"] {
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  padding: 7px 60px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 7px;
}


.contact-form button[type="submit"] {
  background: #09093e;
  border: 1px solid #09093e;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  margin-top: 40px;
  padding: 7px 80px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 7px;
  letter-spacing:1px;
}


.contact-form button[type="submit"]:hover {
  color: #fff;
  border: 1px solid #b2bacb;
  background: #b2bacb;
}

.footer-area {
  padding: 25px 0px 25px 0px;
}



/* nivo*/

.nivo-caption::after {
  background:none;
}

.nivo-directionNav {
  
}

.nivo-controlNav a:hover, .nivo-controlNav a.active {
  display: none;
}

.nivoSlider img {
  position: absolute;
  top: 50px;
  left: 0px;
  max-width: none;
}

.nivo-caption::after {
  top: 5%;
}


.nivo-prevNav {
  display:none;
}

.nivo-nextNav {
  display:none;
}


/*FAQ*/

.about-area {
  background-color: #ffffff;
}

.section-headline {
  margin-top:30px;
  margin-bottom:40px;
}

.sec-head .fa{
  color:#3EC1D5;
}

.single-well {
  margin-bottom:35px;
}

.single-well p {
  font-size:16px;
}


/* Normal desktop :992px. */

@media (min-width: 1400px) and (max-width:1920px) {
  .slider-content {
    padding: 450px 0;
  }
}


















