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

p{
    color: black;
}

/***HEADER***/
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 ***/
.container-images-contenedores{
    padding-top: 15px;
}

div.image-contenedor20{
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
}

div.image-contenedor40{     
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
}

div.txt-contenedor20{
    background-color: #FFFFFF;
}

div.txt-contenedor40{
    background-color: #FFFFFF;
}

.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 SERVICE ***/
div.ar-services{
    background-color: black;
    height: 38px;
}

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

.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: 15px 20px 20px 20px ;
}
.service-section .services-sec-details{
    margin-bottom: 0px;
}

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

.servicios-adicionales{
    padding-top: 15px;
}

.servicios-adicionales ul li span{
    font-weight: bold;
    color: #000000;
    font-size: 18px;
}



/*** DIV SLOGAN ***/
div.ar-slogan{
    background-color: black;
}

.ar-slogan h1{
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0px;
}

/*** BOTONES COTIZAR ***/
.btn-cotiza {
    background-color: white;
      border-radius: 3px;
      border-color: white;
      height: 50px;
      width: 200px;
}

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

  .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: 20px 0;
      background-color: #f0cb2c;
  }
  
  .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;
  }

  .btn-ar-footer{
    background-color:#FFFFFF;
    border-radius: 10px;
    border-color: #FFFFFF;
    height: 50px;
    width: 300px;
  }

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

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

  /***  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;
}