@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
:root {
  --primario: #1d70b7;
  --secundario: #f5f3fd;
  --font: #000;
}
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}
body {
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3 {
  font-weight: 400;
}
.barra {
  background-color: var(--primario);
}
@media (min-width: 768px) {
  .barra {
    background-color: transparent;
  }
  .header {
    position: relative;
  }
  .header .barra {
    position: absolute;
    z-index: 100;
    width: 100%;
  }
}

.navbar-nav a {
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
  font-size: 0.9rem;
  padding: 4px 24px;
  font-weight: 500;
  color: #fff;
}

@media only screen and (min-width: 1440px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 0.9rem;
    padding: 4px 40px;
    font-weight: 500;
    color: #ffffff;
    width: 100%;
  }
}

.text_hero {
  color: #fff;
  display: grid;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.008rem;
  line-height: 108%;
  margin-bottom: 1rem;
  margin-top: 0;
  text-align: center;
}

.dropdown-menu {
  background-color: var(--primario);
}
.dropdown-menu .dropdown-item {
  color: white;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #2d84d1;
}
.navbar-brand {
  font-size: 2rem;
  font-weight: 300;
}
.navbar-brand span {
  font-weight: 900;
}
.carousel-caption h3 {
  font-size: 2.4rem;
}
.bloque-info p {
  font-size: 3.4rem;
  font-weight: bold !important;
}

.btn-pedido {
  background-color: #ffffff;
  color: var(--primario) !important;
  border-radius: 20px;
  display: block;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-weight: bold !important;
}
/*** Nosotros **/

.sobre-nosotros {
  font-size: 2rem;
  padding-top: 3rem;
  font-weight: 600;
  color: #fff;
}

main {
  background-color: #1d70b7;
  /* 
    background-image: url(https://images.donweb.com/img/home/home-header-wordpress-w.png),
    linear-gradient(rgb(0, 115, 180) 0%, rgb(0, 146, 229) 100%)*/
}

.line {
  border-top: 1px solid rgb(255, 255, 255);
  height: 5px;
  width: 2%;
  background: #fff;
}

.font-prime {
  color: #eff3f8;
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding-bottom: 1.2rem;
}

.servicios {
  background: var(--secundario);
  padding-top: 3rem;
}

.servicios_text {
  font-size: 2rem;
  padding-top: 3rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

.line_servicios {
  border-top: 1px solid rgb(0, 0, 0);
  height: 5px;
  width: 2%;
  background: #000;
}

.text2,
h4 {
  color: var(--primario);
  top: 2px;
  font-weight: 800;
  margin: 10px;
  vertical-align: top;
}

.v-line {
  border-left: thick solid var(--primario);
  height: 30%;
  left: 0px;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
}

.zona_text {
  margin: 2rem;
  font-size: 2rem;
  font-weight: 600;
  color: #eff3f8;
}

.zona {
  background-color: var(--primario);
}

.zona-prime {
  margin: 2rem;
  color: #eff3f8;
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 2rem;
}

.zona_line {
  margin: 2rem;
  margin-top: 2px;
  top: 2px;
  border-top: 1px solid rgb(255, 255, 255);
  height: 5px;
  width: 4%;
  background: #fff;
}

.zona_botton {
  background: #ffffff;
  border: none;
  width: 23%;
  padding: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
  color: var(--primario);
  font-weight: 600;
}

.contacto {
  background: #fff;
}
.contacto_text {
  font-size: 2rem;
  font-weight: 600;
  color: var(--primario);
  /* padding: 0; */
  padding-top: 2rem;
}

.contacto_line {
  border-top: 1px solid var(--primario);
  height: 5px;
  width: 4%;
  background: var(--primario);
}

.enviar_botton {
  background: var(--primario);
  border: none;
  width: 23%;
  padding: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.content {
  padding: 2.7rem;
}

.footer {
  background: var(--primario);
}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services {
  padding: 100px 0 10px;
}

.services .content {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
  border-left: 4px solid var(--primario);
  position: relative;
  transition: 0.6s ease-out;
  right: 100%;
  left: 0;
  z-index: 99;
}

.services .content h5 {
  font-weight: 600;
}

.services .content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  background: var(--primario);
  height: 100%;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  color: #fff;
  z-index: -9;
}

.services.content.img,
.imagenes {
  fill: #1d70b7 !important;
}

.services .content:hover:after {
  right: 0;
}

.services .content:hover i {
  color: #fff;
}

.services .content:hover h4 {
  color: #fff;
}

.services .content.img:hover .imagenes {
  filter: opacity(0.4) drop-shadow(0 0 0 rgb(255, 255, 255));
}
.services .content:hover p {
  color: #fff;
}

.services .content i {
  font-size: 54px;
  color: #ffc239;
}

.services .content h5 {
  margin: 25px 0 14px;
}

.modal-body {
  font-size: 15px;
  line-height: 1.5rem;
  font-weight: 500;
  color: #000000;
}
