/* ////TIPOGRAFIA */

@font-face {
    font-family: 'raleway';
    src: url('../fonts/Raleway-Bold.eot');
    src: url('../fonts/Raleway-Bold#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold.woff') format('woff'),
        url('../fonts/Raleway-Bold.ttf') format('truetype'),
        url('../fonts/Raleway-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'raleway';
    src: url('../fonts/Raleway-SemiBold.eot');
    src: url('../fonts/Raleway-SemiBold#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('../fonts/Raleway-SemiBold.woff') format('woff'),
        url('../fonts/Raleway-SemiBold.ttf') format('truetype'),
        url('../fonts/Raleway-SemiBold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* ////GENERALES */
*{
    font-family: 'roboto';
}
h1,h2,h3,h4,h5,h6{
    font-family: 'raleway' !important;
}
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{
    font-family: 'raleway' !important;
    color: #B5417F;
    font-weight: 600 !important;
}

p:last-child{
    margin-bottom: 0;
}
p strong{
    font-weight: 400 !important;
}
.columna_derecha{
    float: right !important;
}

.boton_santaella1{
    display: flex;
    align-items: end;
    background: #CDAFC0;
    height: 255px;
    padding: 30px;
    position: relative;
    transition: .3s;
}
.boton_santaella1:hover{
    transform: translate(5px,5px);
    background: #B5417F;
}
@media screen and (max-width:767px){
    .boton_santaella1{
        display: flex;
        align-items: end;
        background: #CDAFC0;
        height: auto;
        padding: 30px;
        position: relative;
    }
}
.boton_santaella1 h3{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
    color: #ffffff;
    width: 80%;
    margin-bottom: 0;
/*    hyphens: auto;*/
}
@media screen and (max-width:1100px) and (min-width:992px){
    .boton_santaella1 h3{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 100% */
        color: #ffffff;
        width: 87%;
        margin-bottom: 0;
    }
}
.boton_santaella1:hover img{
    width: 10px;
    height: 20px;
    object-fit: contain;
    position: absolute;
    right: 25px;
    bottom: 30px;
}
.boton_santaella1 img{
    width: 10px;
    height: 20px;
    object-fit: contain;
    position: absolute;
    right: 30px;
    bottom: 30px;
    transition: .3s;
}

.caja_boton_santaella2 .fl-html{
    display: flex;
    justify-content: flex-end;
}
.caja_boton_santaella2 .boton_santaella2 img{
    width: 10px;
    height: 20px;
    object-fit: contain;
    transform: translate(0px, 2px);
    margin-left: 10px;
    transition: .3s;
}
.caja_boton_santaella2 .boton_santaella2{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #323232;
    display: flex;
    align-items: center;
    position: relative;
    /* padding-right: 20px; */
}
.caja_boton_santaella2 .boton_santaella2:hover img{
    width: 10px;
    height: 20px;
    object-fit: contain;
    transform: translate(6px, 2px);
    margin-left: 10px;
}
.boton_santaella2 p{
    margin-bottom: 0;
}
.boton_santaella2 span{
    font-weight: 700;
}


/* ////FIN GENERALES */

/* HOME */
.cabecera_home{
    position: relative;
    overflow: hidden;
}
.cabecera_home .circulo_grande{
    display: block;
    width: 467px;
    height: 467px;
    background: #F0EDEE;
    border-radius: 100%;
    position: absolute;
    top: 217px;
    right: 95px;
}
.cabecera_home .circulo_pequeño{
    display: block;
    width: 76px;
    height: 76px;
    background: #CDAFC0;
    border-radius: 100%;
    position: absolute;
    top: 217px;
    right: 620px;
}
@media screen and (max-width:1300px) and (min-width:992px){
    .cabecera_home .circulo_grande{
        display: block;
        width: 320px;
        height: 320px;
        background: #F0EDEE;
        border-radius: 100%;
        position: absolute;
        top: 130px;
        right: 65px;
    }
    .cabecera_home .circulo_pequeño{
        display: block;
        width: 76px;
        height: 76px;
        background: #CDAFC0;
        border-radius: 100%;
        position: absolute;
        top: 130px;
        right: 420px;
    }
}
@media screen and (max-width:991px) and (min-width:768px){
    .cabecera_home .circulo_grande{
        display: block;
        width: 320px;
        height: 320px;
        background: #F0EDEE;
        border-radius: 100%;
        position: absolute;
        top: 130px;
        right: 65px;
    }
    .cabecera_home .circulo_pequeño{
        display: block;
        width: 76px;
        height: 76px;
        background: #CDAFC0;
        border-radius: 100%;
        position: absolute;
        top: 130px;
        right: 420px;
    }
}
@media screen and (max-width:767px){
    .cabecera_home .circulo_grande{
        display: block;
        width: 320px;
        height: 320px;
        background: #F0EDEE;
        border-radius: 100%;
        position: absolute;
        top: 130px;
        right: -160px;
    }
    .cabecera_home .circulo_pequeño{
        display: block;
        width: 76px;
        height: 76px;
        background: #CDAFC0;
        border-radius: 100%;
        position: absolute;
        top: 150px;
        right: 170px;
    }
}
.final_resumen{
    position: relative;
}
.final_resumen .circulo_pequeño{
    display: block;
    width: 86px;
    height: 86px;
    background: #F0EDEE;
    border-radius: 100%;
    position: absolute;
    top: 100px;
    right: 97px;
}
.final_resumen h2{
	z-index: 3;
	position:relative;
}
@media screen and (max-width:991px){
    .final_resumen .circulo_pequeño{
        display: none;
    }
}
/* FIN HOME */

/* SERVICIOS */
.cabecera_servicios{
    position: relative;
    overflow: hidden;
}
.cabecera_servicios .circulo_grande{
    display: block;
    width: 270px;
    height: 270px;
    background: #F0EDEE;
    border-radius: 100%;
    position: absolute;
    top: 150px;
    right: 65px;
}
.cabecera_servicios .circulo_pequeño{
    display: block;
    width: 76px;
    height: 76px;
    background: #CDAFC0;
    border-radius: 100%;
    position: absolute;
    top: 150px;
    right: 390px;
}
@media screen and (max-width:991px) and (min-width:768px){
    .cabecera_servicios .circulo_grande{
        display: block;
        width: 270px;
        height: 270px;
        background: #F0EDEE;
        border-radius: 100%;
        position: absolute;
        top: 131px;
        right: 40px;
    }
    .cabecera_servicios .circulo_pequeño{
        display: block;
        width: 76px;
        height: 76px;
        background: #CDAFC0;
        border-radius: 100%;
        position: absolute;
        top: 115px;
        right: 330px;
    }
}
@media screen and (max-width:767px){
    .cabecera_servicios .circulo_grande{
        display: block;
        width: 200px;
        height: 200px;
        background: #F0EDEE;
        border-radius: 100%;
        position: absolute;
        top: 110px;
        right: -91px;
    }
    .cabecera_servicios .circulo_pequeño{
        display: block;
        width: 70px;
        height: 70px;
        background: #CDAFC0;
        border-radius: 100%;
        position: absolute;
        top: 100px;
        right: 180px;
    }
}

.final_correcciondeestilo{
    position: relative;
    overflow: hidden;
}
.final_correcciondeestilo .circulo_grande{
    display: block;
    width: 269px;
    height: 269px;
    background: #CDAFC0;
    border-radius: 100%;
    position: absolute;
    bottom: 69px;
    left: 170px;
}
.final_correcciondeestilo .circulo_pequeño{
    display: block;
    width: 86px;
    height: 86px;
    background: #F0EDEE;
    border-radius: 100%;
    position: absolute;
    top: 164px;
    left: 95px;
}
@media screen and (max-width:991px) and (min-width:768px){
    .final_correcciondeestilo .circulo_grande{
        display: block;
        width: 269px;
        height: 269px;
        background: #CDAFC0;
        border-radius: 100%;
        position: absolute;
        bottom: 70px;
        left: -65px;
    }
    .final_correcciondeestilo .circulo_pequeño{
        display: block;
        width: 86px;
        height: 86px;
        background: #F0EDEE;
        border-radius: 100%;
        position: absolute;
        top: 40px;
        left: 95px;
    }
}
@media screen and (max-width:767px){
    .final_correcciondeestilo .circulo_grande{
        display: none;
    }
    .final_correcciondeestilo .circulo_pequeño{
        display: none;
    }
}
.lista_santaella .fl-list-item-content-icon{
    display: flex !important;
}
.lista_santaella .fl-list-item-content-icon i.fl-list-item-icon{
    margin-top: 7px;
    margin-right: 10px;
}
.lista_santaella .fl-list-item:not(:last-child){
    margin-bottom: 20px;
}

.fl-node-jnsqx5k8ladf h3{
    margin-bottom: 0;
}
/* FIN SERVICIOS */

/* ACADEMICO */
.cabecera_academico{
    position: relative;
    overflow: hidden;
}
.cabecera_academico .circulo_grande{
    display: block;
    width: 270px;
    height: 270px;
    background: #F0EDEE;
    border-radius: 100%;
    position: absolute;
    top: 170px;
    right: 150px;
}
.cabecera_academico .circulo_pequeño{
    display: block;
    width: 76px;
    height: 76px;
    background: #CDAFC0;
    border-radius: 100%;
    position: absolute;
    top: 110px;
    right: 100px;
}
@media screen and (max-width:991px) and (min-width:768px){
    .cabecera_academico .circulo_grande{
        display: block;
        width: 270px;
        height: 270px;
        background: #F0EDEE;
        border-radius: 100%;
        position: absolute;
        top: 170px;
        right: 100px;
    }
    .cabecera_academico .circulo_pequeño{
        display: block;
        width: 76px;
        height: 76px;
        background: #CDAFC0;
        border-radius: 100%;
        position: absolute;
        top: 110px;
        right: 70px;
    }
}
@media screen and (max-width:767px){
    .cabecera_academico .circulo_grande{
        display: block;
        width: 240px;
        height: 240px;
        background: #F0EDEE;
        border-radius: 100%;
        position: absolute;
        top: 100px;
        right: -91px;
    }
    .cabecera_academico .circulo_pequeño{
        display: block;
        width: 76px;
        height: 76px;
        background: #CDAFC0;
        border-radius: 100%;
        position: absolute;
        top: 130px;
        right: 180px;
    }
}

.carrousel_cubiertas .uabb-image-carousel ul.slick-dots li.slick-active button:before{
    color: #B5417F;
}
.carrousel_cubiertas .uabb-image-carousel ul.slick-dots li button:before{
    opacity: 1;
}

.fl-node-lqntwj06cgix .fl-node-3z1us0ijbg7e{
    margin-top: auto;
}
/* FIN ACADEMICO */

/* NOSOTRAS */

.seccion_santaella .caja_boton_santaella2{
    margin-top: auto;
}
.cabecera_nosotras{
    position: relative;
    overflow: hidden;
}
.cabecera_nosotras .circulo_grande{
    display: block;
    width: 270px;
    height: 270px;
    background: #F0EDEE;
    border-radius: 100%;
    position: absolute;
    top: 105px;
    right: 40px;
}
.cabecera_nosotras .circulo_pequeño{
    display: block;
    width: 76px;
    height: 76px;
    background: #CDAFC0;
    border-radius: 100%;
    position: absolute;
    bottom: 50px;
    right: 40px;
}
@media screen and (max-width:991px) and (min-width:768px){
    .cabecera_nosotras .circulo_grande{
        display: block;
        width: 270px;
        height: 270px;
        background: #F0EDEE;
        border-radius: 100%;
        position: absolute;
        top: 105px;
        right: 40px;
    }
    .cabecera_nosotras .circulo_pequeño{
        display: block;
        width: 76px;
        height: 76px;
        background: #CDAFC0;
        border-radius: 100%;
        position: absolute;
        bottom: 60px;
        right: 50px;
    }
}
@media screen and (max-width:767px){
    .cabecera_nosotras .circulo_grande{
        display: block;
        width: 240px;
        height: 240px;
        background: #F0EDEE;
        border-radius: 100%;
        position: absolute;
        top: 100px;
        right: -60px;
    }
    .cabecera_nosotras .circulo_pequeño{
        display: block;
        width: 76px;
        height: 76px;
        background: #CDAFC0;
        border-radius: 100%;
        position: absolute;
        bottom: 280px;
        right: initial;
        left: 50px;
    }
}
/* FIN NOSOTRAS */

/* CONTACTO */
.fl-node-wnk4dycs89vz a{
    font-weight: 300;
    color: #323232;
}
.fl-node-wnk4dycs89vz a:hover{
    font-weight: 300;
    color: #B5417F;
}



.form_contact_us p{
    margin-bottom: 30px;
    width: 100%;
}
@media screen and (min-width:768px){
    .form_contact_us .part1,
    .form_contact_us .part2{
        display: flex;
        justify-content: space-between;
    }
    .form_contact_us .part1 p:first-child,
    .form_contact_us .part2 p:first-child{
        margin-right: 15px;
    }
    .form_contact_us .part1 p:last-child,
    .form_contact_us .part2 p:last-child{
        margin-left: 15px;
    }
}
.form_contact_us label{
    font-weight: 700;
    color: #323232;
    font-family:'raleway';
    font-style: 20px;
    line-height: 20px;
}
.form_contact_us input[type="text"],
.form_contact_us input[type="email"],
.form_contact_us input[type="tel"]{
    background-color: #CDAFC0;
    color: #323232;
    font-family: 'roboto';
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    border: none;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    width: 100%;
}
.form_contact_us textarea{
    background-color: #CDAFC0;
    color: #323232;
    font-family: 'roboto';
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    border: none;
    padding-left: 15px;
    margin-top: 20px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.form_contact_us input:not([type=checkbox]):focus,
.form_contact_us textarea:focus{
    background-color: #B5417F !important;
    color: #ffffff !important;
}
/* @media screen and (max-width:991px){
    .form_contact_us input[type="text"],
    .form_contact_us input[type="email"],
    .form_contact_us input[type="tel"]{

        max-width: 100%;
        width: 100%;
    }
    .form_contact_us textarea{

        max-width: 100%;
        width: 100%;
    }
} */
.form_contact_us input[type=checkbox] {
    position: relative;
      cursor: pointer;
      width: 1px;
}
.form_contact_us input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -3px;
    left: -5px;
    background-color: #CDAFC0;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.form_contact_us input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #323232;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 3px;
}
.form_contact_us .wpcf7-acceptance .wpcf7-list-item{
	margin-left: 0;
}

.form_contact_us .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label{
	margin-left: 15px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    color: #323232;
    font-family: 'roboto';
}
.form_contact_us .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a{
    font-size: 18px;
    font-weight: 300;
    color: #B5417F;
    line-height: 21px;
    font-family: 'roboto';
}
.form_contact_us .wpcf7-acceptance input[type="checkbox"]{
    margin-left: 5px;
}

.form_contact_us input[type="submit"]{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #323232 !important;
    display: flex;
    align-items: center;
    position: relative;
    background: transparent !important;
    padding-left: 0;
    margin-top: 50px;
}

.form_contact_us input[type="submit"]:hover{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #323232 !important;
    display: flex;
    align-items: center;
    position: relative;
    background: transparent !important;
    padding-left: 0;
    margin-top: 50px;
}
.form_contact_us input[type="submit"]:focus{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #323232 !important;
    display: flex;
    align-items: center;
    position: relative;
    background: transparent !important;
    padding-left: 0;
    margin-top: 50px;
}
@media screen and (max-width:767px){
    .form_contact_us input[type="submit"]{
        margin-top: 50px;
    }
}
.form_contact_us .wpcf7-not-valid-tip{
    color: #B5417F;
}
.form_contact_us .wpcf7-response-output{
    color: #B5417F !important;
    border: 0 !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

/* FIN CONTACTO */

/* CLIENTES */
.contenedor_opinion{
    padding: 40px;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    display: flex;
    justify-content: center; /* centra verticalmente */
    row-gap: 25px;
    background-image: none;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center top -25px;
}
.contenedor_opinion .part1{
    display: flex;
    justify-content: space-between;
}
.contenedor_opinion .part1 .imagen_opinion{
    width:55px;
    min-width: 55px;
    height: 55px;
    min-height: 55px;
    border-radius: 100%;
    overflow: hidden;
    background: #F0EDEE;
    transform: translateX(20px);
}
.contenedor_opinion .part1 .imagen_opinion img{
    width:55px;
    height: 55px;
    object-fit: contain;
}
.contenedor_opinion .part1 .caja_texto .nombre_opinion{
    font-family: 'raleway';
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    text-align: start;
}
.contenedor_opinion .part1 .caja_texto .puesto_opinion{
    font-family: 'roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #323232;
    text-align: start;
    margin-top: 10px;
}

@media screen and (max-width:767px){
    .contenedor_opinion .part1 .caja_texto .nombre_opinion{
        margin-bottom: 20px;
    }
    .contenedor_opinion .part1 .caja_texto{
        margin-bottom: 20px;
    }
}
.contenedor_opinion .part2{
    /*margin-top: auto;*/
}

.contenedor_opinion .part2 .texto_opinion p{
    font-family: 'roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: start;
}
.fl-node-ncxq4i09uso8 .uabb-blog-posts ul.slick-dots li button:before{
    font-size: 10px;
    color: #CDAFC0;
    opacity: 1;
}
.fl-node-ncxq4i09uso8 .uabb-blog-posts-carousel ul.slick-dots li.slick-active button:before{
    color: #B5417F;
    opacity: 1;
}
/* FIN CLIENTES */

/* BLOG */
.contenedor_post .caja_imagen{
    height: 260px;
    width: 100%;
    overflow: hidden;
}
.contenedor_post .caja_imagen img{
    height: 260px;
    width: 100%;
    object-fit: cover;
}
.contenedor_post .caja_texto{
    margin-top: 30px;
}
.contenedor_post .caja_texto .titulo_post{
    font-weight: 700;
    font-family: 'raleway' !important;
    font-size: 20px;
    line-height: 20px;
    text-align: start;
    color: #323232 !important;
    margin-right: 30px;
}
.contenedor_post .caja_texto .fecha{
    font-weight: 300;
    font-family: 'roboto';
    font-size: 18px;
    line-height: 21px;
    text-align: end;
}
.contenedor_post .caja_texto .part1{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contenedor_post .caja_texto .part2 p{
    font-weight: 300;
    font-family: 'roboto';
    font-size: 18px;
    line-height: 21px;
    text-align: start;
}

/* FIN BLOG */

/* menu */
header.fl-builder-content-129{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
header .fl-node-f576wor0egm2 .fl-active .hamburger-menu .fl-hamburger-menu-top{
    transform: translate(500px, 49px) rotate(135deg);
}
header .fl-node-f576wor0egm2 .fl-active .hamburger-menu .fl-hamburger-menu-middle{
    display: none;
}
header .fl-node-f576wor0egm2 .fl-active .hamburger-menu .fl-hamburger-menu-bottom{
    transform: translate(430px, -281px) rotate(45deg);
}

header .fl-node-f576wor0egm2 .hamburger-menu{
    width: 25px;
}

header .fl-node-f576wor0egm2 .hamburger-menu .fl-hamburger-menu-top,
header .fl-node-f576wor0egm2 .hamburger-menu .fl-hamburger-menu-middle,
header .fl-node-f576wor0egm2 .hamburger-menu .fl-hamburger-menu-bottom {
    height: 60px;
}

/* FIN menu */

/* footer */
footer .footer_menu_legal .menu-item:not(:last-child){
    margin-bottom: 15px;
}
/* FIN FOOTER */

/* AÑADIR ICONO ETIQUETA ANTES DEL CONTENIDO PARA EL BLOQUE NATIVO "ETIQUETAS" */

.taxonomy-post_tag.wp-block-post-terms:before {
  content: "\f02c"; /* Código del icono de etiqueta en Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px; /* Espacio entre el icono y las etiquetas */
}

/* NUEVOS ESTILOS PARA EL BOTÓN DE ENVIAR DEL FORMULARIO DE CONTACTO */
.wpcf7-submit-wrapper {
  position: relative;
  display: inline-block;
  margin-top: -50px;
}

/* Imagen como pseudo-elemento */
.wpcf7-submit-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translate(0px, -50%);
  width: 10px;
  height: 20px;
  background-image: url('../images/arrow_botton_color.webp');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: transform 0.3s;
}

/* Animación al hacer hover sobre el botón */
.wpcf7-submit-wrapper:hover::after {
  transform: translate(6px, -50%);
}

.form_contact_us input[type="submit"], .form_contact_us input[type="submit"]:hover{
    margin-top: 0px;
    font-family: 'Roboto';
}

/* MODIFICAR ESTILO DE LAS ENTRADAS EL ARCHIVO DEL BLOG */

.contenedor_post .caja_texto {
    padding-left: 20px;
    padding-right: 20px;
}

.fl-node-7ty5ua8vgwec .uabb-blog-posts-shadow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

/* CONTROLAR EL SOLAPAMIENTO DE LAS ENCABEZADOS Y LOS CÍRCUL0S */

.capa-1{
    position: relative;
    z-index:1;
}