@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:wght@300;400;500;600;700;800&display=swap');

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    visibility: visible!important;
}
.white{
    background: white
}

.bg_products{
  margin: 80px 0;
  padding: 80px 0 ;
  background: url(../images/bg_productos.jpg) no-repeat center center white;    
}

a {
  text-decoration: none !important;
}


.container-btn{
    margin: 30px 0;
}

.btn-cyan{
    background-color: transparent;
    border: 3px solid #04264C;
    color: #04264C;
    padding: 7px 20px 5px 20px;
    margin: 15px 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px auto;
    display: table;
    border-radius: 10px;
}

.btn-cyan:hover, .btn-cyan:active {
    background-color: #04264C;
    text-decoration: none;
    color: #fff;
}

.wsp-new {
  background: #2187C7;
  font-size: 20px;
  padding: 10px;
  border-radius: 20px !important;
  position: fixed;
  bottom: 50px;
  right: 20px;
  color: #FFFFFF;
  display: inline;
  width: 220px;
  text-align: right;
  font-weight: bold;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 200;
}
.whatsapp {
  width: 60px;
  height: 60px;
  position: fixed;
  color: #FFF;
  background: #25d366;
  text-align: center;
  bottom: 20px;
  right: 20px;
  z-index: 500;
  border-radius: 50px !important;
  -webkit-box-shadow: 2px 2px 3px #999;
  box-shadow: 2px 2px 3px #999;
}
.whatsapp a:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

.separator {
  padding: 0;
  height: 300px;
  position: relative;
  margin: 0 auto;
  position: static;
  overflow-x: visible;
  overflow-y: visible;
  margin-bottom: 0px;
  background: url(../images/separator.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
img {
  border: 0px;
  margin: 0;
  padding: 0px;
}

.container_txtIntro{
    padding: 0; 
    max-width: 680px;
    padding: 50px 20px;
    margin: 50px auto;
}

.container_txtIntro3{
    padding: 0; 
    max-width: 880px;
    padding: 50px 40px;
    margin: 50px auto;
    background-color: rgba(0, 0, 0, 0.45);
        backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
        border-radius: 10px;

}


.txt_intro2{
    font-size:20px;
    line-height: 23px;
    padding: 0;
    font-weight: 300;
    color:#777;
    text-align: center;
    margin: 0 auto;
    text-align: center
}

.txt_intro2 span{
    font-weight: 700;

}

.txt_intro3{
    font-size:24px;
    line-height: 26px;
    padding: 0;
    font-weight: 300;
    color:#FFF;
    text-align: center;
    margin: 0 auto 50px auto;
    text-align: center;
}

.txt_intro3 span{
    font-weight: 700;

}

.wrapper {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto
}

.tit_intro {
  text-decoration: none;
  text-align: center;
  color: #001880;
  font-size: 25px;
  font-weight: 500;
  line-height: 26px;
  border: none;
  padding: 15px;
  margin: 0 auto;
}

.tit_intro3 {
  text-decoration: none;
  text-align: center;
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 43px;
  border: none;
  padding: 15px;
  margin: 0 auto;
}
.txt_intro {
  text-decoration: none;
  text-align: center;
  color: #111;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
    font-weight: 400;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0px 30px 15px 15px;
  margin: 0 auto;
}

.tit-interior {
  font-size: 30px;
  text-align: left;
  margin: 0px;
  color: #2C2A25;
  line-height: 30px;
  font-weight: 400;
  border-bottom: 1px dashed #2C2A25;
  padding: 15px 0;
  margin: 20px 0 20px 0
}

.navbar-inverse {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  font-size: 18px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  position: relative;
  margin: 0 0 10px 0;
  text-transform: none;
  padding-bottom: 0
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  background-color: #f5f5f5;
  padding: 8px
}
.navbar-inverse {
  background-image: none
}
.navbar-inverse {
  border-color: #5e3d93
}
.navbar-inverse .navbar-nav > li > a {
  color: #111;
  padding: 10px 5px;
  margin-left: 25px
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #000;
  margin-left: 25px;
  padding: 10px 5px
}
.navbar {
  position: relative;
  margin-bottom: 0;
  border: 0 solid transparent
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 9980;
    padding: 4px 0;
    overflow: visible;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    transition: .2s all linear;
}
.navbar-header {
  float: none
}

.link_logotipo{
    margin: 10px auto;
    display: table;
}
.logotipo {
    width: 350px;
}

.margin_nav {
    margin: 10px auto;
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
    transition: all .5s;
}

.logotipo_mobile {
  display: none
}
.navbar .navbar-collapse {
  text-align: right
}
   
@media (max-width:1370px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: right;
    font-size: 16px;
    margin-left: 120px
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #111;
    padding: 10px 5px;
    margin-left: 10px
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
    margin-left: 10px;
    padding: 10px 5px
  }
  .navbar .navbar-collapse {
    text-align: left
  }

}
@media (max-width:768px) {

  .logotipo_mobile {
    display: block
  }
  .logotipo {
    display: none
  }

  .navbar-inverse {
    margin-top: 0;
    padding: 10px 10px
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
  }
  .navbar-toggle:focus {
    outline: 0
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
  }
  .header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9980;
    padding: 4px 0;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    max-width: 1903px;
    transition: .2s all linear;
    z-index: 9999
  }

  .logotipo {
    margin-top: 5px;
    margin-left: 5px
  }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    font-size: 18px
  }
}    

ul.migas {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
    padding: 15px;
    list-style: none;
    border: 0.063rem solid #CCC;
    display: inline-block;
    margin: 15px 0 15px 0;
    font-weight: 400;
    color: #555555;
    border-radius: 10px;
    
}

ul.migas li {
    display: inline;
    font-size: 20px;
}
ul.migas li a {
 color: #000;
}
ul.migas li a:hover {
 color: #000;
 text-decoration: underline!important;
}

ul.migas li + li:before {
    padding: 8px;
    color: black;
    content: ">\00a0";
}

.container-interior{
    margin-top: 10px
}

@media(max-width:768px) {
    .container-interior{
        margin-top: 0px
    }

}

.btn-blue{
    background-color: #001880;
    color: #fff;
    padding: 7px 20px 5px 20px;
    height: 40px;
    margin: 15px 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 23px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px auto;
    display: table;
    border-radius: 10px !important
}

.btn-blue:hover, .btn-blue:active {
    background-color: #000624;
    text-decoration: none;
    color: #fff;
}


.tit_quienes{
    font-size: 30px;
    text-align: left;
    color:#04264C;
    margin-bottom: 15px
}

.txt_quienes{
    font-size: 18px;
    text-align: justify;
    color:#333
}

.tit_donde{
    font-size: 35px;
    text-align: left;
    color:#04264C;
    margin-bottom: 15px;
    border-bottom: 1px dashed #04264C
}

.txt_donde{
    font-size: 18px;
    text-align: left;
    color:#111;
    margin-bottom: 15px;
    font-weight: 400
}
.txt_donde a{
    color:#111;
    text-decoration: underline!important;
}
.box_quienes{
    background: #E8F3FF;
    padding: 50px 70px;
    margin-bottom: 50px;
    border-radius: 10px;
}

.box_quienes2{
    background: #fff;
    padding: 20px 40px;
    margin-bottom: 10px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .box_quienes{
        background: #E8F3FF;
        padding: 20px 10px;
        margin-bottom: 50px
    }

    .box_quienes2{
        background: #fff;
        padding: 10px 15px;
        margin-bottom: 10px
    }
    .divmob{
      display: none;
    }
}


.center{
    margin: 0 auto;
    display: table !important
}

.tit_form_contacto{
    font-size: 28px;
    text-align: left;
    margin: 0 0 30px 0; 

}

.tit_form_cotizacion{
    font-size: 28px;
    text-align: left;
    margin: 0 0 10px 0; 
    color: #0059B2

}

.tit_form_home {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px
}
.box_form {
    background: #fff;
    padding: 20px 30px;
    margin: 30px auto 80px auto;
    border: 5px solid #ccc;
    background: #f5f5f5;   
    border-radius: 10px;
}

@media (max-width: 480px) {

  .box_form {
    padding: 20px 10px;
}
}
.form-group {
  margin: 0 0 20px 0;
  padding: 0 15px;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin: 0;
}
.control-label {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.separador{
    height: 1px;
    background: #ccc;
    margin: 15px auto 40px auto;
    
}
.content {
  background: #EEE1D0;
  padding: 50px 0;
  margin: 0;
}

label {
  margin-top: 17px;
  text-align: right;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

#ls-s-2, #ls-s-3 {
  background: black;
  padding: 9px 20px;
  color: #fff; font-size:25px;
  font-family: 'Raleway', sans-serif !important;
}

.ls-l{
      text-align: left;
    font-size:80px;
    font-weight: 100;
      font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: white ;
    background-color: rgba(57, 29, 25, 0.5);
    padding: 10px 15px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 10px;
}

@media (max-width: 767px) {

  .desde_slide {
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif;
    margin-bottom: 2px;
    display: none
  }

}


/*=========================================
	SERVICIOS
=========================================*/

.tit_banner_servicios{
    position: absolute;
    text-align: center;
    margin: -15px 0 0 0;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 25px;
    font-weight: 600;
    padding: 1px 0px;
    color: white;
    text-shadow: 4px 4px 5px rgba(0,0,0,0.6);
    line-height: 27px;
    text-transform: uppercase;
    cursor: pointer;
}

.txt_servicios{
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #111;
    line-height: 22px;
}

.subtit_servicios{
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px
}

.img-curve{
    border-radius: 10px !important
}

figure {
	background: white;
	overflow: hidden;
    margin: 0 0 30px 0;
    padding: 0;
    
}
figure:hover+span {
	bottom: 0;
	opacity: 1;
}
.hover01 figure img {
    background: black;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    filter: opacity(0.8) drop-shadow(0 0 black);
}
.hover01 figure:hover img {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    filter: opacity(0.5) drop-shadow(0 0 black);
    border-radius:20px; 
    -moz-border-radius:20px;
    -webkit-border-radius:7px;
    cursor: pointer
}
.txt_banner{
    position: absolute;
    bottom: 30%;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 60px;
    font-weight: 600;
    padding: 5px 25px;
    color: white;
    text-shadow: 4px 4px 5px rgba(0,0,0,0.6);
    line-height: 55px;
    cursor: pointer
}

.txt_banner2{
    position: absolute;
    text-align: center;
    margin: -15px 0 0 0;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 30px;
    font-weight: 600;
    padding: 1px 0px;
    color: white;
    text-shadow: 4px 4px 5px rgba(0,0,0,0.6);
    line-height: 35px;
    text-transform: uppercase;
    cursor: pointer;
}




    @media (max-width: 1199px) {
        .txt_banner2{
            font-size: 25px;
            line-height: 30px;
            bottom: 20%;
        }        
      }
    @media (max-width: 1024px) {
        .txt_banner{
            font-size: 30px;
            line-height: 30px;
                bottom: 35%;
        }
        .txt_banner2{
            font-size: 25px;
            line-height: 30px;
            bottom: 20%;
        }        
      }

footer {
  padding: 25px 0 0 0;
  margin: 0 !important;
  position: relative;
  background: #0059B2;
  display: table;
  width: 100%;
  color: white
}

.title-footer{
    color: #fff;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px
}

.text-footer{
    color: #fff;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 25px
}
.text-footer a{
    color: #fff;
    text-decoration: underline!important;
}
@media (max-width:767px){
  .title-footer{
    text-align: center;
}

.text-footer{
    text-align: center;
}
}
.wsp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px !important;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100
}

.txt-pie {
  color: #fff;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 25px;
  font-weight: 200;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 3%
}
.txt-pie a {
  color: #fff
}
.txt-pie-nav {
  color: #fff;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 20px;
  font-weight: 200;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 50;
  margin: 0;
  text-align: center;
  margin-top: 20px;
    font-weight: 300;
    background: #001C37
}
.txt-pie-nav a {
  color: #fff;
}

.txt-pie-nav a:hover {
  text-decoration: underline !important;
}

.logo-pie{
  padding-bottom: 30px;
}

@media (max-width: 767px) {

  .txt-pie-nav {
    font-size: 16px;
  }
  footer {
    padding-bottom: 100px;
      }
}

  @media screen and (min-width: 768px) {
    .modal-dialog {
      width: 900px;
    }
  }
  .table-condensed th {
    font-size: 12px;
  }
  .table-condensed td {
    font-size: 12px;
  }
}    

.txt-pie-nav {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    padding: 20px;
    margin: 0;
    text-align: center;
    border-top: 1px solid #FFFFFF70;
    border-bottom: 1px solid #FFFFFF70;
}

.txt-pie-nav a {
    color: #FFFFFF;
    text-decoration: none
}

.txt-pie-nav a:hover {
    color: #FFFFFF;
    text-decoration: underline
}
.br-pie{
    display: none;
}
.linea-sep-pie{
    display: none;
}
@media (max-width:767px) {

    .txt-pie-nav {
        font-size: 16px;
        padding: 10px;
    }
    .linea{
        display: none;
    }
    .br-pie{
        display: block;
    }
    .linea-sep-pie{
        border-bottom: 1px solid #cccccc50;
        margin-bottom: 10px;
        display: block;
    }}

@media (min-width:767px) {

    .txt-pie-nav {
        font-size: 16px;
    }
}

.calculator-container-45 * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    .calculator-container-45 {
      margin: 20px auto;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      overflow: hidden;
      color: #333;
      padding: 20px;
    }
    .calculator-container-45 input[type="text"], 
    .calculator-container-45 input:not([type="button"]) {
      width: 100%;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 4px;
      text-align: center;
      color: #000;
    }
    .btn-primary-45 {
      background-color: #007bff;
      color: white;
      border: none;
      padding: 10px 15px;
      border-radius: 4px;
      cursor: pointer;
      font-weight: bold;
      width: 100%;
    }
    .btn-primary-45:hover {
      background-color: #0056b3;
    }

    /* --- SECCIÓN 1: DATOS DE LA CAJA --- */
    .grid-inputs-45 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
      margin-bottom: 25px;
    }
    .input-group-45 {
      display: flex;
      flex-direction: column;
    }
    .input-group-45 label {
      background-color: #4A4B9A;
      color: white;
      padding: 8px;
      text-align: center;
      font-size: 20px;
      border-radius: 4px 4px 0 0;
    }
    .input-group-45 input {
      border-top: none;
      border-radius: 0 0 4px 4px;
    }
    .action-group-45 {
      grid-column: span 2;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* --- SECCIÓN 2: FLETES (AÉREO / MARÍTIMO) --- */
    .fletes-container-45 {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .bloque-flete-45 {
      border: 1px solid #ccc;
      border-radius: 6px;
      overflow: hidden;
    }
    .titulo-flete-45 {
      background-color: #2E2E5F;
      color: white;
      text-align: center;
      padding: 12px;
      font-weight: 700;
      font-size: 16px;
    }
    .fila-flete-45 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      border-bottom: 1px solid #eee;
    }
    .fila-flete-45:last-of-type {
      border-bottom: none;
    }
    .label-flete-45 {
      background-color: #4A4B9A;
      color: white;
      padding: 10px;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .control-flete-45 {
      padding: 8px;
      display: flex;
      align-items: center;
    }
    .nota-flete-45 {
      padding: 16px;
      font-size: 13px;
      background-color: #f9f9f9;
      color: #555;
      line-height: 1.4;
      border-top: 1px solid #ccc;
    }

    /* --- RESPONSIVE / MEDIA QUERIES --- */
    @media (min-width: 600px) {
      .grid-inputs-45 {
        grid-template-columns: repeat(3, 1fr);
      }
      .action-group-45 {
        grid-column: span 3;
      }
    }

    @media (min-width: 768px) {
      .grid-inputs-45 {
        grid-template-columns: repeat(7, 1fr);
      }
      .action-group-45 {
        grid-column: span 1;
      }
      .fletes-container-45 {
        grid-template-columns: 1fr 1fr;
      }
    }