.elementor-kit-7{--e-global-color-primary:#F5B047;--e-global-color-secondary:#DB1E1A;--e-global-color-text:#212529;--e-global-color-accent:#DB1E1A;--e-global-color-413c275:#F15922;--e-global-color-53bb8cf:#FFFFFF;--e-global-color-ba3f2cd:#0A3738;--e-global-typography-primary-font-family:"Abel";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Abel";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Abel";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-font-style:normal;--e-global-typography-accent-font-family:"Abel";--e-global-typography-accent-font-weight:500;color:#000000;font-family:var( --e-global-typography-text-font-family ), Abel;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );color:#040404;border-radius:15px 15px 15px 15px;}.elementor-kit-7 e-page-transition{background-color:#FFFFFF;}.elementor-kit-7 a{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Abel;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );}.elementor-kit-7 h1{font-family:var( --e-global-typography-primary-font-family ), Abel;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h2{font-family:var( --e-global-typography-text-font-family ), Abel;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );}.elementor-kit-7 h3{font-family:var( --e-global-typography-text-font-family ), Abel;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );}.elementor-kit-7 h4{font-family:var( --e-global-typography-text-font-family ), Abel;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );}.elementor-kit-7 h5{font-family:var( --e-global-typography-text-font-family ), Abel;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );}.elementor-kit-7 h6{font-family:var( --e-global-typography-text-font-family ), Abel;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 a{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 h2{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 h3{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 h4{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 h5{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 h6{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 a{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 h2{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 h3{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 h4{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 h5{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 h6{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//****BLOG*****/


.content-blog h2 {
    margin-top: 30px;
    font-size: 2rem;
    font-weight: 900;
    color: #222222;

}

.content-blog h2::after {
  content: "";
  display: block;
  width: 100%;        /* largo de la línea */
  height: 1px;        /* grosor */
  background: #F6F6F6; /* color */
  margin-top: 10px;
  border-radius: 2px;
}

.content-blog h3 {
    margin-top: 25px;
    font-size: 1.5rem;
    font-weight: 900;
    color: #222222;
}

.blog-tip {
    padding: 15px 10px;
    margin: 10px 0px;
    font-style: italic;
}

.blog-tip.blog-success {
    background: #DDFFDD;
    color: #025939;
    border-left: 5px solid #04AA6D;
}
.blog-tip.blog-alert {
    border-left: 5px solid #f44336;
    background: #ffdddd;
}

.blog-tip.blog-alert strong {
    color: #f44336;
}


.content-blog figcaption {
    font-style: normal;
    padding-left: 10px;
    color: #999;
    text-transform: uppercase;
    font-size: 15px;
}

.content-blog a {
    font-weight: 600 !important;
    color: #500;
}

.elementor-widget-table-of-contents {
    background: #fff;
    padding: 10px 0px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .08);
    border: 1px solid #f0f0f0;
}

.elementor-widget-table-of-contents .elementor-widget-container{
    
    border: none !important;
    
}
.elementor-widget-table-of-contents li {
    padding: 5px 10px;
    border-radius: 5px;
}

/*.elementor-widget-table-of-contents li:has(div a.elementor-item-active) {*/
/*  background: red;*/
  
/*}*/

.elementor-widget-table-of-contents li:hover{
    background: #F5B047;
    color: white;
   
}

.elementor-widget-table-of-contents li:hover .elementor-toc__list-item-text-wrapper::before{
    
    color: white !important;
   
}

.elementor-widget-table-of-contents li:hover a{
    
    color: white !important;
    text-decoration: none !important;
   
}


.elementor-widget-table-of-contents a{
    width: 100%;
}

.elementor-widget-table-of-contents .elementor-toc__list-item-text-wrapper:before {
    color: #F5B047;
}


.elementor-widget-table-of-contents .elementor-toc__header {
    border-bottom: none !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Abel';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.auraandina.travel/blog/wp-content/uploads/2025/11/Abel-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */