body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
.hero {
  background: url("./img/home/next_publicidad_home_equipo_01.jpg") no-repeat
    center center/cover;
  color: white;
  text-shadow: 2px 2px 4px #000;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  margin-top: 72px;
}
.modal h2 {
  text-transform: unset !important;
}
.btn-red:hover{
  color:white;
}
.hero .btn {
  font-size: 30px;
  text-shadow: none;
}
.hero h1 {
  font-size: 65px;
  /* text-shadow: 4px 4px 0px black; */
}
.hero h2 {
  font-size: 34px;
  /* text-shadow: 4px 4px 0px black; */
  margin-bottom: 0px;
}
.navbar {
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 10px #00000069 !important;
  top: 0;
}
.nav-link{
  color: #000;
  font-weight: 500;
  margin-right: 20px; 
}
.nav-link.active {
  background: #E30613;
  color: white !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-radius: 6px;
}
.section-dark {
  background-color: #000;
  color: white;
}
.section-red {
  background-color: #E30613;
  color: white;
}
.btn-red {
  background-color: #E30613;
  color: white;
  border: none;
}
.btn-red:hover {
  background-color: #E30613;
}
/* .card img {
  object-fit: cover;
  height: 150px;
} */
footer {
  font-size: 0.8rem;
  background: #000;
  color: white;
  text-align: center;
  padding: 1rem;
}

.servicios-cards {
  background: black;
  position: relative;
}

.b-red {
  display: block;
  content: "";
  background: #E30613;
  width: 100%;
  height: 600px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
}

.cards-container {
  position: relative;
  z-index: 2;
}

img.logo {
    max-width: 100px;
}
.form-control::placeholder {
  color: white;
}
.form-control {
  background: #363535;
  border-color: #1a1a1a;
  color: white !important;
}
.form-control:focus{
  background: #1d1c1c;
}
.col-form {
  padding-right: 40px;
}

.col-form-data {
  padding-left: 60px;
}

.col-form-data img{
  max-width: 30px;
  height: auto;
}

.col-form-data p {
  margin-bottom: 25px;
}

.col-form-data a{
  color:white;
  text-decoration: none;
}

.container.cards-container {
  padding: 0 5%;
}

.card {
  border-radius: 15px;
  padding:20px;
  cursor: pointer;
}
.card-img-top{
  border-radius: 15px;
}
.card-body.text-center {
  padding-top: 10px;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 0;
}

.modal{
  z-index: 999999;
  --bs-modal-width: 80vw;
  --bs-modal-height: 90vh;
}
.modal.show .modal-dialog {
  top: 50%;
  transform: translate(0, -50%);
  height: 95vh;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.8;
}
.serv-banner {
  width: 100%;
}
.modal-body {
  padding: 0;
  background: black;
  color:white;
}

.modal-footer {
  background: black;
  border: none;
  display: flex;
  justify-content: center;
}
.modal-footer .btn {
  background: #E30613;
  border: none;
  outline: none;
  margin: 20px;
  padding: 5px 30px;
}

.modal p {
  font-size: 20px;
}

.mob{
  display: none;
}

.flot img {
  max-width: 30px;
}

#icon_wrapper {
  position: fixed;
  bottom: 85px;
  right: 20px;
  z-index: 9;
}

.flot {
  display: block;
  border-radius: 50%;
  background: #e30613;
  padding: 12px;
  margin-top: 10px;
  box-shadow: 0 0 10px #000000bf;
}
.modal-images img {
  width: 49% !important;
}

.modal-images {
  display: flex;
  justify-content: space-between;
}

.hero h2 br{
  display:none;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 991px){
  .mob{
    display: block;
  }

  .desk{
    display: none;
  }

  .contacto-section .col-md-6 {
    padding: 0 15px;
  }
  
  .col-form-data{
    margin-top: 20px;
  }
  .nav-link.active{
    display: inline-block;
  }
  .navbar-nav {
    margin-top: 10px;
  }
  .section-dark {
    padding: 20px 10px !important;
  }
  .modal p {
    margin-top: 20px;
  }
  .card-body.text-center br {
    display: none;
  }
  .modal-images img {
    width: 100% !important;
    margin-top:20px;
  }
  .modal-images {
    flex-direction: column;
  }
  .modal h2 {
    font-size: 22px;
  }
  .modal p {
    font-size: 16px;
  }
  .modal {
    width: 100vw;
  }
  .hero {
    background: url("./img/mobile/home/next_publicidad_home_equipo_01.jpg") no-repeat center center/cover;
  }
  .hero h1 {
    font-size: 46px;
  }
  .hero h2 {
    font-size: 32px;
  }
  .hero h2 br{
    display:block;
  }
  .hero .btn {
    font-size: 22px;
  }
  .card-body.text-center {
    font-size: 18px;
    line-height: 22px;
  }
}