.color-primario1 {
    background: #fff;
}

.modal-body .texto-gris{
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor-texto {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background: rgba(0, 0, 0, 0.5);
}

.contenedor-imagen {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.contenedor-trigger {
    padding-top: 50px;
    height: 100%;
    min-height: 250px;
    position: relative;
    cursor: pointer;
}

.tab-content {
    border-left: 1px solid #8E8E8E;
    border-right: 1px solid #8E8E8E;
    border-bottom: 1px solid #8E8E8E;
}

.link-tab-pregunta {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.contenedor-trigger {
    padding-top: 34px;
    height: 100%;
    min-height: 292px;
    position: relative;
    cursor: pointer;
    padding-bottom: 95px;
}

.contenedor-imagen {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

/*
.hipotesis {
    margin-bottom: 15px;
}*/

@media screen and (max-width: 767px) {
    .contenedor-trigger {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        min-height: 280px;
    }
}

@media screen and (max-width: 992px) {
    .contenedor-trigger {
        min-height: 200px;
    }
}


@media screen and (max-width: 768px) {
    .contenedor-trigger {
        min-height: 220px;
    }
}


@media screen and (max-width: 576px) {
    .contenedor-trigger {
        min-height: 180px;
    }
}

.contenedor-texto {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #60A8D0;
    min-height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.enlace-blanco{
    margin-bottom: .2em;
}

.contenedor-texto p {
    margin-bottom: -5px;
}

.modal-hipotesis .contenedor-header {
    border-bottom: 3px #A42232 solid;
    width: 100%;
    margin-left: calc(5% + 50px - 1rem);
    margin-right: calc(5% + 50px - 2rem);
    text-align: center;
}

.modal-hipotesis .contenedor-header img {
    height: auto;
    width: 15%;
    /*margin-top: 20px;
    margin-bottom: 20px;*/
}

@media screen and (max-width: 767px) {
    .modal-hipotesis .contenedor-header img {
        width: 50%;
    }
}

.modal-hipotesis .carousel-control-prev,
.modal-hipotesis .carousel-control-next {
    width: 50px;
    font-size: 50px;
    color: #A42232;
    top: -13%;
    /* color-secundario (rojo) */
}

.modal-hipotesis .carousel-item {
    padding: 0 50px;
}

@media screen and (min-width: 768px) {
    .elemento-mapa:hover {
        cursor: pointer;
        fill: #B7513D;
    }
}

Rationale .carousel-item {
    min-height: 960px;
}

#forma-adecuada-plantear-modal .carousel-item {
    min-height: 500px;
}

#operacionalizacion-hipotesis-modal .carousel-item {
    min-height: 580px;
}

@media screen and (min-width: 576px) {
    #Rationale .carousel-item {
        min-height: 480px;
    }

    #forma-adecuada-plantear-modal .carousel-item {
        min-height: 310px;
    }

    #operacionalizacion-hipotesis-modal .carousel-item {
        min-height: 300px;
    }
}


@media screen and (min-width: 992px) {
    #Rationale .carousel-item {
        min-height: 450px;
    }

    #forma-adecuada-plantear-modal .carousel-item {
        min-height: 260px;
    }

    #operacionalizacion-hipotesis-modal .carousel-item {
        min-height: 210px;
    }
}

@media screen and (min-width: 1200px) {
    #Rationale .carousel-item {
        min-height: 450px;
    }

    #forma-adecuada-plantear-modal .carousel-item {
        min-height: 360px;
    }

    #operacionalizacion-hipotesis-modal .carousel-item {
        min-height: 370px;
    }
}

.modal .carousel-indicators li.active {
    background: #A42232;
}

.modal .carousel-indicators li {
    background: #28326F;
}

.modal .carousel-indicators li {
    height: 10px;
    width: 20px;
}

#carousel-investigacion .carousel-item {
    min-height: 650px;
}

#carousel-investigacion .contenedor-imagen-escala {
    width: 100%;
}

#carousel-investigacion .carousel-control-prev,
#carousel-investigacion .carousel-control-next {
    width: 30px;
}

#carousel-investigacion .contenedor-informacion-investigacion {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

@media screen and (min-width: 768px) {

    #carousel-investigacion .contenedor-imagen-escala {
        width: 40%;
        float: left;
        height: 100%;
        overflow: hidden;
    }

    #carousel-investigacion .contenedor-informacion-investigacion {
        width: 60%;
        float: right;
    }

    #carousel-investigacion .contenedor-informacion-investigacion p {
        width: 75%;
        padding-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    #carousel-investigacion .carousel-control-prev {
        left: 41%;
    }

    #carousel-investigacion .carousel-control-next {
        right: 1%;
    }

    #carousel-investigacion .contenedor-imagen-escala img {
        float: right;
        height: 400px;
        width: auto;
        margin-right: -40%;
    }

    #carousel-investigacion .carousel-item {
        min-height: 310px;
    }

    #carousel-investigacion .carousel-indicators {
        left: 35%;
    }

}

@media screen and (min-width: 992px) {
    #carousel-investigacion .contenedor-imagen-escala img {
        margin-right: -25%;
        height: 450px;
    }

}

@media screen and (min-width: 1200px) {
    #carousel-investigacion .contenedor-imagen-escala img {
        margin-right: -15%;
        height: 520px;
    }
}

#Capa_1 .cls-1 {
    fill: #eaae2a;
}

#Capa_1 .cls-2 {
    fill: #515961;
}

#Capa_1 .cls-3 {
    fill: #f6e064;
}

#Capa_1:hover .cls-2 {
    fill: #eaae2a
}

#Capa_1:hover {
    cursor: pointer;
}

#Capa_2 .cls-1 {
    fill: none;
}

#Capa_2 .cls-2 {
    fill: #fc4c37;
}

#Capa_2 .cls-3 {
    clip-path: url(#clip-path);
}

#Capa_2 .cls-4 {
    fill: #c11e1a;
}

#Capa_2 .cls-5 {
    fill: #dd2b1d;
}

#Capa_2 .cls-6 {
    fill: #fff;
}

.trigger {
    cursor: pointer;
}

#Capa_2 .trigger:hover {
    fill: #931212;
}

#Capa_3 .cls-1 {
    fill: #fcfbd5;
}

#Capa_3 .cls-2 {
    opacity: 0.3;
}

#Capa_3 .cls-3 {
    fill: #ede894;
}

#Capa_3 .cls-4 {
    fill: #f7bd31;
}

#Capa_3 .cls-5 {
    fill: #eaae2a;
}

#Capa_3 .cls-6 {
    fill: #b5c0ca;
}

#Capa_3 .cls-7 {
    fill: #dae4ea;
}

#Capa_3 .cls-8 {
    fill: #ced9e0;
}

#Capa_3 .cls-9 {
    fill: #515961;
}

#Capa_3 .cls-10 {
    fill: #454c51;
}

#Capa_3 .cls-11 {
    fill: #5e6870;
}

#Capa_3 .cls-12 {
    fill: #aab4bc;
}

#Capa_3 .cls-13 {
    fill: #f6e064;
}

#Capa_3 .cls-14 {
    fill: #e8ce4d;
}

#contenedor-imagen-esquema {
    display: grid;
}

#contenedor-imagen-esquema section {
    display: grid;
    align-self: center;
    width: 80%;
    justify-self: center;
}

#Capa_4 .cls-1 {
    fill: none;
}

#Capa_4 .cls-2 {
    fill: #7cb236;
}

#Capa_4 .cls-3 {
    fill: #689922;
}

#Capa_4 .cls-4 {
    fill: #fff;
}

#Capa_4 .cls-5 {
    fill: #3295e1;
}

#Capa_4 .cls-6 {
    clip-path: url(#clip-path);
}

#Capa_4 .cls-7 {
    fill: #0c567a;
}

#Capa_4 .cls-8 {
    fill: #1579b7;
}

#Capa_4 .cls-8.trigger:hover {
    fill: #054F66;
}

#Capa_4 .cls-2.trigger:hover {
    fill: #567521;
}

@media screen and (max-width: 767px) {

    .contenedor-esquema {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #contenedor-imagen-esquema section {
        width: 60%;
    }

}
