body {
  background: #FCFBF7;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  text-align: left;
  color: #3b3d42;
}

/*HEADER*/
.hdftp {
  background: #000;
}

.head-topp {
  font-size: 10pt;
  padding: 5px;
}

.header-nosotros {
  background: url('/images/bg-nosotros.jpg') no-repeat;
  background-size: cover;
}

.header-contacto {
  background: url('/images/bg-contacto.jpg') no-repeat;
  background-size: cover;
}


.header-contacto h1.titulo,
.header-nosotros h1.titulo {
  font-family: "Roboto", sans-serif;
  font-size: 65px;
  color: #fff;
}


.menu-main .nav-link {
  font-family: "Radio Canada", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0px;
  margin: 0 15px;
  padding: 10px 5px !important;
}


.menu-main a.active {
  border-bottom: 3px solid #FCC916;
  border-width: 90%;
  color: #000 !important;
}

.menu-main .nav-item a:hover {
  border-bottom: 3px solid #FCC916;
  color: #000 !important;
}

.menu-main .nav-item {
  padding: 5px !important;
}

.top-bar {
  transition: all 0.3s ease;
}

.top-bar.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .hover-dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {

  h1 {
    font-size: 70px !important;
  }

  h2 {
    font-size: 60px !important;
  }

  h3 {
    font-size: 45px !important;
  }

}

p {
  font-size: 16px !important;
}


@media (min-width: 768px) {
  .serv-domicilio .col-lg-3 {
    width: 20% !important;
  }

  .serv-domicilio-row .col-lg-3 {
    width: 20% !important;
  }
}

@media (max-width: 767px) {

  .slide-cont .container{
    padding: 0 !important;
  }

  .half-bg-content {
    padding: 0 !important;
  }

  .col-atencion {
    padding: 0 !important;
  }

  .col-atencion .highlight-box {
    padding: 0 !important;
  }

  .column-solicita h3 {
    padding: 0 !important;
  }
}

.serv-domicilio .card-text,
.serv-domicilio-row .card-text,
.serv-domicilio-row2 .card-text {
  background: #FCC916;
  bottom: -10px;
  position: absolute;
  width: 90%;
  height: 90px;
  font-weight: bold;
  font-size: 13pt;
  line-height: 120%;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  margin: 0 5%;
}

.serv-domicilio-nos .card-text {
  background: #FCC916;
  bottom: -50px;
  position: absolute;
  width: 90%;
  font-weight: bold;
  font-size: 18pt !important;
  line-height: 120%;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  margin: 0 5%;
}

.header-servicio .card-text {
  background: #FCC916;
  left: -120px;
  position: absolute;
  width: auto;
  font-size: 13pt !important;
  padding: 15px;
  text-align: left;
  margin-top: 30px;
}

.header-servicio .card-text-movil {
  background: #FCC916;

  font-size: 13pt !important;
  padding: 15px;
  text-align: left;
}


.column-compromiso {
  background: #ECEBEB;
}

.column-porqueelegirnos {
  /*  background: url('/images/bg-porque.png') no-repeat;
  background-size: cover;*/
  background: #F4F4F4;
}

.column-solicita .column1 {
  background-image: url('/images/bg-solicita.jpg');
  background-size: cover;
  background-position: center;
}

.text-right {
  text-align: right;
}

.column-contacto {
  font-size: 15px;
}

.column-contacto h2 {
  font-size: 35px;
  font-weight: bold;
}

.brand-card {
  text-align: center;
  transition: transform 0.3s ease;
}

.brand-card:hover {
  transform: translateY(-10px);
}

.brand-card img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}

.hover-lift {
  transition: transform 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-20px);
}

.divider-line {
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 3px;
  background-color: #B30103;
  margin: 1rem 1rem;
}

.divider-line2 {
  display: inline-block;
  text-align: left;
  width: 100px;
  height: 3px;
  background-color: #B30103;
  margin: 10px 0;
}

.line-divider2 {
  width: 100px;
  height: 3px;
  background-color: #E5C64A;
  margin: 0.5rem 0;
}

.column-marca a {
  color: #000;
}

.column-marca .texto {
  font-size: 12pt;
}

.column-marca .texto strong {
  font-weight: 500;
}


/*OTROS*/
.btn-amarillo {
  background: #FCC916;
  padding: 15px 20px;
  color: #000;
  border-radius: 0;
  font-size: 13pt;
  font-weight: bold;
}

.btn-amarillo:hover {
  background: #FCC916;
  color: #000;
}

.btn-azul {
  background: #276CD9;
  padding: 20px 30px;
  color: #fff;
  border-radius: 0;
  font-size: 11pt;
  font-weight: bold;
  color: #fff;
}

.btn-azul:hover {
  background: #4A85E0;
  color: #fff;
}

@media (max-width: 767px) {
  .head-topp .direccion {
    display: none !important;
  }

  .navbar .texto {
    font-size: 12pt;
  }

  .header-servicio h1.titulo,
  .header-nosotros h1.titulo,
  .header-contacto h1.titulo {
    font-size: 25pt;
  }
}

/*FOOTER*/
footer {
  background: #FCC916;
  color: #000;
}

footer a {
  color: #000;
}

footer a:hover {
  color: #000;
}

footer .footer-bottom .copyright {
  font-size: 10pt !important;
}

footer h4 {
  text-transform: uppercase;
  font-size: 11pt;
}


#back_to_top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}

#back_to_top:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}

.linea-amarilla {
  width: 100px;
  height: 3px;
  background-color: #E5C64A;
  margin: 0.5rem 0;
}

.half-bg-container {
  position: relative;
  overflow: hidden;
}

.half-bg-container::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #f1f1f1;
  z-index: 0;
}

.half-bg-content {
  position: relative;
  z-index: 1;
  padding: 2rem;
}

@media (max-width: 768px) {
    .cuadro1 h2, .cuadro2 h2{
        padding:15px !important;
    }
  .cuerpo-listado {
    max-width: 100% !important;
    padding:15px !important;
  }
  .cuerpo-listado p{
    font-size:10pt !important;
  }
  .column-siguenos .text-siguenos {
    display: inline-block;
  }
.half-bg-container::before {
    background: #fff !important;
    }

}

.icon-rounded {
  background-color: #000;
  color: white;
  padding: 18px;
  border-radius: 50%;
  display: inline-block;
  font-size: 22pt;
  width: 65px;
  height: 65px;
}