/*
Theme Name: Tronex child
Theme URI: https://ecore.com.co
Author: e-core
Author URI: https://ecore.com.co
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tronex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template: tronex
*/

body, body.page, body.post {
    margin: 0px;
	overflow-x: hidden;
}

p:first-child {
    margin-top: 0px;
}
p:last-child {
    margin-bottom: 0px;
}

input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="tel"], 
input[type="password"], 
input[type="search"], 
select, 
textarea,
textarea.wp-editor-area {
	font-family: "PT Sans", Sans-serif;
	-webkit-appearance: none;
	border-radius: 0px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	resize: none;
	width: 100%;
	margin: 0 auto;
    outline: 0;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: normal;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

button,
button:visited,
input[type="button"],
input[type="button"]:visited,
input[type="reset"],
input[type="reset"]:visited,
input[type="submit"],
input[type="submit"]:visited,
.theme_button,
.theme_button:visited,
.button,
.button:visited  {
	background-color: #FF141F;
	-webkit-appearance: none;
	border-radius: 0;
	border: 2px solid #FF141F;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-weight: 800;
	font-family: "PT Sans", Sans-serif;
	font-size: 16px;
	font-weight: 700;
    letter-spacing: 2px;
	line-height: 100%;
    outline: 0;
	padding: 10px 20px;
    text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
	button:hover,
	button:active,
	input[type="button"]:hover,
	input[type="button"]:active,
	input[type="reset"]:hover,
	input[type="reset"]:active,
	input[type="submit"]:hover,
	input[type="submit"]:active,
	.theme_button:hover,
	.theme_button:active,
	.button:hover,
	.button:active {
		background-color: #000;
		border-color: #000;
		color: #fff;
	}

#site-header {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-suscription p {
    margin-top: 0px;
}
.footer-suscription input[type="text"], .footer-suscription input[type="email"] {
	background-color: transparent;
}
.footer-suscription input[type="submit"] {
    margin-top: 5px;
}

.select2-container {
	font-family: "PT Sans", sans-serif;
    height: 46px;
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 0px;
    border: 1px solid #ccc;
    height: 46px;
}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
	    line-height: 44px;
	    padding-left: 25px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
	    height: 46px;
	}

.my-cart-btn .number {
    background-color: #fff;
    border-radius: 50%;
    color: #294634;
    display: block;
    font-family: "Nunito", sans-serif;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: -18px;
    text-align: center;
    top: -12px;
    width: 25px;
}

/*Blog comments*/
.comment-respond form#commentform {
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(auto, auto);
    grid-template-rows: min-content;
    font-family: 'Recoleta', sans-serif;
}
	.comment-respond .comment-reply-title {
	    display: none;
	}
	.comment-respond p {
	    margin: 10px auto;
	    width: 100%;
	}
	.comment-respond .comment-form-url {
	    display: none;
	}
	.logged-in .comment-respond .logged-in-as {
        grid-column-start: 1;
        grid-column-end: 5;
    }
    .logged-in .comment-respond .comment-form-comment {
        grid-column-start: 1;
        grid-column-end: 5;
    }
    .logged-in .comment-respond .form-submit {
        grid-column-start: 1;
    }
    .logged-in .comment-respond textarea {
        height: 100px;
    }
	.comment-respond textarea {
        height: 75px;
        max-width: 100%;
    }
	.comment-respond .comment-notes {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
	}
	.comment-respond .comment-form-author {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
    }
	.comment-respond .comment-form-email {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
        margin-top: -20px;
    }
    .comment-respond .comment-form-comment {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 2;
    }
    .comment-respond .comment-form-cookies-consent {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 3;
        display: flex;
    }
        .comment-respond .comment-form-cookies-consent label {
            font-size: 16px;
            font-weight: normal;
            display: inline-block;
            margin: 0px;
        }
    .comment-respond .form-submit {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 3;
    }
    .comment-respond a {
        color: #000;
        display: inline-block;
        font-family: 'Recoleta', sans-serif;
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
    }
    .comment-respond p label {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

/*Header titles*/
.header-title .elementor-heading-title {
    padding: 0px 25px;
    position: relative;
    z-index: 1;
}
    .header-title .elementor-heading-title:before {
        background-color: #9c040bc7;
        bottom: 0;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

    .header-title .after-title-lines, 
    .header-title .after-title-lines:before, 
    .header-title .after-title-lines:after {
        background-color: #9c040bc7;
        height: 100%;
        position: absolute;
        top: 0px;
        width: 12px;
        z-index: 1;
    }

    .header-title .after-title-lines {
        left: 100%;
        margin-left: 22px;
    }

    .header-title .after-title-lines:before,
    .header-title .after-title-lines:after {
        content: '';
    }
        .header-title .after-title-lines:before {
            left: -17px;
        }
        .header-title .after-title-lines:after {
            right: -17px;
        }

/*Content titles*/
.content-title .elementor-heading-title {
    line-height: 100% !important;
    padding: 0px;
    position: relative;
    z-index: 1;
}
    .content-title .after-title-lines, 
    .content-title .after-title-lines:before, 
    .content-title .after-title-lines:after {
        height: 100%;
        position: absolute;
        top: 0px;
        width: 8px;
        z-index: 1;
    }

    .content-title .after-title-lines {
        background-color: #878787;
        left: 100%;
        margin-left: 22px;
    }

    .content-title .after-title-lines:before,
    .content-title .after-title-lines:after {
        content: '';
    }
        .content-title .after-title-lines:before {
            background-color: #FF141F;
            left: -15px;
        }
        .content-title .after-title-lines:after {
            background-color: #ababab;
            right: -15px;
        }

/*Contact form*/
.form__contact {
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    text-align: center;
}
    .form__contact br {
        display: none;
    }

    .form__title {
        font-family: 'PT Sans', sans-serif;
        font-size: 23px;
        line-height: 1.3em;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .form__contact .wpcf7-form-control-wrap {
        display: block;
        margin: 10px 0px;
    }

}

    .form__contact input:not([type="submit"]) {
        border: 0;
    }

    .form__contact button,
    .form__contact input[type="button"],
    .form__contact input[type="reset"],
    .form__contact input[type="submit"] {
        background-color: #ff141f;
        color: #fff;
        font-weight: 400;
        padding: 15px 40px;
    }
        .form__contact button:hover,
        .form__contact input[type="button"]:hover,
        .form__contact input[type="reset"]:hover,
        .form__contact input[type="submit"]:hover {
            background-color: #000;
            border-color: #000;
            color: #fff;
        }

    .form__contact .wpcf7-not-valid-tip {
        color: #fff;
        font-size: 13px;
        text-align: left;
    }

.blog-grid .elementor-post__meta-data {
    background-color: #ff141f;
    color: #fff;
    left: 10px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 10px;
}
    .elementor-post-date .date-day {
        display: block;
        font-size: 40px;
        margin-top: 8px;
    }
    .elementor-post-date .date-month {
        display: block;
        font-size: 12px;
        margin-top: 10px;
    }

.block_title {
    position: relative;
}
.block_title:before {
    content: '';
    position: absolute;
    z-index: 1;
}
.block_title.title__01:before {
    background-image: url(https://www.tronex.com/wp-content/uploads/2021/01/linea-01.png);
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 24px;
    left: 100%;
    top: 3px;
    width: 64px;
}
.block_title.title__02:before {
    background-image: url(https://www.tronex.com/wp-content/uploads/2021/01/linea-02.png);
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 24px;
    right: 100%;
    top: 3px;
    width: 133px;
}
.block_title.title__03:before {
    background-image: url(https://www.tronex.com/wp-content/uploads/2021/01/linea-04.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 100%;
    height: 90px;
    right: 100px;
    width: 28px;
}
.block_title.title__05:before {
    background-image: url(https://www.tronex.com/wp-content/uploads/2021/01/linea-03.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -webkit-calc(100% - 22px);
    bottom: -moz-calc(100% - 22px);
    bottom: -ms-calc(100% - 22px);
    bottom: -o-calc(100% - 22px);
    bottom: calc(100% - 22px);
    height: 128px;
    right: 150px;
    width: 242px;
}

.history__wrapp {
    position: relative;
}
    .history__wrapp:before,
    .history__wrapp:after {
        background: rgb(255,255,255);
        bottom: 0;
        content: '';
        height: 100%;
        position: absolute;
        top: 0;
        width: 30%;
        z-index: 110;
    }
    .history__wrapp:before {
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
        left: 0;
    }
    .history__wrapp:after {
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
        right: 0;
    }

.history__carousel {
    display: flex;
    flex-flow: row wrap;
    font-family: 'PT Sans', sans-serif;
    justify-content: center;
    position: relative;
    z-index: 1;
}
    .bottom__carousel .slick-track {
        align-items: flex-start;
        display: flex;
    }
    .top__carousel .slick-track {
        align-items: flex-end;
        display: flex;
    }

.top__carousel .history__content {
    margin-bottom: 50px;
}
.bottom__carousel .history__content {
    margin-top: 50px;
}

.history__carousel * {
    outline: 0;
}

.timeline__carousel {
    height: 50px;
    z-index: 100;
}
    .timeline__carousel .slick-list {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        margin-top: -40px;
    }

.history__item {
    overflow-x: visible;
    padding: 10px;
    max-width: 33.33%;
}
    .top__carousel .history__item:nth-child(even) .history__content,
    .top__carousel .history__item:nth-child(odd) .history__title {
        display: none;
        height: 0;
        max-height: 0;
    }
    .bottom__carousel .history__item:nth-child(odd) .history__content,
    .bottom__carousel .history__item:nth-child(even) .history__title {
        display: none;
        height: 0;
        max-height: 0;
    }

.history__figure {
    background-color: #878787;
    height: 30px;
    margin-left: -10px;
    position: relative;
    width: 100%;
}
    .history__figure:before {
        border-bottom: 15px solid transparent;
        border-left: 20px solid #fff;
        border-top: 15px solid transparent;
        bottom: 0;
        content: '';
        height: 0;
        left: 0;
        position: absolute;
        top: 0;
        width: 0;
    }
    .history__figure:after  {
        border-bottom: 15px solid transparent;
        border-left: 20px solid #878787;
        border-top: 15px solid transparent;
        bottom: 0;
        content: '';
        height: 0;
        left: 100%;
        position: absolute;
        top: 0;
        width: 0;
    }

    .history__item.slick-current .history__figure {
        background-color: #ff141f;
    }
    .history__item.slick-current .history__figure:after {
        border-left-color: #ff141f;
    }

.history__figure span {
    background-color: #fff;
    border-radius: 50%;
    height: 15px;
    left: 50%;
    margin-left: 0px;
    position: absolute;
    top: 7px;
    width: 15px;
}
    .history__figure span:before {
        content: '';
        background-color: #878787;
        bottom: auto;
        height: 60px;
        margin-left: -3.5px;
        position: absolute;
        left: 50%;
        top: 100%;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        width: 7px;
    }
    .history__item:nth-child(odd) .history__figure span:before {
        bottom: 100%;
        top: auto;
    }
    .slick-current .history__figure span:before {
        background-color: #ff141f;
    }

.history__title {
    color: #878787;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
    .history__item.slick-current .history__title {
        color: #ff141f;
    }

.history__content {
    line-height: 120%;
    text-align: center;
}

.history__nav {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 111;
}

.history__button {
    background-color: transparent;
    border: 0;
    font-size: 0;
    height: 38px;
    outline: 0;
    padding: 0;
    width: 23px;
}
    .history__button:hover,
    .history__button:active,
    .history__button:focus {
        background-color: transparent;
    }
    .history__button img {
        max-width: 100%;
        width: auto;
    }

/*Proveedores*/
.proveedores .eael-tabs-nav {
    margin: auto;
    max-width: 1140px;
    width: 100%;
}

.block__form {
    background-image: url(https://www.tronex.com/wp-content/uploads/2021/01/proveedores-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    margin-bottom: 60px;
}
    .block__form .form__container {
        max-width: 650px;
    }
    .block__form .form__container > p {
        display: none;
    }

.form__container {
    margin: auto;
    max-width: 1000px;
    width: 100%;
}

.form__row {
    display: grid;
    flex-flow: row wrap;
    grid-template-columns: 50% 50%;
    grid-column-gap: 20px;
}
.column__form {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
}
    .column__form > br {
        display: none !important;
    }

.tab__title {
    background-color: #e8e8e8;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 25px;
    text-decoration: none;
}
    .tab__title:hover,
    .tab__title:focus,
    .tab__title.tab__active {
        background-color: #ff141f;
        color: #fff;
    }
    .tab__title:after {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #333333;
        display: inline-block;
        height: 0;
        content: '';
        margin-bottom: 2px;
        margin-left: 10px;
        width: 0;
    }
        .tab__title:hover:after,
        .tab__title:focus:after,
        .tab__title.tab__active:after {
            border-top-color: #fff;
        }

.tab__form {
    margin-bottom: 20px;
}
    .tab__form:last-child {
        margin-bottom: 0;
    }

.tab__form > p {
    display: none;
}

.tab__content {
    display: none;
    font-family: 'PT Sans', sans-serif;
    padding: 20px 0 0;
}

.tab__content th {
    text-align: left;
}
.tab__content td {
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
}
.tab__content input[type="text"] {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #333333;
    font-size: 14px;
    max-width: 250px;
    text-transform: uppercase;
}

.anexos__table th {
    width: 30%;
}
.anexos__table td ~ td {
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    padding-left: 10px;
    text-transform: none;
}
.file__column {
    position: relative;
    width: 40%;
}
.form__table .file__input ~ label {
    background-color: #e8e8e8;
    font-size: 14px;
    line-height: 100%;
    text-transform: none;
    z-index: 1;
}

.form__table .file__input ~ label {
    padding-right: 135px;
    cursor: pointer;
}

.form__table .file__input{
    border-radius: 0;
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.form__terminos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    font-weight: bold;
    text-align: center;
}

.form__terminos .button {
    display: inline-block;
}

.form__note {
    font-size: 18px;
    text-align: center;
}
.wpcf7 .block__form ~ .wpcf7-response-output {
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 10px 20px;
    text-align: center;
    max-width: 1000px;
    width: 90%;
}

.elementor-field-group > label {
    color: #000 !important;
    font-weight: bold !important;
}

body:not(.home) .pse__button {
   display: none !important;
}

.pse__button {
    bottom: 200px;
    position: fixed;
    right: 0;
    width: 90px;
    z-index: 10000;
}

.pse__button .elementor-cta__content {
    background-color: #0f3f6b;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.pse__button .elementor-cta__title {
    color: #fff;
    font-size: 13px;
    line-height: 100%;
}

.pse__button .elementor-cta__image img {
    border-radius: 100% !important;
    box-shadow: 0 0 10px #ffffff94;
}