﻿:root {
    --main-color: #102235;
    --second-color: #a4191c;
    --complement-color: #01913f;
}

@media screen and (min-width: 601px) {
    /*ESCRITORIO*/
    .Logotipo {
        max-width: 600px !important;
        margin-left: -20px;
    }    

    .ImagenApoyo {
        margin-left: 70px;
        z-index: 1;
        max-width: 850px !important;
        margin-left: -50px;
    }

    .TextoTitulo {
        color: white;
        font-size: 28px;
        text-align: center;
        margin-bottom: 6%;
    }


    .TextoInfo {
        color: white !important;
        font-size: 22px;
        text-align: justify !important;
    }

    .BotonRegistrarme {
        background-color: var(--main-color);
        margin-top: 20%;
        font-size: 30px;
        color: white;
        border: none;
        padding: 10px 20px 10px 20px;
        border-radius: 15px;
        transition: background-color 0.3s ease, color 0.3s ease;
        transition: border 1s ease, border-color 1.2s ease, color .8s ease;
        text-decoration: none;
    }

    .EncabezadoForm {
        font-size: 24px;
    }

    .Text {
        color: white !important;
        font-size: 22px;
    }

    .ola1 {
        position: absolute;
        z-index: 2;
        object-fit: cover;
        max-width: 100%;
    }

    .ola2 {
        position: absolute;
        z-index: -1;
        max-width: 100%;
        object-fit: cover;
    }

    .BandaEmprendedor {
        background-color: var(--second-color);
        border: 1px solid var(--second-color);
        color: white;
        font-size: 28px;
        margin: 15px 0px 10px 0px;
        padding: 4px;
        text-align: center;
        border-radius: 7px;
    }
}

@media screen and (max-width: 600px) {
    /*MOVIL*/
    .Logotipo {
        max-width: 400px !important;
        margin-left: -20px;
    }

    .ImagenApoyo {
       display:none;
    }

    .TextoTitulo {
        color: white;
        font-size: 25px;
        text-align: center;
        margin-bottom: 6%;
    }

    .BandaEmprendedor {
        background-color: var(--second-color);
        border: 1px solid var(--second-color);
        color: white;
        font-size: 20px;
        margin: 15px 0px 10px 0px;
        padding: 4px;
        text-align: center;
        border-radius: 7px;
    }

    .TextoInfo {
        color: white !important;
        font-size: 15px;
        text-align: justify !important;
    }

    .BotonRegistrarme {
        background-color: var(--main-color);
        margin-top: 20%;
        font-size: 20px;
        color: white;
        border: none;
        padding: 10px 20px 10px 20px;
        border-radius: 15px;
        transition: background-color 0.3s ease, color 0.3s ease;
        transition: border 1s ease, border-color 1.2s ease, color .8s ease;
        text-decoration: none;
    }

    .TituloPrimary{
        font-size:25px;
    }

    .EncabezadoForm {
        font-size: 18px;
    }

    .Text {
        color: white !important;
        font-size: 15px;
    }

    .ola1{
        display:none;
    }

    .ola2{
        display:none;
    }
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 3%;
    border-radius: 3%;
    top: 10%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 25%;
    text-align: center;
}

.modal-content span {
    margin-bottom: 20px;
}

.modal-icon {
    color: #f44336;
    font-size: 48px;
    margin-bottom: 20px;
}

label {
    font-weight: 400 !important;
}

.Titu {
    color: whitesmoke;
}


.BotonRegistrarme:hover {
    border: 1px solid var(--main-color);
    background-color: white;
    color: var(--main-color);
}

.btnRutaEmprendimiento {
    background-color: var(--complement-color);
    color: white;
    font-size: 15px;
    transition: .4s ease;
}

.ImagenContenedor {
    width: 95%;
    height: 95%;
    object-fit: cover;
    border-radius: 15px;
}

.TextoIntro {
    font-size: 16px;
    text-align: start !important;
    padding-bottom: 7%;
    margin-top: -7%;
    font-weight: 400;
}

.btnRutaEmprendimiento:hover {
    background-color: var(--main-color);
    border: 1px solid white;
    color: white;
}

.Parallax {
    height: 55%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: auto !important;
}

.bg1 {
    background-image: url('../Imagenes/RutaEmprendimiento/FondoCBNv4.jpg');
    z-index: -1;
    height: auto;
    padding: 1% 0;
}

.bg2 {
    background-image: url('../Imagenes/RutaEmprendimiento/bg3.jpg');
    z-index: -1;
    height: auto;
    padding: 1% 0;
}

.bg3 {
    background-image: url('../Imagenes/RutaEmprendimiento/Parallax3.jpg');
    z-index: -1;
    height: auto;
    padding: 1% 0;
}

.social-bar {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.social-bar a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    background-color: #333;
    border-radius: 50%;
    margin: 5px 0;
    transition: background-color 0.3s;
}

.social-bar a:hover {
    background-color: #555;
}

.social-bar .icon-facebook {
    background-color: #0A2F6B;
}

.social-bar .icon-twitter {
    background-color: #0A2F6B;
}

.social-bar .icon-instagram {
    background-color: #0A2F6B;
}

.social-bar .icon-linkedin {
    background-color: #0A2F6B;
}

.social-bar .icon-tiktok {
    background-color: #0A2F6B;
}

.social-bar a i {
    font-size: 25px;
    padding-top:8px;
}

.DegradadoContador {
    width: auto;
    background-color: rgb(1, 144, 63,.5);
    border-radius: 20px;
    text-align: center;
    transition: 0.5s ease;
}

.DegradadoContador:hover {
    filter: drop-shadow(5px 7px 2px #000000);
    cursor: default;
    
}

.DegradadoContador h1 {
    text-align: center;
    font-weight: 600;
}

.DemasContador {
    font-size: 2.7em;
}

.ContadorRes {
    font-size: 200%;
    /*max-width: 50%;
    display: inline-flex;*/
}

.ctn-fecha {
    margin: 0 auto;
    font-size: 3em;
    font-weight: 100;
    text-align: center !important;
    color: white;
}

.DegradadoContador h1{
    padding-top:100px !important;
}