@import url(https://use.fontawesome.com/releases/v5.5.0/css/all.css);
@import url(hover.css);

* {
  margin: 0;
  padding: 0;
  border: 0;
}
.bordered{border: solid red 1px;}
a:hover{text-decoration:none; }
body {
  background-color: #fff;
  font-family: 'DM Sans', sans-serif!important;
  font-weight: 400!important;
}
h1 {
  font-size: 40px!important;
  font-family: 'DM Sans', sans-serif!important;
  font-weight: 500!important;
}
h2 {
  font-size: 24px!important;
  font-family: 'DM Sans', sans-serif!important;
  font-weight: 400!important;
}
h3 {
  font-size: 20px!important;
  font-family: 'DM Sans', sans-serif!important;
  font-weight: 500!important;
}
h4 {
  font-size: 18px;
  font-family: 'DM Sans', sans-serif!important;
  font-weight: 400!important;
}
p {
  font-size: 16px;
  font-family: 'DM Sans', sans-serif!important;
  font-weight: 400!important;
}
.bg-amarillo{background: #fed430;}
.bg-azul{background:#032d5c;}
.bg-gris{background:#7e7e7e;}
.amarillo{color: #fed430;}
.azul{color: #032d5c;}
.gris{color: #393939;}
.blanco{color: #fff;}
.quienes-somos a{  font-family: 'DM Sans', sans-serif!important;}
.txt-centrado {
  text-align: center!important;
}
.txt-right {
  text-align: right;
}
.centrado {
  margin: 0 auto;
}
.padding-100 {
  padding: 100px 0px;
}
.padding-50 {
  padding: 50px 0px;
}
.padding-80 {
  padding: 80px 0px;
}
.padding-20 {
  padding: 20px 0px;
}
.padding-30 {
  padding: 30px 0px;
}
.padding-10 {
  padding: 10px 0px;
}
.no-padding {
  padding: 0!important;
}

.no-margin {
  margin: 0!important;
}
.light {
  font-weight: 300!important;
}
.regular {
  font-weight: 400!important;
}
.medium {
  font-weight: 500!important;
}
.bold {
  font-weight: 700!important;
} 
.black {
  font-weight: 900!important;
}
.italicbold{
  font-weight: 700!important;
  font-style: italic;
}
.col-center {
  float: none;
  margin: 0 auto;
}
.col-right {
  float: right;
}
.col-left {
  float: left;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.display-none {
  display: none;
}
ul.no-style li {
  list-style-type: none;
  font-size: 1.2em;
}
ul.lista-horizontal li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  list-style-type: none;
}
ul.no-style.inside li {
  padding-left: 0px;
}

ul.inside {
    list-style: inside;
}
.whatsaap a {
    position: fixed;
    right: 5px;
    z-index: 9999999999999999;
    top: 32%;
    font-size: 20px;
    color: #00d674;
}

.bg-light {
    background-color: #fff!important;
}
header.main-header {
    border-top: solid #fed430 14px;
}

section.main-banner{
  background: url(../img/banner_comaudi_materiales.jpg);
  background-size: cover;
  background-position: center;
  padding: 116px 0px;
}
button.amarillo {
    background: #fed430;
    color: #032d5c;
    padding: 10px;
      font-family: 'DM Sans', sans-serif!important;
}
button.azul {
    background: #032d5c;
    color: #032d5c;
    padding: 10px;
    color: #fff;
      font-family: 'DM Sans', sans-serif!important;
}
hr.amarillo {
    height: 2px;
    max-width: 120px;
    margin: 7px auto;
    margin-top: 30px;
    background: #fed430;
}
section.contactar-un-asesor{
  border-top: solid #fed430 14px;
  background: url(../img/back_form_comaudi_materiales.png);
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
}
.formulario-contacta select,
.formulario-contacta input{
  width: 100%;
  height: 50px;
  margin: 10px 0px;
  border: none;
  border-radius: 0px;
  color: #393939;
}
.formulario-contacta select::placeholder{
  color: #393939;
}
.formulario-contacta button.amarillo {
    background: #fed430;
    width: 320px;
    margin: 0 auto;
    display: block;
    color: #032d5c;
    text-transform: uppercase;
}
button.amarillo.hvr-bounce-to-right:hover,
button.amarillo.hvr-bounce-to-right a:hover,
.formulario-contacta button.amarillo:hover{color: #fff;}
img.soluciones{width: 100%;}
.carousel-indicators .active{
    background-color: #032d5c!important;}
.carousel-indicators li {
    background-color: #ffffff!important;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: inherit;
    border-top: none;
    border-bottom: none;
    border: solid #032d5c 1px;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50px;
    height: 10px;
    width: 10px;
}
.direccion a{display: block;}
section.copy p {
    margin: 0;
    padding: 10px 0px;
}
.carousel-item.clientes img {
    max-height: 156px;
    margin: 0px 40px;
}
.carousel-inner{text-align: center;}
.carousel-item-gal {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}
.bnt-evaluacion {
    text-align: right;
}
.bnt-evaluacion a {
    padding: 0;
}
div#form-messages {
    text-align: center;
    display: block;
    margin: 11px auto;
    font-size: 18px;
}
.solucion {
    padding: 10px 0px;
}
section.footer {
    margin-top: 80px;
}
section.secciones-inustriales {
    background: url(../img/back_logo.jpg);
    background-size: cover;
    background-position: top right;
}
.bordered{border: solid red 1px;}
.col-md-12.slider {
    margin: 0 auto;
    text-align: center;
}
.carousel-indicators{top: 100%;}
.logo-footer{padding-bottom: 50px;}
a.hover-amarillo h4:hover,
a.hover-amarillo:hover{
  transition: 0.5s all;
  color: #fed430;
}
button.slick-prev.slick-arrow {
  background: transparent;
    position: absolute;
    z-index: 10;
    height: 100%;
    color: transparent;
}
button.slick-next.slick-arrow{
  background: transparent;
    position: absolute;
    z-index: 10;
    height: 100%;
    right: 0;
    top: 0;
    color: transparent;
}
button.slick-prev.slick-arrow::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f104";
  text-decoration: inherit;
  color: #fed430;
  font-size: 50px;
  position: relative;
  left: 0px;
  padding: 0px;
  margin-left: 10px;
}
button.slick-next.slick-arrow::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f105";
  text-decoration: inherit;
  color: #fed430;
  font-size: 50px;
  position: relative;
  left: 0px;
  padding: 0px;
  margin-left: 10px;
}
button:focus{outline: none;}
@media (max-width: 768px){
  li.nav-item {
    text-align: right;
  }
  .carousel-item.clientes img{max-height: 115px}
}
@media (max-width: 425px){
  section.copy p {
    text-align: left!important;
  }
  h4.medium.azul.m-0.p-0 {
    font-size: 14px;
  }
  form#ajax-contact{margin: 0 auto;}
}
