.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: black;
}

p{
    color: black;
}

/***HEADER***/

div.titulo-sanitarios{
   /* text-align: center;*/
}

div.titulo-sanitarios h2 {
    margin-top:   15px;
    margin-bottom: 0px;
    text-align: center;
    margin-right: 100px;
}

header.header .header-topbar{
    background-color: black;
}
a, li{
    color: white;
}

header.header .header-topbar{
    height: 60px;
}

header.header .header-topbar .main-contact-info ul li{
    font-size: 20px;
    font-weight: 900;
    padding: 10px 5px 0 12px;
}

header.header .header-topbar .social-icon-links ul li{
    padding-top: 10px;
}

nav li span{
    color: black;
}

img.logo{
    width: 129px;
    /*position: fixed;*/
}

header.header .header-mainbar .main-menu .container .menu-wrapper {
    text-align: center;
}

header.header .header-mainbar .main-menu .container .menu-wrapper ul.menus {
    padding-right: 0px;
}

/***BANNER***/
#banner{
    position: relative;
    padding-top: 140px;
}

.form-banner{
	position: absolute;
	bottom: 0px;
	right: 20px;
	background: rgba(4,4,4,0.7);
	color: white;
	padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    text-align: center;
}

.form-banner h4{
    color: #f0c82e;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-quote input, textarea{
    font-size: 10px;
    line-height: 12px;
    font-size: 8px;
    width: 100%;
    color: black;
}

.form-quote input:focus{
    border-style: none;
}

.form-quote button[type=submit]{
    background-color: #f0c82e;
    width: 80px;
    text-align: center;
    border-radius: 3px;
    border-color: #f0c82e;
    color: black;
    font-weight: bold;
    margin-bottom: 23px;
    font-size: 14px;
}

.form-quote button[type=submit]:hover{
    background-color: #f3de8c;
    border-color: #f3de8c;
}

#success_page span {
    color: white;
    font-size: 8px;
    font-weight: bold;
}
#success_page p {
    color: white;
    font-size: 12px;
}

/*** SECTION IMAGES ***/
div.container-images-sanitarios{
    text-align: center;
    top: -70px;
    position: relative;
    z-index: 1;
}

.div-1 {
    border: 1px solid #d9d4d4;
    float: left;
}

.div-2 {
    border: 1px solid #d9d4d4;
    display: inline-block;
}

.div-3 {
    border: 1px solid #d9d4d4;
    float: right;
}
/*.container-images-sanitarios > div{
    float: left;
    margin-left: 4px;

}
*/


/*** DIV SERVICES ***/
div.ar-services{
    background-color: black;
    height: 38px;
}

.ar-services ul{
    text-align: center;
    /*margin-top: 5px;*/
}

.ar-services ul li{
    display: inline;
    text-align: center;
}

.ar-services ul li span{
    color: white;
    font-weight: bold;
    font-size: 25px;
}

.ar-services ul li img {
    margin: 9px 25px 20px 25px;
}

.service-section {
    padding-top: 0px;
}

.img-warranty{
    margin-bottom: 30px;
}

.service-section .services-sec-details{
    margin-bottom: 0px;
}

.service-section p{
    font-size: 18px;
}

/*** DIV SERVICES MOBILE ***/
div.ar-services-mob{
    background-color: black;
    height: 38px;
    padding-top: 5px;
}

.ar-services-mob ul{
    text-align: center;
}

.ar-services-mob ul li span {
    color: white;
    font-weight: bold;
    font-size: 30px;
}

/*** SANITARIOS SECTIONS ***/
.lavamanos-section {
    background-color: #d9d4d4;
    padding: 30px 0 30px 0;
    font-size: 18px;
    text-align: center;
}

.estandar-section {
    background-color: #f5f5f5;
    padding: 30px 0 30px 0;
    position: relative;
    font-size: 18px;
    text-align: center;
}

.camper-section {
    padding: 30px 0 30px 0;
    font-size: 18px;
    text-align: center;
}

.lavamanos-section p, .estandar-section p, .camper-section p {
    font-size: 18px;
}

.btn-cotiza {
    background-color:#f0cb2c;
      border-radius: 3px;
      border-color: #f0cb2c;
      height: 50px;
      width: 200px;
}

.btn-cotiza:hover{
    background-color: #f3de8c;
  }

  .btn-cotiza a {
      color: black;
      font-weight: bold;
      font-size: 20px;
  }

/*** LISTA DE SERVICIOS ***/
ul.lista-servicios li{
    color: black;
   /* text-align: center;*/
    font-size: 18px;

}

/*** BUTTON FOOTER ***/
.container-button { 
    height: 50px;
    position: relative; 
    margin-top: 40px;
  }

  .button-section{
      padding: 40px 0;
  }
  
  .center {
    margin: 0;
    position: absolute;
    top: 20%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .btn-ar{
      background-color:#f0cb2c;
      border-radius: 3px;
      border-color: #f0cb2c;
      height: 50px;
      width: 300px;
  }

  .btn-ar:hover{
    background-color: #f3de8c;
  }

  .btn-ar a {
      color: black;
      font-weight: bold;
      font-size: 20px;
  }

  /***  CONTACT SECTION ***/
  .contact-section {
      
  }

  .contact-section h1 {
      text-align: center;
  }

  .form-contact label{
    font-weight: bold;
    font-size: 16px;
  }

  .form-contact input, select {
      width: 80%;
  }

  .form-contact textarea{
      width: 80%;
  }

  .form-contact button[type=submit] {
      width: 150px;
      background-color: #f0c82e;
      border-radius: 3px;
      border: 1px solid #f0c82e;
      color: black;
      font-size: 18px;
      font-weight: bold;
  }

  .form-contact button[type=submit]:hover{
      background-color: #f3de8c;
  }

  #success_page span {
    color: black;
    font-size: 20px;
    font-weight: bold;
    padding-left: 15px;
}



  /*** Media Queries ***/

  @media only screen and (max-width:767px){
      .ar-services ul li span{
          font-size: 12px;
      }

      .ar-services ul li img{
          width: 20px;
          margin: 0px  25px 10px 25px;
      }
  }
