/* READ ME: http://librosweb.es/libro/sass/ */
/* READ ME: https://www.sitepoint.com/8-tips-help-get-best-sass/ */
/* Mobile first, always remember - Yoda */
/*
 * Contenido
 * * 1. Variables
 * * 2. Mixins
 * * 3. Placeholders
 * * 4. Global styles
 * * 5. Modules
 * * * 5.1. Home
 * * * 5.2. Pregrado
 * * * 5.3. Posgrado
 * * * 5.4. Contacto
 * * 6. Animations
 * * 7. Media Queries
 */
/* 1. Variables */
/* main: ../main.scss */
/**
8px = 0.5rem
9px = 0.5625rem
10px = 0.625rem
11px = 0.6875rem
12px = 0.75rem
13px = 0.8125rem
14px = 0.875rem
15px = 0.9375rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
22px = 1.375rem
24px = 1.5rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem
34px = 2.125rem
36px = 2.25rem
38px = 2.375rem
40px = 2.5rem
 */
@font-face {
  font-family: 'Novecentowide';
  src: url("../fonts/Novecentowide-Light.otf");
  font-weight: lighter;
  font-style: normal; }
@font-face {
  font-family: 'Novecentowide';
  src: url("../fonts/Novecentowide-Medium.otf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Novecentowide';
  src: url("../fonts/Novecentowide-Normal.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Novecentowide';
  src: url("../fonts/Novecentowide-Bold.otf");
  font-weight: bold;
  font-style: normal; }
/*Helga*/
/* 2. Mixins */
/* main: ../main.scss */
/* Mixins */
/*
 * Permiten definir estilos reutilizables
 * Pueden contener reglas CSS
 * Pueden ser declarados como funciones que reciben argumentos para ser mas flexible.
 * READ MORE: http://librosweb.es/libro/sass/capitulo_9.html
 */
/* 3. Placeholders */
/* main: ../main.scss */
/* Placeholders */
/*
 * Permiten utilizar herencia sin generacion de nuevas clases
 * Las lineas de codigo permiten guardar lineas que aparecen solo en los selectores que la heredan
 * READ MORE: https://www.ombushop.com/blog/diseno-web/mixins-vs-herencia-en-sass.html
 * READ MORE: http://thesassway.com/intermediate/understanding-placeholder-selectors
 */
/* 4. Global Styles */
/* main: ../main.scss */
:root {
  font-size: 16px; }

body {
  font-family: "Novecentowide";
  padding-top: 120px; }

.default_fixed {
  padding-top: 60px; }

.color-none {
  color: inherit !important; }

a:hover {
  cursor: pointer; }

button {
  cursor: pointer; }

.cursor-pointer {
  cursor: pointer !important; }

.background-color-blue-00A6E0 {
  background-color: #00A6E0; }

.bg-color-2ea2a1 {
  background-color: #2ea2a1; }

.f-family-novecentwide {
  font-family: "Novecentowide"; }

.f-family-novecentwide-light {
  font-family: Novecentos_light; }

.f-family-maven {
  font-family: "Maven Pro", sans-serif; }

.f-size-12 {
  font-size: 0.75rem !important; }

.f-size-14 {
  font-size: 0.875rem !important; }

.f-size-15 {
  font-size: 0.9375rem !important; }

.f-size-16 {
  font-size: 1rem !important; }

.f-size-20 {
  font-size: 1.25rem !important; }

.f-size-48 {
  font-size: 3rem !important; }

.f-size-64 {
  font-size: 4rem !important; }

.mt-initial {
  margin-top: inherit !important; }

.clearfix {
  clear: both; }

.text-normal {
  font-weight: normal !important; }

.text-bold {
  font-weight: bold !important; }

.min-height-192 {
  min-height: 192px; }

.text-purple {
  color: #900A72; }

.text-purple:hover {
  color: #900A72; }

.border-radius-15 {
  border-radius: 15px; }

.padding-0 {
  padding: 0; }

.background-graylight3 {
  background: #f8f8f6; }

.border-2px-solid-purple {
  border: 2px solid #900A72; }

.text-blue {
  color: #00ABAF !important; }

.text-bluegreen {
  color: #2fa0a2 !important; }

.text-opensans {
  font-family: "Open Sans", sans-serif; }

.text-orange {
  color: #DB7D1B !important; }

.border-1-bluegreen {
  border: 1px solid #2fa0a2; }

.border-1-green2 {
  border: 1px solid #558155; }

.text-red {
  color: #b23f20; }

.bg-red {
  background: #b23f20; }

.bg-white {
  background: #FFF; }

.bg-red-light {
  background: #df954c; }

.border-1-red {
  border: 1px solid #b23f20; }

.bg-blue2 {
  background: #24a5e1; }

.text-blue2 {
  color: #24a5e1 !important; }

.bg-blue-light {
  background: #77c8ee; }

.bg-green2 {
  background-color: #7eb869 !important; }

.text-green {
  color: #7eb869 !important; }

.bg-green2-light {
  background: #cbcf57; }

.bg-green3-light {
  background: #f4f5da; }

.btn-orange {
  background-color: #DB7D1B !important;
  color: #FFFFFF;
  border-radius: 0; }
  .btn-orange:hover {
    color: #900A72; }

.btn-round {
  border: none;
  border-radius: 20px;
  padding: 1px 15px 1px 0; }
  .btn-round .icon-round {
    border-radius: 50%;
    padding: 13px 15px; }
  .btn-round .icon-round-large {
    border-radius: 50%;
    padding: 13px 14px; }

.btn-purple {
  background-color: #900A72;
  color: #FFFFFF;
  border-radius: 0; }
  .btn-purple:hover {
    color: #DB7D1B; }

.word-break {
  word-break: break-all; }

.border-radius-5 {
  border-radius: 5px !important; }

.border-radius-10 {
  border-radius: 10px !important; }

.border-radius-12 {
  border-radius: 12px !important; }

.border-radius-0-10-10-0 {
  border-radius: 0px 10px 10px 0px !important; }

.border-radius-10-0-0-10 {
  border-radius: 10px 0px 0px 10px !important; }

.border-radius-0-20-20-0 {
  border-radius: 0px 20px 20px 0px !important; }

.border-radius-20-0-0-20 {
  border-radius: 20px 0px 0px 20px !important; }

.border-radius-50-percent {
  border-radius: 50% !important; }

.no-bg {
  background: none; }

.no-repeat-bg {
  background-repeat: no-repeat !important; }

.font-15 {
  font-size: 0.9375rem; }

.weight-500 {
  font-weight: 500; }

.no-border {
  border: none; }

.color-white {
  color: #FFFFFF; }

.color-purple {
  color: #900A72; }

.box-shadow-EBEDED {
  box-shadow: 0 0 10px #EBEDED; }

.box-shadow-4A4A4A {
  box-shadow: 0 0 10px #4A4A4A; }

.border-1-solid-bluegreendark {
  border: 1px solid #1a7d7a; }

.border-1-solid-purple {
  border: 1px solid #900A72; }

.border-1-solid-green2 {
  border: 1px solid #7eb869; }

.border-1-solid-white {
  border: 1px solid #FFFFFF; }

.border-1-solid-orange {
  border: 1px solid #DB7D1B; }

.border-1-solid-blue2 {
  border: 1px solid #2B74AE; }

.no-border-radius {
  border-radius: 0; }

.border-radius-3 {
  border-radius: 3px; }

.bg-bluegreen {
  background: #2fa0a2 !important; }

.bg-bluegreendark {
  background-color: #1a7d7a !important; }

.bg-purple {
  background: #900A72; }

.bg-green {
  background: #B1CA4E; }

.bg-orange {
  background: #DB7D1B; }

.bg-blue {
  background: #00ABAF; }

.b-white {
  border: 1px solid #FFFFFF; }

.width-100 {
  width: 100%; }

.top-1 {
  top: 1rem; }

.top-2 {
  top: 2rem; }

.top-3 {
  top: 3rem; }

.top-4 {
  top: 4rem; }

.top-5 {
  top: 5rem; }

.top-minus-1 {
  top: -1rem; }

.top-minus-2 {
  top: -2rem; }

.left-minus-1-7 {
  left: -1.7rem; }

.br-minus-12 {
  margin-right: -12px; }

.bl-minus-12 {
  margin-left: -12px; }

.z-index-1 {
  z-index: 1 !important; }

.z-index-0 {
  z-index: 0 !important; }

.signo_pesos_carrito {
  z-index: 3;
  left: 5.8rem;
  width: 2rem;
  top: 1.2rem; }

.width_2rem {
  width: 2rem; }

/*WEB*/
.img-responsive {
  width: 100%;
  height: auto; }

.font-35 {
  font-size: 2.188rem; }

.border-1px-solid-blue-radius {
  border: 1px solid #24a5e1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }

.border-1px-solid-blue-input {
  border: 1px solid #24a5e1; }

#contacto {
  margin-top: 20px;
  -webkit-font-smoothing: antialiased; }
  #contacto h1 i:before {
    font-size: 75px;
    color: #FFFFFF; }
  #contacto h2 {
    color: #FFFFFF;
    font-weight: bold; }
  #contacto h3 a {
    color: #FFFFFF;
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif; }

#cotiza {
  margin-top: 20px; }
  #cotiza h1 i:before {
    font-size: 75px;
    color: #900A72; }
  #cotiza h3 {
    color: #900A72;
    font-size: 1.25rem;
    font-weight: bold; }
  #cotiza h2 {
    color: #FFFFFF;
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif; }
  #cotiza input {
    border-radius: 0;
    margin-top: 1rem; }
  #cotiza .btn {
    font-size: 0.6875rem; }

#cotiza_cr {
  margin-top: 20px; }
  #cotiza_cr h2 {
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased; }
  #cotiza_cr button {
    border: 0;
    color: #FFFFFF;
    font-size: 1.375rem; }

#loginForm .form-group, #loginFormRastrea .form-group {
  margin-bottom: .95rem; }
#loginForm h2, #loginFormRastrea h2 {
  font-size: 1.125rem;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased; }
  #loginForm h2 a, #loginFormRastrea h2 a {
    color: #FFFFFF; }
    #loginForm h2 a:hover, #loginFormRastrea h2 a:hover {
      color: #00ABAF;
      text-decoration: none; }
#loginForm h3, #loginFormRastrea h3 {
  font-size: 0.8125rem;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 0; }
#loginForm input, #loginFormRastrea input {
  font-size: 0.6875rem;
  border-radius: 0; }
#loginForm .btn, #loginFormRastrea .btn {
  font-size: 0.6875rem;
  padding: .375rem .5rem; }
#loginForm .btn-link, #loginFormRastrea .btn-link {
  color: #4A4A4A; }
  #loginForm .btn-link:hover, #loginFormRastrea .btn-link:hover {
    color: #900A72; }

.arrow_box {
  position: relative;
  background: transparent;
  border: 6px solid #c2e1f5;
  border-radius: 6px;
  font-size: 0.75rem; }
  .arrow_box.b-green {
    border: 6px solid #B1CA4E;
    color: #B1CA4E; }
    .arrow_box.b-green:before {
      border-top-color: #B1CA4E;
      left: 20%;
      border-width: 36px 56px 36px 0px;
      margin-left: -30px; }
    .arrow_box.b-green:after {
      left: 20%;
      border-width: 26px 40px 30px 0px;
      margin-left: -25px; }
  .arrow_box.b-orange {
    border: 6px solid #DB7D1B;
    color: #DB7D1B;
    margin-top: -20px; }
    .arrow_box.b-orange:before {
      border-top-color: #DB7D1B;
      left: 80%;
      border-width: 36px 0px 36px 60px; }
    .arrow_box.b-orange:after {
      left: 80%;
      border-width: 25px 0px 30px 42px;
      margin-left: -25px; }
  .arrow_box.border-orange {
    border: 6px solid #DB7D1B;
    color: #FFFFFF;
    margin-top: -20px;
    font-size: 1.2rem;
    padding: 1em; }
    .arrow_box.border-orange:before {
      border-top-color: #DB7D1B;
      left: 20%;
      border-width: 36px 56px 36px 0px;
      margin-left: -30px; }
    .arrow_box.border-orange:after {
      border-top-color: #DB7D1B;
      left: 20%;
      border-width: 26px 40px 30px 0px;
      margin-left: -25px; }
  .arrow_box.b-blue {
    border: 6px solid #00ABAF;
    color: #00ABAF;
    margin-top: -20px; }
    .arrow_box.b-blue:before {
      border-top-color: #00ABAF;
      left: 20%;
      border-width: 36px 56px 36px 0px;
      margin-left: -30px; }
    .arrow_box.b-blue:after {
      left: 20%;
      border-width: 26px 40px 30px 0px;
      margin-left: -25px; }
  .arrow_box.b-purple {
    border: 6px solid #900A72;
    color: #900A72;
    margin-top: -20px; }
    .arrow_box.b-purple:before {
      border-top-color: #900A72;
      left: 80%;
      border-width: 36px 0px 36px 60px; }
    .arrow_box.b-purple:after {
      left: 80%;
      border-width: 25px 0px 30px 42px;
      margin-left: -25px; }
  .arrow_box.border-blue {
    border: 6px solid #00ABAF;
    color: #00ABAF;
    margin-top: -20px;
    color: #FFFFFF;
    background: #00ABAF; }
    .arrow_box.border-blue:before {
      border-top-color: #00ABAF;
      left: 80%;
      border-width: 36px 0px 36px 60px; }
    .arrow_box.border-blue:after {
      left: 80%;
      border-width: 25px 0px 30px 42px;
      margin-left: -25px; }
  .arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #FFFFFF;
    border-width: 30px;
    margin-left: -30px; }
  .arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-width: 36px;
    margin-left: -36px; }

.mt-8 {
  margin-top: 6rem; }

.fa-print:hover {
  color: #0724cc; }

.fa-search:hover {
  color: #0724cc; }

.fa-trash-o:hover {
  color: #0724cc; }

.quiero_cotizar_compra {
  font-size: 1.875rem;
  color: #FFFFFF;
  line-height: 30px; }
  .quiero_cotizar_compra .row {
    background-image: url("../../../../images/assests/costarica/fondo_cotizar_compra.png");
    background-repeat: no-repeat;
    padding: 89px; }
  .quiero_cotizar_compra img {
    position: absolute;
    top: -60px;
    left: -50px; }
  .quiero_cotizar_compra a {
    font-size: 1.375rem;
    color: #FFFFFF;
    text-decoration: none; }

.quiero_cotizar_compra_colombia {
  font-size: 1.875rem;
  color: #900A72;
  line-height: 30px; }
  .quiero_cotizar_compra_colombia .row {
    background-image: url("../../../../images/assests/fondo_cotizar_compra_colombia.png");
    background-repeat: no-repeat;
    padding: 93px; }
  .quiero_cotizar_compra_colombia img {
    position: absolute;
    top: -60px;
    left: -50px; }
  .quiero_cotizar_compra_colombia a {
    font-size: 1.375rem;
    color: #FFFFFF;
    text-decoration: none; }

.mensaje_tarifa1 {
  font-size: 1.375rem;
  z-index: 2;
  font-weight: 300; }
  .mensaje_tarifa1:after {
    border-top-color: inherit; }

.mensaje_tarifa2 {
  margin-top: -30px !important;
  z-index: 1; }

.form-input-invalid .invalid-feedback {
  display: block; }

.form-input-invalid2 .invalid-feedback {
  display: block; }

.mediun-size {
  min-width: 270px; }
  .mediun-size input {
    width: 100% !important; }

/*select {
background-image:url(../images/arrow.png);
background-repeat:no-repeat;
background-position:300px;
width:353px;
padding:12px;
margin-top:8px;
font-family:Cursive;
line-height:1;
border-radius:5px;
background-color:#A2AB58;
color:#ff0;
font-size:20px;
-webkit-appearance:none;
box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.6);
outline:none
}
select:hover {
color:#00ff7f;
}*/
.quiero_cotizar_movil {
  position: relative; }
  .quiero_cotizar_movil .quiero_cotizar_txt {
    position: absolute;
    left: 50%;
    top: 22%;
    font-size: 0.75rem; }
    .quiero_cotizar_movil .quiero_cotizar_txt a {
      font-size: 0.6875rem; }

.pass_show .ptxt {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  color: #747577;
  margin-top: -10px;
  cursor: pointer;
  transition: .3s ease all; }

.pass_show {
  position: relative; }

.pass_show .ptxt:hover {
  color: #000000; }

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #b23f20;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite; }

.loader_blue {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #24a5e1;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite; }

.loader_green {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #cbcf57;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* main: ../main.scss */
@font-face {
  font-family: 'newicomoon';
  src: url("../fonts/icomoonnew.eot?dyruix");
  src: url("../fonts/icomoonnew.eot?dyruix#iefix") format("embedded-opentype"), url("../fonts/icomoonnew.ttf?dyruix") format("truetype"), url("../fonts/icomoonnew.woff?dyruix") format("woff"), url("../fonts/icomoonnew.svg?dyruix#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="iconmoon-"], [class*=" iconmoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'newicomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconmoon-clipboard:before {
  content: "\e900"; }

.iconmoon-clock:before {
  content: "\e901"; }

.iconmoon-envelope:before {
  content: "\e902"; }

.iconmoon-facebook-logo:before {
  content: "\e903"; }

.iconmoon-foreign:before {
  content: "\e904"; }

.iconmoon-fork-plate-and-knife:before {
  content: "\e905"; }

.iconmoon-four-thumbnails-visualization-button:before {
  content: "\e906"; }

.iconmoon-information:before {
  content: "\e907"; }

.iconmoon-instagram-logo:before {
  content: "\e908"; }

.iconmoon-list:before {
  content: "\e909"; }

.iconmoon-ListIngredients:before {
  content: "\e90a"; }

.iconmoon-menu-options:before {
  content: "\e90b"; }

.iconmoon-minus:before {
  content: "\e90c"; }

.iconmoon-pinterest:before {
  content: "\e90d"; }

.iconmoon-play-button:before {
  content: "\e90e"; }

.iconmoon-plus:before {
  content: "\e90f"; }

.iconmoon-recipe-card:before {
  content: "\e910"; }

.iconmoon-share-copia:before {
  content: "\e911"; }

.iconmoon-twitter-logo-silhouette:before {
  content: "\e912"; }

.iconmoon-whatsapp-logo:before {
  content: "\e913"; }

.iconmoon-youtube-logo:before {
  content: "\e914"; }

.iconmoon-youtube-logo2:before {
  content: "\e915"; }

.iconmoon-youtube:before {
  content: "\e916"; }

/* 5. Modules */
/* 5.1. Home */
/* main: ../main.scss */
#banner .carousel-inner .carousel-item img {
  width: 100%;
  height: auto; }

#somos h1 {
  font-size: 1.75rem;
  -webkit-font-smoothing: antialiased;
  color: #900A72;
  margin-bottom: .1rem; }
#somos h2 {
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  color: #900A72;
  margin-bottom: .1rem; }
#somos span {
  font-family: "Open Sans", sans-serif;
  color: #900A72;
  font-size: 0.875rem; }
#somos .bloque {
  margin-bottom: 1rem; }
#somos .home_section1 .bg_purple {
  background: #900A72 !important;
  font-family: "Open Sans", sans-serif;
  color: #FFFFFF !important;
  font-weight: 300; }
#somos .home_section1 .bg_green {
  background: #B1CA4E !important;
  font-family: "Open Sans", sans-serif;
  color: #FFFFFF !important;
  font-weight: 300; }
#somos .home_section1b {
  background-image: url("../../../../images/assests/costarica/img_home_cr_1.jpg");
  background-repeat: no-repeat;
  background-color: #B1CA4E; }
  #somos .home_section1b .txt_right {
    font-family: "Open Sans", sans-serif;
    color: #FFFFFF;
    padding: 35px;
    font-weight: 300; }
#somos .mensaje {
  font-size: 1.375rem;
  color: #FFFFFF;
  position: relative;
  border-radius: 6px;
  background: #00ABAF;
  margin-bottom: 160px;
  margin-top: -195px;
  text-align: center; }
  #somos .mensaje:before {
    border-top-color: #00ABAF; }
  #somos .mensaje:after {
    border-top-color: inherit; }
#somos .mensaje2 {
  font-size: 1.375rem;
  color: #FFFFFF;
  position: relative;
  border-radius: 6px;
  background: #DB7D1B;
  margin-bottom: 160px;
  margin-top: -195px;
  text-align: center; }
  #somos .mensaje2:before {
    border-top-color: #DB7D1B; }
  #somos .mensaje2:after {
    border-top-color: inherit; }

.fixed {
  position: fixed;
  width: 31%; }

.fixed_menu {
  height: 70px; }
  .fixed_menu img {
    height: 40px !important; }

.menu_principal button {
  border: 0; }

#splash {
  background: url(/images/assests/splash/circulo.png) center top no-repeat;
  min-height: 409px;
  margin-top: 6rem;
  background-size: 220px; }
  #splash #splashColombia {
    margin-top: -3rem; }
  #splash #splashCostaRica {
    margin-top: -5rem; }

/* main: ../main.scss */
/* main: ../main.scss */
@font-face {
  font-family: "Novecentos";
  src: url(../../css/fonts/fonts/Novecentosanswide-Bold.otf) format("truetype"); }
@font-face {
  font-family: "Novecentos_book";
  src: url(../../css/fonts/fonts/Novecentosanswide-Book.otf) format("truetype"); }
@font-face {
  font-family: "Novecentos_light";
  src: url(../../css/fonts/fonts/Novecentosanswide-Light.otf) format("truetype"); }
@font-face {
  font-family: "Mavenpro_regular";
  src: url(../../css/fonts/fonts/MavenPro-Regular.ttf) format("truetype"); }
.default {
  padding-top: 110px !important; }

.cont {
  position: relative;
  min-height: 17rem; }

.userdrop {
  border: 2px solid #b0288c;
  border-radius: 1.2rem;
  height: 6.8rem;
  margin-top: 0.2rem;
  color: #b0288c; }
  .userdrop a {
    width: 100%;
    color: #b0288c;
    font-weight: bold; }

.banner-helga {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  .banner-helga .text-helga-banner-one {
    font-family: "Novecentos";
    color: #ffffff;
    font-size: 2.5em;
    margin: 1px auto; }
    .banner-helga .text-helga-banner-one p {
      margin: 0; }
  .banner-helga .text-helga-banner-two {
    font-family: "Novecentos_light";
    color: #ffffff;
    font-size: 2.5em;
    margin: 0px auto; }
    .banner-helga .text-helga-banner-two p {
      padding-top: 1px;
      padding-top: -5px !important; }
  .banner-helga .text-helga-banner-tree {
    font-family: "Mavenpro_regular";
    color: #ffffff;
    font-size: 0.9em;
    margin: 1px auto; }
  .banner-helga .text-helga-banner-four {
    font-family: "Novecentos";
    margin-bottom: 0; }
    .banner-helga .text-helga-banner-four a {
      color: #ffffff; }
    .banner-helga .text-helga-banner-four p {
      margin-bottom: 0px; }
    .banner-helga .text-helga-banner-four .btn-helga {
      width: 80%;
      background-color: transparent;
      font-size: 0.8em;
      margin-bottom: 1em;
      border-radius: 0;
      border: 2px solid #ffffff;
      padding-top: 0.3em;
      padding-bottom: 0.3em;
      padding-left: 0.2em;
      text-align: left; }
      .banner-helga .text-helga-banner-four .btn-helga img {
        float: left;
        margin-right: 0.4rem; }
    .banner-helga .text-helga-banner-four .dropdown-toggle::after {
      float: right; }

.cont-img {
  position: relative;
  font-family: "Novecentos";
  color: #ffffff; }
  .cont-img p {
    bottom: 0px;
    left: 20px;
    position: absolute; }

.container .pre_alert {
  background-image: url("/images/assests/img-helga/pre_alerts.png");
  background-repeat: no-repeat;
  background-position: right;
  height: 22rem;
  font-family: "Novecentos";
  font-size: 2.5em;
  color: #ffffff;
  vertical-align: text-bottom;
  padding-left: 6rem;
  padding-bottom: 0.5rem; }
.container .my_count {
  background-image: url("/images/assests/img-helga/my_count.png");
  background-repeat: no-repeat;
  background-position: right;
  height: 11rem;
  font-family: "Novecentos";
  font-size: 2.5em;
  color: #ffffff;
  padding-left: 4rem; }
.container .tracking {
  background-image: url("/images/assests/img-helga/positions.png");
  background-repeat: no-repeat;
  background-position: right;
  height: 11rem;
  font-family: "Novecentos";
  font-size: 2.5em;
  color: #ffffff;
  padding-left: 4rem;
  padding-bottom: 1rem; }
.container .sends {
  background-image: url("/images/assests/img-helga/send.png");
  background-repeat: no-repeat;
  background-position: left;
  height: 11rem;
  font-family: "Novecentos";
  font-size: 2.5em;
  color: #ffffff;
  padding-left: 1.5rem; }
.container .addressee {
  background-image: url("/images/assests/img-helga/person.png");
  background-repeat: no-repeat;
  height: 11rem;
  background-position: left;
  font-family: "Novecentos";
  font-size: 2.5em;
  color: #ffffff;
  padding-left: 1.5rem; }

.top-custom {
  top: 3rem; }

.top-custom-2 {
  top: 2rem; }

.font-custom {
  font-size: 1rem; }

.min-height-custom {
  min-height: 90px; }

.min-height-70 {
  min-height: 70px; }

.min-height-85 {
  min-height: 85px; }

.min-width-160 {
  min-width: 160px; }

.min-width-170 {
  min-width: 170px; }

/* main: ../main.scss */
/* main: ../main.scss */
@font-face {
  font-family: "Novecentos";
  src: url(../../css/fonts/fonts/Novecentosanswide-Bold.otf) format("truetype"); }
@font-face {
  font-family: "Novecentos_book";
  src: url(../../css/fonts/fonts/Novecentosanswide-Book.otf) format("truetype"); }
@font-face {
  font-family: "Novecentos_light";
  src: url(../../css/fonts/fonts/Novecentosanswide-Light.otf) format("truetype"); }
@font-face {
  font-family: "Mavenpro_regular";
  src: url(../../css/fonts/fonts/MavenPro-Regular.ttf) format("truetype"); }
background
.prealerts {
  top: -10px; }

.breadcrumb-prealert {
  background-color: #7eb869 !important;
  border-radius: 0px;
  font-size: 0.9em;
  text-transform: capitalize;
  font-family: "Mavenpro_regular";
  margin: 0; }
  .breadcrumb-prealert a {
    color: #ffffff; }
  .breadcrumb-prealert .breadcrumb-item.active {
    color: #ffffff; }

.banner-prealerts {
  background-image: url("/images/assests/img-prealerts/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 16rem; }
  .banner-prealerts .text-prealerts-banner-one {
    font-family: "Novecentos";
    color: #ffffff;
    font-size: 4em;
    margin: 1px auto; }
    .banner-prealerts .text-prealerts-banner-one p {
      margin: 0; }
  .banner-prealerts .text-prealerts-banner-tree {
    font-family: "Mavenpro_regular";
    color: #ffffff;
    font-size: 1em;
    margin: 1px auto; }
  .banner-prealerts .text-prealerts-banner-four {
    font-family: "Novecentos";
    margin-bottom: 0; }
    .banner-prealerts .text-prealerts-banner-four a {
      color: #ffffff; }
    .banner-prealerts .text-prealerts-banner-four p {
      margin-bottom: 0px; }
    .banner-prealerts .text-prealerts-banner-four .btn-prealerts {
      width: 80%;
      background-color: transparent;
      font-size: 0.8em;
      margin-bottom: 1em;
      border-radius: 0.5rem;
      border: 2px solid #ffffff;
      padding-top: 0.3em;
      padding-bottom: 0.3em;
      padding-left: 0.2em;
      text-align: left; }
      .banner-prealerts .text-prealerts-banner-four .btn-prealerts img {
        float: left;
        margin-right: 0.4rem; }
    .banner-prealerts .text-prealerts-banner-four .dropdown-toggle::after {
      float: right; }

.form-prealertas {
  background-color: #f4f5da;
  color: #558155;
  font-family: "Mavenpro_regular"; }
  .form-prealertas .label-date {
    font-size: 0.7em; }
  .form-prealertas .panel-btn-search {
    background-color: #fafaec;
    height: 5rem;
    padding-top: 1.5rem; }
  .form-prealertas .not_records {
    text-align: center; }
  .form-prealertas .content-form {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 3rem;
    background-color: #ffffff;
    margin: auto; }
  .form-prealertas .content-table {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
    background-color: #ffffff;
    margin: auto;
    margin-bottom: 1rem; }
    .form-prealertas .content-table select {
      border: 1px solid #558155;
      margin-right: 0.5rem;
      height: 30px !important; }
    .form-prealertas .content-table input {
      border-radius: 4px;
      color: #558155;
      height: 30px;
      margin-right: 0.5rem;
      border-right: 1px solid !important; }
  .form-prealertas table {
    margin-bottom: 0; }
  .form-prealertas #prealerts-content-table {
    background-color: #f4f5da;
    height: 60px; }
  .form-prealertas input {
    border-radius: 1rem;
    border: 1px solid #7eb869; }

.form-createprealerts .header-form {
  /*height: 2rem;*/
  background-color: #7eb869;
  width: 100%;
  margin-top: 1rem;
  color: #ffffff;
  padding-left: 1rem; }
.form-createprealerts .content-form {
  width: 90%;
  margin: auto;
  margin-top: 1rem; }
.form-createprealerts label {
  font-size: 0.8em;
  font-family: "Mavenpro_regular";
  color: #7eb869; }
.form-createprealerts input {
  border-radius: 1rem;
  border-right: 0px !important;
  border: 1px solid #558155;
  height: 1.5rem; }
.form-createprealerts .switch {
  display: inline-block;
  width: 50px;
  height: 25px;
  margin: 5px;
  transform: translateY(25%);
  position: relative; }
  .form-createprealerts .switch input {
    display: none; }
.form-createprealerts .toggle-check {
  padding-top: 0px;
  padding-bottom: 0px; }
.form-createprealerts .slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  box-shadow: 0 0 0 2px #558155, 0 0 4px #558155;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  background: #558155;
  transition: .4s; }
  .form-createprealerts .slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 30px;
    transform: translateX(-25px);
    transition: .4s; }
.form-createprealerts input:checked + .slider:before {
  transform: translateX(30px);
  background: #ffffff; }
.form-createprealerts input:checked + .slider {
  box-shadow: 0 0 0 2px #558155, 0 0 2px #558155; }

.btn-prealerts {
  background: #cbcf57;
  padding: 0;
  border-radius: 10rem;
  color: #ffffff;
  padding-right: 1rem;
  font-size: 0.8em; }

.select-number {
  width: 70px; }

#footer {
  margin-bottom: 0 !important; }

.gj-datepicker-bootstrap span[role=right-icon].input-group-append, .gj-datepicker-bootstrap span[role=right-icon].input-group-prepend {
  border: 1px solid #558155 !important;
  border-left: 0px !important;
  border-radius: 0px 1rem 1rem 0px; }

.gj-calendar {
  color: #558155 !important; }

.gj-calendar-bootstrap table tr td.selected div {
  background-color: #558155 !important; }

#CreatePrealert {
  overflow-y: auto;
  color: #558155; }
  #CreatePrealert .modal-header {
    background: #7eb869; }

/* main: ../main.scss */
/* main: ../main.scss */
@font-face {
  font-family: "Novecentos";
  src: url(../../css/fonts/fonts/Novecentosanswide-Bold.otf) format("truetype"); }
@font-face {
  font-family: "Novecentos_book";
  src: url(../../css/fonts/fonts/Novecentosanswide-Book.otf) format("truetype"); }
@font-face {
  font-family: "Novecentos_light";
  src: url(../../css/fonts/fonts/Novecentosanswide-Light.otf) format("truetype"); }
@font-face {
  font-family: "Mavenpro_regular";
  src: url(../../css/fonts/fonts/MavenPro-Regular.ttf) format("truetype"); }
.addressee {
  top: -10px; }

.text-addressee-user {
  font-size: 0.7em !important;
  font-family: "Mavenpro_regular";
  color: #2ea2a1; }

.breadcrumb-addressee {
  background-color: #1a7d7a !important;
  border-radius: 0px;
  font-size: 0.9em;
  text-transform: capitalize;
  font-family: "Mavenpro_regular";
  margin: 0; }
  .breadcrumb-addressee a {
    color: #ffffff; }
  .breadcrumb-addressee .breadcrumb-item.active {
    color: #ffffff; }

.banner-addressee {
  background-image: url("/images/assests/img-addressee/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 16rem; }
  .banner-addressee .text-addressee-banner-one {
    font-family: "Novecentos";
    color: #fefefe;
    font-size: 4em;
    margin: 1px auto; }
    .banner-addressee .text-addressee-banner-one p {
      margin: 0; }
  .banner-addressee .text-addressee-banner-tree {
    font-family: "Mavenpro_regular";
    color: #ffffff;
    font-size: 1em;
    margin: 1px auto; }
  .banner-addressee .text-addressee-banner-four {
    font-family: "Novecentos";
    margin-bottom: 0; }
    .banner-addressee .text-addressee-banner-four a {
      color: #ffffff; }
    .banner-addressee .text-addressee-banner-four p {
      margin-bottom: 0px; }
    .banner-addressee .text-addressee-banner-four .btn-addressee {
      width: 80%;
      background-color: transparent;
      font-size: 0.8em;
      margin-bottom: 1em;
      border-radius: 0.5rem;
      border: 2px solid #ffffff;
      padding-top: 0.3em;
      padding-bottom: 0.3em;
      padding-left: 0.2em;
      text-align: left; }
      .banner-addressee .text-addressee-banner-four .btn-addressee img {
        float: left;
        margin-right: 0.4rem; }
    .banner-addressee .text-addressee-banner-four .dropdown-toggle::after {
      float: right; }

.form-addressee {
  background-color: #ffffff;
  color: #2fa0a2;
  font-family: "Mavenpro_regular"; }
  .form-addressee .label-date {
    font-size: 0.7em; }
  .form-addressee .panel-btn-search {
    background-color: #fafaec;
    height: 5rem;
    padding-top: 1.5rem; }
  .form-addressee .not_records {
    text-align: center; }
  .form-addressee .content-table {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
    background-color: #ffffff;
    margin: auto;
    margin-bottom: 1rem; }
    .form-addressee .content-table select {
      border: 1px solid #2fa0a2;
      margin-right: 0.5rem;
      height: 30px !important;
      border-radius: 12px; }
    .form-addressee .content-table input {
      border-radius: 12px;
      color: #2fa0a2;
      height: 30px;
      margin-right: 0.5rem;
      border-right: 1px solid !important; }
    .form-addressee .content-table .footer-table div .paginations {
      float: right;
      background: #2ea2a1;
      width: 9rem;
      height: 2rem;
      border-radius: 1rem;
      margin-right: 22%; }
      .form-addressee .content-table .footer-table div .paginations .sig-next {
        color: #ffffff;
        margin-top: 0.2rem; }
      .form-addressee .content-table .footer-table div .paginations .number-paginations {
        background: #1a7d7a;
        height: 2rem;
        width: 0.5rem;
        z-index: 1;
        margin: 0;
        border-radius: 5rem;
        color: #ffffff; }
  .form-addressee table {
    margin-bottom: 0; }
  .form-addressee #addressee-content-table {
    background-color: #ffffff;
    height: 60px; }
  .form-addressee input {
    border-radius: 2rem;
    border-right: 0px !important;
    border: 1px solid #2fa0a2; }

#CreateAddressee .modal-content, #EditAddressee .modal-content {
  border-radius: 1rem; }
  #CreateAddressee .modal-content .modal-header, #EditAddressee .modal-content .modal-header {
    background-color: #2ea2a1;
    color: #ffffff;
    height: 2rem;
    padding: 2px;
    padding-left: 3rem;
    border-radius: 1rem 1rem 0rem 0rem; }
  #CreateAddressee .modal-content .close, #EditAddressee .modal-content .close {
    margin-right: 2rem; }
  #CreateAddressee .modal-content .modal-body .col-form-label, #EditAddressee .modal-content .modal-body .col-form-label {
    font-size: 10px;
    text-align: right; }

.btn-addressee {
  background: #2fa0a3;
  padding: 0;
  border-radius: 10rem;
  color: #ffffff;
  padding-right: 1rem;
  font-size: 0.8em; }

/*.select-number{
  width: 70px;
}*/
#paginations {
  background-color: #1a7d7a; }

#footer {
  margin-bottom: 0 !important; }

.gj-datepicker-bootstrap span[role=right-icon].input-group-append, .gj-datepicker-bootstrap span[role=right-icon].input-group-prepend {
  border: 1px solid #2fa0a2;
  border-left: 0px;
  border-radius: 0px 1rem 1rem 0px; }

.gj-calendar {
  color: #2fa0a2; }

.gj-calendar-bootstrap table tr td.selected div {
  background-color: #1a7d7a !important; }

/* main: ../main.scss */
/* main: ../main.scss */
@font-face {
  font-family: "Novecentos";
  src: url(../../css/fonts/fonts/Novecentosanswide-Bold.otf) format("truetype"); }
@font-face {
  font-family: "Novecentos_book";
  src: url(../../css/fonts/fonts/Novecentosanswide-Book.otf) format("truetype"); }
@font-face {
  font-family: "Novecentos_light";
  src: url(../../css/fonts/fonts/Novecentosanswide-Light.otf) format("truetype"); }
@font-face {
  font-family: "Mavenpro_regular";
  src: url(../../css/fonts/fonts/MavenPro-Regular.ttf) format("truetype"); }
.tracking {
  top: -10px; }

#myModalTracking .modal-content {
  border-radius: 1rem; }
  #myModalTracking .modal-content .modal-header {
    background-color: #c6582a;
    color: #ffffff;
    height: 2rem;
    padding: 2px;
    padding-left: 3rem;
    border-radius: 1rem 1rem 0rem 0rem; }
  #myModalTracking .modal-content .close {
    margin-right: 2rem; }

.text-tracking-user {
  font-size: 0.7em !important;
  font-family: "Mavenpro_regular";
  color: #b23f20; }

.breadcrumb {
  background-color: #c6582a;
  border-radius: 0px;
  font-size: 0.9em;
  text-transform: capitalize;
  font-family: "Mavenpro_regular";
  margin: 0; }
  .breadcrumb a {
    color: #ffffff; }
  .breadcrumb .breadcrumb-item.active {
    color: #ffffff; }

.banner-tracking {
  background-image: url("/images/assests/img-tracking/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 16rem; }
  .banner-tracking .text-tracking-banner-one {
    font-family: "Novecentos";
    color: #fefefe;
    font-size: 4em;
    margin: 1px auto; }
    .banner-tracking .text-tracking-banner-one p {
      margin: 0; }
  .banner-tracking .text-tracking-banner-tree {
    font-family: "Mavenpro_regular";
    color: #ffffff;
    font-size: 1em;
    margin: 1px auto; }
  .banner-tracking .text-tracking-banner-four {
    font-family: "Novecentos";
    margin-bottom: 0; }
    .banner-tracking .text-tracking-banner-four a {
      color: #ffffff; }
    .banner-tracking .text-tracking-banner-four p {
      margin-bottom: 0px; }
    .banner-tracking .text-tracking-banner-four .btn-tracking {
      width: 80%;
      background-color: transparent;
      font-size: 0.8em;
      margin-bottom: 1em;
      border-radius: 0.5rem;
      border: 2px solid #ffffff;
      padding-top: 0.3em;
      padding-bottom: 0.3em;
      padding-left: 0.2em;
      text-align: left; }
      .banner-tracking .text-tracking-banner-four .btn-tracking img {
        float: left;
        margin-right: 0.4rem; }
    .banner-tracking .text-tracking-banner-four .dropdown-toggle::after {
      float: right; }

.btn-tracking-red {
  background: #df954c;
  padding: 0;
  border-radius: 10rem;
  color: #ffffff;
  padding-right: 1rem;
  font-size: 0.8em; }

.form-tracking {
  background-color: #ffffff;
  color: #b23f20;
  font-family: "Mavenpro_regular"; }
  .form-tracking .label-date {
    font-size: 0.7em; }
  .form-tracking .panel-btn-search {
    background-color: #fafaec;
    height: 5rem;
    padding-top: 1.5rem; }
  .form-tracking .not_records {
    text-align: center; }
  .form-tracking .content-table {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
    background-color: #ffffff;
    margin: auto;
    margin-bottom: 1rem; }
    .form-tracking .content-table select {
      border: 1px solid #b23f20;
      margin-right: 0.5rem;
      height: 30px !important;
      border-radius: 12px; }
    .form-tracking .content-table input {
      border-radius: 12px;
      color: #b23f20;
      height: 30px;
      margin-right: 0.5rem;
      border-right: 1px solid !important; }
    .form-tracking .content-table .footer-table div .paginations {
      float: right;
      background: #df954c;
      width: 9rem;
      height: 2rem;
      border-radius: 1rem;
      margin-right: 22%; }
      .form-tracking .content-table .footer-table div .paginations .sig-next {
        color: #ffffff;
        margin-top: 0.2rem; }
      .form-tracking .content-table .footer-table div .paginations .number-paginations {
        background: #b23f20;
        height: 2rem;
        width: 0.5rem;
        z-index: 1;
        margin: 0;
        border-radius: 5rem;
        color: #ffffff; }
    .form-tracking .content-table table {
      margin-bottom: 0; }
    .form-tracking .content-table #tracking-content-table {
      background-color: #ffffff;
      height: 60px; }
    .form-tracking .content-table input {
      border-radius: 2rem;
      border-right: 0px !important;
      border: 1px solid #b23f20; }
  .form-tracking .select-number {
    width: 70px; }

#footer {
  margin-bottom: 0 !important; }

.gj-datepicker-bootstrap span[role=right-icon].input-group-append, .gj-datepicker-bootstrap span[role=right-icon].input-group-prepend {
  border: 1px solid #b23f20;
  border-left: 0px;
  border-radius: 0px 1rem 1rem 0px; }

.gj-calendar {
  color: #b23f20; }

.gj-calendar-bootstrap table tr td.selected div {
  background-color: #c6582a !important; }

#form_search_tracking .gj-datepicker-bootstrap span[role=right-icon].input-group-append {
  border: 1px solid #b23f20 !important; }

.btn-search-red {
  background: #b23f20;
  border-radius: 50%;
  font-size: 0.9375rem;
  padding: 10px;
  margin-right: 5px; }

/* main: ../main.scss */
/* main: ../main.scss */
@font-face {
  font-family: "Novecentos";
  src: url(../../css/fonts/fonts/Novecentosanswide-Bold.otf) format("truetype"); }
@font-face {
  font-family: "Novecentos_book";
  src: url(../../css/fonts/fonts/Novecentosanswide-Book.otf) format("truetype"); }
@font-face {
  font-family: "Novecentos_light";
  src: url(../../css/fonts/fonts/Novecentosanswide-Light.otf) format("truetype"); }
@font-face {
  font-family: "Mavenpro_regular";
  src: url(../../css/fonts/fonts/MavenPro-Regular.ttf) format("truetype"); }
.myaccount {
  top: -10px; }

.text-myaccount-user {
  font-size: 0.7em !important;
  font-family: "Mavenpro_regular";
  color: #1b84b8; }

.breadcrumb-myaccount {
  background-color: #1b6095 !important;
  border-radius: 0px;
  font-size: 0.9em;
  text-transform: capitalize;
  font-family: "Mavenpro_regular";
  margin: 0; }
  .breadcrumb-myaccount a {
    color: #ffffff; }
  .breadcrumb-myaccount .breadcrumb-item.active {
    color: #ffffff; }

.banner-myaccount {
  background-image: url("/images/assests/img-myaccount/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 16rem; }
  .banner-myaccount .text-myaccount-banner-one {
    font-family: "Novecentos";
    color: #fefefe;
    font-size: 4em;
    margin: 1px auto; }
    .banner-myaccount .text-myaccount-banner-one p {
      margin: 0; }
  .banner-myaccount .text-myaccount-banner-tree {
    font-family: "Mavenpro_regular";
    color: #ffffff;
    font-size: 1em;
    margin: 1px auto;
    color: #1b84b8; }
  .banner-myaccount .text-myaccount-banner-four {
    font-family: "Novecentos";
    margin-bottom: 0; }
    .banner-myaccount .text-myaccount-banner-four a {
      color: #ffffff; }
    .banner-myaccount .text-myaccount-banner-four p {
      margin-bottom: 0px; }
    .banner-myaccount .text-myaccount-banner-four .btn-myaccount {
      width: 80%;
      background-color: transparent;
      font-size: 0.8em;
      margin-bottom: 1em;
      border-radius: 0.5rem;
      border: 2px solid #ffffff;
      padding-top: 0.3em;
      padding-bottom: 0.3em;
      padding-left: 0.2em;
      text-align: left; }
      .banner-myaccount .text-myaccount-banner-four .btn-myaccount img {
        float: left;
        margin-right: 0.4rem; }
    .banner-myaccount .text-myaccount-banner-four .dropdown-toggle::after {
      float: right; }

.form-myaccount {
  background-color: #fff;
  color: #1b84b8;
  font-family: "Mavenpro_regular"; }
  .form-myaccount .label-date {
    font-size: 0.7em; }
  .form-myaccount .panel-btn-search {
    background-color: #fafaec;
    height: 5rem;
    padding-top: 1.5rem; }
  .form-myaccount .not_records {
    text-align: center; }
  .form-myaccount .content-table {
    font-size: 0.8rem !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
    background-color: #ffffff;
    margin: auto;
    margin-bottom: 1rem; }
    .form-myaccount .content-table select {
      border: 1px solid #1b84b8;
      margin-right: 0.5rem;
      height: 30px !important;
      border-radius: 12px; }
    .form-myaccount .content-table input {
      border-radius: 12px;
      color: #1b84b8;
      height: 30px;
      margin-right: 0.5rem;
      border-right: 1px solid !important; }
    .form-myaccount .content-table .form-header {
      height: 3rem;
      background-color: #1b84b8;
      color: #ffffff;
      padding: 1rem;
      border-radius: 1rem 1rem 0rem 0rem; }
    .form-myaccount .content-table .form-content {
      padding: 2rem;
      width: 100%; }
    .form-myaccount .content-table #myaccount-content-table {
      background-color: #ffffff;
      height: 60px; }
    .form-myaccount .content-table input {
      border-radius: 2rem;
      border: 1px solid #1b84b8; }
  .form-myaccount .btn-myaccount {
    background: #1b84b8;
    padding: 0;
    border-radius: 10rem;
    color: #ffffff;
    padding-right: 1rem;
    font-size: 0.8em;
    margin-right: 1rem; }

/* main: ../main.scss */
/* main: ../main.scss */
@font-face {
  font-family: "Novecentos";
  src: url(../../css/fonts/fonts/Novecentosanswide-Bold.otf) format("truetype"); }
@font-face {
  font-family: "Novecentos_book";
  src: url(../../css/fonts/fonts/Novecentosanswide-Book.otf) format("truetype"); }
@font-face {
  font-family: "Novecentos_light";
  src: url(../../css/fonts/fonts/Novecentosanswide-Light.otf) format("truetype"); }
@font-face {
  font-family: "Mavenpro_regular";
  src: url(../../css/fonts/fonts/MavenPro-Regular.ttf) format("truetype"); }
.requestsend {
  top: -10px; }

.btn-requestsend {
  padding: 0;
  border-radius: 10rem;
  color: #ffffff;
  padding-right: 1rem;
  font-size: 0.8em; }

.breadcrumb-requestsend {
  background-color: #24a5e1 !important;
  border-radius: 0px;
  font-size: 0.9em;
  text-transform: capitalize;
  font-family: "Mavenpro_regular";
  margin: 0; }
  .breadcrumb-requestsend a {
    color: #ffffff; }
  .breadcrumb-requestsend .breadcrumb-item.active {
    color: #ffffff; }

.banner-requestsend {
  background-image: url("/images/assests/img-requestsend/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 16rem; }
  .banner-requestsend .text-requestsend-banner-one {
    font-family: "Novecentos";
    color: #ffffff;
    font-size: 3.3em;
    margin: 1px auto; }
    .banner-requestsend .text-requestsend-banner-one p {
      margin: 0; }
  .banner-requestsend .text-requestsend-banner-tree {
    font-family: "Mavenpro_regular";
    color: #ffffff;
    font-size: 1em;
    margin: 1px auto; }
  .banner-requestsend .text-requestsend-banner-four {
    font-family: "Novecentos";
    margin-bottom: 0; }
    .banner-requestsend .text-requestsend-banner-four a {
      color: #ffffff; }
    .banner-requestsend .text-requestsend-banner-four p {
      margin-bottom: 0px; }
    .banner-requestsend .text-requestsend-banner-four .dropdown-toggle::after {
      float: right; }

.form-requestsend {
  background-color: #fff;
  color: #24a5e1;
  font-family: "Mavenpro_regular"; }
  .form-requestsend .label-date {
    font-size: 0.7em; }
  .form-requestsend .panel-btn-search {
    background-color: #fafaec;
    height: 5rem;
    padding-top: 1.5rem; }
  .form-requestsend .not_records {
    text-align: center; }
  .form-requestsend .content-table {
    font-size: 0.8rem !important;
    /*padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;*/
    background-color: #ffffff;
    /*margin: auto;
    margin-bottom: 1rem;*/
    /* Rounded sliders */ }
    .form-requestsend .content-table select {
      border: 1px solid #24a5e1;
      /*margin-right: 0.5rem;
      height: 30px !important;*/
      border-radius: 12px;
      /*width: 100% !important;*/ }
    .form-requestsend .content-table input {
      border-radius: 12px;
      color: #24a5e1;
      /*height: 30px;
      margin-right: 0.5rem;*/
      border-right: 1px solid !important; }
    .form-requestsend .content-table .footer-table div .paginations {
      float: right;
      background: #77c8ee;
      width: 9rem;
      height: 2rem;
      border-radius: 1rem;
      margin-right: 22%; }
      .form-requestsend .content-table .footer-table div .paginations .sig-next {
        color: #ffffff;
        margin-top: 0.4rem; }
      .form-requestsend .content-table .footer-table div .paginations .number-paginations {
        background: #24a5e1;
        height: 2rem;
        width: 0.5rem;
        z-index: 1;
        margin: 0;
        padding-top: 0.4rem;
        border-radius: 5rem;
        color: #ffffff; }
    .form-requestsend .content-table .col-form-label {
      /*text-align: right;*/ }
    .form-requestsend .content-table .form-header {
      height: 3rem;
      background-color: #24a5e1;
      color: #ffffff;
      padding: 1rem; }
    .form-requestsend .content-table .form-header-details {
      height: 5rem;
      background-color: #24a5e1;
      color: #ffffff;
      padding: 1rem; }
    .form-requestsend .content-table .form-content {
      padding: 1rem;
      padding-left: 0rem !important;
      padding-right: 0rem !important; }
      .form-requestsend .content-table .form-content .padding-left {
        padding-left: 1rem; }
    .form-requestsend .content-table .bg-form {
      background-color: #24a5e1;
      color: #ffffff; }
    .form-requestsend .content-table .switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 34px; }
    .form-requestsend .content-table .switch input {
      display: none; }
    .form-requestsend .content-table .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s; }
    .form-requestsend .content-table .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
    .form-requestsend .content-table input:checked + .slider {
      background-color: #2196F3; }
    .form-requestsend .content-table input:focus + .slider {
      box-shadow: 0 0 1px #2196F3; }
    .form-requestsend .content-table input:checked + .slider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px); }
    .form-requestsend .content-table .slider.round {
      border-radius: 34px; }
    .form-requestsend .content-table .slider.round:before {
      border-radius: 50%; }
    .form-requestsend .content-table #requestsend-content-table {
      background-color: #ffffff;
      height: 60px; }
    .form-requestsend .content-table input {
      border-radius: 2rem;
      border: 1px solid #24a5e1; }
  .form-requestsend .btn-requestsend {
    background: #77c8ee;
    padding: 0;
    border-radius: 10rem;
    color: #ffffff;
    padding-right: 1rem;
    font-size: 0.8em;
    margin-right: 1rem; }

#SolicitarEnvios {
  color: #24a5e1; }
  #SolicitarEnvios .modal-header {
    background: #24a5e1; }
  #SolicitarEnvios input, #SolicitarEnvios select {
    border: 1px solid #24a5e1; }

.request-table {
  color: #24a5e1; }
  .request-table thead {
    background: rgba(0, 167, 255, 0.2); }

/* main: ../main.scss */
#traemos_compramos h1 {
  font-size: 1.75rem;
  -webkit-font-smoothing: antialiased;
  color: #DB7D1B;
  margin-bottom: .1rem; }
#traemos_compramos .espacio {
  margin-top: 25px; }
#traemos_compramos span {
  font-family: "Open Sans", sans-serif;
  line-height: 19px;
  -webkit-font-smoothing: antialiased; }
#traemos_compramos .busca {
  margin-bottom: 30px; }
  #traemos_compramos .busca .media-body {
    margin-top: 40px;
    margin-left: 15px; }
  #traemos_compramos .busca span {
    color: #B1CA4E; }
#traemos_compramos .cotiza .media-body {
  margin-top: 50px;
  margin-left: 15px; }
#traemos_compramos .cotiza span {
  color: #DB7D1B; }
#traemos_compramos .paga .media-body {
  margin-left: 15px; }
#traemos_compramos .paga p {
  color: #900A72;
  font-family: "Open Sans", sans-serif;
  line-height: 19px;
  -webkit-font-smoothing: antialiased; }
#traemos_compramos .recibe .media-body {
  margin-top: 50px;
  margin-left: 15px; }
#traemos_compramos .recibe span {
  color: #00ABAF; }
#traemos_compramos .img_quiero_cotizar {
  padding-top: 96px;
  padding-bottom: 20px; }

#rastrea_pedido h1 {
  font-size: 1.75rem;
  -webkit-font-smoothing: antialiased;
  color: #900A72;
  margin-bottom: .1rem; }
#rastrea_pedido p {
  color: #DB7D1B;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  line-height: 22px;
  -webkit-font-smoothing: antialiased; }
#rastrea_pedido form {
  background: #bfd161;
  padding: 16px 16px;
  border-radius: 10px; }
  #rastrea_pedido form button {
    border: 0;
    border-radius: 20px;
    padding: 0px 10px 0px 0px;
    display: flex;
    background: #d6d556;
    align-items: center;
    color: white; }
    #rastrea_pedido form button i {
      background: #91be64;
      height: 44px;
      width: 44px;
      margin: 0px;
      border-radius: 20px;
      padding: 9px 0px;
      font-size: 24px;
      margin-right: 4px; }
#rastrea_pedido .bg-green {
  margin-top: 70px; }
#rastrea_pedido .input_texto {
  flex: 1;
  margin-right: 10px; }
  #rastrea_pedido .input_texto input {
    width: 100%;
    height: 50px;
    border-radius: 10px; }
#rastrea_pedido .img_quiero_cotizar {
  padding-top: 96px;
  padding-bottom: 20px; }
#rastrea_pedido .bg_green {
  background: #B1CA4E; }

#loginFormRastrea form button {
  background: initial;
  color: #FFFFFF !important; }
#loginFormRastrea img {
  margin-top: -50px; }
#loginFormRastrea a {
  color: #FFFFFF;
  font-size: 0.6875rem;
  float: right; }

#tutoriales h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased; }
#tutoriales .como_funciona h3 {
  color: #900A72; }
#tutoriales .como_llenar {
  margin-top: 50px; }
  #tutoriales .como_llenar h3 {
    color: #DB7D1B; }
#tutoriales .como_traer {
  margin-top: 50px; }
  #tutoriales .como_traer h3 {
    color: #2B74AE; }
#tutoriales .como_tips {
  margin-top: 50px; }
  #tutoriales .como_tips h3 {
    color: #B1CA4E; }
#tutoriales .video_embebido {
  width: 70%;
  margin-top: 20px; }

#page_contactanos {
  font-size: 14px;
  font-family: "Open Sans", sans-serif; }
  #page_contactanos p {
    color: #900A72; }
  #page_contactanos h3 {
    color: #900A72;
    font-size: 1.875rem;
    margin-top: 50px;
    -webkit-font-smoothing: antialiased;
    font-family: "Novecentowide"; }
  #page_contactanos .bogota {
    color: #00ABAF;
    margin-top: 20px;
    -webkit-font-smoothing: antialiased; }
  #page_contactanos .cali {
    color: #B1CA4E;
    margin-top: 50px;
    -webkit-font-smoothing: antialiased; }
  #page_contactanos .medellin {
    color: #DB7D1B;
    margin-top: 50px;
    -webkit-font-smoothing: antialiased; }
  #page_contactanos .pereira {
    color: #2B74AE;
    margin-top: 50px;
    -webkit-font-smoothing: antialiased; }
  #page_contactanos .san_jose {
    color: #00ABAF;
    -webkit-font-smoothing: antialiased; }
  #page_contactanos .miami {
    color: #900A72;
    margin-top: 50px;
    -webkit-font-smoothing: antialiased; }
  #page_contactanos .img_quiero_cotizar {
    margin-top: 65px;
    margin-bottom: 20px; }
  #page_contactanos .bg_ciudades {
    background-repeat: no-repeat;
    background-position: center;
    padding: 78px 53px;
    font-family: "Novecentowide";
    font-size: 1.25rem;
    color: #FFFFFF; }
  #page_contactanos .bg_sanjose {
    background-image: url("../../../../images/assests/san_jose1.png"); }
  #page_contactanos .bg_miami {
    background-image: url("../../../../images/assests/miami_fondo.png");
    padding: 78px 67px; }
  #page_contactanos .bg_bogota {
    background-image: url("../../../../images/assests/bogota.png"); }
  #page_contactanos .bg_cali {
    background-image: url("../../../../images/assests/cali.png");
    padding: 78px; }
  #page_contactanos .bg_medellin {
    background-image: url("../../../../images/assests/medellin.png"); }
  #page_contactanos .bg_pereira {
    background-image: url("../../../../images/assests/pereira.png");
    padding: 78px 60px; }

#tienda .img_quiero_cotizar {
  margin-top: 65px;
  margin-bottom: 20px; }

#categoria_marca .img_quiero_cotizar {
  margin-top: 65px;
  margin-bottom: 20px; }

#page_registro {
  font-family: "Open Sans", sans-serif !important;
  font-size: 0.8rem;
  color: #00ABAF;
  margin: 1rem; }
  #page_registro img.registrate {
    position: absolute;
    top: -40px; }
  #page_registro p {
    padding: 1rem; }
  #page_registro .check {
    padding: 1rem; }
    #page_registro .check p {
      margin-left: 1rem; }
  #page_registro input[type="checkbox"] {
    padding: 1rem; }
  #page_registro .form-down {
    background-color: #00ABAF;
    padding: 2rem;
    border-radius: 0.5rem;
    color: #FFFFFF !important;
    font-family: "Open Sans", sans-serif; }
  #page_registro .header-form-down {
    margin-bottom: 2rem; }
  #page_registro .text-down-form {
    padding-top: 0.5rem;
    padding-left: 1rem; }
  #page_registro .from-down-button {
    background-color: #00ABAF;
    min-height: 1rem;
    margin-top: 1rem;
    padding: 0.2rem;
    text-align: center;
    border-radius: 0.5rem; }
    #page_registro .from-down-button button {
      background-color: #00ABAF;
      color: #FFFFFF;
      width: 100%;
      border: 1px solid #FFFFFF; }
  #page_registro .from-down-button-above {
    background-color: #00ABAF;
    min-height: 1rem;
    padding: 0.2rem;
    text-align: center;
    border-radius: 0.5rem;
    margin-bottom: 1rem; }
    #page_registro .from-down-button-above button {
      background-color: #00ABAF;
      color: #FFFFFF;
      width: 100%;
      border: 1px solid #FFFFFF; }
  #page_registro .btn-registrate {
    background-color: #00ABAF;
    color: #FFFFFF; }
  #page_registro .text_registro {
    background: #DB7D1B;
    color: #FFFFFF;
    font-family: "Open Sans",sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 70px 60px 40px 60px; }
  #page_registro input {
    height: 40px;
    text-align: left !important;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    margin: 0.2rem;
    border: 1px solid #00ABAF;
    font-family: "Open Sans", sans-serif !important; }
  #page_registro select {
    height: 40px;
    width: 100%;
    text-align: left !important;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    margin: 0.2rem;
    border: 1px solid #00ABAF;
    color: #8a939b !important;
    font-family: "Open Sans", sans-serif !important;
    background-color: #FFFFFF; }
    #page_registro select p {
      color: #00ABAF; }
  #page_registro .txt_form {
    font-family: "Open Sans",sans-serif;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    font-size: 11px; }
    #page_registro .txt_form a {
      color: #FFFFFF; }
  #page_registro .ckb_terminos input {
    width: initial;
    height: initial; }

.focus_form {
  cursor: pointer; }

.articles_footer {
  font-family: "Open Sans", sans-serif; }
  .articles_footer h5 {
    font-size: 1.188rem; }
  .articles_footer h4 {
    font-size: 1.375rem; }
  .articles_footer p {
    font-size: 1rem; }
  .articles_footer .letra_pequena {
    font-size: 0.6875rem; }
  .articles_footer .compramos_por_ti {
    color: #C7810E; }
    .articles_footer .compramos_por_ti .txt {
      color: #fff;
      font-size: 2.375rem;
      margin-top: 6rem;
      font-weight: bold;
      margin-left: -15px;
      margin-bottom: 7rem !important;
      font-family: "Novecentowide"; }
  .articles_footer .traemos_tus_compras {
    color: #00ABAF; }
    .articles_footer .traemos_tus_compras a {
      color: #900A72; }
    .articles_footer .traemos_tus_compras .txt {
      color: #fff;
      font-size: 2.5rem;
      margin-top: 1rem;
      font-weight: bold;
      margin-left: -20px;
      line-height: 56px;
      margin-bottom: 5rem;
      font-family: "Novecentowide"; }
  .articles_footer .beneficios_telotraigo {
    color: #900A72; }
    .articles_footer .beneficios_telotraigo span {
      font-size: 1.063rem;
      font-weight: bold;
      line-height: 10px; }
    .articles_footer .beneficios_telotraigo .txt {
      color: #fff;
      font-size: 2rem;
      font-weight: bold;
      margin-left: -15px;
      line-height: 40px;
      padding-top: 40px !important;
      font-family: "Novecentowide"; }
  .articles_footer .formas_pago {
    color: #2B74AE; }
    .articles_footer .formas_pago p {
      font-size: 1rem; }
    .articles_footer .formas_pago .numb {
      font-size: 2.5rem;
      font-weight: bold; }
    .articles_footer .formas_pago h3 {
      font-size: 1.063rem; }
    .articles_footer .formas_pago h5 {
      font-weight: bold; }
    .articles_footer .formas_pago ol {
      list-style-type: none; }
      .articles_footer .formas_pago ol li {
        counter-increment: step-counter; }
      .articles_footer .formas_pago ol li:before {
        content: counter(step-counter);
        margin-right: 5px;
        font-size: 43px;
        color: #2B74AE;
        font-weight: bold; }
    .articles_footer .formas_pago .txt {
      color: #fff;
      font-size: 3.125rem;
      margin-top: 6.55rem;
      font-weight: bold;
      margin-left: 10px;
      line-height: 55px;
      padding-bottom: 10rem !important;
      font-family: "Novecentowide"; }

.article_no_transportamos {
  font-family: "Open Sans", sans-serif; }
  .article_no_transportamos h2 {
    font-size: 1.563rem;
    color: #900A72;
    font-weight: 600; }
  .article_no_transportamos .green {
    color: #B1CA4E; }

#mod_telotraigo_modal {
  color: #900A72;
  font-family: "Open Sans", sans-serif; }
  #mod_telotraigo_modal .bottomdashed {
    border-bottom: 1px dashed; }
  #mod_telotraigo_modal .modal-content .modal-header h5 {
    font-size: 1.875rem; }
  #mod_telotraigo_modal .modal-content .modal-header button {
    color: #FFFFFF; }
  #mod_telotraigo_modal .modal-content .modal-body {
    font-family: "Maven Pro", sans-serif;
    font-weight: 500; }
    #mod_telotraigo_modal .modal-content .modal-body .product_name {
      font-weight: 600; }
    #mod_telotraigo_modal .modal-content .modal-body img.product_img {
      max-width: 300px;
      max-height: 300px; }
    #mod_telotraigo_modal .modal-content .modal-body .texto_modal_cotizador p {
      font-size: 0.875rem; }
  #mod_telotraigo_modal .label_cotizador {
    font-size: 0.6875rem; }
  #mod_telotraigo_modal .campo_cotizador, #mod_telotraigo_modal .product_price {
    font-size: 0.6875rem; }
  #mod_telotraigo_modal .img_signo_pesos {
    max-height: 20px; }
  #mod_telotraigo_modal ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #900A72; }
  #mod_telotraigo_modal ::-moz-placeholder {
    /* Firefox 19+ */
    color: #900A72; }
  #mod_telotraigo_modal :-ms-input-placeholder {
    /* IE 10+ */
    color: #900A72; }
  #mod_telotraigo_modal :-moz-placeholder {
    /* Firefox 18- */
    color: #900A72; }
  #mod_telotraigo_modal .mod_telotraigo_add_cart {
    background: none;
    border: 0;
    cursor: pointer; }

#mod_telotraigo_modal_cart {
  color: #900A72;
  font-family: "Maven Pro", sans-serif; }
  #mod_telotraigo_modal_cart .borderdashed p {
    line-height: 20px; }
  #mod_telotraigo_modal_cart .modal-content {
    border: 0;
    margin-bottom: 100px; }
    #mod_telotraigo_modal_cart .modal-content .modal-header {
      background: #900A72;
      color: #FFFFFF; }
      #mod_telotraigo_modal_cart .modal-content .modal-header h5 {
        font-weight: bold; }
      #mod_telotraigo_modal_cart .modal-content .modal-header button {
        color: #FFFFFF; }
    #mod_telotraigo_modal_cart .modal-content .media-body a {
      color: #900A72; }
  #mod_telotraigo_modal_cart .btn-danger {
    background-color: #900A72;
    border-radius: 50%;
    border: 0; }
    #mod_telotraigo_modal_cart .btn-danger i {
      font-size: 25px; }
  #mod_telotraigo_modal_cart .media {
    border-bottom: 1px dashed;
    margin-bottom: 15px; }
    #mod_telotraigo_modal_cart .media h5 {
      font-size: 1.188rem; }
  #mod_telotraigo_modal_cart .field_total span, #mod_telotraigo_modal_cart .field_envio span {
    background: #900A72;
    color: #FFFFFF;
    border: 0;
    height: 60px; }
  #mod_telotraigo_modal_cart .field_total input, #mod_telotraigo_modal_cart .field_envio input {
    background: #FFFFFF;
    color: #900A72;
    border-color: #900A72;
    z-index: 1; }
  #mod_telotraigo_modal_cart .form_enviar_cotizacion .form-group input, #mod_telotraigo_modal_cart .form_enviar_cotizacion .form-group textarea {
    border-color: #900A72; }
  #mod_telotraigo_modal_cart .form_enviar_cotizacion button {
    background-color: inherit;
    border: 0;
    position: absolute;
    left: 12%;
    bottom: -10%; }
    #mod_telotraigo_modal_cart .form_enviar_cotizacion button img {
      max-width: 170px; }

#response_register {
  background: #91397e;
  border-radius: 1rem;
  color: #FFFFFF;
  padding: 1.2rem; }
  #response_register .cont-res-register {
    border: 1px solid #FFFFFF;
    border-radius: 1rem;
    padding: 1rem; }
    #response_register .cont-res-register .text-res-register {
      font-family: "Open Sans", sans-serif;
      margin-top: 1.8rem; }
    #response_register .cont-res-register h3 {
      font-size: 2em; }
    #response_register .cont-res-register p {
      font-size: 1.5em; }

#somos-tu-gente-module .somos-tu-gente-text {
  background-color: #B1CA4E;
  margin: 0px;
  padding: 0px; }
#somos-tu-gente-module .somos-tu-gente-img {
  padding: 0px; }

.modal-tracking {
  font-family: "Open Sans", sans-serif;
  color: #B1CA4E;
  font-size: 0.8em; }
  .modal-tracking table {
    border: 1px solid #f6f8f5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    .modal-tracking table tr:nth-child(even) {
      background-color: #f6f8f5; }
    .modal-tracking table th {
      padding-top: 12px;
      padding-bottom: 12px;
      text-align: left;
      background-color: #f6f8f5;
      color: #B1CA4E; }

.borderdashed {
  border-bottom: 1px dashed; }

.table-striped-custom {
  margin: 0 auto; }
  .table-striped-custom tbody tr:nth-child(2n) {
    background-color: #f8f8f6; }
  .table-striped-custom tbody tr td {
    border: 0px; }
  .table-striped-custom thead tr {
    background: #f6f8f5;
    color: #91be64; }
    .table-striped-custom thead tr th {
      font-weight: 300;
      border: 0px; }

.table-border-radius thead tr:first-child th:first-child {
  border-top-left-radius: 10px; }
.table-border-radius thead tr:first-child th:last-child {
  border-top-right-radius: 10px; }
.table-border-radius tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px; }
.table-border-radius tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px; }

.container-table-border {
  border-radius: 10px;
  border: 1px solid #eff3ed; }
  .container-table-border.table-tracking-status {
    width: 95%;
    margin: 0 auto; }

#modalmomento {
  z-index: 9999; }
  #modalmomento .modal-dialog {
    bottom: -15%; }

/* main: ../main.scss */
/* 5.2. Footer */
/* 5.2. Footer */
/* main: ../main.scss */
.bg-orange {
  background: #DB7D1B; }
  .bg-orange .navbar-brand {
    padding-top: .28rem;
    padding-bottom: .28rem; }
    .bg-orange .navbar-brand img {
      height: 75px; }
  .bg-orange .nav-link {
    color: #FFFFFF !important; }
    .bg-orange .nav-link:hover {
      color: #900A72; }

/* 5. Media Queries */
/* main: ../main.scss */
@media (min-width: 360px) {
  .top-sm-0 {
    top: 0; } }
@media (max-width: 768px) {
  .margin-custom {
    margin-left: -30px;
    margin-right: 15px; }

  .width-150 {
    width: 150px; }

  .size-img-custom {
    width: 155px;
    height: 53px; }

  .margin-70 {
    margin-bottom: 70px; } }
@media (max-width: 320px) {
  .margin-custom {
    margin-left: -35px; }

  .width-150 {
    width: 133px; }

  .size-img-custom {
    width: 135px;
    height: 47px; } }
@media (min-width: 640px) {
  .borderleft {
    border-left: 1px dashed #717171; }

  .borderRight {
    border-right: 1px dashed #717171; }

  #splash {
    background: url(/images/assests/splash/circulo.png) center top no-repeat;
    min-height: 409px;
    margin-top: 16rem; }
    #splash #splashColombia {
      margin-top: -6rem; }
    #splash #splashCostaRica {
      margin-top: -10rem; }

  .articles_footer .traemos_tus_compras .txt {
    color: #fff;
    font-size: 2.4rem;
    margin-top: 5rem;
    font-weight: bold;
    margin-left: -20px;
    padding-bottom: 10rem !important;
    line-height: 70px; }

  .quiero_cotizar_movil .quiero_cotizar_txt {
    top: 28%; } }
@media (min-width: 768px) and (max-width: 1023px) {
  #cotiza h1 i:before {
    font-size: 50px; }
  #cotiza h2 {
    font-size: 0.6875rem; }

  #contacto h2 {
    font-size: 1.375rem; }

  .margin-left-50 {
    margin-left: 50%; } }
@media (min-width: 920px) {
  #somos .mensaje, #somos .mensaje2 {
    margin-bottom: 90px;
    margin-top: -135px; } }
@media (max-width: 920px) {
  .banner-myaccount .text-myaccount-banner-one {
    font-size: 2em;
    margin: 1px auto; }

  .banner-requestsend .text-requestsend-banner-one {
    font-size: 2em;
    margin: 1px auto; }

  .banner-tracking .text-tracking-banner-one {
    font-size: 2em;
    margin: 1px auto; }

  .banner-prealerts .text-prealerts-banner-one {
    font-size: 2em;
    margin: 1px auto; }

  .hidden-content {
    display: none; }

  .cont {
    background-image: url("/images/assests/img-helga/home.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 80%;
    position: relative;
    min-height: 10rem; }
    .cont .text-helga-banner-one {
      font-size: 1.5em;
      text-align: right;
      padding-right: 2.5rem; }
    .cont .text-helga-banner-two {
      font-size: 1.5em;
      text-align: right;
      padding-right: 2.5rem; }
    .cont .text-helga-banner-tree {
      font-size: 0.6em;
      text-align: right;
      padding-right: 2.5rem; }

  #footer .mobile-footer {
    text-align: center; }
    #footer .mobile-footer li {
      list-style: none; }
    #footer .mobile-footer ul {
      padding-left: 0px;
      margin-left: 0px; } }
@media (min-width: 1024px) {
  .form-myaccount .content-table .col-form-label {
    text-align: right; }

  .margin-negative {
    margin-top: -70px; }

  #mod_telotraigo_modal .label_cotizador {
    font-size: 1rem; }
  #mod_telotraigo_modal .campo_cotizador, #mod_telotraigo_modal .product_price {
    font-size: 1rem;
    font-weight: 500; }
  #mod_telotraigo_modal .img_signo_pesos {
    max-height: 45px; }

  #mod_telotraigo_modal_cart .borderdashed p {
    line-height: 10px; }
  #mod_telotraigo_modal_cart .form_enviar_cotizacion .form-group label {
    margin-right: 20px;
    width: 35%;
    font-size: 0.9375rem;
    font-weight: 500; }
  #mod_telotraigo_modal_cart .form_enviar_cotizacion .form-group input, #mod_telotraigo_modal_cart .form_enviar_cotizacion .form-group textarea {
    width: 60%; }
  #mod_telotraigo_modal_cart .form_enviar_cotizacion button {
    left: 30%;
    bottom: -32%; }
    #mod_telotraigo_modal_cart .form_enviar_cotizacion button img {
      max-width: inherit; }

  .top-custom {
    top: inherit;
    bottom: 3rem; }

  .top-custom-2 {
    top: inherit;
    bottom: 2rem; }

  .font-custom {
    font-size: 2.5rem; }

  .min-height-custom {
    min-height: 180px; } }
@media (min-width: 1280px) {
  #loginFormRastrea img {
    margin-top: -100px; }

  .field_txt1 {
    font-size: 15px;
    margin-bottom: 45px; }

  .field_txt2 {
    font-size: 15px; } }
@media (min-width: 1140px) {
  .fixed {
    width: 26%; } }
@media (min-width: 1920px) {
  .fixed {
    width: 20%; } }
/* main: ../main.scss */
/* main: ../main.scss */
#footer {
  background: #EBEDED;
  min-height: 100px;
  color: #717171;
  font-size: 0.8125rem;
  z-index: 1;
  position: relative; }
  #footer ul li {
    line-height: 30px; }
    #footer ul li a {
      color: #717171; }
    #footer ul li i {
      background: #717171;
      color: #FFFFFF;
      padding: 10px;
      border-radius: 50%; }
    #footer ul li i.fa-facebook {
      padding-left: 13px;
      padding-right: 13px; }

.hidden-with-lang, .lang-es-cr .hidden-with-lang-es-cr {
  display: none !important; }

.lang-es-cr .show-with-lang-es-cr {
  display: inherit !important; }

.boton4 {
    width: 100%;
}

/*# sourceMappingURL=main.min.css.map */

