/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.iframe-container {
  width: 100%;
  height: 100vh;
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 992px){
	
  	#miIframe {
    	min-height: 1700px;
    	margin-top: 2rem;
	}
}

.cotizador-iframe {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* ≥576px */
@media (min-width: 576px) {
    .cotizador-iframe {
        max-width: 540px;
    }
}

/* ≥768px */
@media (min-width: 768px) {
    .cotizador-iframe {
        max-width: 720px;
    }
}

/* ≥992px */
@media (min-width: 992px) {
    .cotizador-iframe {
        max-width: 960px;
    }
  	
}

/* ≥1200px */
@media (min-width: 1200px) {
    .cotizador-iframe {
        max-width: 1140px;
    }
}

/* ≥1400px (Bootstrap 5) */
@media (min-width: 1400px) {
    .cotizador-iframe {
        max-width: 1320px;
    }
}






:root {
    --red: #e61804;
    --red-dark: #a81820;
    --gray-dark: #1e1e1e;
    --gray-mid: #3a3a3a;
    --gray-card: #2c2c2c;
    --gray-light: #f5f5f5;
    --white: #ffffff;
    --border: #e0e0e0;
    --font-display: 'Barlow Condensed', sans-serif;
    --font-body: 'Barlow', sans-serif;
}


	/* info (hed, dek, source, credit) */
.rg-container {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 1em 0.5em;
  color: #222;
}
.rg-header {
  margin-bottom: 1em;
  text-align: left;
}

.rg-header > * {
  display: block;
}
.rg-hed {
  font-weight: bold;
  font-size: 1.4em;
}
.rg-dek {
  font-size: 1em;
}

.rg-source {
  margin: 0;
  font-size: 0.75em;
  text-align: right;
}
.rg-source .pre-colon {
  text-transform: uppercase;
}

.rg-source .post-colon {
  font-weight: bold;
}

/* table */
table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  color: #333;
}
table.rg-table thead {
  border-bottom: 3px solid #ddd;
}
table.rg-table tr {
  border-bottom: 1px solid #ddd;
  color: #222;
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table th {
  font-weight: bold;
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table td {
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table .highlight td {
  font-weight: bold;
}
table.rg-table th.number,
td.number {
  text-align: right;
}

.card-icon img {
  display: block;
  margin: 0 auto;
  filter: brightness(0) saturate(100%) invert(50%) sepia(98%) saturate(0%) hue-rotate(200deg);
  margin-bottom: 1.4rem;
}

/* media queries */
@media screen and (max-width: 600px) {
  .rg-container {
    max-width: 600px;
    margin: 0 auto;
  }
  table.rg-table {
    width: 100%;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }
  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }
  table.rg-table tr.highlight {
    background-color: inherit !important;
  }
  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
  }
  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table td {
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px dotted #ccc;
    text-align: right;
  }
  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0.5em;
    font-size: 0.95em;
  }
  table.rg-table td:last-child {
    padding-right: 0;
    border-bottom: 2px solid #ccc;
  }
  table.rg-table td:empty {
    display: none;
  }
  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
}

/******** Estilos Sendbox Cotizador 13/04/2026 */
  /* ── HERO ── */
  .hero {
    background: var(--gray-dark);
    background-image: linear-gradient(to right, rgba(30,30,30,0.97) 30%, rgba(30,30,30,0.7)), url('https://www.sendbox.com.ar/wp-content/uploads/2024/01/header-cotizador.jpg');
    background-size: cover;
    background-position: center;
    padding: 20px 40px 20px;
    text-align: center;
  }
  .hero h1 {
    font-family: var(--font-display);
    font-size: clamp(42px, 6vw, 50px);
    font-weight: 800;
    color: var(--white);
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .hero h1 span { color: var(--red); }

  /* ── CARDS DE CONSIDERACIONES ── */
  .cards-section {
    padding: 20px 40px 20px;
  }
  .cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .card {
    background: var(--gray-card);
    border-top: 3px solid var(--red);
    padding: 10px 15px;
    border-radius: 2px;
    transition: transform .2s;
  }
  .card:hover { transform: translateY(-2px); }
  .card-icon {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
  }
  .card h3 {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    line-height: 1.2;
    text-align: center;
  }
  .card p {
    font-size: 12.5px;
    color: #bbb;
    line-height: 1.6;
  }
  .card p strong { color: #ddd; font-weight: 600; }
  /* Diagrama caja */
  .box-diagram {
    margin: 10px 0 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .box-diagram svg { width: 64px; height: 48px; }
  .box-diagram img {
    width: 64px;
    height: 48px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(50%) sepia(98%) saturate(0%) hue-rotate(200deg);
    margin: 0 auto;
  }

   /* ── CTA EMPRESAS ── */
  .cta-empresas {
    background: var(--gray-dark);
    margin: 0;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
  }
  .cta-empresas::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--red);
  }
  .cta-empresas-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
  }
  .cta-texto h2 {
    font-family: var(--font-display);
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .cta-texto h2 span { color: var(--red); }
  .cta-texto p {
    font-size: 15px;
    color: #bbb;
    max-width: 520px;
    line-height: 1.6;
  }
  .cta-acciones {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 220px;
    align-items: flex-start;
  }
  .container-misa { 
    background-color: black;
    max-width: 1100px; 
    margin: 0 auto; 
    padding: 0 40px; 
  }


 /* ── MOBILE ── */
  @media (max-width: 768px) {
    nav { padding: 0 16px; }
    .nav-links { display: none; }
    .hero { padding: 36px 16px 32px; }
    .cards-section { padding: 0 16px 28px; }
    .cards-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .cotizador-wrap { padding: 24px 16px 16px; }
    .origin-dest-grid { grid-template-columns: 1fr; }
    .datos-grid { grid-template-columns: repeat(2, 1fr); }
    .cta-empresas { padding: 36px 16px; }
    .cta-empresas-inner { flex-direction: column; }
    .cta-acciones { width: 100%; }
    .destinos-link { float: none; display: flex; margin-bottom: 16px; justify-content: center; }
  }
  @media (max-width: 480px) {
    .cards-grid { grid-template-columns: 1fr; }
  }

    /* Botón destinos */
  .destinos-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--red);
    text-decoration: none;
    margin-bottom: 20px;
    border: 1.5px solid var(--red);
    padding: 7px 16px;
    border-radius: 3px;
    transition: all .2s;
  }
  .destinos-link:hover { background: var(--red); color: white; }
  .destinos-link svg { width: 14px; height: 14px; }

/* CONTENEDOR PRINCIPAL */
.cf7-horizontal {
  display: flex;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

fieldset.hidden-fields-container {
    display: none;
}

/* 🔥 FIX CF7 (MUY IMPORTANTE) */
.cf7-horizontal p {
  margin: 0;
}

.cf7-horizontal .field {
  flex: 1;
  display: flex;
}

.cf7-horizontal .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
}

/* INPUTS */
.cf7-horizontal input {
  width: 100%;
  border: none;
  padding: 14px;
  font-size: 14px;
  outline: none;
  background: #1e1e1ee6;
}

/* Separadores internos */
.cf7-horizontal .field:not(:last-child) input {
  border: 1px solid #dddddd63;
  margin-right: 1rem;
  color: white;
}

/* BOTÓN */
.cf7-horizontal .field.submit {
  flex: 0 0 auto;
}

.cf7-horizontal .field.submit .wpcf7-form-control-wrap {
  display: block;
}

.cf7-horizontal input[type="submit"] {
  background: #e61804;
  color: #fff;
  border: none;
  padding: 0 25px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.2s;
}

.cf7-horizontal input[type="submit"]:hover {
  background: #e61804;
}

/* PLACEHOLDER */
.cf7-horizontal input::placeholder {
  color: #666;
}

/* 📱 RESPONSIVE */
@media (max-width: 768px) {
  .cf7-horizontal {
    flex-direction: column;
  }
  .cf7-horizontal .field {
    display: block;
}

  .cf7-horizontal .field:not(:last-child) input {
    margin-bottom: 1rem;
    margin-right: 0;
    color: white;
  }

  .cf7-horizontal input[type="submit"] {
    width: 100%;
    height: 48px;
    display: block;
  }
}


/* MODAL BASE */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

/* Fondo oscuro */
.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

/* Contenido */
.modal-content {
  position: relative;
  background: #fff;
  max-width: 600px;
  width: 90%;
  margin: 100px auto;
  padding: 25px;
  border-radius: 10px;
  z-index: 2;
  animation: fadeIn 0.3s ease;
}

/* Botón cerrar */
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
}

/* Lista */
.destinos-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.destinos-list li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

/* Animación */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mostrar modal */
.modal.active {
  display: block;
}

.modal-content h4 {
  font-family: var(--font-display);
  font-size: clamp(22px, 6vw, 20px);
  font-weight: 600;
  color: black;
  letter-spacing: 1px;
  text-transform: uppercase;
} 

/* 📱 MOBILE */
@media (max-width: 600px) {
  .modal-content {
    margin: 60px auto;
    padding: 20px;
  }
}














.card-fecha{
	font-weight: 700;
}

.card-post-background-container{
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 30%);
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 30%);
	border-radius: 10px;
}
.card-post-background {
    height: 150px;
    display: block;
    position: relative;
    overflow: hidden;
    background-position: center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}



.card-post h3{
	text-transform: uppercase;
    color: #FD6B0D;
    font-weight: 800;
    font-size: 1.3em;
}
.card-post p{
    color: black;
	font-size: .8em;
    text-align: justify;
}

.floating {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 75px;
    right: 21px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}


.wpcf7-form-control{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1.3em;
}
.wpcf7-form-control.wpcf7-submit{
	float: right;
}
.wpcf7-not-valid{
	box-shadow: 0 0 0 0.2rem #f97560;
    border-color: #f97560;
}
.wpcf7-not-valid-tip{
	color: #f97560;
}
.screen-reader-response{
	display: none;
}
.wpcf7-response-output{
	margin-top: 2em;
	text-align: right;
}


.btn-consultar{
	color: white;
    background-color: #E61804;
    font-weight: 500;
    font-size: 1.4em;
	border-radius: 0.5rem;
    border: 1px solid #E61804;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/**** Seguimiento *******/

.seguimiento img{
	max-width: 600px;
    min-height: 307px;
	display: block;
    margin: 0 auto;
	box-shadow: 0px 0px 15px 0px #bdbdbd;
	-webkit-box-shadow: 0px 0px 15px 0px #bdbdbd;
	-moz-box-shadow: 0px 0px 15px 0px #bdbdbd;
}

.input-error{
	border-color: red;
	box-shadow: 0px 0px 5px 0px #E61804;
	-webkit-box-shadow: 0px 0px 5px 0px #E61804;
	-moz-box-shadow: 0px 0px 5px 0px #E61804;
}
.form-contenedor{
	padding: 0em 2em;
}

.btn-new-menu {
	background-color: #e61804;
    color: white!important;
	margin: 5px;
    border-radius: 5px;
}

.btn-new-padding {
	padding-top: 20px;
	padding-bottom: 15px;
}

.tabla-seguimiento{
	font-family: 'Lato';
	color: black;
	font-size: 16px;
	line-height: 1.2;
}



@media (max-width: 1200px) {
	.intro+div {
		padding-top: 30rem;
	}
}

.text-default:hover {
    text-decoration: none;
}


.select2-container--default .select2-selection--single {
    border: 1px solid #aaaaaa5c!important;
}
.select2-container .select2-selection--single {
    height: 4rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444444!important;
    line-height: 40px!important;
	font-size: 1.2rem;
}
.pr-1 {
	padding: 0 10px;
}
.modal-cotizador{
	padding: 4em;
	text-align: center;
}
.modal-cotizador h4{
	color: #e61804;
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
}

#titulo-cotizacion {

}
#monto-cotizacion {
	font-size: 3em;
    font-weight: 800;
    letter-spacing: -3px;
	margin-bottom: 0px;
}
.disclaimer-cotizacion{
	font-size: 12px;
}



.iframe-container {
  width: 100%;
  height: 100vh;
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}



h2.section-title {
    font-size: 60px!important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #46b450;
}

