﻿body {
    display: flex;
    flex-direction: column;
    min-height: 100vh !important;
    margin: 0;
}

.raleway-<uniquifier > {
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.nav-top {
    display: flex;
    justify-content: flex-end;
    font-size: 1.1rem;
    color: white;
    background-color: black;
}

.nav {
    display: flex;
    justify-content: center;
}

.nav-logo {
    width: 100%;
    background-color: black;
}

.section-nav {
    width: 100%;
}



.nav-contact {
    display: flex;
    gap: 20px;
    padding-right: 20px;
}

    .nav-contact > a {
        padding: 10px;
        font-size: 14px;
    }

        .nav-contact > a:hover {
            border-bottom: 1px solid #ebe300;
            color: white;
            padding-bottom: 9px;
        }

a {
    text-decoration: none;
    color: white;
}

svg {
    vertical-align: text-top;
}

nav.navbar .logo img {
    max-height: 65px;
}

.logo-img {
    position: absolute;
    margin: 10px 10px 10px 20px
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.content {
    flex: 1;
}

nav.navbar {
    background-color: #FFFFFF !important;
}

#introTitle {
    text-align: center;
    color: white;
    font-family: "Gotham Book";
    -webkit-text-size-adjust: 100%;
}

h1, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 200;
}

.border_caja {
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    padding: 0 16px 20px;
    margin-bottom: 20px;
}


.container-steps {
    margin-top: 50px;
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    gap: 50px;
    font-family: "Gotham Book";
}

.step-arrow-md {
    display: block;
}

.step-arrow-sm {
    display: none;
}

.container-steps-section {
    width: 30%;
    color: #131313;
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    height: 300px;
    font-size: 15px;
}



.icon {
    height: 35%;
}


.bs-callout, .border_caja {
    background-color: white !important;
}

.bs-callout-warning h4 {
    color: #002A3A !important;
}

.cabeceraForm2 {
    color: black;
    font-family: 'Gotham Book';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

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;
}

.texto_corrido {
    font-family: "Gotham Book";
    font-size: 15px;
    font-style: normal;
    color: #666;
    line-height: 14px;
}

#btnDescargar {
    background-color: #404040 !important;
    color: white !important;
    border: none;
    font-size: 15px;
    font-family: "Gotham Book"
}

.bs-callout-warning {
    border-left-color: #BA0C2F;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-warning {
    border-left-color: #EDE709 !important;
}

b {
    font-family: "Gotham Book";
    color: #404040 !important;
}

.bs-callout, .border_caja {
    background-color: white !important;
}

.bs-callout-warning * {
    color: #404040 !important;
    text-align: left;
    font-family: "Gotham Book";
}



.footer-page {
    font-family: "Raleway";
    color: white !important;
    border: none;
    display: flex;
    width: 100%;
}

.col-about {
    padding: 10px;
}

.footer-row {
    display: flex;
}

.col-contact {
    margin: 20px 0 15px 0;
    width: 50%;
    display: flex;
    flex-direction: row;
}

.col-contact-direction {
    font-size: 10px;
    width: 50%;
}

    .col-contact-direction > p {
        font-size: 10px;
    }

.col-contact-mail {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    width: 50%;
}

    .col-contact-mail a {
        color: #ebe300;
        text-decoration: underline;
    }

        .col-contact-mail a:hover {
            text-decoration: none;
        }

.col-legal {
    display: flex;
    width: 50%;
    border-left: 1px solid #666;
    margin: 20px 0 15px 0;
    padding: 10px;
    justify-content: center;
}

    .col-legal > div {
        display: flex;
        justify-content: center;
        width: 33%;
    }

.col-policity {
    gap: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start !important;
}

    .col-policity > a {
        font-size: 12.5px;
        font-weight: bold;
        text-decoration: underline;
    }

    .col-policity a:hover {
        text-decoration: none;
        color: white;
    }

.col-social {
    background-color: #ebe300;
    width: 20%;
    padding: 40px;
    text-align: center;
    display: block;
    gap: 10px;
}

    .col-social > a {
        padding: 5px;
    }


.col-about {
    width: 80%;
    background-color: #424242;
}

@media (max-width: 1200px) {
    .col-university {
        display: none !important;
    }
}



@media (max-width: 992px) {
    .nav-top {
        display: none !important;
    }

    .logo-img {
        position: relative;
    }

    .nav-logo {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    #introTitle {
        font-size: 30px;
    }

    .footer-row {
        display: flex;
        flex-direction: column;
    }

    .col-contact {
        width: 100%;
    }

    .col-legal {
        width: 100%;
    }

    .container-steps {
        gap: 0px;
    }

    .icon {
        margin-bottom: 10px;
    }
}



@media (max-width: 768px) {


    .info-steps {
        display: flex;
        flex-direction: column;
    }

    .step {
        width: 100%;
        height: 100px;
        margin-bottom: 10px
    }

    .footer-page {
        flex-direction: column;
    }

    .col-about {
        width: 100%;
    }

    .col-social {
        width: 100%;
    }

    .container-steps {
        flex-direction: column;
        align-items: center;
    }

    .container-steps-section {
        margin-bottom: 20px;
        width: 100%;
        font-size: 14px;
        height: 160px;
    }

    .step-arrow-md {
        display: none;
    }

    .step-arrow-sm {
        display: block;
    }
}

@media (max-width: 600px) {
    #introTitle {
        font-size: 20px;
    }

    .step {
        font-size: 12px;
    }

    .col-contact {
        flex-direction: column;
    }
}

@media (max-width: 425px) {

    .container-steps-section {
        margin-bottom: 20px;
        width: 100%;
        font-size: 12px;
    }
}
