﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Roboto";
    font-optical-sizing: auto;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#btnDescargar {
    font-size: 16px;
    width: 100%;
    background-color: #d14f3d;
    color: white;
}

.doc-pasos {
    padding: 0;
}

    .doc-pasos li {
        margin-bottom: 20px;
    }

    .doc-pasos h3 {
        margin-bottom: 8px;
        font-weight: 400;
    }

a {
    text-decoration: none;
    color: #ffffff;
}

    a:hover {
        color: #ffffff;
    }

main {
    flex: 1; /* Empuja al footer hacia abajo si el contenido no llena la página */
}

.form-control {
    font-size: 14px !important;
}

.color1 {
    fill: white;
}

.color1-header {
    fill: #54565a;
}

.icono-valing-center {
    vertical-align: middle;
    margin-top: -0.125em
}

span.markYellow {
    background: yellow;
}

#barraaceptacion {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    min-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 99999;
}

.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;
}



img {
    vertical-align: middle;
}

img {
    border: 0;
}

nav.navbar {
    background-color: rgb(255, 255, 255) !important;
    color: #131313;
    border-bottom: 2px solid #EDEDED;
}

#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;
}

.border_caja {

}


.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;
    color: white;
    text-align: center;
    background: linear-gradient(90deg,#16b4d5,#07d) !important;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #EDEDED;
    border-left-width: 5px;
    border-radius: 3px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    width: 65%;
}

.bs-callout-warning {
    border-left-color: #ED1F1F !important;
}

.border_caja {
    background-color: #f5f6f7 !important;
    color: #131313;
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    padding: 10px 20px 20px 20px;
    border-radius:10px;
}

.bs-callout {
    color: #131313 !important;
    background-color: #EDEDED !important;
}

h4, .h4 {
    font-size: 18px;
}

.input-group .form-control {
    width: 101.5% !important;
}

.separator {
    width: 150px;
    height: 5px;
    background-color: #ED1F1F
}

.container-message {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .container-message > div {
        width: 67%;
    }

.footer-container {
    background-color: #0b2e4e;
    color: #FFFFFF;
    padding: 10px 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 {
    background-color: #131313;
    width: 100%;
    height: 50px;
}

.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 {
    margin-top: 50px;
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
}

.step-arrow-md {
    display: block;
}

.step-arrow-sm {
    display: none;
}

.container-steps-section {
    width: 20%;
    color: #131313;
    background-color: #ededed;
    padding: 30px;
    border-radius: 20px;
    height: 300px;
}

.icon {
    height: 35%;
}

.list-element {
    font-weight: 500;
}

.section-description {
    margin-left: 30px;
    font-size: 14px;
}

@media (max-width: 1025px) and (min-width: 769px) {
    .header-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .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;
    }

    .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: 35%;
        font-size: 14px;
    }

    .step-arrow-md {
        display: none;
    }

    .step-arrow-sm {
        display: block;
    }
}

@media (max-width: 425px) {

    .container-steps-section {
        margin-bottom: 20px;
        width: 50%;
        font-size: 12px;
    }
}



/*TECH CSS*/

.full-header-bar {
    background-color: gold;
    display: flex;
    height: 30px;
    position: relative;
    transition-duration: .5s;
    width: 100%;
}

.header-portion {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: center;
    left: -40px;
    padding: 0;
    position: relative;
    transform: skewX(-30deg);
    transition-duration: .5s;
}

.first-portion {
    background-color: #0082e1;
    box-shadow: 1px 0 #0082e1;
    min-width: 30%;
    padding: 0 30px 0 40px;
    width: auto;
}

.second-portion {
    background-color: #17b4d5;
    box-shadow: 1px 0 #17b4d5;
    flex-grow: 1;
}

.third-portion {
    background-color: #d3e526;
    box-shadow: 1px 0 #d3e526;
    flex-grow: 4;
}

.fourth-portion {
    background-color: #009b00;
    box-shadow: 1px 0 #009b00;
    flex-grow: 1;
}

.fifth-portion {
    background-color: #bb2437;
    box-shadow: 1px 0 #bb2437;
    flex-grow: 1;
}

.sixth-portion {
    background-color: #ff6400;
    box-shadow: 1px 0 #ff6400;
    flex-grow: 1;
}

.seventh-portion {
    background-color: #dc007d;
    box-shadow: 1px 0 #dc007d;
    flex-grow: 1;
}


.navbar-nav-item-link {
    color: #fff;
    overflow: visible;
    padding: 0;
    text-align: center;
}

.animated {
    animation-duration: 1s !important;
    animation-fill-mode: both !important;
}

.fixed-header .nav-link {
    transition: .5s;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size:16px;
}

.header-portion a {
    transform: skewX(30deg);
}

.contact-social-networks .social {
    font-size: 1.75rem;
    padding: 0 1rem 0 2rem;
}

.contact-social-networks {
    align-items: center;
    align-self: flex-end;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
}

    .contact-social-networks .facebook-icon {
        width: 2.5rem;
        height: 2.75rem;
        margin-bottom: 4px;
    }

    .contact-social-networks .youtube-icon {
        width: 2.5rem;
        height: 2.75rem;
    }

    .contact-social-networks .linkedin-icon {
        width: 2.5rem;
        height: 2.75rem;
    }

    .contact-social-networks .instagram-icon {
        width: 2.5rem;
        height: 2.75rem;
    }

h1 {
    font-size: 3.5rem;
}
.form-horizontal .form-group {
    margin: 0;
}
.doc-pasos-title {
    color: #0082e1;
    #d14f3d
}
.texto_corrido {
    font-size: 16px !important;
}
@media(max-width: 768px) {
    h1 {
            font-size: 2.5rem !important;
        }

        #btnDescargar {
            font-size: 12px;
        }

        .form-control {
            font-size: 12px !important;
        }

  

        .header-portion {
            font-size: 8px !important;
        }
    }
