@charset "utf-8";

/* CSS Document */
body {
    padding: 0px;
    margin: 0px;
    background: #f1f7f7;
    font-size: 16px;
    color: #282828;
    line-height: 20px;
    font-family: 'Yolk-Regular';
}

article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
main,
nav,
section,
audio,
video,
source {
    display: block;
    margin: 0;
    padding: 0;
}

a,
img {
    border: medium none;
}

a {
    color: #192432;
    text-decoration: none;
}

div {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}

a {
    color: #192432;
    outline: none;
}

ul,
li {
    list-style: none;
}

a:focus,
:focus {
    outline: none;
}

ul,
ol {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
    line-height: 1px;
    padding: 0px;
    height: 0px;
    font-size: 1px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.anim {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.anim2 {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.row {
    width: 1172px;
    margin: auto;
    padding: 0px;
}

.row1 {
    width: 810px;
    margin: auto;
    padding: 0px;
}

.row2 {
    width: 900px;
    margin: auto;
    padding: 0px;
}

.row3 {
    width: 845px;
    margin: auto;
    padding: 0px;
}

header {
    float: left;
    width: 100%;
}

.hm-mnu.wht-bg {
    background: #fff;
}

.top-hdr {
    float: left;
    width: 100%;
    background: #26416e;
    padding: 16px 0 14px;
}

.top-hdr .top-lft {
    float: left;
    width: auto;
}

.top-hdr .top-lft ul {
    float: left;
    width: auto;
    margin-top: 3px;
}

.top-hdr .top-lft ul li {
    float: left;
    width: auto;
    margin-right: 15px;
}

.top-hdr .top-lft ul li a {
    float: left;
    width: auto;
    transition: all .5s ease;
}

.top-hdr .top-lft ul li a:hover {
    opacity: 0.7;
}

.top-hdr .top-rgt {
    float: right;
    width: auto;
}

.top-hdr .top-rgt ul.slt-lang {
    float: right;
}

.main-menu {
    float: left;
    width: 100%;
}

.hm-mnu .main-menu {
    padding-bottom: 10px;
}

.top-main {
    float: left;
    width: 100%;
    padding: 0px 0 0;
}

.top-main .logo {
    float: left;
    width: auto;
}

.top-main .logo ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 0;
}

.top-main .logo ul li {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 20px 0;
}

.top-main .logo ul li:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 0;
    background: #CADCFF;
    width: 1px;
    height: 100%;
}

.top-main .logo ul li:last-child:after {
    display: none;
}

.top-main .logo img {
    float: left;
    width: auto;
}

.top-main .hdr-lft {
    float: right;
    width: auto;
    padding: 20px 0 0 0;
}

.com {
    float: right;
}

.com a {
    background: #a21982;
    color: #fff;
    font-size: 11px;
    border-radius: 18px;
    padding: 0px 20px;
    line-height: 28px;
    letter-spacing: 1px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    display: inline-block;
    font-family: 'Yolk-Bold';
    height: 28px;
    text-transform: uppercase;
}

.com a span {
    margin-right: 8px;
}

.com a:hover {
    background: #1665b2;
    color: #fff;
}

.social-sec {
    float: left;
    width: 100%;
    padding: 30px 0px;
    background: #fff;
}

.top-menu {
    float: right;
    padding-bottom: 15px;
}

.top-menu ul {
    float: left;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 28px;
}

.top-menu ul li {
    float: left;
    margin-right: 22px;
    line-height: 14px;
    border-right: 0px solid rgba(255, 255, 255, 0.5);
    position: relative;
}

.top-menu ul li:last-child {
    margin-right: 0;
    border: none;
    padding-right: 0;
}

ul.social {
    float: left;
    width: 100%;
    margin-right: 0;
}

.top-menu ul.social li {
    float: left;
    margin-right: 15px;
}

ul.social li:last-child {
    margin-right: 0px;
}

ul.social li {
    padding: 0;
    border: none;
    margin: 0;
}

ul.social li a {
    display: flex;
    align-items: center;
    width: 16px;
    height: 16px;
    transition: all .5s ease;
}

ul.social li a:hover {
    opacity: 0.7;
}

ul.social li a.fb {
    background: url(../../images/propuestas/facebook.svg) no-repeat 0 0;
    width: 9px;
    height: 17px;
}

ul.social li a.tw {
    background: url(../../images/propuestas/twitter.svg) no-repeat 0 0;
    width: 17px;
    height: 17px;
}

ul.social li a.in {
    background: url(../../images/propuestas/instagram.svg) no-repeat 0 0;
    width: 17px;
    height: 17px;
}

ul.social li:after {
    display: none;
}

.hm-mnu .is-sticky .main-menu {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding-bottom: 0;
}

.lang-select {
    float: right;
    margin-right: 16px;
}

.menu {
    float: right;
    margin-right: 0px;
}

.menu .cbp-hrmenu {
    width: auto;
}

.lang-select .sbSelector {
    color: #a21982;
}

.lang-select .sbToggle {
    background: url(../../images/propuestas/down-arrow.svg) no-repeat right;
    background-size: 100%;
    width: 8px;
    height: 8px;
}

.lang-select .sbOptions {
    display: inline-block;
    justify-content: inherit;
    align-items: inherit;
    padding: 0;
}

.lang-select .sbHolder .sbOptions li:last-child {
    padding: 2px 10px;
}

.lang-select .sbOptions a:focus,
.lang-select .sbOptions a.sbFocus {
    color: rgba(255, 255, 255, 0.5);
}

.lang-select .sbHolder .sbOptions li:last-child a {
    border-bottom: none;
}

.top-banner {
    float: left;
    width: 100%;
    background: #a21982;
    position: relative;
    height: 660px;
    padding: 90px 0;
}

.top-banner ul li {
    background: #a21982;
}

.banner-lft {
    width: 65%;
    float: left;
}

.banner-lft h1 {
    width: 100%;
    float: left;
    font-size: 107px;
    line-height: 100px;
    color: #fff;
    font-family: 'Yolk-Regular';
    margin-bottom: 50px;
}

.banner-lft h1 span {
    color: #FFBA1F;
    font-family: 'Yolk-Black';
    display: block;
}

.banner-rgt {
    width: 35%;
    float: right;
    justify-content: center;
    display: flex;
    text-align: center;
}

.dar-sec {
    width: 100%;
    float: left;
}

.dar-lft {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.dar-rgt {
    width: 48%;
    float: right;
}

.dar-sec p {
    color: #fff;
    font-family: 'Yolk-Regular';
    font-size: 16px;
    line-height: 25px;
}

.dar-lft a.dar-btn {
    position: relative;
    margin-right: 40px;
    background: #1665B2;
    border-radius: 20px;
    font-family: 'Yolk-Medium';
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    width: 176px;
    color: #ffffff;
    font-size: 19px;
    letter-spacing: -0.5px;
    transition: all .5s ease;
}

.dar-lft a.dar-btn:hover {
    background: #a41984;
}

.dar-lft a.dar-btn span {
    position: absolute;
    right: -40px;
    border-radius: 20px;
    background: #1665B2 url("../../images/propuestas/right-arw-plus.svg") no-repeat center center;
    width: 40px;
    height: 40px;
    transition: all .5s ease;
}

.dar-lft a.dar-btn:hover span {
    background: #a41984 url("../../images/propuestas/right-arw-plus.svg") no-repeat center center;
}

.banner-caption {
    position: absolute;
    top: 25%;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    left: 0;
}

.banner-caption h1 {
    color: #fff;
    font-size: 72px;
    font-family: 'Heebo-Light';
    line-height: 82px;
    margin-bottom: 40px;
    position: relative;
    padding-top: 0px;
    position: relative;
    letter-spacing: 1px;
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.35);
}

.banner-caption h1 span {
    font-family: 'Heebo-ExtraBold';
    display: block;
}

.banner-caption a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Heebo-Medium';
    color: #fff;
}

.btm-cap {
    position: absolute;
    bottom: 30px;
    color: #fff;
    font-size: 14px;
    background: url(../../images/propuestas/picture-white.svg) no-repeat left;
    padding-left: 24px;
    letter-spacing: 0.3px;
}

.banner-caption a:hover {
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.35);
}

.mbl-but {
    width: 100%;
    float: left;
    display: none;
}

.mbl-but a.dar-btn {
    position: relative;
    margin-right: 40px;
    background: #1665B2;
    border-radius: 20px;
    font-family: 'Yolk-Medium';
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    width: 142px;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: -0.5px;
    transition: all .5s ease;
    margin: 0 auto;
}

.mbl-but a.dar-btn:hover {
    background: #a41984;
}

.mbl-but a.dar-btn span {
    position: absolute;
    right: -34px;
    border-radius: 20px;
    background: #1665B2 url("../../images/propuestas/right-arw-plus.svg") no-repeat center center;
    width: 32px;
    height: 32px;
    transition: all .5s ease;
}

.mbl-but a.dar-btn:hover span {
    background: #a41984 url("../../images/propuestas/right-arw-plus.svg") no-repeat center center;
}


.newsletter {
    width: 86%;
    float: left;
}

.newsletter h4 {
    width: 100%;
    float: left;
    color: #fff;
    font-family: 'Yolk-Bold';
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}


.ftr-btm {
    float: left;
    width: 100%;
    z-index: 99;
    position: relative;
}

.ftr-btm ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
}

.ftr-btm ul li {
    position: relative;
    flex: 0 1 auto;
}

.ftr-btm ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.ftr-btm ul li::after {
    position: absolute;
    content: "·";
    right: -9px;
    top: 0;
    color: #fff;
}

.ftr-btm ul li:last-child:after {
    content: none;
}

.ftr-btm ul li a {
    float: left;
    width: auto;
    transition: all .5s ease;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    font-family: 'Yolk-Regular';
}

.ftr-btm ul li a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.ultimas-sec {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #f1f7f7;
}

.ultimas-sec h2 {
    width: auto;
    float: left;
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
}

.ultimas-lft {
    width: 57%;
    float: left;
    margin-right: 2.5%;
    position: relative;
}

.ultimas-lft ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 20px;
}

.ultimas-lft ul li {
    flex: 0 1 100%;
    background: #fff;
    border-radius: 7px;
}

.ultimas-lft ul li a {
    width: 100%;
    float: left;
}

.ultimas-lft ul li .ult-img {
    width: 245px;
    float: left;
    border-radius: 7px 0 0 7px;
    overflow: hidden;
    position: relative;
}

.ultimas-lft ul li .ult-img span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 25px;
    background: #F1F6F7;
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    width: 75%;
    border-radius: 17px;
    padding: 5px;
}

.ultimas-lft ul li .ult-img img {
    width: 100%;
    float: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.ultimas-lft ul li:hover .ult-img img {
    transform: scale(1.03);
}

.ultimas-lft ul li .ult-cnt {
    width: calc(100% - 245px);
    float: right;
    padding: 30px 25px;
    height: 100%;
}

.ultimas-lft ul li .ult-cnt h3 {
    width: 100%;
    float: left;
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 21px;
    line-height: 30px;
    padding-bottom: 30px;
    transition: all .5s ease;
}

.ultimas-lft ul li:hover .ult-cnt h3 {
    color: #a41984;
}

.dat-lst {
    width: 100%;
    float: left;
}

.dat-lst ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 0;
}

.dat-lst ul li {
    flex: 0 1 auto;
    color: #a21982;
    font-family: 'Yolk-Medium';
    font-size: 14px;
    line-height: 22px;
    padding-left: 32px;
    position: relative;
}

.dat-lst ul li:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 3px;
}

.dat-lst ul li.crd:after {
    background: url(../../images/propuestas/card-m.svg) no-repeat;
    width: 24px;
    height: 24px;
}

.dat-lst ul li.vec:after {
    background: url(../../images/propuestas/vector.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.ultimas-rgt {
    width: 40.5%;
    float: right;
    position: relative;
}

.ultimas-rgt ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 20px;
}

.ultimas-rgt ul li {
    flex: 0 1 100%;
}

.ultimas-rgt ul li a {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 7px;
    padding: 19px 25px;
    display: flex;
    align-items: center;
}

.ultimas-rgt ul li .ent-img {
    width: 95px;
    float: left;
    border-radius: 7px 0 0 7px;
    overflow: hidden;
    position: relative;
}

.ultimas-rgt ul li .ent-img img {
    width: 100%;
    float: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.ultimas-rgt ul li:hover .ult-img img {
    transform: scale(1.03);
}

.ultimas-rgt ul li .ent-cnt {
    width: calc(100% - 95px);
    float: right;
    padding: 0 0 0 35px;
    height: 100%;
}

.ultimas-rgt ul li .ent-cnt h4 {
    width: 100%;
    float: left;
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 19px;
    line-height: 25px;
    padding-bottom: 10px;
    transition: all .5s ease;
}

.ultimas-rgt ul li:hover .ent-cnt h4 {
    color: #a41984;
}

.ultimas-rgt ul li .ent-cnt p {
    width: 100%;
    float: left;
    color: #444444;
    font-family: 'Yolk-Regular';
    font-size: 16px;
    line-height: 25px;
}

.ult-but {
    position: absolute;
    right: 75px;
    top: 0;
}

.ult-but a {
    position: relative;
    margin-right: 40px;
    background: #a41984;
    border-radius: 20px;
    font-family: 'Yolk-Medium';
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    width: 150px;
    color: #ffffff;
    font-size: 19px;
    letter-spacing: -0.5px;
    transition: all .5s ease;
}

.ult-but a:hover {
    background: #a21982;
}

.ult-but a span {
    position: absolute;
    right: -40px;
    border-radius: 20px;
    background: #a41984 url("../../images/propuestas/right-arw-wht.svg") no-repeat center center;
    width: 40px;
    height: 40px;
    transition: all .5s ease;
}

.ult-but a:hover span {
    background: #a21982 url("../../images/propuestas/right-arw-wht.svg") no-repeat center center;
}

/*envianos*/
.envianos-sec {
    width: 100%;
    float: left;
    background: #3CB7CD;
    height: 525px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.envianos-lft {
    width: 743px;
    float: left;
    margin-right: 2%;
    position: relative;
    background: url("../../images/propuestas/on-board-illustration.svg") no-repeat top 75px left 50px;
    height: 726px;
    overflow: hidden;
}

.envianos-rgt {
    width: 49%;
    float: right;
    padding: 50px 0;
}

.envianos-sec h2 {
    width: 100%;
    float: left;
    font-size: 59px;
    line-height: 46px;
    color: #fff;
    font-family: 'Yolk-Regular';
    margin-bottom: 40px;
}

.envianos-sec h2 span {
    font-family: 'Yolk-Black';
    color: #FFBA1F;
    display: block;
}

.envianos-sec p {
    width: 100%;
    float: left;
    font-family: 'Yolk-Regular';
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 30px;
}

.envianos-sec p span {
    font-family: 'Yolk-Bold';
}

.envianos-sec a {
    position: relative;
    margin-right: 40px;
    background: #a21982;
    border-radius: 20px;
    font-family: 'Yolk-Medium';
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    width: 150px;
    color: #ffffff;
    font-size: 19px;
    letter-spacing: -0.5px;
    transition: all .5s ease;
}

.envianos-sec a:hover {
    background: #a41984;
}

.envianos-sec a span {
    position: absolute;
    right: -40px;
    border-radius: 20px;
    background: #a21982 url("../../images/propuestas/right-arw-wht.svg") no-repeat center center;
    width: 40px;
    height: 40px;
    transition: all .5s ease;
}

.envianos-sec a:hover span {
    background: #a41984 url("../../images/propuestas/right-arw-wht.svg") no-repeat center center;
}

.proximas-sec {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #f1f7f7;
}

.proximas-sec h2 {
    width: 100%;
    float: left;
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
}

.proximas-lft {
    width: 57%;
    float: left;
    margin-right: 2.5%;
    position: relative;
}

.proximas-lft ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 20px;
}

.proximas-lft ul li {
    flex: 0 1 100%;
    background: #fff;
    border-radius: 7px;
}

.proximas-lft ul li a {
    width: 100%;
    float: left;
}

.proximas-lft ul li .ult-img {
    width: 245px;
    float: left;
    border-radius: 7px 0 0 7px;
    overflow: hidden;
    position: relative;
}

.proximas-lft ul li .ult-img span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 25px;
    background: #F1F6F7;
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    width: 75%;
    border-radius: 17px;
    padding: 5px;
}

.proximas-lft ul li .ult-img img {
    width: 100%;
    float: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.proximas-lft ul li:hover .ult-img img {
    transform: scale(1.03);
}

.proximas-lft ul li .ult-cnt {
    width: calc(100% - 245px);
    float: right;
    padding: 20px 20px;
    height: 100%;
}

.proximas-lft ul li .ult-cnt h2 {
    float: left;
    width: 100%;
    font-family: 'Yolk-Bold';
    color: #a21982;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -0.31px;
    margin-bottom: 12px;
    transition: all .5s ease;
}

.proximas-lft ul li:hover .ult-cnt h2 {
    color: #a41984;
}

.proximas-lft ul li .ult-cnt h4 {
    float: left;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    background: #a41984;
    font-family: 'Yolk-Bold';
    text-align: center;
    border-radius: 14px;
    height: 24px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.86px;
    transition: all .5s ease;
}

.proximas-lft ul li:hover .ult-cnt h4 {
    background: #a21982;
}

.proximas-lft ul li .ult-cnt p {
    float: left;
    width: 100%;
    color: #2B2B2B;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    padding-bottom: 22px;
}

.proximas-lft ul li .ult-cnt .agenda-det {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

.proximas-lft ul li .ult-cnt .agenda-det h3 {
    flex: 0 1 100%;
    color: #303030;
    font-size: 14px;
    line-height: 20px;
}

.proximas-lft ul li .ult-cnt .agenda-det h3 span {
    font-family: 'Yolk-Bold';
    color: #a21982;
}

.proximas-lft ul li .ult-cnt .agenda-det h3 strong {
    font-weight: normal;
}

.proximas-rgt {
    width: 40.5%;
    float: right;
    padding-top: 70px;
}

.proximas-rgt ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 20px;
}

.proximas-rgt ul li {
    flex: 0 1 100%;
}

.proximas-rgt ul li a {
    width: 100%;
    float: left;
    border-radius: 7px;
    padding: 20px 30px;
    min-height: 235px;
    position: relative;
    overflow: hidden;
}

.proximas-rgt ul li.func a {
    background: url("../../images/propuestas/func-bg.svg") no-repeat;
    background-size: cover;
}

.proximas-rgt ul li.preg a {
    background: url("../../images/propuestas/preg-bg.svg") no-repeat;
    background-size: cover;
}

.proximas-rgt ul li.cont a {
    background: url("../../images/propuestas/cont-bg.svg") no-repeat;
    background-size: cover;
}

.proximas-rgt ul li .prox-icon {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.proximas-rgt ul li h4 {
    width: 100%;
    float: left;
    font-family: 'Yolk-Black';
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 8px;
}

.proximas-rgt ul li p {
    width: 100%;
    float: left;
    font-family: 'Yolk-Regular';
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.proximas-rgt ul li a span {
    position: absolute;
    right: 40px;
    bottom: 40px;
    border-radius: 20px;
    background: #a41984 url("../../images/propuestas/right-arw-wht.svg") no-repeat center center;
    width: 40px;
    height: 40px;
    transition: all .5s ease;
}

.proximas-rgt ul li.cont a span {
    background: #a21982 url("../../images/propuestas/right-arw-wht.svg") no-repeat center center;
}

.proximas-rgt ul li:hover a span {
    background: #fff url("../../images/propuestas/right-arw-org.svg") no-repeat center center;
}

/*entidades-sec*/
.entidades-sec {
    width: 100%;
    float: left;
    padding-bottom: 60px;
    position: relative;
}

.entidades-sec:after {
    content: "";
    position: absolute;
    background: url(../../images/propuestas/otras-bg.svg) no-repeat;
    left: 0;
    width: 100%;
    height: 530px;
    z-index: -1;
    bottom: 0px;
    background-size: cover;
}

.entidades-sec ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 25px;
    align-items: center;
    justify-content: center;
    padding-bottom: 65px;
}

.entidades-sec ul li {
    flex: 0 1 23.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.entidades-sec ul li a {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 7px;
    padding: 30px;
}

.entidades-sec ul li .ateneo-img {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.entidades-sec ul li .ateneo-cnt {
    width: 100%;
    float: left;
}

.entidades-sec ul li .ateneo-cnt h3 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 18px;
    line-height: 28px;
    transition: all .5s ease;
}

.entidades-sec ul li:hover .ateneo-cnt h3 {
    color: #a41984;
}

.entidades-sec ul li .ateneo-cnt ul {
    column-gap: 0;
    row-gap: 8px;
    padding-bottom: 0;
}

.entidades-sec ul li .ateneo-cnt ul li {
    flex: 0 1 100%;
    color: #2B2B2B;
    font-family: 'Yolk-Regular';
    font-size: 16px;
    line-height: 24px;
}

.entidades-sec ul li .ateneo-cnt ul li span {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.entidades-sec ul li .ateneo-cnt ul li.pro span {
    background: url(../../images/propuestas/pro-icon.svg) no-repeat 0 0;
}

.entidades-sec ul li .ateneo-cnt ul li.seg span {
    background: url(../../images/propuestas/seg-icon.svg) no-repeat 0 0;
}

a.car-mas.plus span {
    position: absolute;
    right: -40px;
    border-radius: 20px;
    background: #a41984 url("../../images/propuestas/right-arw-plus.svg") no-repeat center center;
    width: 40px;
    height: 40px;
    transition: all .5s ease;
}

a.car-mas.plus:hover span {
    background: #a21982 url("../../images/propuestas/right-arw-plus.svg") no-repeat center center;
}

.otras-actividades.noticias {
    padding: 0 0 65px 0;
}

.otras-actividades.noticias ul li {
    border-radius: 7px !important;
    overflow: hidden;
}

.agenda-lst.full-width ul {
    column-gap: 0;
    row-gap: 0;
    padding-bottom: 30px;
}

.agenda-lst.full-width ul li {
    flex: 0 1 100%;
    background: #fff;
}

.agenda-lst.full-width ul li .agenda-img {
    width: 60%;
    float: left;
}

.agenda-lst.full-width ul li .agenda-cnt {
    width: 40%;
    float: right;
    padding: 40px;
}

.otras-actividades.otras-bg.ot-not {
    padding: 65px 0;
    position: relative;
}

.otras-actividades.otras-bg.ot-not:after {
    content: "";
    position: absolute;
    background: url(../../images/propuestas/otras-bg.svg) no-repeat;
    left: 0;
    width: 100%;
    height: 1200px;
    z-index: -1;
    top: -220px;
    background-size: cover;
}

.otras-actividades.otras-bg.ot-not ul li {
    border-radius: 7px !important;
    overflow: hidden;
}

.news-sec {
    width: 100%;
    float: left;
}

.news-title {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}

.news-title h2 {
    width: 100%;
    float: left;
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 18px;
}

.news-title h2 span {
    font-family: 'Yolk-Regular';
}

.news-title h3 {
    width: 100%;
    float: left;
    color: #424242;
    font-family: 'Yolk-Bold';
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

.news-title h6 {
    width: 100%;
    float: left;
    color: #424242;
    font-family: 'Yolk-Regular';
    font-size: 16px;
    line-height: 25px;
}

.news-img {
    width: 100%;
    float: left;
    overflow: hidden;
    border: 10px solid #fff;
    margin-bottom: 10px;
}

.news-img img {
    width: 100%;
    float: left;
    transition: all .5s ease;
}

.news-img:hover img {
    transform: scale(1.03);
}

.news-cnt {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.news-cnt p {
    width: 100%;
    float: left;
    color: #444444;
    font-family: 'Yolk-Regular';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.news-cnt p span {
    color: #010000;
    font-family: 'Yolk-Medium';
    font-size: 18px;
    line-height: 25px;
}

.news-cnt p.sml {
    font-size: 12px;
    color: #424242;
}

.news-cnt p:last-child {
    margin-bottom: 0;
}

.news-social {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.news-inner {
    width: 100%;
    float: left;
    padding: 0 75px;
    margin-bottom: 30px;
}

.news-title ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 0;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}

.news-title ul li {
    flex: 0 1 auto;
    font-family: 'Yolk-Regular';
    font-size: 18px;
    color: #878787;
    position: relative;
}

.news-title ul li span {
    font-size: 18px;
    color: #a21982;
    font-family: 'Yolk-Bold';
}

.news-title ul li:after {
    position: absolute;
    content: "";
    right: -20px;
    width: 1px;
    height: 100%;
    background: #979797;
}

.news-title ul li:last-child:after {
    display: none;
}

/*FAQ*/
body.innr-bg.faq-img {
    position: relative;
}

body.innr-bg.faq-img:before {
    background: url(../../images/propuestas/preguntas-frecuentes-illustration.svg) no-repeat 0 0;
    width: 819px;
    height: 715px;
    right: 0px;
    top: 0;
    position: absolute;
    content: '';
    z-index: -1;
    background-position: 170px -55px;
}

.faq-sec {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}

.faqs {
    width: 894px;
    float: left;
    margin-bottom: 50px;
}

.faqs h3 {
    width: 100%;
    float: left;
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
}

.faqs:last-child {
    margin-bottom: 0;
}

.m-t-40 {
    margin-top: 40px;
}

/* breadcrum css */
.breadcrum {
    float: left;
    width: 100%;
    padding: 15px 0 30px;
}

.breadcrum ul {
    float: left;
    width: 100%;
}

.breadcrum ul li {
    float: left;
    width: auto;
    font-family: 'Yolk-Bold';
    color: #2B2B2B;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.5px;
    padding-right: 10px;
    margin-right: 5px;
    position: relative;
}

.breadcrum ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.breadcrum ul li:last-child:after {
    content: none;
}

.breadcrum ul li a {
    font-family: 'Yolk-Regular';
    color: #2B2B2B;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.5px;
    transition: all .5s ease;
}

.breadcrum ul li::after {
    position: absolute;
    content: "|";
    right: 0;
    top: 0;
}

.breadcrum ul li a:hover {
    color: #a21982;
}

/* inner main title css */
.inner-main-title {
    float: left;
    width: 100%;
    padding-bottom: 40px;
}

.inner-main-title h1 {
    float: left;
    width: 100%;
    font-family: 'Yolk-Black';
    color: #a21982;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1.72px;
    padding-bottom: 25px;
}

.inner-main-title h4 {
    float: left;
    width: 100%;
    color: #2B2B2B;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
}

.inner-main-title h4 span {
    font-family: 'Yolk-Bold';
}

.agenda-category {
    float: left;
    width: 100%;
    padding-bottom: 60px;
}

.filter-lst {
    float: left;
    width: 100%;
    margin-bottom: 45px;
    background: #ffffff;
    border-radius: 40px;
    height: 80px;
    padding: 0 35px 0 55px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
}

.filter-lst ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
}

.filter-lst ul li {
    flex: 0 1 175px;
}

.filter-lst ul li:last-child {
    flex: 1;
    display: flex;
    justify-content: end;
}

.filter-lst ul li .select_box_input {
    background: none;
    width: 100%;
    font-family: 'Yolk-Bold';
    padding: 0px 25px 0 18px;
    border: none;
    border: 1px solid #E9E9E9;
    border-radius: 19px;
    color: #303030;
    height: 37px;
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.filter-lst ul li .select_box_input.open {
    color: #a21982;
}

.filter-lst ul li .nice-select::after {
    border-bottom: 1.5px solid #303030;
    border-right: 1.5px solid #303030;
    right: 15px;
}

.filter-lst ul li .nice-select.open::after {
    border-bottom: 1.5px solid #a21982;
    border-right: 1.5px solid #a21982;
}

.filter-lst ul li .nice-select .list {
    width: 100%;
    border-radius: 10px;
    column-gap: 0;
    row-gap: inherit;
}

.filter-lst ul li .nice-select .list li {
    flex: 0 1 100%;
    font-family: 'Yolk-Medium';
    width: 100% !important;
    margin: 0px 0px;
    font-size: 12px;
    padding: 2px 12px !important;
    color: #303030;
    justify-content: start;
}

.filter-lst ul li .nice-select .option:hover {
    color: #fff;
    background: #a21982;
}

.filter-lst ul li input[type="text"].datepicker-here {
    background: none;
    width: 100%;
    padding: 0px 25px 0 18px;
    border: 1px solid #E9E9E9;
    border-radius: 19px;
    color: #93908A;
    height: 37px;
    line-height: 21px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Yolk-Medium';
    background: url(../../images/propuestas/calendar.svg) no-repeat center right 10px;
}

.filter-lst ul li input[type="text"].datepicker-here:focus {
    color: #a21982;
    border: solid 1px #a21982;
}

a.filter-btn {
    position: relative;
    margin-right: 40px;
    text-transform: uppercase;
    background: #a41984;
    border-radius: 20px;
    font-family: 'Yolk-Medium';
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    width: 117px;
    color: #ffffff;
    font-size: 19px;
    letter-spacing: -0.5px;
    transition: all .5s ease;
}

a.filter-btn:hover {
    background: #a21982;
}

a.filter-btn span {
    position: absolute;
    right: -40px;
    border-radius: 20px;
    background: #a41984 url("../../images/propuestas/right-arw-wht.svg") no-repeat center center;
    width: 40px;
    height: 40px;
    transition: all .5s ease;
}

a.filter-btn:hover span {
    background: #a21982 url("../../images/propuestas/right-arw-wht.svg") no-repeat center center;
}

.agenda-lst {
    float: left;
    width: 100%;
}

.agenda-lst ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.5%;
    row-gap: 30px;
    padding-bottom: 65px;
}

.agenda-lst ul li {
    flex: 0 1 31.6%;
}

.agenda-lst-main {
    float: left;
    width: 100%;
}

.agenda-lst-main .agenda-img {
    float: left;
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.agenda-lst-main .agenda-img img {
    float: left;
    width: 100%;
    transition: all .5s ease;
}

.agenda-lst-main:hover .agenda-img img {
    transform: scale(1.03);
}

.agenda-lst-main .agenda-cnt {
    float: left;
    width: 100%;
    padding: 30px 25px;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
}

.agenda-lst-main .agenda-cnt h2 {
    float: left;
    width: 100%;
    font-family: 'Yolk-Bold';
    color: #a21982;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -0.31px;
    padding-bottom: 10px;
    transition: all .5s ease;
}

.agenda-lst-main:hover .agenda-cnt h2 {
    color: #a41984;
}

.agenda-lst-main .agenda-cnt h4 {
    float: left;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #a41984;
    font-family: 'Yolk-Bold';
    text-align: center;
    border-radius: 14px;
    height: 24px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.86px;
    transition: all .5s ease;
}

.agenda-lst-main:hover .agenda-cnt h4 {
    background: #a21982;
}

.agenda-lst-main .agenda-cnt p {
    float: left;
    width: 100%;
    color: #2B2B2B;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    padding-bottom: 22px;
}

.agenda-lst-main .agenda-cnt .agenda-det {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

.agenda-lst-main .agenda-cnt .agenda-det h3,
.agenda-lst-main .agenda-cnt .agenda-det h3 span.hide {
    flex: 0 1 100%;
    color: #303030;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Yolk-Regular';
}

.agenda-lst-main .agenda-cnt .agenda-det h3:last-child,
.agenda-lst-main .agenda-cnt .agenda-det h3:last-child span.hide {
    color: #878787;
}

.agenda-lst-main .agenda-cnt .agenda-det h3 span {
    font-family: 'Yolk-Bold';
    color: #a21982;
}

.btn-ctr {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.car-mas {
    position: relative;
    margin-right: 40px;
    text-transform: uppercase;
    background: #a41984;
    border-radius: 20px;
    font-family: 'Yolk-Medium';
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    width: 174px;
    color: #ffffff;
    font-size: 19px;
    letter-spacing: -0.5px;
    transition: all .5s ease;
}

a.car-mas:hover {
    background: #a21982;
}

a.car-mas span {
    position: absolute;
    right: -40px;
    border-radius: 20px;
    background: #a41984 url("../../images/propuestas/right-arw-wht.svg") no-repeat center center;
    width: 40px;
    height: 40px;
    transition: all .5s ease;
}

a.car-mas:hover span {
    background: #a21982 url("../../images/propuestas/right-arw-wht.svg") no-repeat center center;
}

.mob-filter {
    display: none;
    float: left;
    width: 100%;
}

a.mob-filter-btn {
    position: relative;
    margin-right: 40px;
    text-transform: uppercase;
    background: #a41984;
    border-radius: 20px;
    font-family: 'Yolk-Medium';
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    width: 117px;
    color: #ffffff;
    font-size: 19px;
    letter-spacing: -0.5px;
    transition: all .5s ease;
}

a.mob-filter-btn p {
    color: #ffffff;
}

a.mob-filter-btn p.cer-txt {
    display: none;
}

a.mob-filter-btn:hover {
    background: #a21982;
}

a.mob-filter-btn span {
    position: absolute;
    right: -40px;
    border-radius: 20px;
    background: #a41984 url("../../images/propuestas/filter-menu.svg") no-repeat center center;
    width: 40px;
    height: 40px;
    transition: all .5s ease;
}

a.mob-filter-btn:hover span {
    background: #a21982 url("../../images/propuestas/filter-menu.svg") no-repeat center center;
}

a.mob-filter-btn.close p.flt-txt {
    display: none;
}

a.mob-filter-btn.close p.cer-txt {
    display: block;
}

a.mob-filter-btn.close {
    background: #C0BCB2;
}

a.mob-filter-btn.close:hover {
    background: #a41984;
}

a.mob-filter-btn.close span {
    background: #C0BCB2 url("../../images/propuestas/close-ico.svg") no-repeat center center;
}

a.mob-filter-btn.close:hover span {
    background: #a41984 url("../../images/propuestas/close-ico.svg") no-repeat center center;
}

.inr-ttl-cont-btn.inner-main-title h4 {
    padding-bottom: 28px;
}

.inr-ttl-cont-btn a.car-mas {
    width: 230px;
}

/* propuesta */
.propuesta {
    float: left;
    width: 100%;
}

.propuesta-lst ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 25px;
}

.propuesta-lst ul li {
    flex: 0 1 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.propuesta-lst {
    float: left;
    width: 100%;
    padding-bottom: 65px;
}

.propuesta-lst-dtl {
    float: left;
    width: 100%;
    display: flex;
}

.prop-img {
    float: left;
    width: 243px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    position: relative;
    display: contents;
}

.prop-img a {
    position: absolute;
    z-index: 9;
    bottom: 17px;
    left: 17px;
    float: right;
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    background: #F1F6F7;
    padding: 8px 12px;
    border-radius: 20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: none;
}

.prop-img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.propuesta ul li:hover .prop-img img {
    transform: scale(1.1);
}

.prop-cont {
    float: left;
    width: calc(100% - 243px);
    padding: 25px 34px 44px 40px;
    background: #fff;
    border-radius: 0 10px 10px 0;
}

.prop-cont h3 {
    float: left;
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -0.25px;
    padding-bottom: 14px;
}

.prop-para {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.prop-cont p {
    float: left;
    color: #444444;
    font-family: 'Yolk-Regular';
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.1px;
    padding-bottom: 25px;
}

.prop-para a {
    float: right;
}

.prop-cont ul.ateneo {
    float: left;
    width: 100%;
    column-gap: 3.5%;
    display: inline-flex;
    padding-bottom: 0;
}

.prop-cont ul.ateneo li {
    float: left;
    flex: 0 1 auto;
    color: #a21982;
    font-family: 'Yolk-Medium';
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.1px;
    padding-left: 30px;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.prop-cont ul.ateneo li:after {
    content: "";
    position: absolute;
    background: url(../../images/propuestas/user-m-blue.svg) no-repeat;
    width: 16px;
    height: 20px;
    left: 0;
    top: -3px;
    background-size: 100%;
}

.prop-cont ul.ateneo li.date:after {
    background: url(../../images/propuestas/card-m.svg) no-repeat;
    width: 20px;
    height: 16px;
    top: 0;
    background-size: 100%;
}

.prop-cont ul.ateneo li.comment:after {
    background: url(../../images/propuestas/comments-m.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.prop-cont ul.ateneo li:hover {
    color: #2B2B2B;
}

.prop-cont ul.ateneo li:hover:after {
    content: "";
    position: absolute;
    background: url(../../images/propuestas/user-m-blue-h.svg) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 60px;
    left: 0;
    top: -3px;
}

.prop-cont ul.ateneo li.date:hover:after {
    background: url(../../images/propuestas/card-m-h.svg) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 16px;
    top: 0;
}

.prop-cont ul.ateneo li.comment:hover:after {
    background: url(../../images/propuestas/comments-m-h.svg) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
}

.prop-cont ul.ateneo li a {
    float: left;
    flex: 0 1 auto;
    color: #a21982;
    font-family: 'Yolk-Medium';
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.1px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.prop-cont ul.ateneo li a:hover {
    color: #2B2B2B;
}

.prop-cont ul.ateneo li:last-child {
    padding-right: 0;
}

.prop-btn {
    float: left;
    width: 100%;
    display: none;
    padding: 25px 0 0 0;
}

.prop-ttl {
    float: left;
    width: 100%;
}

.prop-ttl a {
    float: right;
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    background: #F1F6F7;
    padding: 10px 15px;
    border-radius: 20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.prop-ttl a:hover {
    background: #a21982;
    color: #fff;
}

.prop-para a.car-mas,
.prop-btn a.car-mas {
    position: relative;
    margin-right: 40px;
    text-transform: uppercase;
    background: #a41984;
    border-radius: 20px;
    font-family: 'Yolk-Medium';
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    width: 230px;
    color: #ffffff;
    font-size: 19px;
    letter-spacing: -0.5px;
    transition: all .5s ease;
}

.prop-para a.car-mas:hover,
.prop-btn a.car-mas:hover {
    background: #a21982;
}

.prop-para a.car-mas span,
.prop-btn a.car-mas span {
    position: absolute;
    right: -40px;
    border-radius: 20px;
    background: #a41984 url("../../images/propuestas/right-arw-wht.svg") no-repeat center center;
    width: 40px;
    height: 40px;
    transition: all .5s ease;
}

.prop-para a.car-mas:hover span,
.prop-btn a.car-mas:hover span {
    background: #a21982 url("../../images/propuestas/right-arw-wht.svg") no-repeat center center;
}

/* entidad-presentacion */
.entidad-presentacion {
    float: left;
    width: 100%;
}

.ateneo-palma-rio {
    float: left;
    width: 100%;
    padding: 0 0 52px 0;
    display: flex;
    flex-direction: row-reverse;
}

.ateneo-info {
    float: left;
    width: 40%;
    background: #fff;
    padding: 40px 55px 60px 57px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
}

.ateneo-slide {
    float: left;
    width: 60%;
}

.ateneo-info h2 {
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.2px;
    padding-bottom: 15px;
}

.ateneo-info p {
    color: #424242;
    font-family: 'Yolk-Regular';
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding-bottom: 17px;
}

.ateneo-info ul {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.ateneo-info ul li {
    float: left;
    width: 100%;
    color: #2b2b2b;
    font-family: 'Yolk-Medium';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    padding-left: 38px;
    padding-bottom: 18px;
    background: url(../../images/propuestas/location-m.svg) no-repeat left 6px;
}

.ateneo-info ul li.loc {
    float: left;
    width: 100%;
}

.ateneo-info ul li p {
    color: #2b2b2b;
    font-family: 'Yolk-Regular';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    padding-bottom: 0;
    text-transform: inherit;
}

.ateneo-info ul li.email {
    background: url(../../images/propuestas/email-m.svg) no-repeat left 6px;
}

.ateneo-info ul li.email a {
    color: #a41984;
    text-decoration: underline;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.ateneo-info ul li.email a:hover {
    color: #a21982;
}

.ateneo-info ul li.ph {
    background: url(../../images/propuestas/phone-m.svg) no-repeat left 2px;
    font-family: 'Yolk-Regular';
}

ul.la-scl-lnks {
    float: left;
    width: 100%;
    display: flex;
    column-gap: 14px;
    align-items: center;
    padding-bottom: 0;
}

ul.la-scl-lnks li {
    flex: 0 1 auto;
    background: none;
    padding-left: 0 !important;
    padding-bottom: 0;
    width: auto;
}

ul.la-scl-lnks li a {
    float: left;
    transition: all .5s ease;
    width: 45px;
    height: 45px;
}

ul.la-scl-lnks li a.fb-ico {
    background: url("../../images/propuestas/facebook.png") no-repeat scroll 0 0;
}

ul.la-scl-lnks li a.tw-ico {
    background: url("../../images/propuestas/twitter.png") no-repeat scroll 0 0;
}

ul.la-scl-lnks li a.ig-ico {
    background: url("../../images/propuestas/instagram.png") no-repeat scroll 0 0;
}

ul.la-scl-lnks li a.yt-ico {
    background: url("../../images/propuestas/youtube.png") no-repeat scroll 0 0;
}

ul.la-scl-lnks li a:hover {
    opacity: 0.6;
}

#ateneo-palma-slide {
    float: left;
    width: 100%;
}

.ateneo-slide .owl-stage {
    padding-left: 0 !important;
}

.ateneo-slide .owl-nav {
    top: 45%;
    width: 100%;
}

.ateneo-slide .fa-chevron-left {
    left: calc(50% - 370px);
    position: absolute;
    background: url(../../images/propuestas/arrow-lft.png) no-repeat;
    height: 40px;
    width: 40px;
    border: none;
    cursor: pointer;
    padding: 0;
}

.ateneo-slide .fa-chevron-right {
    right: calc(50% - 370px);
    position: absolute;
    background: url(../../images/propuestas/arrow-rht.png) no-repeat;
    height: 40px;
    width: 40px;
    border: none;
    cursor: pointer;
    padding: 0;
}

.ateneo-slide .ateneo-palma-img {
    float: left;
    width: 100%;
}

.ateneo-slide .ateneo-palma-img img {
    float: left;
    width: 100% !important;
}

#ateneo-palma-slide {
    height: 100%;
}

#ateneo-palma-slide.owl-carousel .owl-stage-outer {
    height: 100%;
}

.ateneo-slide .owl-stage {
    height: 100%;
}

#ateneo-palma-slide.owl-carousel .owl-item {
    height: 100%;
}

#ateneo-palma-slide .item {
    height: 100%;
}

.ateneo-slide .ateneo-palma-img {
    height: 100%;
}

#ateneo-palma-slide.owl-carousel .owl-item img {
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#ateneo-palma-slide .owl-dots {
    bottom: 15px;
}

#ateneo-palma-slide .owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 4px 0;
    background: rgba(255, 255, 255, 0.4);
    border: 0;
}

#ateneo-palma-slide .owl-dot.active {
    background: rgba(255, 255, 255, 0.9);
}

.float-flx {
    display: flex;
}

.float-txt-lft {
    float: left;
}

.float-logo-rht {
    float: right;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
}

.ateneo-palma-tab {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.ateneo-palma-tab ul.tab-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    align-items: center;
    justify-content: left;
}

.ateneo-palma-tab ul.tab-list li {
    flex: 0 1 auto;
    padding: 8px 20px;
    cursor: pointer;
    border-radius: 25px;
    text-align: center;
    background: #E0F1F4;
    border: 2px solid #E0F1F4;
    font-size: 17px;
    line-height: 22px;
    color: #6D9C3F;
    position: relative;
    transition: all .5s ease;
    font-family: 'Yolk-Medium';
    text-transform: uppercase;
    color: #97B9C0;
}

.ateneo-palma-tab ul.tab-list li::before {
    display: block;
    content: attr(title);
    font-family: 'MacklinSans-Bold';
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}

.ateneo-palma-tab ul.tab-list li.current {
    background: #a41984;
    color: #FFFFFF;
    font-family: 'Yolk-Medium';
    text-transform: uppercase;
    border: 2px solid #a41984;
}

.ateneo-palma-tab ul.tab-list li:hover {
    background: #a41984;
    color: #FFFFFF;
}

.ateneo-palma-tab ul.tab-list li span {
    font-family: 'Yolk-Regular';
}

.ateneo-contxt {
    float: left;
    width: 100%;
    padding-bottom: 100px;
}

.ateneo-palma-content .tab-cnt {
    float: left;
    width: 100%;
    display: none;
}

.ateneo-palma-content .tab-cnt.current {
    display: block;
}

.ateneo-palma-lst {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.ateneo-palma-lst:last-child {
    padding-bottom: 0;
}

.ateneo-palma-lst:last-child p {
    padding-bottom: 0;
}

.ateneo-palma-lst h3 {
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.3px;
    padding-bottom: 18px;
}

.ateneo-palma-lst h4 {
    color: #2b2b2b;
    font-family: 'Yolk-Medium';
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.1px;
    padding-bottom: 16px;
}

.ateneo-palma-lst ul.bullet-points {
    width: 100%;
    float: left;
}

.ateneo-palma-lst ul.bullet-points li {
    color: #444444;
    font-family: 'Yolk-Regular';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    position: relative;
    padding-left: 19px;
    padding-bottom: 17px;
}

.ateneo-palma-lst ul.bullet-points li:last-child {
    padding-bottom: 0;
}

.ateneo-palma-lst ul.bullet-points li:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #a41984;
    left: 0;
    top: 10px;
    border-radius: 100%;
}

.ateneo-palma-lst p {
    color: #444444;
    font-family: 'Yolk-Regular';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    position: relative;
    padding-bottom: 14px;
}

.ateneo-palma-lst a {
    color: #a41984;
    font-family: 'Yolk-Medium';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    text-decoration: underline;
}

.ateneo-palma-lst p:last-child {
    padding-bottom: 0;
}

.otras-actividades {
    float: left;
    width: 100%;
    position: relative;
    padding: 65px 0 0 0;
}

.otras-bg {
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(32, 58, 143, 0.09);
}

.otras-bg::after {
    content: "";
    position: absolute;
    background: url(../../images/propuestas/otras-bg.svg) no-repeat;
    left: 0;
    width: 100%;
    height: 865px;
    z-index: -1;
    top: -130px;
    background-size: cover;
}

.otras-actividades h5 {
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -1.3px;
    padding-bottom: 30px;
    float: left;
    width: 100%;
}

.otras-actividades .agenda-lst-main .agenda-img {
    border-radius: 0;
}

.otras-actividades .agenda-lst-main .agenda-cnt {
    border-radius: 0;
}

.otras-actividades .agenda-lst-main .agenda-cnt h4 {
    margin-bottom: 10px;
}

.ateneo-palma-cnt .agenda-lst {
    padding-bottom: 65px;
    float: left;
    width: 100%;
}

.ateneo-palma-cnt .agenda-lst-main .agenda-cnt h4 {
    margin-bottom: 10px;
}

.ateneo-palma-cnt .agenda-lst-main .agenda-cnt p {
    padding-bottom: 12px;
}

.ateneo-palma-cnt .agenda-lst-main .agenda-cnt {
    padding: 30px 25px 35px 25px;
}

.noticias-lst .agenda-cnt {
    padding: 22px 25px 32px 25px;
}

.noticias-lst .agenda-cnt h6 {
    color: #424242;
    font-family: 'Yolk-Regular';
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding-bottom: 8px;
}

.noticias-lst .agenda-cnt h2 {
    padding-bottom: 12px;
}

.noticias-lst .agenda-cnt a {
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    padding-right: 25px;
    background: url(../../images/propuestas/ver-mas.png) no-repeat right center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.noticias-lst:hover .agenda-cnt a {
    color: #2B2B2B;
    background: url(../../images/propuestas/ver-mas-h.png) no-repeat right center;
}

.propuesta-lst ul {
    padding-bottom: 65px;
}

.propuesta .propuesta-lst ul {
    padding-bottom: 0;
}

.recomendaciones {
    float: left;
    width: 100%;
}

.recomendaciones h4 {
    color: #a21982;
    font-family: 'Yolk-Bold';
    font-size: 24px;
    line-height: 38px;
    letter-spacing: -0.8px;
    padding-bottom: 10px;
}

.recomendaciones-lst ul li {
    background: url(../../images/propuestas//recomendaciones-shape.svg) no-repeat;
    color: #2b2b2b;
    font-family: 'Yolk-Medium';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    padding-bottom: 8px;
    padding-left: 32px;
}

.recomendaciones-lst {
    float: left;
    width: 100%;
    padding-bottom: 40px;
}

.campos-rellenar {
    float: left;
    width: 100%;
    padding-bottom: 100px;
}

.campos-rellenar h4 {
    color: #a41984;
    font-family: 'Yolk-Medium';
    font-size: 19px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    background: #fff;
    float: left;
    padding: 17px 55px 7px 55px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0px 0 0 30px;
    border: 1px solid #E0F1F4;
    border-bottom: 0;
    z-index: 99;
    position: relative;
    margin-bottom: -1px;
}

.campos-rellenar-form {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 27px 55px 45px 40px;
    border: 1px solid #E0F1F4;
}

ul.camposnec-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 13px;
    padding-bottom: 0;
}

ul.camposnec-list li {
    flex: 0 1 100%;
}

ul.camposnec-list li img {
    float: left;
    width: auto;
}

ul.camposnec-list li input[type="text"] {
    width: 100%;
    float: left;
    border: none;
    background: #F1F6F7;
    padding: 12px 25px;
    border-radius: 20px;
    color: #a3b7bb;
    font-family: 'Yolk-Regular';
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.3px;
    height: 40px;
    transition: all .5s ease;
}

ul.camposnec-list li textarea {
    resize: none;
    height: 171px;
    width: 100%;
    float: left;
    border: none;
    background: #F1F6F7;
    padding: 18px 25px;
    border-radius: 20px;
    color: #a3b7bb;
    font-family: 'Yolk-Regular';
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.3px;
    transition: all .5s ease;
}

.campos-rellenar-form input[type=checkbox]:not(old) {
    position: absolute;
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    cursor: pointer;
    display: none;
    left: 3px;
    top: 22px;
}

.campos-rellenar-form input[type=checkbox]:not(old)+label {
    cursor: pointer;
    display: inline-block;
    line-height: 1.5em;
    float: left;
    width: 100%;
    color: #292929;
    font-size: 15px;
    margin-left: 0;
}

.campos-rellenar-form input[type=checkbox]:not(old)+label>span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -5px 5px 0 0;
    vertical-align: middle;
    border: 1px solid #293321;
    position: relative;
    background: none;
    border-radius: 2px;
}

.campos-rellenar-form input[type=checkbox]:not(old):checked+label>span:before {
    content: '';
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background: #a41984;
    height: 13px;
    width: 13px;
    position: absolute;
    top: 2.1px;
    left: 2px;
    border-radius: 2px;
}

.campos-rellenar-form input[type=checkbox]:not(old):checked+label>span.l-txt:before {
    display: none;
}

.campos-rellenar-form p {
    float: right;
    width: calc(100% - 32px);
    margin-bottom: 0;
    text-align: left;
    color: #293321;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    font-family: 'Yolk-Regular';
}

.campos-rellenar-form p span {
    font-family: 'Yolk-Medium';
}

ul.camposnec-list li .check {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

ul.camposnec-list li .check:first-child {
    margin-top: 10px;
}

ul.camposnec-list li .check:last-child {
    margin-bottom: 0;
}

ul.camposnec-necesarios li .frm-input-ctrl.browse {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    float: left;
}

ul.camposnec-necesarios li .frm-input-ctrl.browse textarea {
    background: #E0F1F4;
    padding: 12px 20px;
    display: block;
    height: 44px;
    resize: none;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    color: #a41984;
    font-family: 'Yolk-Medium';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.42105263px;
    height: 40px;
}

ul.camposnec-necesarios li.text-loc input[type="text"] {
    background: #E0F1F4;
    padding: 12px 20px;
    display: block;
    height: 44px;
    resize: none;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    color: #a41984;
    font-family: 'Yolk-Medium';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.42105263px;
}

ul.camposnec-necesarios li .frm-input-ctrl.browse label {
    width: auto;
    position: absolute;
    right: 20px;
    top: 15px;
}

ul.camposnec-necesarios li .frm-input-ctrl.browse label input[type="file"] {
    display: none;
}

ul.camposnec-necesarios li .frm-input-ctrl.browse img {
    cursor: pointer;
    float: right;
}

.campos-rellenar-form h5 {
    color: #2b2b2b;
    font-family: 'Yolk-Medium';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    padding-bottom: 18px;
    float: left;
    width: 100%;
}

.camposnec-list {
    float: left;
    width: 100%;
    padding-bottom: 22px;
}

ul.camposnec-necesarios {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 13px;
}

ul.camposnec-necesarios li {
    flex: 0 1 48.5%;
}

ul.camposnec-necesarios li.text-loc input[type="text"] {
    padding: 12px 50px 12px 20px;
    position: relative;
    background: #E0F1F4 url(../../images/propuestas/location-m.svg) no-repeat 93% center;
}

.camposnec-necesarios li input[type="text"] {
    width: 100%;
    float: left;
    border: none;
    background: #F1F6F7;
    padding: 12px 25px;
    border-radius: 20px;
    color: #A3B7BB;
    font-family: 'Yolk-Regular';
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.3px;
    height: 40px;
    transition: all .5s ease;
}

ul.camposnec-necesarios li.check {
    flex: 0 1 100%;
    padding-top: 8px;
    padding-bottom: 16px;
}

ul.camposnec-necesarios li.envir-btn {
    flex: 0 1 100%;
}

ul.camposnec-necesarios li.envir-btn a {
    float: right;
    width: 225px;
}

.eventos {
    padding-top: 30px;
}

.eventos ul.la-scl-lnks {
    padding-bottom: 70px;
}

.eventos .agenda-cnt {
    padding: 25px 25px 45px 25px;
}

.eventos .agenda-cnt h2 {
    padding-bottom: 14px;
}

.eventos::after {
    height: 890px;
}

/* contactar */
.txt-cntr-algn h1 {
    text-align: center;
}

.txt-cntr-algn h4 {
    text-align: center;
}

.contactar-top .ateneo-info {
    background: transparent;
    box-shadow: none;
}

.ateneo-slide .map {
    float: left;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #fff;
}

.ateneo-slide a.map-link {
    color: #a41984;
    font-family: 'Yolk-Medium';
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    text-decoration: underline;
    letter-spacing: 0.08px;
    padding-top: 10px;
    width: 100%;
    float: left;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.ateneo-slide a.map-link:hover {
    color: #a21982;
}

ul.camposnec-list li.envir-btn a {
    float: right;
    width: 125px;
}

ul.camposnec-list li.check .check1 {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

ul.camposnec-list li.check {
    float: left;
    width: 100%;
    padding: 20px 0 10px 0;
}

.two-split {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 8px;
    column-gap: 3.5%;
}

.two-split input {
    flex: 0 1 48%;
}

body.innr-bg {
    position: relative;
}

body.innr-bg::before {
    background: url(../../images/propuestas/innr-bg.svg) no-repeat 0 0;
    width: 819px;
    height: 715px;
    right: 0px;
    top: 0;
    position: absolute;
    content: '';
    z-index: -1;
    background-position: 170px -110px;
}

body.innr-bg.grl-img {
    position: relative;
}

body.innr-bg.grl-img::before {
    background: url(../../images/propuestas/propuesta-activa-illustratioin.svg) no-repeat 0 0;
    width: 819px;
    height: 715px;
    right: 0px;
    top: 0;
    position: absolute;
    content: '';
    z-index: -1;
    background-position: 170px -55px;
}

body.innr-bg.grl-lap-img {
    position: relative;
}

body.innr-bg.grl-lap-img::before {
    background: url(../../images/propuestas/crea-propuesta-illustration.svg) no-repeat 0 0;
    width: 819px;
    height: 715px;
    right: 0px;
    top: 0;
    position: absolute;
    content: '';
    z-index: -1;
    background-position: 170px -80px;
}

ul.camposnec-necesarios li.text-loc input[type="text"]:focus,
ul.camposnec-list li input[type="text"]:focus,
ul.camposnec-list li textarea:focus,
.camposnec-necesarios li input[type="text"]:focus,
.camposnec-necesarios li textarea:focus {
    border: 1px solid #a41984;
}

.campos-rellenar-form h5.pd-tp {
    padding-top: 20px;
}

.filtros_propuesta ul.estado {
    display: flex;
    position: relative;
    width: 100%;
    flex-flow: wrap;
}

.filtros_propuesta ul.estado li {
    cursor: pointer;
    line-height: 30px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    margin-bottom: 20px;
    position: relative;
    margin-right: 10px;
    text-transform: uppercase;
    background: #a41984;
    border-radius: 20px;
    font-family: 'Yolk-Medium';
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    width: auto;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: -0.5px;
    transition: all .5s ease;
}

.filtros_propuesta ul.estado li:hover,
.filtros_propuesta ul.estado li.active {
    background: #a21982;
}

.filtros_propuesta ul.estado li:last-child {
    margin-right: 0;
}

.filtros_propuesta .filtros {
    float: left;
}

.filtros_propuesta .ordenacion {
    float: right;
}

.filtros_propuesta .ordenacion .sbHolder {
    cursor: pointer;
    line-height: 30px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    margin-bottom: 20px;
    position: relative;
    margin-right: 10px;
    text-transform: uppercase;
    background: #a21982 url(../../images/propuestas/right-arw-wht.svg) no-repeat 85% center;
    border-radius: 20px;
    font-family: 'Yolk-Medium';
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    width: auto;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: -0.5px;
    transition: all .5s ease;
    padding-right: 60px;
}

.filtros_propuesta .ordenacion .sbHolder .sbSelector {
    color: #ffffff;
}

.filtros_propuesta .ordenacion ul.sbOptions {
    width: auto !important;
    background: #ffffff;
}

.filtros_propuesta .ordenacion ul.sbOptions li a {
    color: #a21982;
    border-bottom: 1px solid #d7d7d7;
}

.filter-lst ul li .nice-select .list {
    width: auto;
}

.otgs-development-site-front-end { display: none; }

/* GENEREICS */
/* img { object-fit: cover; } */ 
ul.social li a.tw { height: 20px; margin-top: 5px; }

/* CUSTOM MENU */
.cbp-hrmenu>ul>li.active>a::after { width: 100%; }
.cbp-hrmenu > ul li.active > a { font-family: 'Yolk-Bold'; color: #a21982; }

/* MENUS */
.hm-mnu .is-sticky .main-menu { padding-bottom: 10px; }
.mob-nav ul { text-align: center; margin-bottom: 30px; }
.mob-nav ul li.active a { color: #a41984; font-family: 'Yolk-Medium'; }
.row { display: block; }

/* FOOTER */
.main-footer .foot-2 { flex: 0 1 38%; }

/* HOME */
.envianos-sec p strong { font-family: 'Yolk-Bold'; }
.proximas-lft ul li .ult-img img { height: 100%; }
.ultimas-lft ul li .ult-img img { height: auto; }

/* BLOCK CONTINGUT GLOBAL */
.ateneo-contxt.the-cont { padding-bottom: 10px; }
.ateneo-palma-lst.the-cont h3, .ateneo-palma-lst.the-cont h2, .ateneo-palma-lst.the-cont h4 { padding-bottom: 8px; padding-top: 18px; }
.ateneo-palma-lst.the-cont p { padding-bottom: 14px; }
.ateneo-palma-lst.the-cont ul { width: 100%; float: left; }
.ateneo-palma-lst.the-cont ul li { color: #444444; font-family: 'Yolk-Regular'; font-size: 16px; line-height: 24px; letter-spacing: -0.1px; position: relative; padding-left: 19px; padding-bottom: 17px; }
.ateneo-palma-lst.the-cont ul li:after { content: ""; position: absolute; width: 5px; height: 5px; background: #a41984; left: 0; top: 10px; border-radius: 100%; }

/* NOTICIAS */
.inner-main-title h4 strong { font-family: 'Yolk-Bold'; }
.agenda-lst-main .agenda-img img { max-height: 250px; }
.otras-actividades.noticias ul li:first-child .agenda-img img { max-height: 400px; }
/* .agenda-lst-main, .agenda-lst-main .agenda-cnt { height: 100%; } */
.agenda-lst ul li { height: 100%; }

.otras-actividades.noticias ul li:first-child { float: left; width: 100%; column-gap: 0; row-gap: 0; padding-bottom: 30px; flex: 0 1 100%; }
.otras-actividades.noticias ul li:first-child .agenda-img { width: 60%; float: left; }
.otras-actividades.noticias ul li:first-child .agenda-cnt { width: 40%; float: right; padding: 40px; }

/* NOTICIA */
.news-cnt p strong { color: #010000; font-family: 'Yolk-Medium'; font-size: 18px; line-height: 25px; }

/* AGENDA */
.filter-lst ul li .nice-select .list li.option.disabled { background-color: transparent; color: #90a1b5; cursor: default; }
.agenda-lst-main .agenda-img img { object-fit: cover; }

/* CONTACTAR */
iframe.map-google { float: left; width: 100%; height: 550px; }
ul.camposnec-list li input[type="email"] { width: 100%; float: left; border: none; background: #F1F6F7; padding: 12px 25px; border-radius: 20px; color: #a3b7bb; font-family: 'Yolk-Regular'; font-size: 15px; line-height: 19px; letter-spacing: -0.3px; height: 40px; transition: all .5s ease; }
ul.camposnec-list li input[type="email"]:focus { border: 1px solid #a41984; }


/* PROPUESTAS */
.prop-cont p { width: 66%; }
.news-sec .prop-img.news-img { width: 100%; clear: both; display: flex; margin: 10px 0px; }
a.car-mas.dar-btn-disabled { background: #a21982; pointer-events: none; }

/* ENTIADES */
.float-flx { display: flex; width: 100%; display: block; }
.ateneo-palma-lst ul li { color: #444444; font-family: 'Yolk-Regular'; font-size: 16px; line-height: 24px; letter-spacing: -0.1px; position: relative; padding-left: 19px; padding-bottom: 17px; }
.ateneo-palma-lst ul li:after { content: ""; position: absolute; width: 5px; height: 5px; background: #a41984; left: 0; top: 10px; border-radius: 100%; }
.ateneo-palma-lst h3 { padding-top: 50px; }
.ateneo-palma-lst h3:first-child { padding-top: 0px; }


/* REVISIONS JIRA PDR-2 */
.propuesta-lst-dtl.no-image .prop-img { width: auto; }
.propuesta-lst-dtl.no-image .prop-cont { width: 100%; }
.prop-cont h3 a { float: left; color: #a21982; font-family: 'Yolk-Bold'; font-size: 22px; line-height: 33px; letter-spacing: -0.25px; padding-bottom: 14px; border-radius: 0; background: transparent; padding: 0px; text-transform: none; }
.prop-cont h3 a:hover { background: none; color: #a21982; text-decoration: underline; }
.propuesta-lst-img a { display: contents; }
/* END REVISIONS JIRA PDR-2 */

/* REVISIONS  */
/*  .flexslider.home .slides img { height: 100%;  } */
.prop-para p.para-votar-txt a { padding-left: 5px;padding-right: 5px; text-decoration: underline; font-weight: bold; }
.prop-para p.para-votar-txt { display: flex; width: 100%; flex-flow: wrap; color: #a21982; }
.prop-para p.para-votar-txt a:before { display: block; content: ' '; padding-right: 5px; }

a.veure-mes-btn { position: relative; margin-right: 40px; text-transform: uppercase; background: #a21982; border-radius: 20px; font-family: 'Yolk-Medium'; height: 40px; display: flex!important; align-items: center; justify-content: center; padding: 0 15px; width: 230px; color: #ffffff; font-size: 19px; letter-spacing: -0.5px; transition: all .5s ease; }
.visual-div .cargar-btn { clear: both; display: inline-block; margin-top: 50px; }

.para-blu { color: #a41984; font-family: 'Yolk-Medium'; font-size: 19px; line-height: 19px; text-transform: uppercase; letter-spacing: -0.5px; background: #fff; float: left; padding: 17px 55px 17px 55px; border-radius: 20px; margin: 0px 0 0 30px; border: 1px solid #E0F1F4; border-bottom: 0; z-index: 99; position: relative; margin-bottom: -1px; }
.para-blu p { line-height: 30px; }
.para-blu p a { text-decoration: underline; }

.tax-propuesta { width: 100%; float: left; border: none; background: #F1F6F7; padding: 12px 25px; border-radius: 20px; color: #A3B7BB; font-family: 'Yolk-Regular'; font-size: 15px; line-height: 19px; letter-spacing: -0.3px; height: 40px; transition: all .5s ease; }

.tax-propuesta ul.sbOptions { width: 100%!important; background: #E0F1F4; top: 27px!important; }
.tax-propuesta ul.sbOptions li a { color: #a21982; font-size: 14px; }

.proximas-lft ul li .ult-img img { object-fit: cover; }

.ultimas-lft ul li.no-image .ult-img { width: auto; }
.ultimas-lft ul li.no-image .ult-cnt { width: 100%; }

.form-map.mapa-ubicacion { padding-top: 12px; display: block; position: relative; float: left; width: 100%; display: none; }

/* .form-map.mapa-ubicacion { display: block; } */

.form-map.mapa-ubicacion.show { display: block; width: 206%; }

div#map-form { height: 100%; min-height: 400px; }

.filtros_propuesta ul.estado { display: flex; position: relative; width: 100%; flex-flow: wrap; }
.filtros_propuesta ul.estado li { cursor: pointer; line-height: 30px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; margin-bottom: 20px; position: relative; margin-right: 10px; text-transform: uppercase; background: #a41984; border-radius: 20px; font-family: 'Yolk-Medium'; height: auto; display: flex; align-items: center; justify-content: center; padding: 5px 25px; width: auto; color: #ffffff; font-size: 16px; letter-spacing: -0.5px; transition: all .5s ease; }

.filtros_propuesta ul.estado li:hover, .filtros_propuesta ul.estado li.active { background: #a21982; }
.filtros_propuesta ul.estado li:last-child { margin-right: 0; }

.filtros_propuesta .filtros { float: left; }
.filtros_propuesta .ordenacion { float: right; }
.filtros_propuesta .ordenacion .sbHolder { cursor: pointer; line-height: 30px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; margin-bottom: 20px; position: relative; margin-right: 10px; text-transform: uppercase; background: #a21982 url(../../images/propuestas/right-arw-wht.svg) no-repeat 85% center; border-radius: 20px; font-family: 'Yolk-Medium'; height: auto; display: flex; align-items: center; justify-content: center; padding: 5px 25px; width: auto; color: #ffffff; font-size: 16px; letter-spacing: -0.5px; transition: all .5s ease; padding-right: 60px; }
.filtros_propuesta .ordenacion .sbHolder .sbSelector { color: #ffffff; }

.filtros_propuesta .ordenacion ul.sbOptions { width: auto!important; background: #ffffff; }
.filtros_propuesta .ordenacion ul.sbOptions li a { color: #a21982; border-bottom: 1px solid #d7d7d7; }

.filter-lst ul li .nice-select .list { width: auto; }
.menu .cbp-hrmenu { margin-top: 15px; }


.banner-rgt { position: absolute; right: 0px; }
.flexslider .slides { height: 525px; }
.banner-lft h1 { padding-top: 10px; }
/* 
.ateneo-palma-rio.no-map-sec .ateneo-slide { display: none; }
.ateneo-palma-rio.no-map-sec .ateneo-info { width: 100%; text-align: center; } 
*/

.top-main .logo img { max-width: 150px; }

.btns-votacion { width: 33%; }
.btns-votacion a { margin-top: 10px; }
.btns-votacion a.dar-soporte-btn { width: auto; }

body.page-template-votaciones ul.votaciones-tabs { margin: 20px 0px; }
/* body.page-template-votaciones ul.propuesta-list.votaciones-list {
    display: grid;
} */
body.page-template-votaciones ul.propuesta-list.votaciones-list li { margin-bottom: 20px; }
a.dar-btn { text-align: center; width: auto; }
a.dar-btn { float: left; width: 180px; background: #E86099; font-family: 'Yolk-Bold'; letter-spacing: 0.29px; color: #fff; font-size: 16px; height: 46px; line-height: 46px; text-transform: uppercase; padding: 0px 35px; border-radius: 8px; display: block; transition: all .5s ease; }
body.page-template-votaciones ul.propuesta-list { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 20px; }
body ul.propuesta-list li { float: left; width: 100%; padding: 30px 40px 25px 30px; border: 1px solid #979797; display: flex; flex-wrap: wrap; transition: all 0.5s ease; background-color: transparent; }
body.page-template-votaciones .propuesta-lst-dtl {background-color: transparent;}
body.page-template-votaciones .prop-cont {background-color: transparent;padding: 10px 5px;}
body.page-template-votaciones .prop-cont ul.ateneo { display: none; }
body.page-template-votaciones .prop-ttl a { float: left; padding-left: 0px; margin-bottom: 10px; }
body.page-template-votaciones .prop-cont p { width: 100%; }
body.page-template-votaciones .propuesta-list-sec { float: left; width: 100%; padding: 10px 0px 10px; background: #fff; }

/* VOTACIONES */
.propuesta-list-sec h2 { font-size: 32px; color: #282828; font-family: 'Yolk-Bold'; line-height: 58px; letter-spacing: -1px; text-transform: uppercase; }
/* .propuesta-list-sec.propuestas-predefinidas .prop-coments { display: none; } */
ul.votaciones-tabs { margin-top: 30px; display: flex; justify-content: flex-start; flex-flow: wrap; }
ul.votaciones-tabs li { margin-right: 10px; margin-bottom: 20px; }
ul.votaciones-tabs li a.dar-btn { width: auto; border: solid 2px #003964; background: #fff; }
a.dar-btn.ir-arriba-btn { color: #328AC1; background: #fff; border: solid 2px #328AC1; width: auto; margin-top: 20px; }
a.dar-btn.ir-arriba-btn:hover { color: #fff; background: #328AC1; border: solid 2px #328AC1; }
.calendar .ui-datepicker-calendar .ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today:after { left: -1px; top: 0px; }
.eventos-sec .propuestas-tab .accordion_in a:hover h4 { text-decoration: underline; color: #003964; font-weight: bold; }
.para-blu .propuesta-in-rgt p a { color: #338ac0; font-family: 'Yolk-Bold'; transition: all 0.4s ease; }
/* end VOTACIONES */

/* VOTACIONES - ESTILO COLUMNAS */
.propuesta-list-sec.propuestas-predefinidas { padding-bottom: 20px; }
.propuesta-list-sec.propuestas-predefinidas .prop-coments { display: none; }
.propuestas-predefinidas ul.propuesta-list { justify-content: space-between; }
.propuestas-predefinidas ul.propuesta-list li { width: 24%; padding: 2%; padding-bottom: calc(2% + 80px); position: relative; }
.propuestas-predefinidas ul.propuesta-list li .propuesta-in-rgt, .propuestas-predefinidas ul.propuesta-list li .propuesta-in-lft { width: 100%; }
.propuestas-predefinidas ul.propuesta-list li .propuesta-in-lft h2 { font-size: 20px; line-height: 25px; }
.propuestas-predefinidas ul.propuesta-list li .propuesta-in-rgt { position: absolute; left: 0; bottom: 25px; justify-content: center; }
.propuestas-predefinidas ul.propuesta-list li .propuesta-in-rgt .soporte-div { width: auto; }
.propuestas-predefinidas ul.propuesta-list li .prop-detail, .propuestas-predefinidas ul.propuesta-list li .propuesta-in-rgt .soporte-div>.bar-one, .propuestas-predefinidas ul.propuesta-list li .propuesta-in-rgt .soporte-div>h3, .propuestas-predefinidas ul.propuesta-list li .propuesta-in-rgt .soporte-div>p { display: none; }
/* end VOTACIONES - ESTILO COLUMNAS */
/* END REVISIONS */


/* REVISIONS 2 */
.sopor-btn a.dar-btn { height: auto; width: 100%; margin-bottom: 20px; }
.prop-para a.car-mas, .prop-btn a.car-mas { float: inline-end; }
a.dar-soporte-btn.dar-btn.dar-btn-disabled { background: #c0c0c0; pointer-events: none; }

.propuestas-detail, section.inner-main-title.inr-ttl-cont-btn {
    padding-top: 40px;
}

.prop-img {
    display: block;
}

/* NOTIFICACIONS */

.notice {
    display: inline-block;
    line-height: 19px;
    padding: 11px 15px;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border-left: 4px solid #ffba00;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    width: 100%;
    /* margin: 5px 0px 5px 2px; */
    margin-bottom: 20px;
}

/* .notice v2 */

.notice {
    border: 1px solid #ffba00;
    border-left: 4px solid #ffba00;
}

/* end .notice v2 */

.notice p {
    padding: 0px 5px;
    font-size: 14px !important;
    margin: 0 !important;
    margin-bottom: 0px !important;
}

.notice a {
    color: #a41984;
}

.notice.notice-info {
    border-color: #00a0d2;
}

.notice.notice-warning {
    border-color: #ffb900;
}

.notice.notice-success {
    border-color: #46b450;
}

.notice.notice-error {
    border-color: #dc3232;
}

/* /NOTIFICACIONS */

section.sistems-forum {
    padding: 5%;
}

section.sistems-forum .dataTables_wrapper {
    padding: 40px 0;
}

section.sistems-forum .dataTables_length {
    width: auto;
    display: inline-block;
    float: left;
}

section.sistems-forum .dt-buttons {
    width: auto;
    display: inline-block;
    float: right;
    margin-left: 10px;
}

section.sistems-forum .dataTables_filter {
    width: auto;
    display: inline-block;
    float: right;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /* padding: 0.375rem 0.75rem; */
    padding: 0.150rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-default {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

.btn-primary {
    color: #fff;
    background-color: #a41984;
    border-color: #a41984;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
    color: inherit;
    border: 1px solid #d2d2d2;
}

.btn-default:active,
.btn-default.active {
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%) inset;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5f2d53;;
    border-color: #5f2d53;
    cursor: pointer;
}

/* COMMENTS */
.sistems-forum>h1 {
    margin-bottom: 40px;
}

.sistems-forum .comment-list .media-body .comment-content,
.sistems-forum .the-content {
    padding-top: 40px;
}

.sistems-forum .comment-list .media-body .comment-content p,
.sistems-forum .the-content p {
    margin-bottom: 20px;
}

.sistems-forum .comment-list .media-body .comment-content ul,
.sistems-forum .the-content ul {
    list-style-type: disc;
    padding-left: 40px;
}

.sistems-forum .comment-list .media-body .comment-content ol,
.sistems-forum .the-content ol {
    list-style-type: decimal;
    padding-left: 40px;
}

.sistems-forum .comment-list .media-body .comment-content ul>li,
.sistems-forum .the-content ul>li {
    list-style-type: disc;
    margin-bottom: 15px;
}

.sistems-forum .comment-list .media-body .comment-content ul>li::marker,
.sistems-forum .the-content ul>li::marker {
    color: #444;
}

.sistems-forum .comment-list .media-body .comment-content ol>li,
.sistems-forum .the-content ol>li {
    list-style-type: decimal;
    margin-bottom: 15px;
}

.sistems-forum #comments {
    padding: 40px 0;
}

.sistems-forum h2.comments-title {
    font-size: 20px;
    padding: 20px 0;
}

.sistems-forum ul.comment-list li.comment {
    margin-bottom: 10px;
}

.sistems-forum ul.comment-list li.comment>article {
    width: 100%;
    border: 1px solid #dee2e6;
    display: flex;
    background: #F1F1F1;
    /* padding: 20px; */
    border: 1px solid #D1D1D1;
}

.sistems-forum footer.comment-meta::after {
    display: none;
}

.sistems-forum .comment-list .media-left {
    width: 20%;
    float: left;
    display: inline-block;
    background: #dedede;
    border: 1px solid #D1D1D1;
    padding: 20px;
    font-size: 13px;
}

.sistems-forum ul.comment-list footer {
    background: #dedede;
}

.sistems-forum .comment-list .media-body {
    width: 80%;
    float: left;
    display: inline-block;
}

.sistems-forum .comment-list .media-body .comment-content {
    padding: 20px;
    font-size: 14px;
}

.sistems-forum .comment-list .media-body .comment-content p {
    font-size: 14px;
}

.sistems-forum ul.comment-list footer>div {
    margin: 5px 0;
}

.sistems-forum .comment-respond {
    margin-top: 40px;
}

.sistems-forum .comment-respond a {
    text-decoration: underline;
}

.sistems-forum .comment-respond form {
    padding-top: 15px;
}

.sistems-forum .comment-respond form label:not([for=wp-comment-cookies-consent]) {
    font-weight: bold;
}

.sistems-forum .comment-respond form .form-group {
    margin: 1rem 0;
}

.sistems-forum .comment-respond form .comment-form-cookies-consent {
    margin: 1rem 0;
}

.sistems-forum .logged-in-as span.required-field-message {
    width: 100%;
    display: block;
}

.sistems-forum .edit-link a.comment-edit-link {
    text-decoration: underline;
    color: #a41984;
}

.sistems-forum textarea#comment[name=comment] {
    /* display: inline-block !important;
    opacity: 0;
    height: 0; */
}

/* end COMMENTS */

/* CREAR TEMA */
.sistems-forum .form-response {
    padding-top: 40px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
/* end CREAR TEMA */