html {
  font-size: 16px; }

body {
  font-family: 'Open Sans', sans-serif; }

.padd_content_top {
  padding-top: 12rem; }

.padd_content_bottom {
  padding-bottom: 12rem; }

.padd_small_top {
  padding-top: 6rem; }

.padd_small_bottom {
  padding-bottom: 6rem; }

.mar_small_top {
  margin-top: 3rem; }

.mar_small_bottom {
  margin-bottom: 3rem; }

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

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

.color_oscuro {
  color: #363231; }

.color_azul {
  color: #4254a1; }

.color_amarillo {
  color: #f9b017; }

.bg_oscuro {
  background-color: #363231; }

.bg_azul {
  background-color: #4254a1; }

.bg_amarillo {
  background-color: #f9b017; }

.bg_gris_claro {
  background-color: #f2f2f2; }

.bold {
  font-weight: 600; }

/*====================================================
                    MENU
====================================================*/
.navbar {
  padding: 1rem 7rem !important;
  /*background-color: rgba(255, 255, 255, .8);*/
  /*background-color: $oscuro;*/
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.navbar.menu {
  background-color: #363231;
  padding: 0.5rem 3rem !important; }

.navbar-brand {
  margin-left: 1rem; }

.nav-link {
  padding: 0 !important;
  color: #e2e0e0;
  font-weight: 600; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  /*color: #ccc;*/
  background-color: transparent;
  font-weight: 700;
  opacity: 1; }

ul {
  display: contents;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  list-style-type: none; }
  ul li {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: .7rem;
    letter-spacing: .1rem; }
    ul li a {
      position: relative;
      display: block;
      padding: 4px 0;
      margin: 0 1rem;
      color: #fff;
      text-decoration: none !important;
      text-transform: uppercase;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: .7; }
      ul li a::after {
        position: absolute;
        content: "";
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        /*transform: scaleX(0);*/
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        -webkit-transform-origin: top;
                transform-origin: top;
        /*transition: transform 0.5s;*/
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0; }
      ul li a:hover {
        color: white;
        opacity: 1; }
      ul li a:hover::after {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
        -webkit-transform-origin: top;
                transform-origin: top;
        opacity: 1; }

.borde_menu {
  border-top: solid 5px #f9b017;
  width: 100%; }

.activo {
  opacity: 1;
  font-weight: 900;
  color: #ccc; }

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

/*====================================================
                    INICIO
====================================================*/
.bg_portada {
  background-image: url("../img/bg_inicio.jpg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }

.tit_portada {
  font-size: 1.8rem;
  color: #4254a1;
  background-color: #f9b017;
  padding: 1rem;
  border-radius: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1rem;
  border: solid 1px #ffd377;
  -webkit-box-shadow: 5px 10px 17px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 10px 17px rgba(0, 0, 0, 0.4); }

.justify-content-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.tit_info {
  font-size: 2em;
  font-weight: 900;
  padding: .5rem 1.5rem;
  border: 2px solid #4254a1;
  border-radius: 50px;
  text-transform: uppercase;
  display: inline-block; }

.numero_inicio {
  font-size: 1.6em;
  font-weight: 600; }

.iconos_sociales_ini a {
  text-align: center;
  margin: 0 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 1.5rem;
  text-decoration: none !important;
  color: #4254a1; }

.iconos_sociales_ini a:hover {
  opacity: .4; }

.tit_emergencias {
  font-size: 1.8em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1rem; }

/*====================================================
                    NOSOTROS
====================================================*/
.img_nosotros {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0px 0px 10px; }

.box_nosotros {
  border-radius: 0px 10px 10px 0px;
  padding: 6rem 5rem;
  border: solid 1px #ffd377; }

.pad_con_nosotros {
  padding: 6rem; }

.tit_nos {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .1rem; }

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 1px solid black; }

/*====================================================
                    SERVICIOS
====================================================*/
.box_ppal {
  border-radius: 10px;
  padding: 2rem 1rem;
  background-color: #f9b017;
  color: #4254a1;
  border: solid 1px #ffd377; }

.servicios_ppal {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-weight: 600; }

.tit_servicios {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600; }

.box_servicios {
  border-radius: 10px;
  padding: 1rem;
  background-color: transparent;
  color: #4254a1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 2px solid #4254a1; }

.box_servicios:hover {
  background-color: #4254a1;
  color: #f9b017;
  border: 1px solid #4254a1; }

.icon_servicios {
  height: 70px;
  margin: 1rem 0; }

/*====================================================
                    COTIZA
====================================================*/
.bg_cotiza {
  background-image: url("../img/bg_cotiza.jpg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }

.tit_cotiza {
  color: #f9b017;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .2rem; }

.btn_cotiza {
  text-decoration: none !important;
  color: #f9b017;
  background: transparent;
  padding: 4px 36px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  letter-spacing: .2rem;
  border-radius: 20px;
  font-weight: 700;
  border: solid 1px #f9b017;
  font-size: 1rem; }

.btn_cotiza:hover {
  background: #f9b017;
  color: #363231;
  border: solid 1px #f9b017; }

.btn_cotiza:focus {
  outline: 0px; }

.box_equipos {
  background-color: #f9b017;
  padding: 6rem 5rem; }

.tit_equipos {
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-weight: 600; }

.img_equipo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right; }

/*====================================================
                    FOOTER
====================================================*/
.iconos_sociales a {
  text-align: center;
  margin: 0 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 1.3rem;
  text-decoration: none !important;
  color: #4254a1; }

.iconos_sociales a:hover {
  opacity: .4; }

.Redes_sociales {
  font-size: 1.2rem; }

.Redes_sociales a {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none !important;
  color: #4254a1;
  font-weight: 700; }

.Redes_sociales a:hover {
  opacity: .4; }

.break_ppagina {
  display: block;
  content: ""; }

.text_pie_pagina {
  font-size: .9em;
  letter-spacing: 0.1rem;
  opacity: .6; }

@media (min-width: 320px) and (max-width: 576.98px) {
  .navbar {
    padding: 1rem !important;
    background-color: #363231; }

  .navbar.menu {
    padding: 0.5rem 0.8rem !important; }

  ul li {
    padding: 40px 0; }

  .card_nosotros {
    padding: 2rem; }

  .modal-header {
    padding: 1rem; }

  .modal-body {
    padding: 1rem; }

  .Redes_sociales {
    font-size: .8rem; }

  .box_nosotros {
    border-radius: 0px 0px 10px 10px;
    padding: 6rem 2rem; }

  .pad_con_nosotros {
    padding: 2rem; }

  .img_nosotros {
    border-radius: 10px 10px 0px 0px; }

  .box_equipos {
    padding: 6rem 2rem; }

  .break {
    display: contents;
    content: ""; }

  .padd_content_top {
    padding-top: 9rem; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar {
    padding: 1rem !important;
    background-color: #363231; }

  .navbar.menu {
    padding: 0.5rem 0.8rem !important; }

  ul li {
    padding: 40px 0; }

  .box_nosotros {
    border-radius: 0px 0px 10px 10px;
    padding: 6rem 2rem; }

  .pad_con_nosotros {
    padding: 4rem; }

  .img_nosotros {
    border-radius: 10px 10px 0px 0px; }

  .break {
    display: contents;
    content: ""; }

  .box_equipos {
    padding: 6rem 2rem; }

  .padd_content_top {
    padding-top: 9rem; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar {
    padding: 1rem !important;
    background-color: #363231; }

  .navbar.menu {
    padding: 0.5rem 0.8rem !important; }

  ul li {
    padding: 40px 0; }

  .card_nosotros {
    padding: 2rem; }

  .box_nosotros {
    border-radius: 0px 0px 10px 10px;
    padding: 6rem 3rem; }

  .img_nosotros {
    border-radius: 10px 10px 0px 0px; }

  .box_equipos {
    padding: 6rem 3rem; }

  .break_ppagina {
    display: contents;
    content: ""; }

  .justify-content-evenly {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .break_ppagina {
    display: contents;
    content: ""; } }
@media (min-width: 1200px) {
  .break_ppagina {
    display: contents;
    content: ""; } }
