/* :: 1.0 Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
/* CSS rules to specify families // font-family: 'Work Sans', sans-serif; */
/* :: 2.0 Import All CSS */
@import url(../css/bootstrap.min.css);
@import url(../css/animate.css);
@import url(../css/font-awesome.min.css);
/* :: 3.0 Base CSS */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    color: #191919;
    line-height: 1.3;
    font-weight: 500;
}
p {
    color: #333;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.5em;
    font-weight: 400;
}
a, a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #191919;
}
ul, ol {
    margin: 0;
}
ul li, ol li {
    list-style: none;
}
.Medium {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500 !important;
}
.Bold-blau {
    font-family: 'Work Sans', sans-serif;
    font-weight: bold !important;
    color: #ff3d66;
}
img {
    height: auto;
    max-width: 100%;
}
/* :: 3.1.0 Spacing */
.mt-15 {
    margin-top: 15px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
/* :: Section Heading */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.section-heading h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px;
    }
}
.section-heading p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
/* :: Header Area CSS */
.navi {
    width: 100%;
    height: 50px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    z-index: 100;
}
.navi-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}
.navi-pleca {
    border: 1px solid #ff3d66;
    width: 100%;
    margin: 25px 0;
}
.navi-logo {
    display: block;
    float: right;
    margin-top: -45px;
    margin-right: -4px;
}
.logo {
    width: 55px;
    height: 36px;
}
.fa-white {
    color: white;
}
@media only screen and (max-width: 991px) {
    .fa-white {
        color: #232323;
    }
    .line {
        display: none;
    }
    .top-social-info a {
        display: inline-block;
        font-size: 18px;
        color: white;
        margin: 12px 10px;
    }
    .top-social-info {
        background-color: #232323;
        margin: 0px !important;
    }
    .minus-hide {
        display: none;
    }
    .plus-hide {
        color: #ff3d66;
        font-weight: bold;
    }
    .megamenu {
        display: block !important;
    }
    .logo-seccion {
        max-width: 140px;
    }
}
@media only screen and (min-width: 992px) {
    .plus-hide {
        display: none;
    }
}
/* :: 9.0 Footer Area CSS */
.creditos {
    text-align: center;
    max-width: 800px;
    margin: 20px auto 0 auto;
    padding-top: 10px;
    /*padding-bottom: 10px;*/
    background: #fff;
}
.creditos p {
    color: #ff3d66;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin: 0 !important;
    float: left;
    width: 48%;
}
.fecha-publicacion {
    max-width: 100px;
    padding: 3px 10px;
    background-color: rgba(0, 0, 0, 0.70);
    border-radius: 8px;
    color: #cfcfcf;
}
.separador {
    display: block;
    float: left;
    width: 100%;
    border-color: #999;
}
/* :: 17.0 Typography CSS */
.nikki-list-area, .type-face, .nikki-image, .nikki-blockquote {
    position: relative;
    z-index: 1;
}
.nikki-list {
    position: relative;
    z-index: 1;
}
.nikki-list li {
    font-size: 16px;
    color: #595959;
    margin-bottom: 15px;
    display: block;
}
.nikki-list li:last-child {
    margin-bottom: 0;
}
blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    padding: 15px 0 0 0;
}
blockquote .blockquote-icon {
    position: relative;
    z-index: 1;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
}
@media only screen and (max-width: 767px) {
    blockquote .blockquote-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
        flex: 0 0 35px;
        max-width: 35px;
        width: 35px;
        margin-right: 0;
    }
}
blockquote .blockquote-icon img {
    width: 30px;
    height: auto;
}
@media only screen and (max-width: 767px) {
    blockquote .blockquote-icon img {
        width: 25px;
    }
}
blockquote .blockquote-text h5 {
    font-weight: 400;
    line-height: 1.5;
}
blockquote .blockquote-text h5:first-child {
    font-style: italic;
}
@media only screen and (max-width: 767px) {
    blockquote .blockquote-text h5 {
        font-size: 16px;
    }
}
blockquote .blockquote-text h6 {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
blockquote .blockquote-text h6 span {
    color: #d1bb95;
}
@media only screen and (max-width: 767px) {
    blockquote .blockquote-text h6 {
        font-size: 12px;
    }
}
blockquote.shortcodes {
    padding: 30px 50px;
    background-color: #f2f4f5;
}
@media only screen and (max-width: 767px) {
    blockquote.shortcodes {
        padding: 30px 15px;
    }
}
/* ======= Popup ======= */
.popup {
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
}
#popup-article:target, #popup-article2:target, #popup-article3:target, #popup-article4:target, #popup-article5:target, #popup-article6:target, #popup-article7:target, #popup-article8:target, #popup-article9:target, #popup-article10:target, #popup-article11:target {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup:before {
    content: "";
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 50%;
    will-change: height, top;
    -webkit-animation: open-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) .65s both;
    animation: open-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) .65s both;
}
.popup:after {
    content: "";
    width: 0;
    height: 4px;
    background-color: #fc7390;
    will-change: width, opacity;
    -webkit-animation: line-animation 1.2s cubic-bezier(0.83, 0.04, 0, 1.16) both;
    animation: line-animation 1.2s cubic-bezier(0.83, 0.04, 0, 1.16) both;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
}
@-webkit-keyframes line-animation {
    0% {
        width: 0;
        opacity: 1;
    }
    99% {
        width: 100%;
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 0;
    }
}
@keyframes line-animation {
    0% {
        width: 0;
        opacity: 1;
    }
    90% {
        width: 100%;
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 0;
    }
}
@-webkit-keyframes open-animation {
    /*from {background-color: #ff3d66;}
  to {background-color: #fff;}*/
    0% {
        height: 0;
        top: 50%;
        background-color: #fc7390;
    }
    90% {
        background-color: #fc7390;
    }
    100% {
        height: 100vh;
        top: 0;
        background-color: #fff;
    }
}
@keyframes open-animation {
    /*from {background-color: #ff3d66;}
  to {background-color: #fff;}*/
    0% {
        height: 0;
        top: 50%;
        background-color: #fc7390;
    }
    99% {
        background-color: #fc7390;
    }
    100% {
        height: 100vh;
        top: 0;
        background-color: #fff;
    }
}
.popup__block {
    display: flex;
    flex-direction: column;
	max-width: 1300px;
    height: calc(100vh - 40px);
    padding: 4% 8%;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    overflow: auto;
    -webkit-animation: fade 1.2s ease-out 1.4s both;
    animation: fade 1.2s ease-out 1.4s both;
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.small-txt {
    justify-content: center;
}
.mid-txt {
    justify-content: center;
}
.big-txt {
    justify-content: flex-start;
}
.block-parrafo {
    display: flex;
    justify-content: center;
}
.block-img {
    display: flex;
    align-items: center;
    width: 35%;
    height: auto;
    overflow: hidden;
}
.block-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
    height: 100%;
    padding: 4rem;
}
.block-txt100 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 4rem;
}
.popup__title {
    width: 100%;
    font-family: 'Work Sans';
    font-weight: bold;
    /* text-align: center; */
    margin: 0 0 0.4em;
}
.popup__fname {
    font-size: 65px;
    font-weight: 300;
    line-height: 0.8;
}
.popup__name {
    display: block;
    font-size: 45px;
    margin-top: -19px;
    font-weight: 800;
    letter-spacing: 0.6px;
}
.popup__sub {
    width: 100%;
    font-family: 'Work Sans';
    font-size: 22px;
    color: #555;
    /* text-align: center; */
    margin: -15px 0 10px;
}
.popup__div {
    width: 100%;
    border: 1px solid #ff3d66;
    margin: -2px 0 10px;
}
.popup__close {
    width: 3.2rem;
    height: 3.2rem;
    text-indent: -9999px;
    position: fixed;
    top: 55px;
    right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-color: rgba(255,255,255,.4);
    border-radius: 50%;
}
/*
* demo page
*/
@media screen and (min-width: 768px) {
    html {
        font-size: 62.5%;
    }
}
@media screen and (max-width: 767px) {
    html {
        font-size: 50%;
    }
}
body {
    font-size: 1.6rem;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
p {
    margin: 0;
    line-height: 1.5;
}
p:not(:last-child) {
    margin-bottom: 1.5rem;
}
img {
    display: block;
    max-width: 100%;
}
a {
    text-decoration: none;
}
.open-popup {
    color: #fff;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border: 1px solid;
}
.page {
    min-height: 100vh;
    display: flex;
}
.page__container {
    max-width: 1200px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: auto;
}
/* ======= The End ======= */
.general {
    display: block;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.top-contenido {
    padding: 0 0px 10px;
    margin-bottom: 20px;
    overflow: auto;
}
.head-txt, .sumario, .cont {
    font-family: 'Work Sans';
    width: 100%;
    text-align: left;
}
.head-txt {
    width: 100%;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 1;
    font-weight: 200;
    margin: 38px 0 10px 0;
    padding: 10px 15px 0 20px;
}
.head-sp {
    color: #ff3d66;
    font-size: 40px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: normal;
    line-height: 0.9;
}
.sumario {
    width: 90%;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin: 15px 0 0;
    padding: 0 20px 0 20px;
    ;
}
.block-heads {
    position: absolute;
    margin: 7px 0;
    width: 100%;
    max-width: 299px;
}
.img-back {
    background-size: cover;
    background-position: right center;
    background-attachment: fixed;
}
.botonera {
    padding: 0 20px;
}
.inter-block {
    float: left;
    display: inline-block;
    width: 48%;
    background-color: #f0f0f0;
    color: #666;
    height: 115px;
    margin: 0 10px 15px 0;
}
.datos-p {
    display: inline-block;
    position: relative;
    overflow: auto;
    width: 160px;
    float: left;
    margin-left: 10px;
}
.img-inter {
    display: inline-block;
    float: left;
    width: 115px;
    height: 115px;
}
.first-name {
    font-size: 36px;
    font-weight: 300;
}
.nombre-inter {
    display: block;
    /* float: right; */
    font-size: 20px;
    margin-top: -24px;
    font-weight: 800;
    letter-spacing: 0.6px;
}
.button {
    float: right;
    display: block;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    position: relative;
}
.button:after {
    position: absolute;
    top: 11px;
    left: -40px;
    right: 0;
    content: '';
    width: 30px;
    height: 1px;
    background: #000;
}
.frase {
    font-size: 120%;
    font-weight: 600;
    font-style: italic;
}
@media screen and (min-width: 1500px) {
    .sumario, .cont {
        width: 90%;
    }
}
@media screen and (min-width: 1200px) {
    .cont-navi {
        max-width: 1200px;
    }
    .head-txt {
        width: 100%;
    }
    .head-sp {
        font-size: 44px;
    }
}
@media screen and (min-width: 801px) and (max-width: 1199px) {
    .cont-navi {
        max-width: 800px;
    }
    .head-txt {
        font-size: 36px;
        letter-spacing: -0.2px;
    }
    .head-sp {
        font-size: 45px;
    }
}
@media screen and (max-width: 649px) {
    .head-txt {
        position: relative;
        font-size: 26px;
    }
    .head-sp {
        font-size: 44px;
    }
    .sumario {
        font-size: 16px;
    }
    .datos-p {
        width: 140px;
    }
    .block-heads {
        margin: 3px 0px;
    }
    .inter-block {
        height: 95px;
        margin-bottom: 12px;
    }
    .img-inter {
        width: 95px;
        height: 95px;
    }
    .first-name {
        font-size: 35px;
    }
    .nombre-inter {
        font-size: 20px;
        margin-top: -24px;
    }
    .button {
        letter-spacing: 3.5px;
    }
}
@media screen and (min-width: 600px) {
    .img-mob {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    .head-txt {
        width: 100%;
        position: relative;
        font-size: 21px;
        padding: 0;
        margin-top: 50px;
    }
    .head-sp {
        font-size: 32px;
        letter-spacing: -0.3px;
    }
    .sumario, .cont {
        margin: 10px 0 10px 0;
        padding: 0;
    }
    .top-contenido {
        width: 90%;
        margin: 0 auto 5px;
        padding: 0 15px 10px 5px;
    }
    .block-heads {
        max-width: 195px;
        margin: 5px 0px;
    }
    .botonera {
        padding: 0 !important;
    }
    .small-txt {
        justify-content: flex-start;
    }
    .block-parrafo {
        display: block;
    }
    .block-img {
        display: block;
        width: 100%;
        margin: 0 auto 10px;
    }
    .img-mob {
        margin: 0 auto;
    }
    .block-txt {
        display: block;
        width: 100%;
        height: auto;
        padding: 0 10px;
    }
    .img-desk {
        display: none;
    }
    .inter-block {
        width: 47%;
        height: 75px;
    }
    .img-inter {
        width: 75px;
        height: 75px;
    }
    .datos-p {
        width: 113px;
    }
    .first-name {
        font-size: 25px;
    }
    .nombre-inter {
        font-size: 16px;
        margin-top: -23px;
    }
    .button {
        font-size: 12px;
        margin-bottom: 8px;
        letter-spacing: 3px;
    }
    .button:after {
        top: 9px;
        left: -40px;
        width: 30px;
    }
    .creditos {
        margin: 30px auto 0 auto;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 499px) {
    .head-txt {
        font-size: 23px;
        letter-spacing: 6px;
    }
    .head-sp {
        font-size: 29px;
        letter-spacing: -0.6px;
    }
    .sumario {
        width: 98%;
        margin: 0 0 10px 0;
        padding: 0;
    }
    .top-contenido {
        padding: 0 15px 10px 0px;
        margin: 0 auto 5px;
    }
    .popup__block {
        padding: 4% 5%;
    }
    .block-heads {
        max-width: 320px;
    }
    .big {
        display: none;
    }
    .inter-block {
        width: 100%;
        height: 70px;
        margin-right: 0;
    }
    .img-inter {
        width: 70px;
        height: 70px;
    }
    .datos-p {
        width: 70%;
    }
    .nombre {
        display: inline-block;
    }
    .first-name {
        font-size: 32px;
    }
    .nombre-inter {
        font-size: 18px;
        margin-top: -25px;
    }
    .button {
        font-size: 13px;
        margin-top: 30px;
    }
    .button:after {
        left: -35px;
        width: 25px;
    }
}
@media screen and (max-width: 440px) {
    .head-txt {
        font-size: 21px;
    }
    .head-sp {
        font-size: 26px;
        letter-spacing: -0.3px;
    }
    .block-heads {
        max-width: 261px;
    }
    .sumario, .cont {
        margin: 0 0 20px 0;
        padding: 0;
        font-size: 17px !important;
    }
    .top-contenido {
        margin: 0 auto 25px;
    }
    .first-name {
        font-size: 28px;
    }
    .nombre-inter {
        font-size: 17px;
        margin-top: -21px;
    }
    .popup__fname {
        font-size: 50px;
        line-height: 0.8;
    }
    .popup__name {
        display: block;
        font-size: 35px;
        margin-top: -20px;
        letter-spacing: 0.6px;
    }
    .popup__sub {
        font-size: 20px;
        margin: -12px 0 10px;
    }
}
@media screen and (max-width: 389px) {
    .head-txt {
        font-size: 19px;
    }
    .head-sp {
        font-size: 24px;
        letter-spacing: -0.2px;
    }
    .sumario {
        width: 93%;
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 16px !important;
    }
    .top-contenido {
        width: 95%;
        margin: 0 auto 25px;
        padding: 0 5px 10px 5px;
    }
    .block-txt {
        padding: 0;
    }
    .frase {
        font-size: 115%;
    }
    .creditos p {
        width: 100%;
        line-height: 1.7;
    }
    .first-name {
        margin-top: 4px;
    }
    .button {
        letter-spacing: 1px;
    }
    .popup__fname {
        font-size: 40px;
        line-height: 0.8;
    }
    .popup__name {
        display: block;
        font-size: 27px;
        margin-top: -16px;
        letter-spacing: 0.6px;
    }
    .popup__sub {
        font-size: 20px;
        margin: -10px 0 10px;
    }
}
@media screen and (max-width: 339px) {
    .head-txt {
        font-size: 17px;
        letter-spacing: 5px;
    }
    .head-sp {
        font-size: 22px;
    }
    .sumario, .cont {
        font-size: 15px !important;
    }
    .popup__title {
        width: 80%;
    }
    .first-name {
        font-size: 27px;
    }
    .nombre-inter {
        letter-spacing: -0.3px;
    }
    .button:after {
        top: 7px;
        left: -25px;
        width: 15px;
    }
}

.hidden {
	padding-left: 20px!important;
}

@media (max-width: 599px) {
	.hidden {padding-left: 0px!important;}
}