/*Tipografia*/
@font-face{
    font-family: 'Nunito Sans/regular' ;
    src: url('../fonts/nunito-sans/NunitoSans-Regular.ttf') format('truetype');
  }
  
  @font-face{
    font-family: 'Nunito Sans/black' ;
    src: url('../fonts/nunito-sans/NunitoSans-Black.ttf') format('truetype');
  }
  
  @font-face{
    font-family: 'Nunito Sans/light';
    src: url('../fonts/nunito-sans/NunitoSans-Light.ttf');
  }
  
  @font-face {
    font-family: 'Nunito Sans/Semi bold';
    src: url('../fonts/nunito-sans/NunitoSans-SemiBold.ttf');
  }
  
  
  
  .text-datos-footer{
    font-size: 14px !important;
    color: #ffffff !important;
    font-family: 'Nunito Sans/regular' !important;
  }
  
  .text-datos-footer.mobile-menu{
    color: #023859 !important;
  }
  
  .text-titulo-footer{
    font-size: 24px !important;
    color: #ffffff !important;
    font-family: 'Nunito Sans/black' !important;
  }
  
  
  .text-titulos-secciones{
    font-size: 24px !important;
    color: #023859;
    font-family: 'Nunito Sans/black' !important;
  }
  
  .text-titulo-opciones-servicios{
    /* font-size: 12px !important; */
    font-size: 14px !important;
    color: #687078 !important;
    font-family: 'Nunito Sans/black' !important;
  }
  
  .text-tipografia-contenido-servicios{
    /* font-size: 7px; */
    font-size: 9px;
    color: #687078;
    font-family: 'Nunito Sans/black' !important;
    text-align: center;
    line-height: 15px;
  }
  
  .text-tipografia-menu-principal{
    font-size: 16px !important;
    color: #023859 !important;
    font-family: 'Nunito Sans/Semi bold' !important;
  }
  
  .text-tipografia-menu-secundario{
    font-size: 10px !important;
    color:  #687078 !important;
    font-family: 'Nunito Sans/Semi bold' !important;
  }
  
  .text-tipografia-menu-secundario.btn{
    color: #ffffff !important;
    border-radius: 1px !important;
  }
  
  a.text-tipografia-links-servicios{
    /* font-size: 7px !important; */
    font-size: 9px !important;
    color: #045d94;
    font-family: 'Nunito Sans/light';
  
  }
  
  a.text-tipografia-links-servicios:hover{
    color: #ff5a3c;
  }
  
  .section-top{
    height: 41px !important;
    background-color: #f2421b !important;
    border-bottom: none !important;
  }
  
  .banner-slider{
    height: 41px;
    background-color: #2c3f59;
  }
  
  .top-20{
    top: -20px !important;
  }
  
  .mb-17{
    margin-bottom: 17px !important;
  }
  
  .area-cuadros-servicio{
    height: 371px; 
    border: 0.1px solid #57565699 !important;
    padding: 5px;
  }
  
  .background-submenu{
    background-color: #ffffff; 
    padding: 0 !important;
  }
  
  .section-submenu{
    margin-top: -80px;
     margin-bottom: 80px;
  }
  
  .border-submenu{
    border: 0.1px solid #57565699 !important;
    box-shadow: 0px 9px 20px 0px #9393937d !important;
  }
  
  .button-submenu{
    min-width: 100%;
    min-height: 61px;
     background-color: #df4008 !important;
  }
  
  .footer-social-networks{
    margin-top: -20px !important;
    padding-left: 25px !important;
  }
  
  .float-right{
    float:right !important;
  }
  
  .map{
    border:0 !important;
     width:100% !important; 
     margin-bottom: 35px !important;
  }

  .has-error{
    border-color: #e74a3b;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }

  .no-has-error{
    border-color: #1cc88a;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }

  .imgMenu a:after{
    background: none !important;
}

  /* Small devices (portrait tablets and large phones, 600px and down) */
  @media only screen and (max-width: 600px) {
    .section-submenu{
      margin-top: -10px !important;
    }
  }
  