@import url('//fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* ESTILOS GENERALES */

 .cursor {
    position: absolute;
    background: #dadcdc;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    z-index: 9;
    transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 1.33) transform,
        0.2s cubic-bezier(0.75, -1.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    transform: scale(0.8);
   
}

.cursor::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-image: url("../assets/images/imagen_cursorx4.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    opacity: 0;
}

.cursor_slider {
    position: absolute;
    background: #dadcdc;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 1.33) transform,
        0.2s cubic-bezier(0.75, -1.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    transform: scale(0.8);
   
}

.cursor_slider::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-image: url("../assets/images/desliza.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    opacity: 0;
}

.cursor.active,
.cursor_slider.active {
    opacity: 1;
    transform: scale(10);
}

.cursor.active::before,
.cursor_slider.active::before {
    opacity: 1;
}

.cursor-follower {
    position: absolute;
    background: transparent;
    border: 1px solid #dadcdc;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 9;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
    user-select: none;
    pointer-events: none;
    transform: translate(4px, 4px);
    
}

.cursor-follower.active {
    opacity: 0.3;
    transform: scale(0);
} 


.noise {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-image: url(https://www.cultureto.es/wp-content/themes/cultureto/assets/images/noise.png); */
    opacity: .05;
}

.home header .logo svg path {
    fill: #fff;
}

header#header {
    z-index: 99;
    position: relative;
}

#header .logo {
    position: absolute;
    top: 42px;
    left: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
}

header .logo svg path {
    fill: #ED6D63;
}

#header .menu-right {
    position: absolute;
    top: 38px;
    right: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
}


div#page {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}


section#hero {
    background: #ED6D63;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

section#hero .container{
    position: relative;
}

.hero__content-inner {
    z-index: 9;
    position: relative;
}

.hero__content-inner h2{
    font-family: Agrandir;
    font-size: 132px;
    line-height: 109.9%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 24px;
}

#hero p.hero-text {
    border-top: 4px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    font-size: 21px;
    color: #fff;
    text-align: center;
    padding: 12px 0;
}

#hero .arrow {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

#hero .arrow svg{
    max-width: 20px;
}

/* Circles hero */

.circle_comun{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    opacity: 1;
    border-radius: 50%;
    transform: scale(0);
    transform: scale(1);
}

.circle_azul{
    background-color: #0090D7;
}

.circle_verde{
    background-color: #66BBAF;
}

span.circle_1.circle_azul {
    top: 126px;
    height: 90px;
    width: 90px;
    margin-left: 465px;
    position: absolute;
    will-change: transform;
    left: 50%;
    z-index: 0;
    transform: scale(0);
    transition: transform .3s cubic-bezier(.165,.84,.44,1);
}



span.circle_2.circle_verde {
    top: 296px;
    height: 35px;
    width: 35px;
    margin-left: 670px;
    position: absolute;
    will-change: transform;
    left: 50%;
    z-index: 0;
    transform: scale(0);
    transition: transform .3s cubic-bezier(.165,.84,.44,1);
}

#about{
    position: relative;
}

div#blob {
    position: absolute;
    top: 0;
    right: 0;
}

.about_content_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 114px 0;
}

.about_content_inner header {
    width: 450px;
    max-width: 100%;
    position: relative;
}

.about_content_inner header:before {
    content: "";
    width: 78px;
    height: 78px;
    border: 1px solid #ed6d63;
    border-radius: 50%;
    z-index: 9;
    margin-left: 0;
    position: absolute;
    will-change: transform;
    left: -60px;
    z-index: 0;
    bottom: 60px;
    opacity: .6;
}

#about span.subtitle {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 151%;
    letter-spacing: 0.185em;
    color: #ED6D63;
    margin-bottom: 36px;
    display: block;
    text-transform: uppercase;
}

.about_content_inner p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 151%;
    color: #1B283C;
}

.circle_luck {
    width: 570px;
    height: 570px;
    background: #ED6D63;
    border-radius: 50%;
    position: relative;
    transform: scale(0);
    transition: transform .3s cubic-bezier(.165,.84,.44,1);
}

.circle_luck:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0;
    bottom: 0;
    width: 105%;
    height: 105%;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #e76c63;
    z-index: -1;
   

}

.circle_luck img {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-48%);
}
.seccion_titulo {
    padding: 200px 0 150px 135px;
    position: relative;
}

.single_page .seccion_titulo{
    padding-top: 0;
    padding-left: 0;
}
.seccion_titulo h2 {
    font-size: 96px;
    line-height: 129%;
    letter-spacing: 0.04em;
    color: #1B283C;
    display: inline-block;
    position: relative;
}



.seccion_titulo h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -40px;
    background: #0090D7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: transform .3s cubic-bezier(.165,.84,.44,1);
}

.in-view .seccion_titulo h2:before{
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    transition-delay: .6s 
}

.seccion_titulo h2:after {
    content: "";
    position: absolute;
    top: 23px;
    right: 0;
    background: #ED6D63;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    z-index: -1;
    transform: scale(0);
    transition: transform .3s cubic-bezier(.165,.84,.44,1);
}

.in-view .seccion_titulo h2:after{
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    transition-delay: .8s 
}

span.title-category p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 151%;
    letter-spacing: 0.185em;
    color: #ED6D63;
    text-transform: uppercase;
}

span.fecha {
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #0090D7;
    margin-top: 12px;
    display: block;
}



section#home_post {
    margin-top: 45px;
}

.actividades_content_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

header.actividades__header {
    height: auto;
    width: calc(33.33% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 64px;
    background: #ed6d63;
    /* border-radius: 16px; */
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.12);
    overflow: hidden;
}

.actividades-content__text {
    background: #ed6d63;
    padding: 45px;
    height: 100%;
}

.actividades-content__text p{
    color: #fff;
    font-size: 23px;
    line-height: 151%;
    font-family: Roboto;
    margin-bottom: 20px;
}

.actividades-ultimas__noticias {
    height: auto;
    width: calc(66.66% - 56px);
    margin-right: 28px;
    margin-bottom: 64px;
    margin-left: 28px;
}

.post_link{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.actividades-ultimas__noticias-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    /* border-radius: 16px; */
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.12);
    box-shadow: 0 0 15px rgba(0,0,0,.12);
    overflow: hidden;
}

.actividades-ultimas__noticias-inner figure{
    width: 510px;
    height: auto;
    background-size: cover;
}

.actividades-ultimas__noticias-content {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: flex-start;
}

span.title-category {
    margin-bottom: 43px;
    display: block;
}

.contet-text_post {
    margin-top: 35px;
    flex-grow: 1;
}

.leer_mas {
    margin-top: 40px;
}

.home_post-post.comun .leer_mas{
    margin-top: 32px;
}

.leer_mas a {
    background: #ED6D63;
    border-radius: 20px;
    padding: 12px 24px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
}

.home_post-inner {
    display: flex;
    flex-flow: wrap;
}

.home_post-list {
    width: calc(33.33% - 56px);
    margin-right: 28px;
    margin-bottom: 64px;
    margin-left: 28px;
    /* border-radius: 16px; */
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.12);
    overflow: hidden;
    position: relative;
}

.home_post-list figure {
    width: 100%;
    height: 352px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.home_post-post.comun {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: flex-start;
    padding: 30px 50px 30px;
}

.home_post-post.comun span.title-category {
    margin-bottom: 18px;
}

h3.titulo-post {
    font-weight: 700;
    font-size: 16px;
    line-height: 151%;
}

p.text_post {
    font-size: 14px;
    line-height: 151%;
    color: #1B283C;
}


input.wpcf7-email {
    background: #FFFFFF;
    box-shadow: 8px 6px 20px rgba(199, 199, 199, 0.57);
    border-radius: 82px;
    border: none;
    padding: 30px;
    width: 100%;
    font-weight: 500;
    font-size: 21px;
    padding-top: 34px;
    letter-spacing: 0.04em;
    
}

.newsletter {
    padding: 0 0 150px 135px;
    width: 1120px;
    position: relative;
}

.newsletter input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 0px;
    top: 0;
    background: #ED6D63;
    border-radius: 82px;
    padding: 30px 60px;
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.04em;
    border: none;
}

section#proximox_eventos .seccion_titulo p {
    font-size: 26px;
    line-height: 151%;
    letter-spacing: 0.02em;
    color: #1B283C;
    margin-top: 60px;
}

section#proximox_eventos .seccion_titulo {
    padding: 200px 0 100px 135px;
}
.checkbox {
    display: flex;
}

.texto_checkbox {
    margin-left: 12px;
}

.texto_checkbox a {
    color: #18171d;
    font-weight: 700;
}

footer#colophon {
    background: #1B283C;
    padding: 60px 0;
    position: relative;
}

.footer_circles {
    position: absolute;
    top: -100px;
    left: 100px;
    z-index: -1;
}

.footer_circles span.circle_comun.c-2.circle_transparent_mini {
    top: 0;
    right: -35px;
    left: auto;
    opacity: .3;
}

footer#colophon ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer#colophon ul li a {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.185em;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
}

video{
    max-width: 100%;
}

.single_page{
    padding-top: 220px;
}

.content_single {
    display: flex;
    flex-flow: wrap;
}

.sidebar {
    max-width: 320px;
    width: 25%;
    display: flex;
    align-items: center;
    flex-flow: column;
}

.link_actividades a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 159.5%;
    letter-spacing: 0.235em;
    color: #ED6D63;
    text-transform: uppercase;
    text-decoration: none;
}

.link_actividades {
    position: relative;
    line-height: 1.4;
}

.link_actividades:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: -45px;
    width: 35px;
    height: 1px;
    background: #ed6d63;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.link_actividades:hover:before {
    transform: translateX(-10px);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.sidebar_socialMedia {
    padding-top: 320px;
    display: flex;
    align-items: center;
    flex-flow: column;
}



.sidebar_socialMedia ul li {
    margin-bottom: 45px;
}

span.compartir p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 159.5%;
    letter-spacing: 0.235em;
    color: #ED6D63;
    text-transform: uppercase;
}

span.compartir {
    transform: rotate(-90deg);
    display: block;
    margin-top: 60px;
}

.socialmedia ul li a {
    width: 65px;
    height: 65px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(237, 109, 99, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative;
}

.socialmedia ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 0;
    opacity: 0;
    border-radius: 50%;
    background-color: #ed6d63;
    transform: scale(0);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1);
}

.socialmedia ul li a:hover:before {
    opacity: 1;
    transform: scale(1);
}
.socialmedia ul li a:hover svg {
    z-index: 9;
}
.socialmedia ul li a:hover svg path{
   fill: #fff;
   transition: all .3s cubic-bezier(.165,.84,.44,1);
}

.sidebar_socialMedia ul li a:hover,
.contacto_socialInfo ul li a:hover{
    border-color: #ed6d63;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.content_single_main {
    flex: 1;
    padding-right: 110px;
    padding-bottom: 160px;
}

.content_post {
    display: flex;
    flex-flow: wrap;
    padding-top: 100px;
    z-index: 9;
    position: relative;
}

header.header_single {
    position: relative;
}

.single_circles {
    position: absolute;
    top: -45px;
    right: 0;
}

span.circle_comun.c-2.circle_transparent_mini {
    position: absolute;
    width: 90px;
    height: 90px;
    border: 1px solid #ED6D63;
    top: 25px;
    left: -35px;
}

span.circle_comun.c-1.circle_transparent_max {
    width: 209px;
    height: 209px;
    border: 1px solid #ED6D63;
    border-radius: 50%;
    opacity: .3;
}

span.circle_comun.c-3.circle_coral {
    position: absolute;
    width: 34px;
    height: 34px;
    background: #ED6D63;
    top: 230px;
    left: -20px;
}

span.circle_comun.circle_4.circle_transparent_max {
    width: 34px;
    height: 34px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    z-index: 9;
    top: 296px;
    margin-left: -640px;
    position: absolute;
    will-change: transform;
    left: 50%;
    z-index: 0;
    top: -45px;
    opacity: .3;
}

span.circle_comun.circle_5.circle_transparent_max {
    width: 78px;
    height: 78px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    z-index: 9;
    top: 296px;
    margin-left: 475px;
    position: absolute;
    will-change: transform;
    left: 50%;
    z-index: 0;
    top: -70px;
    opacity: .3;
}

span.circle_comun.circle_6.circle_transparent_mini {
    width: 106px;
    height: 106px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    z-index: 9;
    margin-left: -650px;
    position: absolute;
    will-change: transform;
    left: 50%;
    z-index: 0;
    bottom: -180px;
    opacity: .3;
}

span.circle_comun.circle_7.circle_transparent_mini {
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    z-index: 9;
    margin-left: 600px;
    position: absolute;
    will-change: transform;
    left: 50%;
    z-index: 0;
    bottom: -140px;
    opacity: .3;
}

span.header_single-top p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 151%;
    letter-spacing: 0.185em;
    color: #ED6D63;
    text-transform: uppercase;
}

.header_single-top .fecha{
font-family: Roboto;
font-style: italic;
font-weight: normal;
font-size: 13px;
letter-spacing: 0.04em;
color: #0090D7;
margin-top: 12px;
display: block;
}

.header_single h3.titulo-post {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #1B283C;
    padding-right: 20%;
    padding-top: 60px;
}

.header_single h4.subtitulo-post {
    margin-top: 12px;
}

.contet_post-text {
    width: 50%;
    max-width: 700px;
}

.contet_post-text p {
    margin-bottom: 18px;
    line-height: 1.8;
    font-family: Roboto;
}

.contet_post-text strong {
    font-weight: 700;
    color: #1b293c;
}

.video-post {
    flex: 1;
    padding-left: 110px;
}

video.video-post_video {
    border-radius: 30px;
}

.video-post-inner {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.video-post-inner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(237, 109, 99, 0.31);
    width: 100%;
    height: 100%;
}

video.video-post_video {
    display: block;
}

.post_navigation {
    text-align: center;
    padding: 60px 0 90px;
   
}

h2.screen-reader-text {
    display: none;
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav.navigation.post-navigation {
    margin-top: 18px;
}

.nav-links>div {
    padding: 0 35px;
}

.nav-links a {
    font-size: 18px;
    color: rgba(50, 54, 64, 0.6);
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.nav-links a:hover{
    color: #ED6D63;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}


.contacto_content_inner {
    display: flex;
    flex-flow: wrap;
}

header.contacto__header {
    width: 50%;
}

.contacto-formulario {
    width: 50%;
}

header.contacto__header {
    width: 50%;
}
.contacto-content__text {
    max-width: 380px;
}

.contacto_socialMedia h5,
.contacto_socialInfo h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 159.5%;
    letter-spacing: 0.235em;
    color: #ED6D63;
    text-transform: uppercase;
}

.contacto_socialInfo a {
    font-weight: 700;
    font-size: 26px;
    color: #1B283C;
    text-decoration: none;
    margin-top: 16px;
    display: block;
}

.contacto_socialMedia ul {
    display: flex;
}

.contacto_socialMedia h5{
    margin-bottom: 32px;
}

.contacto_socialMedia ul li{
   margin-right: 45px;
}

.contacto_socialMedia {
    padding: 45px 0;
}

section#contacto {
    padding-bottom: 180px;
}

header.contacto__header p {
    font-size: 18px;
    line-height: 151%;
    letter-spacing: 0.02em;
    color: #1B283C;
}

.contacto-formulario-inner form.wpcf7-form label input {
    background: rgba(255, 223, 221, 0.44);
    border-radius: 20px;
    border: none;
    padding: 21px 26px;
    width: 100%;
}

.contacto-formulario-inner input.wpcf7-form-control.wpcf7-submit {
    background: #ED6D63;
    border-radius: 82px;
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: none;
    width: 155px;
    margin-top: 25px;
    padding: 16px 20px;
}



form.wpcf7-form textarea {
    background: rgba(255, 223, 221, 0.44);
    border-radius: 20px;
    border: none;
    padding: 18px 26px;
    width: 100%;
}

form.wpcf7-form label {
    margin-bottom: 24px;
    display: block;
    width: 600px;
}

/* GALERIA */ 

.eventos-galeria-home .container {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 1240px;
    position: relative;
    z-index: 0;
}

.eventos-galeria-list{
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.eventos-galeria-list .tns-ovh {
    overflow: visible;
}

.eventos-galeria-item .tns-item {
   /* width: calc(14.2857%);*/
   /* margin-right: 25px; */
    position: relative;
    overflow: hidden;
}


figure.eventos-galeria-picture {
    position: relative;
    z-index: 1;
    margin: 0;
}


.eventos-galeria-item {
    position: relative;
    z-index: 1;
    transition: opacity .3s cubic-bezier(.19,1,.22,1);
}

.eventos-galeria-item .tns-item figure:before {
    padding-top: 55.5555555556%;
    display: block;
    content: "";
}

@media (max-width:48.75em) { 
    .eventos-galeria-item .tns-item figure:before{
        padding-top: 75.555556%;
    }
}

.eventos-galeria-item .tns-item img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.eventos-galeria-next,
.eventos-galeria-prev{
    position: absolute;
    top: 50%;
    margin-top: -35px;
    outline: none;
    z-index: 9;
}

.eventos-galeria-prev {
    left: 125px;
}

.eventos-galeria-next{
    right: 125px;
}

button.arrow-button {
    height: 52px;
    width: 52px;
    position: relative;
    transition: background-color .3s cubic-bezier(.165,.84,.44,1);
    border: 2px solid #bfa775;
    border-radius: 40px;
    outline: none;
    background-color: hsla(0,0%,100%,0);
    cursor: pointer;
}

button.arrow-button:hover {
    background-color: #ED6D63;
}


button.arrow-button svg {
    transform: translateX(-1px);
    /*transition: transform .3s cubic-bezier(.165,.84,.44,1);*/
    -webkit-transition: -webkit-transform .35s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform .35s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .35s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .35s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .35s cubic-bezier(.175,.885,.32,1.275);
}

button.arrow-button svg path{
    fill: #1d212d;
}

button.arrow-button:hover svg path{
    fill: #fff;
}

.eventos-galeria-prev .arrow-button:hover svg{
    transform: translateX(-3px);
   /* transition: transform .3s cubic-bezier(.165,.84,.44,1);*/
   -webkit-transition: -webkit-transform .35s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform .35s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .35s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .35s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .35s cubic-bezier(.175,.885,.32,1.275);
}

.eventos-galeria-next .arrow-button:hover svg{
    transform: translateX(3px);
    transition: transform .3s cubic-bezier(.165,.84,.44,1);
}


.titulo_slider{
    text-align: center;
}

h3.titulo_slider {
    padding: 90px 0 60px;
}

.eventos-galeria-next .arrow-button,
.eventos-galeria-prev .arrow-button{
    height: 70px;
    width: 70px;
    z-index: 2;
    border: 0 none;
    border-radius: 50%;
    background-color: #fff;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    transition: transform .3s cubic-bezier(.165,.84,.44,1);
}

.eventos-galeria-next .arrow-button:hover,
.eventos-galeria-prev .arrow-button:hover {
    transform: scale(1.05);
    transition: transform .3s cubic-bezier(.165,.84,.44,1);
}

.eventos-galeria-home {
    padding-bottom: 45px;
    position: relative;
    overflow: hidden;
}

.eventos-galeria-footer {
    text-align: center;
    z-index: 1;
    position: relative;
}

.eventos-galeria-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: opacity .3s cubic-bezier(.165,.84,.44,1);
    padding-bottom: 25px;
}

.eventos-galeria-caption p{
    border-radius: 3px;
    padding: 6px 32px 6px;
    display: block;
    min-width: 140px;
    position: relative;
    /* border: 2px solid #ffffff; */
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    /* background: #ffffff; */
    max-width: 65%;
}


.eventos-galeria-caption:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(0deg,rgba(31, 34, 46, 0.25) 0,rgba(30,30,50,0));
    background: linear-gradient(0deg,rgba(23, 38, 58, 0.25) 0,rgba(30,30,50,0));
}

.eventos-galeria-caption:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    mix-blend-mode: overlay;
    opacity: 1;
    background: linear-gradient(
    120deg,hsla(0,0%,100%,0),
    hsla(0,0%,100%,0) 49%,
    hsla(0,0%,100%,.1) 50%,
    hsla(0,0%,100%,.2) 55%,
    hsla(0,0%,100%,.3) 60%,
    hsla(0,0%,100%,.2) 65%,
    hsla(0,0%,100%,.1) 75%,
    hsla(0,0%,100%,0) 76%,
    hsla(0,0%,100%,0)
    ); 
}

.eventos-galeria-caption:hover:after {
    opacity: .5;
    -webkit-transform: translate3d(-105%,0,0);
    transform: translate3d(-105%,0,0);
    -webkit-transition: opacity 1s cubic-bezier(.165,.84,.44,1) 0s,-webkit-transform 1.5s cubic-bezier(.23,1,.32,1) 0s;
    transition: opacity 1s cubic-bezier(.165,.84,.44,1) 0s,-webkit-transform 1.5s cubic-bezier(.23,1,.32,1) 0s;
    transition: transform 1.5s cubic-bezier(.23,1,.32,1) 0s,opacity 1s cubic-bezier(.165,.84,.44,1) 0s;
    transition: transform 1.5s cubic-bezier(.23,1,.32,1) 0s,opacity 1s cubic-bezier(.165,.84,.44,1) 0s,-webkit-transform 1.5s cubic-bezier(.23,1,.32,1) 0s;
}


#blob {
    position: absolute;
    display: block;

    z-index: 999;
}

canvas { touch-action: none; }





/* MENU */

div#circularMenu1 {
    z-index: 0;
    position: relative;
}

.active{
    z-index: 7;
  }
  
  .circular-menu .floating-btn {
    display: block;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background-color: hsl(4, 98%, 60%);
   
    color: hsl(0, 0%, 100%);
    text-align: center;
    line-height: 3.9;
    cursor: pointer;
    outline: 0;
  }
  
  
 
 
  .circular-menu .floating-btn i {
    font-size: 1.3em;
    transition: transform .2s;  
  }
  
  .circular-menu.active .floating-btn i {
    transform: rotate(-45deg);
  }
  
  .circular-menu:after {
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: hsl(4, 98%, 60%);
    transition: all .3s ease;
  }
  
  .circular-menu.active:after {
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
    width: 33vh;
    height: 33vh;
  }
  
  
  /**
   * The other theme for this menu
   */
  
  
  
  .circular-menu.circular-menu-left .floating-btn {
    background-color: transparent;
  }
  
  .home .circular-menu.circular-menu-left:after {
    background-color: #fff;
  }

  .circular-menu.circular-menu-left:after {
    background-color: #ED6D63;
  }
  

  .menu_home {
    position: absolute;
    top: 0;
    right: 24vh;
    /* height: 100vh; */
    padding-top: 200px;
    z-index: -5;
    display: none;
}

.active .menu_home {
    z-index: 1;
    display: block;
}

.home .menu_home-inner ul li a {
    color: #ED6D63;
}

.menu_home-inner ul li a {
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 3rem;
    line-height: 1.3;
    text-decoration: none;
}

.menu_home-inner ul li  {
    position: relative;
    opacity: 0;
}

.active .menu_home-inner ul li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.menu_home-inner ul li{
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: opacity 0s linear .5s,-webkit-transform 0s linear .5s;
    transition: opacity 0s linear .5s,-webkit-transform 0s linear .5s;
    transition: opacity 0s linear .5s,transform 0s linear .5s;
    transition: opacity 0s linear .5s,transform 0s linear .5s,-webkit-transform 0s linear .5s
}

.active .menu_home-inner ul li:first-child {
    -webkit-transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .45s,-webkit-transform .3s cubic-bezier(.25,.46,.45,.94) .45s;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .45s,-webkit-transform .3s cubic-bezier(.25,.46,.45,.94) .45s;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .45s,transform .3s cubic-bezier(.25,.46,.45,.94) .45s;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .45s,transform .3s cubic-bezier(.25,.46,.45,.94) .45s,-webkit-transform .3s cubic-bezier(.25,.46,.45,.94) .45s;
}

.active .menu_home-inner ul li:nth-child(2) {
    -webkit-transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .5s,-webkit-transform .3s cubic-bezier(.25,.46,.45,.94) .5s;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .5s,-webkit-transform .3s cubic-bezier(.25,.46,.45,.94) .5s;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .5s,transform .3s cubic-bezier(.25,.46,.45,.94) .5s;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .5s,transform .3s cubic-bezier(.25,.46,.45,.94) .5s,-webkit-transform .3s cubic-bezier(.25,.46,.45,.94) .5s;
}

.active .menu_home-inner ul li:nth-child(3) {
    -webkit-transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .55s,-webkit-transform .3s cubic-bezier(.25,.46,.45,.94) .55s;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .55s,-webkit-transform .3s cubic-bezier(.25,.46,.45,.94) .55s;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .55s,transform .3s cubic-bezier(.25,.46,.45,.94) .55s;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .55s,transform .3s cubic-bezier(.25,.46,.45,.94) .55s,-webkit-transform .3s cubic-bezier(.25,.46,.45,.94) .55s;
}

.active .menu_home-inner ul li:nth-child(4) {
    -webkit-transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .6s,-webkit-transform .3s cubic-bezier(.25,.46,.45,.94) .6s;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .6s,-webkit-transform .3s cubic-bezier(.25,.46,.45,.94) .6s;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .6s,transform .3s cubic-bezier(.25,.46,.45,.94) .6s;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .6s,transform .3s cubic-bezier(.25,.46,.45,.94) .6s,-webkit-transform .3s cubic-bezier(.25,.46,.45,.94) .6s;
}

.home .line-bottom,
.home .line-middle,
.home .line-top {
    background: #fff;
}

.line-bottom, .line-middle, .line-top {
    position: absolute;
    top: 50%;
    left: 0;
    height: 3px;
    width: 30px;
    margin-top: -1.5px;
    background: #18171d;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition: opacity .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: opacity .2s cubic-bezier(.165,.84,.44,1),transform .2s cubic-bezier(.165,.84,.44,1);
    transition: opacity .2s cubic-bezier(.165,.84,.44,1),transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
}



.line-top {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    width: 25px;
    -webkit-transition: width .3s cubic-bezier(.25,.46,.45,.94);
    transition: width .3s cubic-bezier(.25,.46,.45,.94)
}

.line-bottom {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    width: 23px;
    -webkit-transition: width .3s cubic-bezier(.25,.46,.45,.94);
    transition: width .3s cubic-bezier(.25,.46,.45,.94)
}

.active .line-top {
    -webkit-transform: translate(0) rotate(45deg);
    transform: translate(0) rotate(45deg);
    background: #18171d;
}

.active .line-middle {
    opacity: 0;
}

.active .line-bottom {
    -webkit-transform: translate(0) rotate(-45deg);
    transform: translate(0) rotate(-45deg);
    background: #18171d;
}


.floating-btn:hover .line-top {
    width: 30px;
    -webkit-transition: width .3s cubic-bezier(.25,.46,.45,.94);
    transition: width .3s cubic-bezier(.25,.46,.45,.94)
}

.floating-btn:hover .line-bottom {  
    width: 30px;
    -webkit-transition: width .3s cubic-bezier(.25,.46,.45,.94);
    transition: width .3s cubic-bezier(.25,.46,.45,.94)
}

span.wpcf7-not-valid-tip {
    color: #d44e44;
    padding-left: 26px;
    padding-top: 6px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #edcf63;
    padding: 12px;
}


button.play_video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 88px;
    width: 88px;
    margin-top: -44px;
    margin-left: -44px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, 0.8);
    border: none;
     /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);  */
    z-index: 9;
}

button.play_video .popup-youtube {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.popup-youtube {
    position: relative;
}

a.popup-youtube:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 0;
    opacity: 0;
    border-radius: 50%;
    background-color: #ed6d63;
    transform: scale(0);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1);
}

button.play_video:hover .popup-youtube:before{
    opacity: 1;
    transform: scale(1);
}

span.svg.svg--play {
    z-index: 99;
    position: relative;
}
span.svg.svg--play svg {
    fill: #1B283C;
}
button.play_video:hover .svg--play svg {
    fill: #fff;
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505; }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504; }
  
  .mfp-preloader a {
    color: #cccccc; }
  
  .mfp-preloader a:hover {
    color: white; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506; }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover, .mfp-close:focus {
      opacity: 1; }
    .mfp-close:active {
      top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333333; }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px; }
  
  .mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  
  .mfp-arrow:active {
    margin-top: -54px; }
  
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px; }
  
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after,
    .mfp-arrow-left .mfp-a {
      border-right: 12px solid black;
      left: 5px; }
    .mfp-arrow-left:before,
    .mfp-arrow-left .mfp-b {
      border-right: 20px solid white; }
  
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after,
    .mfp-arrow-right .mfp-a {
      border-left: 12px solid black;
      left: 3px; }
    .mfp-arrow-right:before,
    .mfp-arrow-right .mfp-b {
      border-left: 20px solid white; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
  
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
  
  .mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }
  
  .mfp-iframe-holder .mfp-close {
    top: -43px; }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  
  .mfp-figure {
    line-height: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px; }
  
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
  
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
  
    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
  
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
  
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; }
  
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; } }
  @media all and (max-width: 800px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
  
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
  
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
  
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  .mfp-ie7 .mfp-img {
    padding: 0; }
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
  .mfp-ie7 .mfp-container {
    padding: 0; }
  .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
  


    
   
   
    @media (max-width: 992px) { 
        .about_content_inner {
            flex-flow: column;
        }
        .about_content_inner header {
            width: 90%;
            padding-bottom: 100px;
        }
        .actividades_content_inner {
            flex-flow: column;
        }
        header.actividades__header{
            width: 100%;
            margin-right: 0;
            margin-left: 0;
        }
        .actividades-ultimas__noticias{
            width: 100%;
            margin-right: 0;
            margin-left: 0;
        }
        .home_post-list{
            width: calc(50.33% - 60px);
        }
        .home_post-list {
         width: 100%;
        }
        .newsletter {
            padding: 0 0 142px 0;
            max-width: 100%;
            position: relative;
        }
        .hero__content-inner h2 {
            font-size: 88px;
        }
        .contacto_content_inner {
            flex-flow: column;
        }
        header.contacto__header {
            width: 100%;
            margin-bottom: 90px;
        }
        .contacto-formulario {
            width: 100%;
        }
        .contacto-content__text {
            max-width: 100%;
        }
        span.circle_1.circle_azul{
            margin-left: 365px;
        }
        span.circle_2.circle_verde{
            margin-left: 470px;
        }
        span.circle_comun.circle_4.circle_transparent_max{
            margin-left: -440px;
        }
        span.circle_comun.circle_5.circle_transparent_max{
            margin-left: 430px;
        }
        span.circle_comun.circle_6.circle_transparent_mini{
            margin-left: -450px;
        }
        span.circle_comun.circle_7.circle_transparent_mini{
            margin-left: 200px;
        }

        .content_post {
            flex-flow: column;
        }
        .contet_post-text {
            width: 100%;
        }
        .video-post {
            flex: 1;
            padding-left: 0;
            margin-top: 60px;
        }
        .home_post-list figure {
            background-position: center center;
        }
        section#proximox_eventos .seccion_titulo {
            padding: 100px 0 100px 60px;
        }

     }
    

     @media (max-width: 768px) { 
        .hero__content-inner h2 {
            font-size: 85px;
        }
        .seccion_titulo h2{
            max-width: 100%;
        }
        .seccion_titulo {
            padding: 100px 0 150px 0;
            position: relative;
        }
        .seccion_titulo h2{
            font-size: 62px;
        }
        footer#colophon ul{
            flex-flow: column;
        }
        footer#colophon ul li {
            margin: 12px 0;
        }
     }

     @media (max-width: 600px) { 
        .newsletter input.wpcf7-form-control.wpcf7-submit{
            padding: 26px 50px;
            font-size: 18px;
            width: 100%;
            margin-top: 12px;
            position: relative;
        }
        section#proximox_eventos .seccion_titulo {
            padding: 100px 0 100px 0;
        }
        .home_post-post.comun{
            padding: 30px;
        }
        .home_post-list figure{
            height: 245px;
        }
        .home_post-list{
            margin-left: 0;
            margin-right: 0;
        }
        .actividades-content__text {
            padding: 35px;
        }
        .actividades-content__text p {
            font-size: 18px;
        }
        .hero__content-inner h2 {
            font-size: 42px !important;
        }
        .seccion_titulo h2{
            font-size: 42px;
        }
        .home_post-list {
            width: 100%;
        }
        .content_single_main {
            flex: 1;
            padding-right: 30px;
            padding-bottom: 160px;
        }
        .content_single {
            width: 100%;
            padding-right: 40px;
            padding-left: 40px;
            margin-right: auto;
            margin-left: auto;
            flex-flow: column-reverse;
        }
        .header_single h3.titulo-post {
            padding-right: 0;
        }
        .sidebar {
            max-width: 100%;
            width: 100%;
            flex-flow: column;
        }
        .sidebar_socialMedia {
            padding-top: 32px;
        }
        span.compartir {
            transform: rotate(0);
            display: block;
            margin-top: 0;
            margin-bottom: 90px;
        }

        .about_content_inner p{
            font-size: 21px;
        }
        .menu_home-inner ul li{
            text-align: center;
        }
        .menu_home{
            right: 0;
             width: 95vw;
        }
        .circular-menu .floating-btn{
            z-index: 99;
    position: relative;
        }
        .menu_home-inner ul li a{
            font-size: 2.4rem;
        }
        
     }
    

   
    @media (max-width: 1400px) { 
        .actividades-ultimas__noticias-inner figure {
            width: 100%;
            height: 290px;
            /* max-width: 510px; */
        }
        .hero__content-inner h2{
            font-size: 110px;
        }
     }


     /*********************/
/* Efectos de cohabs */
/*********************/



    [data-anim="top"] {
        transition: opacity .7s cubic-bezier(.25, .46, .45, .94), -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
        transition: opacity .7s cubic-bezier(.25, .46, .45, .94), transform .7s cubic-bezier(.25, .46, .45, .94);
        transition: opacity .7s cubic-bezier(.25, .46, .45, .94), transform .7s cubic-bezier(.25, .46, .45, .94), -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
        opacity: 0
    }
    [data-anim="scale"] {
        transition: opacity .7s cubic-bezier(.25, .46, .45, .94), -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
        transition: opacity .7s cubic-bezier(.25, .46, .45, .94), transform .7s cubic-bezier(.25, .46, .45, .94);
        transition: opacity .7s cubic-bezier(.25, .46, .45, .94), transform .7s cubic-bezier(.25, .46, .45, .94), -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
        transform: scale(0);
    transition: transform .3s cubic-bezier(.165,.84,.44,1);
    }
    [data-anim][data-anim=top] {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    [data-anim][data-anim=right] {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    [data-anim][data-anim=left] {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    [data-anim][data-anim=scale] {
        /* -webkit-transform: scale(1);
        transform: scale(1); */
    }
    [data-anim][data-anim-delay="1"] {
        transition-delay: .1s
    }
    [data-anim][data-anim-delay="2"] {
        transition-delay: .2s
    }
    [data-anim][data-anim-delay="3"] {
        transition-delay: .3s
    }
    [data-anim][data-anim-delay="4"] {
        transition-delay: .4s
    }
    [data-anim][data-anim-delay="5"] {
        transition-delay: .5s
    }
    [data-anim][data-anim-delay="6"] {
        transition-delay: .6s
    }
    [data-anim][data-anim-delay="7"] {
        transition-delay: .7s
    }
    [data-anim][data-anim-delay="8"] {
        transition-delay: .8s
    }
    [data-anim][data-anim-delay="9"] {
        transition-delay: .9s
    }
    [data-anim][data-anim-delay="10"] {
        transition-delay: 1s !important;
    }
    [data-anim][data-anim-delay="11"] {
        transition-delay: 1.1s !important;
    }
    [data-anim][data-anim-delay="12"] {
        transition-delay: 1.2s !important;
    }
    [data-anim][data-anim-delay="13"] {
        transition-delay: 1.3s !important;
    }
    [data-anim][data-anim-delay="14"] {
        transition-delay: 1.4s !important;
    }
    [data-anim][data-anim-delay="15"] {
        transition-delay: 1.5s !important;
    }
   
    .in-view [data-anim="top"], [data-anim="top"].in-view {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    .in-view [data-anim="scale"], [data-anim="scale"].in-view {
       
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }