html {
    scroll-behavior: smooth;
}

body {
    background: #f6eef5;
}

.modal-dialog {
    width: 60% !important;
    margin: 0 auto;
}


/* SECCION INICIO */

.intro {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url("../img/intro-bg.png") center bottom no-repeat;
    background-size: cover;
    padding: 200px 3% 80px 3%;
}

.intro-info h2 {
    color: rgba(0, 0, 0, .60);
    margin-bottom: 40px;
    font-size: 52px;
    font-weight: 700;
}

.intro-info p {
    color: rgba(0, 0, 0, .60);
    font-size: 25px;
}

.intro-info p span {
    font-size: 26px;
}


/* .intro-info h2 span {
    color: #74b5fc;
    text-decoration: none;
} */

.fondo {
    background-color: #f6eef5;
}

.separacion {
    padding-bottom: 20px;
}

.marco {
    margin: 0px auto;
    text-align: center;
    border: 15px solid rgba(0, 0, 0, .15);
    border-radius: 2%;
    background-color: rgba(0, 0, 0, .15);
    width: 90%;
}


/* Tamaño de letra  */

@media (min-width: 1200px) and (max-width: 1620px) {
    .intro-info h2 {
        color: rgba(0, 0, 0, .60);
        margin-bottom: 30px;
        font-size: 42px;
        font-weight: 700;
    }
    .intro-info p {
        color: rgba(0, 0, 0, .60);
        font-size: 20px;
    }
    .intro-info p span {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .intro {
        width: 100%;
        height: 100vh;
        position: relative;
        background: url("../img/intro-bg.png") center bottom no-repeat;
        background-size: cover;
        padding: 100px 3% 60px 3%;
    }
    .intro-info h2 {
        color: rgba(0, 0, 0, .60);
        margin-bottom: 20px;
        font-size: 50px;
        font-weight: 700;
    }
    .intro-info p {
        color: rgba(0, 0, 0, .60);
        font-size: 21px;
    }
    .intro-info p span {
        font-size: 22px;
    }
    .queson {
        margin-top: 150px;
    }
    .intro-img video {
        width: 80%;
    }
    .marco {
        margin: 0px auto;
        text-align: center;
        border: 0 solid rgba(0, 0, 0, 0);
        border-radius: 2%;
        background-color: rgba(0, 0, 0, 0);
        width: 80%;
    }
    .queson h2 {
        margin-top: 190px;
    }
}


/* SECCION ¿QUÉ SON? */

.queson h2 {
    display: inline-block;
    color: rgba(0, 0, 0, .70);
    border-bottom: 8px solid #f49519;
    padding-bottom: 5px;
    margin-bottom: 40px;
    font-size: 52px;
    font-weight: 700;
}

.queson p {
    color: rgba(0, 0, 0, .80);
    font-size: 18px;
}

.intro_img1 {
    width: 100%;
    height: 600px;
    position: relative;
    background: url("../img/imgquees.png") center bottom no-repeat;
    background-size: cover;
}


}
.alert-info {
    text-align: left;
    background-color: rgba(164, 85, 157, .2);
    border-color: rgba(164, 85, 157, .5);
    color: rgba(0, 0, 0, .70);
}
.referencia-pie {
    margin-top: 2px;
}
.referencia-pie p {
    font-size: 15px;
}
.queson button {
    background-color: #a4559d;
    color: #fff;
    border-color: #a11977;
}
.queson button:hover,
.queson button:visited,
.queson button:active,
.queson button:focus {
    background-color: #a11977;
    color: #fff;
    border-color: #a11977;
}
.panel-default {
    background-color: rgba(164, 85, 157, .2);
    border-color: rgba(164, 85, 157, .5);
}
.panel-title a {
    text-decoration: none;
    color: rgba(0, 0, 0, .70);
}
.queson h3 {
    display: inline-block;
    color: rgba(0, 0, 0, .70);
    border-bottom: 5px dotted #a11977;
    padding-bottom: 5px;
}
@media (max-width: 1199px) {
    .intro_img1 {
        /* border: 2px solid #000; */
        margin: 0 auto;
        width: 100%;
        height: 200px;
        background: url("../img/imgquees_small.png") center bottom no-repeat;
        /* border-radius:150px; */
        margin-bottom: 10px;
    }
}

/* SECCION ¿QUÉ HAGO? */
.quehago h2 {
    display: inline-block;
    color: rgba(0, 0, 0, .70);
    border-bottom: 8px solid #f49519;
    padding-bottom: 5px;
    margin-bottom: 40px;
    font-size: 52px;
    font-weight: 700;
}
.quehago p {
    color: rgba(0, 0, 0, .80);
    font-size: 18px;
}
.intro_img2 {
    width: 100%;
    height: 600px;
    position: relative;
    background: url("../img/imgquehago.png") center bottom no-repeat;
    background-size: cover;
}
.quehago button {
    background-color: #a4559d;
    color: #fff;
    border-color: #a11977;
}
.quehago button:hover,
.quehago button:visited,
.quehago button:active,
.quehago button:focus {
    background-color: #a11977;
    color: #fff;
    border-color: #a11977;
}
.bullets-style {
    list-style: none;
    padding: 0px;
    padding-left: 5px;
}
.bullets-style li::before {
    content: "\2022";
    color: #a11977;
    display: inline-block;
    padding-right: 10px;
    font-size: 50px;
    line-height: 25px;
    vertical-align: -11px;
    width: 15px;
}
.caja-protocolo {
    background-color: #fff;
    border: 2px solid rgba(164, 85, 157, .5);
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .intro_img2 {
        /* border: 2px solid #000; */
        margin: 0 auto;
        width: 100%;
        height: 230px;
        background: url("../img/imgquehago_small.png") center bottom no-repeat;
        /* border-radius:150px; */
        margin-bottom: 10px;
    }
}

/* SECCION SÚMATE */
.sumate {
    background-color: rgba(164, 85, 157, .1);
}
.sumate h2 {
    display: inline-block;
    color: rgba(0, 0, 0, .70);
    border-bottom: 8px solid #f49519;
    padding-bottom: 5px;
    margin-bottom: 40px;
    font-size: 52px;
    font-weight: 700;
}
.sumate p {
    color: rgba(0, 0, 0, .80);
    font-size: 18px;
}
.intro_img3 {
    width: 100%;
    height: 600px;
    position: relative;
    background: url("../img/imgcapacitate.png") center bottom no-repeat;
    background-size: cover;
}
.sumate button {
    background-color: #a4559d;
    color: #fff;
    border-color: #a11977;
}
.sumate button:hover,
.sumate button:visited,
.sumate button:active,
.sumate button:focus {
    background-color: #a11977;
    color: #fff;
    border-color: #a11977;
}
.sumate h3 {
    display: inline-block;
    color: rgba(0, 0, 0, .70);
    border-bottom: 5px dotted #a11977;
    padding-bottom: 5px;
    margin-top: 10px;
}
.sumateCT {
    font-size: 22px;
    color: #a11977;
}
.scroll-capacitate {
    text-align: center;
    padding-top: 15px;
}
.enlace-faqs {
    font-size: 24px;
    font-weight: 700;
    color: #a11977;
}
.liga-enlace {
    text-decoration: none;
}
@media (max-width: 1199px) {
    .intro_img3 {
        /* border: 2px solid #000; */
        margin: 0 auto;
        width: 100%;
        height: 250px;
        background: url("../img/imgcapacitate_small.png") center bottom no-repeat;
        /* border-radius:150px; */
    }
}