@import url("https://cdn.jsdelivr.net/npm/bullframe.css");


@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

/* =========================
   -  DEFINITIONS - 
==============================*/

:root {

    /* Colores */
    --amarillo: #f7ac23;
    --Naranja: #EE7136;
    --Naranja1: #FF731D;
    --Naranja2: #FD841F;
    --azul: #0a377a;
    --azul1: #10cdee;
    --Negro: #212529;
    /* ============ */
    --marquee-width: 90vw;
    --marquee-height: 30vh;
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

/*  */
.span {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

a {
    text-decoration: none !important;
    list-style: none;
}


.separador {
    min-height: 40vh;
}

.slice {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.slice-lg {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.slice-mg {
    padding-top: 1rem;
    padding-bottom: 4rem;
}

.slice-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.tilte {
    color: var(--Naranja);
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Fira Sans';
    font-weight: 700 !important;
    line-height: 1.25;
}

.SubTitle {
    font-size: 1.8rem !important;
    text-align: left !important;
    font-family: 'Manrope';
    font-weight: 700 !important;
}

.shadow {
    -webkit-box-shadow: 0px 0px 40px rgb(29 58 83 / 10%) !important;
    box-shadow: 0px 0px 40px rgb(29 58 83 / 10%) !important;
}


/* ============================================ */

.layout_padding {
    padding: 75px 0;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 75px;
}

.layout_padding-bottom {
    padding-bottom: 75px;
}

/* =========================
   -  FONTS AND TXT - 
==============================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Fira Sans' !important;
    font-weight: 700 !important;
    line-height: 1.25;
}

p,
blockquote {
    font-family: 'Quicksand' !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    color: #000000 !important;
}

.subtitle {
    color: #db644c !important;
}

/* ============================================ */
/*header section*/
.hero_area {
    height: 85vh;
    background-image: url('/assets/fondos/FD3.jpg');
    background-size: cover;
    background-attachment: fixed;
}


/* ================================================ */
/*end header section*/
.hero_section {
    text-align: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90%;
}

.hero_section h1 {
    font-size: 4.5rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


/* ================================== */
/* about */
.about_container {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 75px 45px;
    background-size: auto 100%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -150px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.21);
    border-radius: 10px;
}

.sub-tl {
    position: relative;
    top: 25%;
}

.sub-tl h2 {
    font-size: 3rem;
}

.position-md-sticky {
    position: sticky !important;
    display: flex;
    flex-wrap: wrap;
}

.image-card {
    height: auto;
    max-width: 100%;
    width: 40%;
    object-fit: cover;
    padding: 5px;
    border-radius: 10px !important;
}

.info2{
    display: flex;
}



.cl-sp span{
    color: #c60000;
    font-weight: 800;
}
.img-info1{
    max-height: 30vh;
    padding: 15px;
}
.img-info1 img{
    width: 90%;
    display: block;
    margin: auto;
    position: relative;
    top: -9vh;
}

.img-info2{
    background: #c60000;
    max-height: 30vh;
    padding: 15px;
    border-radius: 5px;
}

.img-info2 img{
    width: 100%;
    display: block;
    margin: auto;
}
@media (min-width: 320px){
    .about_container{
        padding: 4px 22px 20px;
    }
    .position-md-sticky{
        margin-top: 4vh;
        margin-bottom: 6vh;
    }
    .img-info1{
        max-height: 31px;
        padding: 0;
    }
}

@media (min-width: 411px){
    .position-md-sticky{
        margin-top: 4vh;
        margin-bottom: 6vh;
    }
    .img-info1{
        max-height: 31px;
        padding: 0;
    }
    .about_container{
        padding: 75px 45px;
    }
}
@media (min-width: 576px){
    .position-md-sticky{
        margin-top: 4vh;
        margin-bottom: 4vh;
    }
    .img-info1 {
        max-height: 30vh;
        padding: 15px;
    }
}
@media (min-width: 768px){
    .position-md-sticky{
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (min-width: 1200px){
    .sub-tl h2 {
        font-size: 3rem;
    }
}
@media (min-width: 1400px){
    .sub-tl h2 {
        font-size: 3.5rem;
    }
}
@media (min-width: 1600px){
    .sub-tl h2 {
        font-size: 4.5rem;
    }
}
/* =================================== */
/* First */

.section-title {
    position: relative;
    padding: 115px 0 35px 0;
    text-align: center;
}

.text--primary {
    color: #DA9F5B;
    letter-spacing: 2px !important;
}

.display--4 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100px;
    top: 0;
    left: 50%;
    margin-left: 1px;
    background: #DA9F5B;
}

.img-conectividad{
    width: 100%;
}
.img-conectividad img{
    width: 80%;
    display: block;
    margin: auto;
}

.layout_padding2 {
    padding: 45px 0;
}
.fruit_detail-box h3{
    font-size: 2.5rem;
    padding-bottom: 4vh;
}

.fruit_detail-box p{
    font-size: 18px;
}

.Orang{
    color: var(--Naranja1);
    font-weight: 600;
}

@media (max-width: 1200px){
    .display-4 {
        font-size: calc(1.475rem + 2.7vw);
    }
}

/* =================================== */
/* Second */
.bg-second{
    background: #fdfdfd;
}

/* ---------------------------------------- */
/* Table  */
.bf-table-responsive table {
    margin-bottom: 0.5rem;
    width: 100%;
}

.text-Import,
.text-Import-span {
    color: #f9b234 !important;
}

.text-Import-span {
    font-weight: 500;
}

.text-muted {
    color: #869ab8 !important;
}

.cable-table tr{
    text-align: center;
}

.cable-table th {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #5c5959;
}

caption,
td,
th {
    font-weight: 400;
    text-align: inherit;
    vertical-align: top;
}

.cable-table th span {
    color: #f9b234 !important;
}

.cable-table-td {
    font-size: 17px;
    color: #5c5959;
}

.cable--table-td {
    font-size: 17px;
    color: #5c5959;
}

tr .txt-cont{
    font-size: 18px;
    color: #5c5959;
}
tr .mg-table{
    width: 30vh;
}
/* ================================== */
