/*
Theme Name: Tema Intercarry
Author: Rodrigo Berroeta (Agencia iTango)
Author URI: https://www.itangodigital.cl
Description: Plantilla desarrollada para proyecto web intercarry. Agencia iTango.
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    background-color: #f9f9f9;
    font-family: 'Effra', sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.btn.btnNaranja {
    background: #fd8204;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    min-width: 200px;
    border-radius: 50px;
    transition: all .4s ease;
}

.btnNaranja:hover {
    color: #fff;
    background: #74bc1e;
}

.btn.btnVerde,
.btn.btnOutlineVerde {
    background: #74bc1e;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    min-width: 200px;
    border-radius: 50px;
    transition: all .4s ease;
}

.btn.btnVerde:hover {
    color: #fff;
    background: #fd8204;
}

.btn.btnOutlineVerde {
    background: transparent;
    box-shadow: inset 0 0 0 2px #74bc1e;
}

.btn.btnOutlineVerde:hover {
    background: #74bc1e;
    color: #fff;
}

/** HEADER ***/

.cabecera_ppal {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    /* background: linear-gradient(to bottom, #1c1c1c, transparent); */
    background: #1c1c1c9e;
    padding: 0 0 20px;
    transition: all .3s ease;
}

.topbar {
    width: 100%;
    background: transparent;
    margin-bottom: 10px;
}

.flex_topbar {
    padding: 5px 0;
    border-bottom: 1px solid #ffffff2b;
}

.menu_topbar .menu {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}

.menu_topbar .menu li {
    padding: 0 10px;
    border-right: 1px solid #ffffff38;
}

.menu_topbar .menu li:first-child {
    padding-left: 0;
}

.menu_topbar .menu li:last-child {
    padding-right: 0;
    border-right: none;
}

.menu_topbar .menu li a {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Orkney', sans-serif;
    line-height: 1;
    text-decoration: none;
}

.logo_ppal {
    /* filter: contrast(0) brightness(1800); */
    transition: height .1s ease;
    height: 70px;
    width: auto;
}

.logo_ppal.scrolling_in {
    height: 0;
    opacity: 0;
}

.menu_principal {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    font-family: 'Effra', sans-serif;
}

.menu_principal .menu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.menu_principal .menu li a {
    color: #ffffffe3;
    text-decoration: none;
}

.menu_principal .btnVerde,
.menu_principal .btnNaranja,
.menu_principal .btn.btnOutlineVerde {
    min-width: 120px;
}

.btnes_head {
    display: flex;
    gap: 10px;
}

/** on scroll **/
.cabecera_ppal.scrolling {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
}

.scrolling .topbar {
    background: #0133a0;
}

.scrolling .flex_topbar {
    border-bottom: 0;
}

/* .scrolling .logo_ppal {
    filter: none;
    height: 60px;
} */

.scrolling .logo_ppal.scrolling_out {
    height: 0;
    opacity: 0;
}

.scrolling .logo_ppal.scrolling_in {
    height: 60px;
    opacity: 1;
}

.scrolling .menu_principal .menu li a {
    color: #1c1c1c;
}

.scrolling .btn.btnOutlineVerde {
    color: #74bc1e;
}

/** fin on scroll **/

/*** BODY ***/

body .tit_ppal h1,
body .tit_ppal h2,
body .tit_ppal h3,
body .tit_ppal h4,
body .tit_ppal h5,
.tit_seccion,
.iconbox .elementor-image-box-title,
.info_serv .tit_box,
.box__servicios .info_serv .txt_box {
    font-family: 'Orkney', sans-serif !important;
}

.tit_ppal span {
    font-weight: bold;
}

.bajada_seccion {
    font-family: 'Effra', sans-serif !important;
}

/** SERVICIOS **/

.box__servicios .img_box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.box__servicios .img_box .elementor-widget-container::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #1b1b1b9e, transparent);
}

.box__servicios .info_serv {
    position: absolute;
    bottom: 20px;
    left: 0;
    /* left: 35px; */
    width: auto !important;
    transition: all .4s ease;
}

.box_servicios_seccion .box__servicios .info_serv {
    width: 100% !important;
}

.box__servicios:hover .info_serv {
    bottom: 27px;
}

/* .box__servicios.box__servicios-der .info_serv {
    left:unset;
    right:35px;
} */

.int_box-servicios {
    padding: 0 30px;
}

.box__servicios .info_serv .tit_box,
.box__servicios .info_serv .txt_box {
    color: #fff;
}

.box__servicios .info_serv .txt_box {
    font-weight: 300;
}

.box__servicios.box__servicios-der .info_serv .tit_box,
.box__servicios.box__servicios-der .info_serv .txt_box {
    text-align: right;
}

.int_box-servicios .btn {
    min-width: 120px;
    font-size: 13px;
    padding: 7px 20px;
}

.box__servicios-der .int_box-servicios .btn {
    float: right;
}

.galeria_categorias img {
    filter: contrast(1) brightness(0.5);
}

/** TESTIMONIOS **/

.testimonios .author-name {
    font-family: 'Orkney', sans-serif !important;
}

.tss-wrapper .tss-carousel3 .rating-wrapper {
	display:none !important;
}

/**** CDS ***/
.secc_cds .box__servicios .info_serv .tit_box {
    font-size: 40px;
    LINE-HEIGHT: 1.4;
    font-weight: 800;
}

.secc_cds .box__servicios.box__servicios-der .info_serv {
    left: unset;
    right: 0;
}

.iconos_cds {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: 'Effra', sans-serif !important;
    margin-bottom: 20px;
}

.box_ico {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tit_box span {
    display: block;
    font-size: 17px;
    color: #FD8204;
    margin: 0;
    line-height: 1;
    font-weight: 400;
}

.box_ico img {
    width: 40px;
}

.box_ico h3 {
    font-size: 13px;
    line-height: 1;
    margin: 0;
}

.box_ico h3 span {
    display: block;
}

/*** BLOG **/
.blog .eael-grid-post-holder {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
}

.blog .eael-grid-post-holder:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}

.blog .eael-grid-post .eael-entry-wrapper {
    padding: 20px 15px;
}

.blog .eael-grid-post .eael-entry-wrapper .eael-entry-title {
    font-family: 'Orkney', sans-serif;
}

.blog .eael-grid-post .eael-entry-wrapper .eael-entry-content {
    font-family: 'Effra', sans-serif;
}

.blog .eael-grid-post .eael-entry-wrapper .eael-entry-content a {
    display: table;
    margin-top: 10px;
}

/*** FORM **/
.txt_form {
    color: #fff;
}

.flex_form {
    display: flex;
    gap: 10px;
}

.wpcf7 label {
    color: #fff;
    font-family: 'Orkney', sans-serif;
    font-weight: 400;
    margin-bottom: 2px;
}

.wpcf7-form-control.form-control {
    border: 0;
    box-shadow: none;
    padding: 13px;
    height: auto;
}

.wpcf7-textarea {
    max-height: 100px;
}


/****************************************************************
**** PAGINAS INTERNAS ********************************
**************************************************************** */
.list_contacto .elementor-icon-list-items .elementor-icon-list-item a {
    font-family: 'Orkeny', sans-serif !important;
}

.cds_int .box__servicios .img_box {
    border-radius: 0;
}

.list_cds li {
    margin-bottom: 10px;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    height: 0;
    border-radius: 15px;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.widget100,
.widget100>.elementor-widget-container {
    height: 100%;
}

.iconos_servicios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box_icono {
    width: 33.33333%;
}

.int_info_iconos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.icono_img img {
    width: 50px;
}

.icono_txt {
    text-align: center;
}

.icono_txt h3 {
    font-size: 15px;
}

.icono_txt p {
    font-size: 11px;
}

.listado_nos {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 300;
    gap: 2%;
}

.listado_nos li {
    width: 49%;
    padding: 10px;
    background: #0000002b;
    border-radius: 5px;
    margin-bottom: 2%;
}

.iconos__servicios-int {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.boxicono_serv {
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
}

.boxicono_serv img {
    width: 35px;
    filter: contrast(0) brightness(1000);
}

.boxicono_serv p {
    font-family: 'Orkney', sans-serif;
    font-weight: 300;
    text-align:center;
    color:#fff;
    font-size: 12px;
    line-height: 1.2;
}

/****************************************************************
**** FOOTER ********************************
**************************************************************** */

footer {
    width: 100%;
    padding: 50px 0 0;
}

.boxes_footer {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.box_foot h3 {
    font-size: 18px;
    font-family: 'Effra', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px;
    color: #0133a0;
}

.rrss_foot {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.rrss_foot a {
    text-decoration: none;
    background: #0133a0;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rrss_foot a:hover {
    color: #fff;
}

.box_foot p {
    font-family: 'Orkney', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    color: #1c1c1c;
}

.box_foot p i {
    margin-right: 10px;
    color: #74bc1e;
    display: none;
}

.list_footer {
    list-style: none;
    padding: 0;
    font-family: 'Orkney';
    font-size: 14px;
}

.list_footer li {}

.list_footer li a {
    color: #1c1c1c;
    text-decoration: none;
}

.list_footer li a:hover {
    text-decoration: underline;
}

.foot_1 img {
    width: 100%;
    max-width: 250px;
}

.copy_footer {
    font-family: 'Orkney', sans-serif;
    font-size: 13px;
    background: #f9f9f9;
    width: 100%;
    padding: 20px 0;
    margin-top: 30px;
}

.copy_footer p {
    margin: 0;
}

.copy_footer p a {
    text-decoration: underline;
    color: #1c1c1c;
}

.mobile_head {
    display: none;
}

@media (max-width:767px) {

    .desktop_head {
        display: none;
    }

    .mobile_head {
        display: block;
    }

    .logo_ppal {
        width: auto;
        height: 60px;
    }

    .menu_topbar .menu li a {
        font-size: 10px;
    }

    /** Menu movil **/
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        background-color: #fff !important;
    }

    .scrolling .hamburger-inner,
    .scrolling .hamburger-inner:after,
    .scrolling .hamburger-inner:before {
        background-color: #0133a0 !important;
    }

    .menu_movil .menu {
        list-style: none;
        padding: 0;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1.5;
        font-weight: 500;
    }

    .menu_movil .menu li {
        padding: 10px;
        border-bottom: 1px solid #f0f1f4;
    }

    .menu_movil .menu li a {
        text-decoration: none;
        color: #010507;
        font-family: 'Ubuntu', sans-serif;
    }

    .btnes_head {
        justify-content: center;
    }

    .btnes_head .btn.btnVerde,
    .btnes_head .btn.btnOutlineVerde {
        min-width: unset;
    }

    .btnes_head .btn.btnOutlineVerde {
        color: #74bc1e;
    }

    .boxes_footer {
        flex-wrap: wrap;
        gap: 0;
    }

    .boxes_footer .box_foot {
        width: 50%;
        margin-bottom: 20px;
        padding: 2%;
    }

    .boxes_footer .box_foot:nth-child(1) {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .box_foot h3 {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .box_foot p {
        margin-bottom: 5px;
    }

    .box__servicios .info_serv .tit_box,
    .secc_cds .box__servicios .info_serv .tit_box {
        font-size: 25px;
    }

    .box__servicios .info_serv .txt_box,
    .tit_box span {
        font-size: 14px;
    }

    .box_ico {
        gap: 5px;
    }

    .box_ico img {
        width: 30px;
    }

    .box_ico h3 {
        font-size: 10px;
    }

    .box__servicios.box__servicios-der .info_serv .tit_box,
    .box__servicios.box__servicios-der .info_serv .txt_box {
        text-align: left;
    }

    .box__servicios-der .int_box-servicios .btn {
        float: left;
    }

    .listado_nos {
        list-style: auto;
        display: list-item;
        font-size:11px;
    }

    .listado_nos li {
        width:100%;
        padding:0;
        background:none;
    }

    .box_icono {
        width:50%;
    }

    .iconos__servicios-int {
        flex-wrap:wrap;
    }

    .boxicono_serv {
        width:33.3%;
    }

    .boxicono_serv:last-child {
        display:none;
    }

}