* {
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6{
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
p {
  font-size: 18px;
}
.h1, h1 {
  font-size: 2.5rem;
}



.navbar {
  background-color: #fff !important;
}

.navbar-dark .navbar-toggler-icon {
  background-color: #000 !important;
}

.navbar-dark .navbar-toggler {
  border-color: #000 !important;
}

.navbar-dark .navbar-toggler:hover {
  background-color: #000 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000 !important;
}
.navbar-nav .nav-item .nav-link.active {
  color: #ae1f23 !important;
  font-weight: bold !important;
  
}

.navbar-dark .navbar-toggler-icon:focus {
  background-color: #000 !important;
}

#banner-section {
  width: 100%;
  overflow: hidden; 
}


#banner-section img {
  width: 100%;
  height: auto;
  display: block; 
}

.texto-gris {
  color: #666666;  
}
.texto-gris2 {
  color: #ae1f23; 
}
#gtco-footer {
  background-color: #fff !important; 
  color: #000 !important;
  padding: 30px 0;
}

.gtco-social-icons a {
  color: #000 !important; 
  margin-right: 10px; 
}


section {
  padding: 80px 0;
}

#gtco-contact {
  background-color: #fff !important;
  color: #000 !important; 
}

#gtco-contact input,
#gtco-contact textarea {
  background-color: #f8f9fa; 
  color: #000;
  margin-bottom: 15px; 
  border: 1px solid #ddd; 
  padding: 10px; 
  width: 100%; 
}


#gtco-contact input[type="submit"] {
  background-color: #000; 
  color: #fff; 
  cursor: pointer; 
}

.img-responsive {
  display: block;
  max-width: 87%;
  height: auto;
}

.img-responsive2 {
  display: block;
  max-width: 90%;
  height: auto;
}
.img-responsive3 {
  display: block;
  max-width: 30%;
  height: auto;
}
hr.my-custom-line {
  width: 70px;
  border-color: #ae1f23;
  border-width: 2.5px;
  margin: 0 auto;
}
.container.text-center {
  margin-top: 20px; 
  margin-bottom: 20px;
}
.nosotros-section {
  text-align: left;
  
}

.btn-custom {
  background-color: #666666 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  border-radius: 25px !important;
  height: 40px !important; 
  text-align: center !important;
  line-height: 40px !important; 
  padding: 0 20px !important; 
}

.navbar-nav .nav-link {
  font-size: 18px; 
}
.custom-icon {
  color: #ae1f23; 
  font-size: 35px; 
  margin-right: 25px; 
}

.media-body {
  font-size: 17px; 
}
.hidden {
  display: none !important;
}

@media (max-width: 991.98px) {
  #myNavbar {
      display: none !important;
  }
}