@font-face {
    font-family: "Alata";
    src: url("/fonts/Alata-Regular.ttf") format("truetype");
  }


body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    padding: 0;
    background: #fafafa;
}

a {
    color: #47b2e4;
}

a:hover {
    color: #73c5eb;
    text-decoration: none;
}

h1,
h2,
h4,
h5 {
    font-family: "Jost", sans-serif;
}

.texto-svg-1 {
    font-family: "Alata", Alata, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: yellow !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #37517e;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #37517e;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

/* --------------------------------------------------------------
# Hero Section
-------------------------------------------------------------- */
#hero {
    width: 100%;
    padding: 50px;
}




#hero .btn-get-started {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #47b2e4;
}

#hero .btn-get-started:hover {
    background: #209dd8;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
    #hero {
        text-align: center;
        padding: 40px 10px;
    }

    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        width: 50%;
    }
}

@media (max-width: 768px) {

    #hero .hero-img img {
        width: 70%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
        padding: 15px;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* --------------------------------------------------------------
# Sections General
-------------------------------------------------------------- */
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f3f5fa;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}

.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}


/* --------------------------------------------------------------
# Footer
-------------------------------------------------------------- */
#footer {
    font-size: 14px;
    background: #37517e;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #37517e;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #47b2e4;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #209dd8;
    color: #fff;
    text-decoration: none;
}

#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

#footer .copyright {
    float: left;
}

#footer .credits {
    float: right;
    font-size: 13px;
}

#footer .credits a {
    transition: 0.3s;
}

@media (max-width: 768px) {
    #footer .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .copyright,
    #footer .credits {
        text-align: center;
        float: none;
    }

    #footer .credits {
        padding-top: 4px;
    }
}


/** Cards **/

.tarjetas {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
}

.tarjetas::content {
    margin: 5px;
}

.card {
    box-shadow: 2px 2px 3px #aaa;
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    margin: 5px;
}

.card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-content img {
    max-height: 100px;
    max-width: 120px;
    margin: 20px;
}

.card-content h3 {
    font-size: 1.3em;
    text-align: end;
}

.card-content p {
    text-align: justify;
}

.display-flex {
    display: flex;
    align-items: center;
}

.divisor {
    width: 200px;
    height: 2px;
    background-color: #444444;
    margin: 10px 0;
}

.divisor-blanco {
    width: 300px;
    height: 2px;
    background-color: #eee;
    margin: 10px 0;
}

.info-card h2 {
    font-size: 1.6em;
    text-align: left;
}

.info-card h3 {
    font-size: 1.6em;
    text-align: center;
}

.info-card p {
    font-size: 1em;
}


.circle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.circle-img {
    border: solid 16px #18174c;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fondo-verde-degradado {
    background: -moz-linear-gradient(0% 50% 0deg, rgba(0, 169, 149, 1) 0%, rgba(0, 111, 182, 1) 50%, rgba(0, 171, 80, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 169, 149, 1) 0%, rgba(0, 111, 182, 1) 50%, rgba(0, 171, 80, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(0, 169, 149, 1)), color-stop(0.5, rgba(0, 111, 182, 1)), color-stop(1, rgba(0, 171, 80, 1)));
    background: -o-linear-gradient(0deg, rgba(0, 169, 149, 1) 0%, rgba(0, 111, 182, 1) 50%, rgba(0, 171, 80, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 169, 149, 1) 0%, rgba(0, 111, 182, 1) 50%, rgba(0, 171, 80, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A995', endColorstr='#00AB50' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(0, 169, 149, 1) 0%, rgba(0, 111, 182, 1) 50%, rgba(0, 171, 80, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A995', endColorstr='#00AB50', GradientType=1);
}


.fondo-pulso {
    background-image: url("/imagenes/pulso.png");
    background-size: cover;
    background-position-y: center;
}

.fondo-graduacion {
    background-image: url("/imagenes/birrete.jpg");
    background-size: cover;
    background-position-y: center;

}

.backdrop-blur {
    backdrop-filter: blur(10px);
    padding: 30px;
    border: solid 1px #ffffff20;
    border-radius: 10px;
}

.circle-img img {
    width: 100%;
    height: 100%;
    max-width: 260px;
    max-height: 260px;
}

.shadow-text {
    text-shadow: 2px 2px 0px #222;
}

.stroke-text {
    text-shadow: 2px 2px 0px #222;
}


.azul-container {
    
    width: 100%;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foto-container {
    display: flex;
    width: 100% !important;
    padding: 0;
}

.foto-container-text {
    font-size: 1.5em;
    color: white;
}

.foto-container>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.foto-item {
    padding: 0;
    width: 100%;
    
    max-height: 450px;
}

.foto-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.texto-centrado {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pasos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
}

.tarjeta-pasos {
    width: 100%;
    max-width: 350px;
    margin: 5px;
    background: #f5f5f5;
    border-radius: 10px;
}

.tarjeta-pasos-title {
    padding: 4px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #37517e;
    color: #fff;
    border-radius: 9px 9px 0 0;
}

.tarjeta-pasos-body {
    padding: 20px;
    font-size: 0.8em !important;
}