body {
  font-family: "Roboto", sans-serif;
  background-color: #eeeeee;
}

.icono {
  background-image: url("../img/icon_tab.svg");
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
}

.break {
  display: inline-block;
  content: "";
}

.padd_content_top {
  padding-top: 12rem;
}

.padd_content_bottom {
  padding-bottom: 12rem;
}

.padd_small_top {
  padding-top: 7rem;
}

.padd_small_bottom {
  padding-bottom: 7rem;
}

.margin_content_top {
  margin-top: 12rem;
}

.margin_content_bottom {
  margin-bottom: 12rem;
}

.margin_small_top {
  margin-top: 7rem;
}

.margin_small_bottom {
  margin-bottom: 7rem;
}

.bg_naranjo {
  background-color: #e56913;
}

.bg_azul {
  background-color: #153455;
}

.bg_celeste {
  background-color: #5997b7;
}

.bg_gris {
  background-color: #eeeeee;
}

.color_natanjo {
  color: #e56913;
}

.color_azul {
  color: #153455;
}

.color_celeste {
  color: #5997b7;
}

.color_gris {
  color: #eeeeee;
}

.bold {
  font-weight: 700;
}

.btn_gral a {
  text-decoration: none !important;
  background: transparent;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.2rem;
  font-weight: 600;
  font-size: 0.8rem;
  color: #153455;
  text-transform: uppercase;
  z-index: 1;
  border: solid 2px #153455;
  text-align: center;
  border-radius: 50px;
}

.pos_btn {
  position: absolute;
  bottom: 0;
}

.btn_gral a:hover {
  background-color: #153455;
  color: white;
}

.btn_gral:focus {
  outline: 0px;
}

.tit_gral {
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}

.img_full {
  width: 100%;
  height: auto;
}

.shadow_gral {
  -webkit-filter: drop-shadow(7px 7px 25px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(7px 7px 25px rgba(0, 0, 0, 0.3));
}

/*====================================================
                      M E N U
====================================================*/
.navbar {
  padding: 2rem 8rem !important;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar.menu {
  background-color: #153455;
  padding: 1rem 5rem !important;
  border-bottom: solid 3px #e56913;
}

.navbar-brand {
  padding-left: 1rem;
  padding-top: 0;
  margin: 0 !important;
}

.nav-link {
  color: white !important;
  text-align: center;
  outline: 0px !important;
  /*  display: block; */
  margin-left: 2rem;
}

.bot {
  color: white;
  text-align: center;
  outline: 0px !important;
  text-align: right;
  position: relative;
  /* display: block; */
  padding: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bot::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: white;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bot li a {
  text-decoration: none;
  padding: 10px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.8;
  letter-spacing: 0.1rem;
  font-size: 0.7rem;
  display: inline-block;
  margin-left: 60px;
}

.bot li a:hover {
  color: white;
  opacity: 1;
}

.bot li a:hover::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.nav-pills .bot.active, .nav-pills .show > .bot {
  background-color: transparent;
  color: white;
  font-weight: 500;
  opacity: 1;
  border-bottom: 3px solid white;
}

.navbar-light .navbar-toggler {
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sticky-top {
  top: 0;
  z-index: 1900;
  width: 100%;
  position: fixed !important;
}

/*====================================================
                   I N I C I O
====================================================*/
.bg_front {
  background-image: url(../img/bg_intro.webp);
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
}

.tel_front {
  /* font-size: 3.2rem; */
  font-size: clamp(2.1rem, 5vw, 3rem);
  font-weight: 900;
  font-style: italic;
}

.info_front a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
  color: white;
  font-weight: 300;
  opacity: 1;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  position: relative;
}

.ico_front {
  font-size: 2rem;
}

.tit_emergencias {
  font-size: 2.5rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.1rem;
}

.linea {
  border-top: solid 0.2rem #e56913;
}

/*====================================================
              I N F O   E M P R E S A
====================================================*/
.tit_emp {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}

.box_emp_naranjo {
  min-height: 500px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.box_emp_azul {
  min-height: 500px;
}

.box_emp_celeste {
  min-height: 500px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

/*====================================================
                    S E R V I C I O S 
 ====================================================*/
.grid_videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4em;
}

.tit_card {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #eeeeee;
  background-clip: border-box;
  border-radius: 50px;
  border: none;
}

.card_boton {
  /*position: absolute;*/
  width: 100%;
  height: auto;
  display: block;
  /* bottom: 15px; */
  margin-top: 70px;
}

.boton_entrar {
  /*border: solid 1px #fff; */
  /*     position: absolute;
      bottom: 15px; */
  background: #153455;
  color: #e56913;
  padding: 11px 24px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-radius: 20px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
}

.boton_entrar:hover {
  background-color: #e56913;
  color: white;
  text-decoration: none;
}

.boton_entrar:focus {
  outline: 0px;
}

.shadow_card {
  -webkit-box-shadow: 7px 7px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 7px 7px 25px rgba(0, 0, 0, 0.3);
}

.b_radius {
  /* border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px; */
  border-radius: 40px;
}

/*====================================================
                  E Q U I P O S 
 ====================================================*/
.img_equipo {
  border-radius: 40px;
  -webkit-box-shadow: 14px 14px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 14px 14px 25px rgba(0, 0, 0, 0.3);
  border: solid 1px white;
}

/*====================================================
                  F O O T E R
 ====================================================*/
.info_footer li {
  list-style: none;
  padding: 0.3rem 0;
}

.info_footer a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
  color: white;
  font-weight: 300;
  opacity: 1;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  position: relative;
}

.info_footer a:hover {
  opacity: 1;
}

.info_footer a::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: white;
  opacity: 0;
  width: 100%;
  top: 22px;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.info_footer a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.bg_piePag {
  background-color: #0d1f33;
}

.piePagina {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  opacity: 0.5;
  font-weight: 300;
}

.info_piePag a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none !important;
  color: #5997b7;
  font-weight: 300;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  opacity: 0.5;
}

.info_piePag a:hover {
  opacity: 0.8;
}

@media (min-width: 320.98px) and (max-width: 576.98px) {
  .navbar {
    padding: 1rem !important;
    background-color: #153455;
    border-bottom: solid 3px #e56913;
  }
  .navbar.menu {
    padding: 1rem !important;
  }
  .nav-link {
    text-align: left;
    width: auto;
  }
  .bot li a {
    padding: 1rem 0rem;
    margin: 2rem 0;
  }
  .box_emp_naranjo {
    min-height: 500px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0px;
  }
  .box_emp_celeste {
    min-height: 500px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .grid_videos {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4em;
  }
  .break {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar {
    padding: 1rem !important;
    background-color: #153455;
    border-bottom: solid 3px #e56913;
  }
  .navbar.menu {
    padding: 1rem !important;
  }
  .nav-link {
    text-align: right;
    width: auto;
  }
  .bot li a {
    padding: 1rem 0rem;
    margin: 2rem 0;
  }
  .box_emp_naranjo {
    min-height: 500px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0px;
  }
  .box_emp_celeste {
    min-height: 500px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .grid_videos {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4em;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar {
    padding: 1rem !important;
    background-color: #153455;
    border-bottom: solid 3px #e56913;
  }
  .navbar.menu {
    padding: 1rem !important;
  }
  .bot li a {
    padding: 1rem 0rem;
    margin: 2rem 0;
  }
  .box_emp_naranjo {
    min-height: 500px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0px;
  }
  .box_emp_celeste {
    min-height: 500px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .grid_videos {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bot li a {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .bot li a {
    padding-top: 10px;
  }
}
@media (min-width: 1920px) {
  .bot li a {
    padding-top: 10px;
  }
}/*# sourceMappingURL=elespecialista.css.map */