/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Resets */
.img-fluid {
    width: 100%;
}

.noPadding {
    padding: 0;
}

.row {
    padding: 0 !important;
    margin: 0 !important;
}

/* Resets */
/* Resets */
.img-fluid {
    width: 100%;
}

.noPadding {
    padding: 0;
}

.row {
    padding: 0 !important;
    margin: 0 !important;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

section.noPadding {
    padding: 0em 0;
}

/* Fonts */
/* Fonts */
body,
input,
textarea,
select {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'FagoCoLf';
    text-transform: uppercase;
    font-weight: 400;
    font-display: swap;
}

h1 {
    font-size: 3.5em;
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 2em;
}

p,
li,
label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
}

.smallTxt {
    font-size: 0.7em;
    text-align: center;
}

/* Color */
/* Color */
.bg-rojo {
    background: red;
}

.bg-verde {
    background: green;
}

.bg-amarillo {
    background: yellow;
}

.bg-blanco {
    background: white;
}

/* links */
/* links */
a {
    color: #fff;
    text-decoration: underline;
    transition: color 0.3s;
}

a:hover,
a:active,
a:focus {
    color: #ffc52c;
}

.linkMain {
    color: #fff;
    transition: color 0.3s;
}

.linkMain:hover {
    color: #fff;
    text-decoration: underline;
}

/* Buttons */
/* Buttons */
.btn {
    font-family: 'Amino';
    font-weight: 900;
    font-style: italic;
    font-size: 1.25em;
    padding: 0.5em 1.3em !important;
    color: #ffc52c;
    background-color: #be0606;
    border: 3px solid #920000!important;
    text-decoration: none;
    transition: color 0.4s, border 0.3s;
    position: relative;
    transition: color 0.3s, background-color 0.3s;
    text-transform: none !important;
    border-radius: 3rem;
}
.btn:hover, .btn:focus, .btn:active {
    color: #ffc52c!important;
    background-color: #920000!important;
    border-color: #920000!important;
}

/* FORM */
/* FORM */
button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    background: #F9F8FF;
    padding: 1em;
    margin-bottom: 1em;
    min-width: 6.4em;
}
/* Header */
header {
    position: relative;
    padding-top: 65px;
    padding-bottom: 35px;
    background-position: center;
    background-repeat: repeat-x;
    background-image: url('https://image.oxxoparati.com/lib/fe3711727364047f731770/m/1/f0a7394f-2be3-40bd-93cb-6a4759de116b.png');
    background-size: auto 100%;
}
header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background-position: center;
    background-repeat: repeat-x;
    background-image: url('https://image.oxxoparati.com/lib/fe3711727364047f731770/m/1/12b5f8dd-4b7c-4666-9039-3feaf233ac76.png');
    background-size: auto 100%;
}
header .d-flex img {
    max-width: 450px;
    width: 100%;
    height: auto;
}
header h1, header h2 {
    font-family: 'Amino';
    font-weight: 900;
}
h1 {
    font-size: clamp(3.4375rem, 2.3661rem + 2.2321vw, 4.375rem);
    font-style: italic;
}
h2 {
    font-size: clamp(1.75rem, 1.25rem + 1.0417vw, 2.1875rem);
}

/* TYC */
.section_tyc {
    background-image: url('https://image.oxxoparati.com/lib/fe3711727364047f731770/m/1/1779c444-1e7e-47f7-aeb5-05aaab85b3ba.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1b3b34;
    padding: 65px .5rem 0;
}
.section_tyc p {
    font-family: 'Helvetica LT Std';
    font-weight: 500;
    font-style: normal;
    font-size: 1.25rem;
    color: #fff;
    text-align: justify;
}
.section_tyc .col-lg-8 .col-lg-6 p {
    text-align: left;
}
.minititle {
    font-family: 'Amino';
    font-weight: 900;
    font-style: italic;
    text-transform: inherit;
    margin-bottom: 1rem;
}
/* Footer */
footer.footer {
    background-color: #006351;
    padding-bottom: 50px;
    background-image: url('https://image.oxxoparati.com/lib/fe3711727364047f731770/m/1/131109ba-9ad8-49ab-acbb-40c0ea357d92.png');
    background-repeat: repeat-x;
    background-size: auto 80%;
    background-position: center bottom;
}
footer .d-flex {
    gap: 1rem 3rem;
}
footer img {
    display: inline-block;
    max-height: 50px;
    height: 100%;
    max-width: inherit;
    width: auto;
}





@media only screen and (max-width: 991px){
    footer .d-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section_tyc p {
        font-size: 1.05rem;
    }
    .section_tyc img {
        max-width: 350px;
        margin: 0 auto;
    }
    

    
}

@media only screen and (min-width: 992px){
    .section_tyc .row:nth-child(2) {
        background-image: url('https://image.oxxoparati.com/lib/fe3711727364047f731770/m/1/3db077e6-ada7-4c36-9943-0a30963bd24a.png');
        background-position: 90% 50%;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 768px){


}

@media only screen and (max-width: 380px){
}