﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Roboto";
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%; /* Garantiza que ocupen toda la ventana del navegador */
}

body {
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
}
.cmi-logo {
    max-width: 268px;
}

.header-logo {
    position: absolute;
    left: 0;
    margin-left: 50px;
}
.main-content {
    flex: 1; /* Empuja al footer hacia abajo si el contenido no llena la página */
}
.cotejo-header {
    text-align: center;
    flex-grow: 1;
    color: #206093;
}
.csv-title {
    font-size: 30px;
    color: #206093;
}

.header-transparent {
    width: 100%;
    left: 0;
    z-index: 2;
    height: auto;
    padding: 0;
    background: #fffffff2;
}

.icono-valing-center {
    vertical-align: middle;
    margin-top: -0.125em
}

span.markYellow {
    background: yellow;
}

#modalCookies {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: start;
    position: fixed;
    left: 15px;
    right: 0px;
    bottom: 20px;
    padding-bottom: 20px;
    width: 300px;
    background-color: white;
    color: black;
    z-index: 99999;
    height: 250px;
    padding: 32px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
}

.navbar-brand {
    padding: 0 !important;
    margin-left: 10% !important;
}

.navbar {
    min-height: auto;
}

nav.navbar .logo img {
    max-height: 80px;
}

.header-title {
    background-color: #F9FAFC;
    display: flex;
    padding: 10px;
    width: 100%;
    text-align: center;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

nav.navbar {
    color: #131313;
}

#introTitle {
    text-align: center;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 200;
}



.cabeceraForm, .bs-callout-warning h4 {
    color: #131313 !important;
}

p {
    margin: 0 0 10px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    text-align: left;
}

.information-container {
    display: flex;
    justify-content: center;
}

.bs-callout {
    color: #131313 !important;
    margin: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bs-callout-warning {
    border-left-color: #ED1F1F !important;
}

.border_caja {
    background-color: #FFFFFF !important;
    color: #131313;
}

.bs-callout {
}

h4, .h4 {
    font-size: 18px;
}

.information-content {
    display: flex;
    justify-content: center;
    text-align: start;
}

.separator {
    width: 150px;
    height: 5px;
    background-color: #ED1F1F
}

.container-message {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-container {
    background-color: #206093;
    color: #FFFFFF;
    padding: 70px 0;
}

.footer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.footer-col > div {
    margin-bottom: 30px;
    font-size: 16px;
}

.footer-sections div {
    margin-bottom: 40px;
}

.img-row {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.img-row-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 75%;
    border-bottom: 1px solid #EDEDED;
    padding: 20px;
    margin-bottom: 20px;
}

    .img-row-container img {
        width: 112px;
        height: 77px;
    }

.legal-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.legal-container-text {
    display: flex;
    justify-content: start;
    width: 75%;
    height: 100px;
    margin: 0;
    font-size: 15px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    color: #236092;
}

.lnks-iz, .lnks-der {
    position: relative;
    display: flex;
    font-size: 16px;
}

.link-int {
    padding: 5px 25px 5px 5px;
}

    .link-int:first-child {
        border-right: 1px solid #236092;
        margin-right: 20px;
    }

.topbar .lnks-iz .link-int {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
}

.footer-social {
    display: flex;
}

.image-size {
    border-radius: 50%;
    width: 40px;
    border: 1px solid white;
    margin: 5px;
    padding: 5px;
}

.how-works-section {
    text-align: start;
    margin-top: 30px;
    color: #131313;
    background-color: #ededed;
    padding: 30px;
    border-radius: 20px
}

.container-steps {
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    background-color: #F9FAFC;
    padding: 50px;
    text-align: center;
}

.step-arrow-md {
    display: block;
}

.step-arrow-sm {
    display: none;
}

.container-steps-section {
    width: 20%;
    color: #131313;
    padding: 30px;
    border-radius: 20px;
    height: 300px;
    border: 1px solid white;
    background-color: white;
    box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
}

.icon {
    height: 35%;
}

.list-element {
    font-weight: 500;
}

.section-description {
    margin-left: 30px;
    font-size: 14px;
}

.cookies-container {
    font-size: 14px;
}

.cookies-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding-top:20px;
}

.cookies-text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(51, 51, 51);
    font-size: 11pt;
    line-height: 18px;
    font-weight: normal;
}

.btn-aceptar {
    background-color: rgb(97, 162, 41);
    border-radius: 0px;
    color:white;
}

.btn-rechazar {
    background-color: rgb(53, 102, 187);
    border-radius: 0px;
    color: white;
}

.logo-b {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}

.logo-b img {
    max-width: 250px;
}

.ts-footer-social ul li {
    display: inline-block;
    list-style: none;
}

    .ts-footer-social ul li a span {
        display: none;
    }

.ts-footer-social ul li {
    display: inline-block;
    list-style: none;
}

    .ts-footer-social ul li a {
        display: block;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        color: #fff;
        font-size: 14px;
        padding: 7px 0;
        margin: 0 5px;
    }
.footer-menu{
    font-size:16px;
}
.ts-footer-social ul li a:hover {
    border-color: #000;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #000;
}

    .footer-menu ul li a {
        color: #ffffff;
        margin: 0 20px;
        position: relative;
    }

        .footer-menu ul li a:before {
            position: absolute;
            left: -24px;
            top: 1px;
            bottom: 0;
            margin: auto;
            content: '';
            background: #ffffff;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
        }

        .footer-menu ul li a:hover {
            color: #000 !important;
        }

    .footer-menu ul li:first-child a:before {
        display: none;
    }

.footer-menu {
    margin: 25px 0;
}


        .footer-menu ul li {
            display: inline-block;
        }


       

                .footer-menu ul li a:hover {
                    color: #e7015e;
                }

            .footer-menu ul li:first-child a:before {
                display: none;
            }


@media (max-width: 1025px) and (min-width: 769px) {
    .header-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header-logo {
        position: relative;
        margin-left: 0px;
    }
    .navbar-brand {
        position: relative;
    }

    .container-steps-section {
        font-size: 12px;
        width: 25%;
    }
}

@media (max-width: 768px) {
    .header-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header-logo {
        position: relative;
        margin-left: 0px;
    }

    .navbar-brand {
        position: relative;
    }

    .img-row-container {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-row {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .container-steps {
        flex-direction: column;
        align-items: center;
    }

    .container-steps-section {
        margin-bottom: 20px;
        width: 50%;
        font-size: 14px;
    }

    .step-arrow-md {
        display: none;
    }

    .step-arrow-sm {
        display: block;
    }
    .lnks-iz, .lnks-der {
        font-size: 10px;
    }
    .link-int {
        padding: 3px 3px 3px 3px;
    }
    .logo-b{
        display:flex;
        flex-direction:column;
    }
    .cotejo-header, .csv-title {
        font-size: 25px;
    }
    .cmi-logo {
        max-width: 200px;
    }
}

@media (max-width: 425px) {
    .cmi-logo {
        max-width: 150px;
    }
    .cotejo-header, .csv-title {
        font-size: 20px;
    }
    .container-steps-section {
        margin-bottom: 20px;
        width: 75%;
        font-size: 12px;
    }
    .lnks-iz, .lnks-der {
        font-size: 7px;
    }
    .img-footer {
        width: 100px;
    }
    .link-int {
        padding: 2px 2px 2px 2px;
    }

}