.nowrap {
    white-space: nowrap;
}


.color_menu {
    background-color: transparent !important
}

.banner_cabecero_interior {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url("../img/cabecero_interior.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;

}

.cabecero_interior .titular_interior {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 0px;
}

#menu_superior {
    z-index: 3;
}

.efecto::after {
    right: 0;
    transform: skewY(-4.5deg);
}


.efecto::before {
    left: 0;
    transform: skewY(4.5deg);
}

.efecto::after, .efecto::before {
    position: absolute;
    bottom: -3vw;
    width: 50.01%;
    height: 8vw;
    background-color: #f5f5f5;
    z-index: 101;
}

.efecto {
    position: relative;
    display: block;
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden;
}


.breadcrumbs {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: block;
    margin: 1px 0 0;
    margin-top: 1px;
    font-size: 1em !important;
    font-weight: 600;

}

.breadcrumbs li {
    display: inline-block;

}

.breadcrumbs li a {
    color: #999;
}


.titular_pagina {
    font-size: 3em;
    color: #fff;
    font-weight: 900;
}

.relleno_bajo {
    padding-bottom: 60px;
}

.relleno_ambos {
    /*padding-top: 20px;*/
    padding-bottom: 60px;
}

.contenido_interior p {
    text-align: justify;
}

.contenido_interior h2 {
    font-size: 1.8em;
    color: #000;
    font-weight: 600;
}

.contenido_interior h3 {
    font-size: 1.5em;
    color: #000;
    font-weight: 600;
    padding-top: 35px;
}

.contenido_interior h4 {
    font-size: 1.3em;
    color: #000;
    font-weight: 600;
    padding-top: 35px;
}

.kswr-row-element-back {
    position: absolute !important;
    width: inherit;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.kswr-row-deco[data-position="bottom"][data-decoration="both-side-outside"][data-size="large"] {
    z-index: 2;
}

.kswr-row-deco[data-position="bottom"][data-decoration="both-side-outside"][data-size="large"] {
    width: 50%;
    height: 100px;
    position: absolute;
    bottom: -50px;
    left: 0;
    -webkit-transform: skew(0deg, 6deg);
    transform: skew(0deg, 6deg);
}

.kswr-row-deco[data-position="bottom"] {
    bottom: 0;
}

.kswr-row-deco {
    position: absolute !important;
    z-index: 1;
    width: inherit;
    left: 0;
    right: 0;
    background-color: #ffffff;
}

.kswr-row-deco[data-position="bottom"][data-decoration="both-side-outside"][data-size="large"][data-half="right"] {
    width: 50%;
    height: 100px;
    position: absolute;
    bottom: -50px;
    right: 0;
    -webkit-transform: skew(2deg, -6deg);
    transform: skew(2deg, -6deg);
    left: unset;
}

.btn {
    border-radius: 5px;
}


.contenido_interior img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

.blockquote {
    padding-bottom: 20px;
    color: #000;
    padding-top: 20px;
}

.multicolumna {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 60px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 60px;
    /* Firefox */
    column-gap: 60px;
    -webkit-column-rule: 1px solid #ddd;
    /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #ddd;
    /* Firefox */
    column-rule: 1px solid #ddd;
}

.list-items {
    margin-top: 20px;
}

.list-items li {
    position: relative;
    padding-left: 25px;
}

ul.list-items li i {
    padding-right: 5px;

}


.contenido_interior ul {
    list-style-type: none;
}

.contenido_interior ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    margin-right: 10px;

}

.datos_cont {
    margin-bottom: 3.125em;
    margin-top: 3.125em;
    text-align: center;

}

.datos_cont .icono i {
    font-size: 3.125em;
}

.datos_cont .titulo_dato {
    text-transform: uppercase;
    color: #000;
    font-size: 1.6em;
    margin-bottom: 0px;
    font-weight: 700;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .titular_pagina {
        font-size: 2em;
    }

    .relleno_ambos {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .efecto {
        margin-bottom: 0px;
    }

    .cabecero_interior {
        padding-bottom: 20px;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .multicolumna {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }

    .cabecero_interior .titular_interior {
        margin-top: 20px;
    }

    .datos_cont {
        margin-bottom: 1em;
        margin-top: 1em;
    }

    .datos_cont .titulo_dato {
        margin-bottom: 0px;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

    .relleno_ambos {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .efecto {
        margin-bottom: 0px;
    }

    .multicolumna {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }

    .datos_cont {
        margin-bottom: 1em;
        margin-top: 1em;
    }

    .datos_cont .titulo_dato {
        margin-bottom: 0px;
    }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}