@font-face {
    font-family: Calibre;
    src: url("../fonts/Calibre-Regular.otf") format("opentype");
}

@font-face {
    font-family: Calibre;
    font-weight: bold;
    src: url("../fonts/Calibre-Bold.otf") format("opentype");
}

body {
    font-family: 'Calibre', sans-serif;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.modal-content {
    border: none;
    outline: 0;
}
.modal-body {
    position:relative;
    padding:0px;
}
.modal-dialog {
    max-width: 1200px;
}
.close {
    position: absolute;
    right: -30px;
    top: -55px;
    z-index: 999;
    font-size: 4rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    background: transparent;
    border: none;
    outline: 0;
}

video::-webkit-media-controls-panel {
    background-image: none !important;
    filter: brightness(0.4);
}

.el-upload {
    /*display: flex;*/
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 8px 10px;
    border-radius: 10px;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
}
.el-upload__input {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}

.breadcrumb {
    margin-bottom: 30px;
}
.breadcrumb .breadcrumb-item {
    text-transform: uppercase;
}
.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #8e8d8d;
    font-weight: 600;
    letter-spacing: 1px;
}
.breadcrumb-item.active {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}

.ghost-btn {
    border: 1px solid #bbbbbb;
    color: black;
    text-decoration: none;
    padding: 5px 37px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.ghost-btn.white {
    border: 1px solid #bbbbbb;
    color: white;
    text-decoration: none;
    padding: 13px;
}
.ghost-btn.black {
    background-color: #000;
    border: 1px solid #000;
    color: white;
    text-decoration: none;
    padding: 13px;
}
.ghost-btn .large-arrow {
    max-width: 80px;
}


.socials {

}
.socials ul {
    display: block;
    position: fixed;
    top: 60%;
    right: 25px;
    list-style:none;
    z-index: 99;
}
.socials li {
    background: #000;
    /*padding: 7px 10px;*/
    padding: 5px 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.socials .vimeo i {
    font-size: 25px;
}
.socials .instagram i {
    font-size: 25px;
}
.socials .facebook i {
    font-size: 25px;
}
.socials .linkedin i {
    font-size: 25px;
}
.socials li:hover {
    transform: scale(1.3, 1.25);
    -moz-transform: scale(1.3, 1.25);
    -ms-transform: scale(1.3, 1.25);
    -webkit-transform: scale(1.3, 1.25);
    -o-transform: scale(1.3, 1.25);
}
.socials li a {
    color: #ffff;
}
.socials .vimeo:hover {
    background-color: #00adef;
}
.socials .instagram:hover {
    background-color: #c13584;
}
.socials .facebook:hover {
    background-color: #4267B2;
}
.socials .linkedin:hover {
    background-color: #2867B2;
}


.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 999999;
    color: #fff;
    text-align: center;
    line-height: 90vh;
}
.splash.display-none {
    opacity: 0;
    z-index: -999;
    transition: all 2s;
}

.staff-videos .owl-nav button {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.staff-videos .owl-nav button span {
    font-size: 80px;
    color: black;
    font-weight: 100;
}
.staff-videos .owl-nav button.owl-next {
    right: -35px;
}
.staff-videos .owl-nav button.owl-prev {
    left: -35px;
}
.staff-videos .owl-nav button.disabled {
    opacity: .3;
}

#main_nav {
    padding-top: 25px;
}
#main_nav .logo {
    width: 160px;
}
#main_nav ul.navbar-nav li a {
    color: white;
    padding: 20px 38px;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 3px;
}
#main_nav ul.navbar-nav li a.active {
    font-weight: 600;
}

#main_nav.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
}
#main_nav.scrolled ul.navbar-nav li a {
    color: black;
}

.main {
    background-color: #ffffff;
    z-index: 99;
}

#nosotros {
    background-image: url('../images/main-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
}
/*#nosotros:before {
    content: '';
    background-color: #0000007d;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/
#nosotros #hero {
    z-index: 9;
    margin-left: 10%;
}
#nosotros #hero h1 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 6px;
}
#nosotros #hero p {
    font-size: 25px;
    line-height: 33px;
}


#directores .section-title,
#productores .section-title {
    /*text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 30px;
    text-transform: uppercase;*/

    text-align: left;
    margin-bottom: 46px;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 21px;
    text-transform: uppercase;

    position:relative;
    display:inline-block;
}
#directores .section-title:after,
#productores .section-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    margin: 10px auto;
    width: 38%;
    height: 1px;
    background: #000;
}

/*#directores .section-title .diagonal-arrow,
#productores .section-title .diagonal-arrow {
    width: 22px;
    vertical-align: initial;
}*/

#directores,
#productores {
    padding-top: 140px;
    padding-bottom: 140px;
}
#directores {
    padding-bottom: 0;
}
/*#productores {
    padding-top: 60px;
}*/
section#directores .member,
section#productores .member {
    height: 100%;
    max-width: 335px;
    min-height: 358px;
    -webkit-perspective: 500px;
    perspective: 500px;
    margin: auto;
}

/*@media (min-width: 992px) and (max-width:1200px) {
    section.staff .staff-member,section.staff .strategic-associate {
        min-height:300px
    }
}*/

section#directores .member .content,
section#productores .member .content {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
    -ms-transition: transform 1s;
    transition: transform 1s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

section#directores .member:hover .content,
section#productores .member:hover .content {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    -ms-transition: transform .5s;
    transition: transform .5s
}

section#directores .member .back,
section#directores .member .front,
section#productores .member .back,
section#productores .member .front {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

section#directores .member .front,
section#productores .member .front {
    text-align: center
}

section#directores .member .back,
section#productores .member .back {
    background: #dadada;
    color: #000;
    padding: 40px 40px 25px 40px;
    text-align: left;
    overflow: hidden;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

section#directores .member .back .text p,
section#productores .member .back .text p {
    font-size: 15px;
    margin-bottom: 15px;
    font-style: italic;
    text-align: center;
}

section#directores .member .back .contact-info,
section#productores .member .back .contact-info {
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: 28px;
    left: 0;
    z-index: 9999;
}

section#directores .member .back .contact-info .contact-item,
section#productores .member .back .contact-info .contact-item {
    background: #000;
    padding: 2px 6px;
    border-radius: 8px;
    height: 35px;
    text-align: center;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
}
section#directores .member .back .contact-info .contact-item.facebook,
section#productores .member .back .contact-info .contact-item.facebook {
    padding: 2px 10px;
}

section#directores .member .back .contact-info .contact-item:not(:last-child),
section#productores .member .back .contact-info .contact-item:not(:last-child) {
    margin-right: 7px;
}

section#directores .member .back .contact-info .contact-item i,
section#productores .member .back .contact-info .contact-item i {
    font-size: 25px;
    color: #fff
}

/*section#directores .member .back .contact-info .contact-item a img,
section#productores .member .back .contact-info .contact-item a img {
    height: 27px;
    width: 35px;
    object-fit: contain;
}*/

section#directores .member .header,
section#productores .member .header {
    /*height: 72px;*/
    margin: -98px 0;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    /*background-image: -webkit-linear-gradient(left,rgba(218,218,218,.82) 0,rgba(255,255,255,.85) 100%);
    background-image: -o-linear-gradient(left,rgba(218,218,218,.82) 0,rgba(255,255,255,.85) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(218,218,218,.82)),to(rgba(255,255,255,.85)));
    background-image: linear-gradient(to right,rgba(218,218,218,.82) 0,rgba(255,255,255,.85) 100%);*/
    background-repeat: repeat-x
}

section#directores .member .header .title,
section#productores .member .header .title {
    /*color: #212529;*/
    padding: 16px 0;
    /*line-height: .9*/
}

section#directores .member .header .title img,
section#productores .member .header .title img {
    max-width: 268px;
}




section#directores .member p,
section#productores .member p {
    margin: 0
}

#productores .front-productor {
    max-width: 304px;
}
#productores .front-productor .header {
    margin: -98px 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    backface-visibility: hidden;
    background-repeat: repeat-x;
}
#productores .front-productor .header .title img {
    max-width: 340px;
}
#productores .front-productor .img-fluid {
    max-width: 304px;
}
#productores .front-productor-info p {
    font-size: 20px;
}
#productores .front-productor-info .contact-info {
    display: flex;
    width: 100%;
    justify-content: left;
    z-index: 9999;
}

#productores .front-productor-info .contact-info .contact-item {
    background: #000;
    padding: 2px 6px;
    border-radius: 8px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
}
#productores .front-productor-info .contact-info .contact-item:not(:last-child) {
    margin-right: 7px;
}
#productores .front-productor-info .contact-info .contact-item i {
    font-size: 25px;
    color: #fff;
}


.staff-videos {
    margin-top: 22px;
}
.staff-videos .member-videos {
    display: none;
}







.staff-videos .title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    /*margin-left: 65px;*/
    margin-top: 15px;
    margin-bottom: 0;
}

/* Cristobal */
.staff-videos .title.align-start {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: left;
}
.staff-videos .title.align-start::after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    background-color: black;
    margin-left: 10px;
}

/* Horacio */
.staff-videos .title.align-center {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.staff-videos .title.align-center::before,
.staff-videos .title.align-center::after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: black;
}

.staff-videos .title.align-center:before {
    margin-left: -51%;
    text-align: right;
}

.staff-videos .title.align-center:after {
    margin-left: 10px;
}


/* Matias */
.staff-videos .title.align-end {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: right;
}
.staff-videos .title.align-end::before {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    background-color: black;
}
.staff-videos .title.align-end:before {
    margin-left: -101%;
    text-align: right;
}



.staff-videos .caption {
    margin-top: -20px;
}
.staff-videos .caption h4{
    font-weight: 600;
    font-size: 18px;
}
.staff-videos .caption p {
    margin-bottom: 0;
}



#contacto {
    padding-top: 130px;
    padding-bottom: 130px;
}
#contacto #form_figure {
    clip-path: polygon(0 0, 100% 21%, 100% 76%, 0% 100%);
    width: 90%;
    height: 758px;
    background-color: #0b9dde;
    position: absolute;
    /*z-index: -9;*/
    margin-top: -150px;
    /*margin-top: -125px;*/
}
#contacto .form-title {
    font-size: 33px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 42px;
}
#contacto form {
    color: white;
}
.form-label-ui {
    color: #ffff;
    font-size: 21px;
}
.form-control-ui {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #a6d2e6;
    color: #ffff;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
}
.form-control-ui.textarea {
    background-color: transparent;
    border: none;
    border: 1px solid #a6d2e6;
    color: #ffff;
    border-radius: 0;
    outline: none;
    height: 125px;/*195px;*/
    margin-top: 22px;
    padding: 20px;
}
#contacto .ghost-btn.black {
    font-size: 17px;
    padding: 6px 20px;
}
#contacto .ghost-btn.black img {
    width: 18px;
    margin-left: 60px;
}

.footer {
    text-align: center;
    padding: 55px 0 55px;
    z-index: 99;
    background: #ffffffff;
}

.footer .socials-footer {
    display: none;
}


.go-to-start {
    position: fixed;
    right: 80px;
    bottom: 45px;
    cursor: pointer;
    z-index: 1000;
}
.go-to-start img {
    width: 40px;
}


.hideme {
    opacity:0;
}
.visible {
    opacity:1;
}


.delay-1 {
    animation-delay: 1s;
}
.delay-2 {
    animation-delay: 2s;
}
.delay-3 {
    animation-delay: 3s;
}
.delay-4 {
    animation-delay: 4s;
}

#hero {
    display: block;
}
#hero_mobile {
    display: none;
}
#hero_mobile {
    margin-left: 0 !important;
    margin-top: 19px;/*50px;*/
    z-index: 9;
    /*margin-top: -111px;*/
}
#hero_mobile p {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    padding: 0 25px;
    margin-bottom: 25px;
}
#hero_mobile .ghost-btn.white {
    font-size: 18px;
    letter-spacing: 4px;
    padding: 8px 60px;
    max-width: 252px;
    margin: auto;
    margin-bottom: 60px;
}

#directores_mobile,
#productores_mobile {
    display: none;
}

#contacto .section-title {
    display: none;
}


@media (min-width:992px) {
    .fixed-top-nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99;
    }
}

#mobile_nav_overlay {
    display: none;
}
#toggle_btn {
    display: none;
}




.staff-videos-detail iframe {
    background: black;
}

#staff_detail {
    padding-top: 25px;
}

#staff_detail .details {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100px;
}
#staff_detail .details .staff-title {
    /*margin-bottom: 15px;*/
    margin-bottom: 0px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#staff_detail .details .staff-title img {
    /*width: 105px;*/
    width: 150px;
}
#staff_detail .details .staff-title .first {
    font-weight: 600;
    font-style: italic;
    font-size: 32px;
    line-height: 0px;
}
#staff_detail .details .staff-title .last {
    font-weight: 500;
    font-style: italic;
    font-size: 29px;
    line-height: 0px;
}
#staff_detail .details .image {
    max-width: 100px;
}
#staff_detail .info {
    /*max-width: 285px;*/
    margin: 21px auto;
    text-align: center;
    font-size: 15px;
}
#staff_detail .socials-staff {
    display: flex;
    list-style: none;
    width: 100%;
    padding: 0;
    justify-content: center;
    margin-bottom: 28px;
}
#staff_detail .socials-staff li {
    background: #000;
    padding: 5px 6px;
    border-radius: 8px;
    height: 35px;
    text-align: center;
    cursor: pointer;
}
#staff_detail .socials-staff li.facebook {
    padding: 5px 10px;
}
#staff_detail .socials-staff li:not(:last-child) {
    margin-right: 12px;
}
#staff_detail .socials-staff li a {
    color: #ffff;
}
#staff_detail .socials-staff li a i {
    font-size: 25px;
}
/*#staff_detail .socials-staff li a img {
    max-width: 33px;
}
#staff_detail .socials-staff li.email a img{
    max-width: 45px;
}*/
#staff_detail .volver {
    text-decoration: none;
    color: #8e8d8d;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
}
#staff_detail .volver img {
    width: 12px;
    vertical-align: baseline;    
}

#staff_detail .actions {
    display: flex;
    width: 100%;
    flex-direction: column;
}
#staff_detail .actions .ghost-btn {
    padding: 7px 93px;
    margin-bottom: 30px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    letter-spacing: 2px;
    text-align: center;
}


@media only screen and (min-width: 992px) {
    .h-md-100 {
        height: 100%!important;
    }
}
@media only screen and (min-width: 1025px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
    }
}
@media only screen and (max-width: 1024px) {
    #toggle_btn {
        display: block;
        color: #fff;
        margin-right: 21px;
        font-size: 30px;
        /*margin-top: 4px;*/
    }
    #toggle_btn.black {
        color: #000;
    }
    .navbar-expand-lg .navbar-collapse {
        display: none!important;
    }

    #mobile_nav_overlay {
        display: block;
    }
    
    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        right: 0;
        top: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .overlay .close-btn {
        position: absolute;
        top: 23px;
        right: 26px;
        font-size: 60px;
        line-height: 28px;
    }
    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #000000;
        display: block;
        transition: 0.3s;
    }
    .overlay-content {
        position: relative;
        top: 19%;
        width: 100%;
        text-align: center;
        margin-top: 0;
        height: 80vh;
    }
    .overlay .nav-item {
        padding: 20px 8px;
        letter-spacing: 1px;
        line-height: 40px;
        font-size: 24px;
        font-weight: 500;
    }

    .footer .socials-footer,
    #mobile_nav_overlay .socials-nav {
        display: flex;
        padding: 0px 0 0;
        margin-top: 30px;
    }
    .footer .socials-footer .sn,
    #mobile_nav_overlay .socials-nav .sn {
        justify-content: center;
        display: flex;
        width: 100%;
        z-index: 9;
    }
    .footer .socials-footer .sn a,
    #mobile_nav_overlay .socials-nav .sn a {
        margin: 0 8px;
        color: #000;
    }
    .footer .socials-footer .sn i {
        font-size: 25px;
    }
    
    #mobile_nav_overlay .socials-nav .sn i {
        font-size: 20px;
    }

    #mobile_nav_overlay .socials-nav .sn .vimeo i {
        font-size: 25px;
    }
    #mobile_nav_overlay .socials-nav .sn .instagram i {
        font-size: 26px;
    }
    #mobile_nav_overlay .socials-nav .sn .facebook i {
        /*padding-bottom: 16px;*/
        font-size: 22px;
    }
    #mobile_nav_overlay .socials-nav .sn .linkedin i {
        /*padding-top: 17px;*/
        font-size: 24px;
    }
}
@media only screen and (max-width: 992px) {
    
    .grecaptcha-badge {
        display: none;    
    }
    
    .close {
        right: 5px;
        top: -60px;
        z-index: 999999;
    }

    #splash img {
        max-width: 200px;
    }


    header {
        background: black;
    }
    header.white-h {
        background: #ffff;
        border-bottom: 1px solid #ccc;
    }
    header #main_nav {
        z-index: 9999;
        padding-top: 12px;
    }
    header #main_nav .navbar-brand .logo {
        width: 101px;
        margin-left: 10px;
        margin-top: 4px;
    }

    #nosotros {
        /*height: inherit;*/
        height: 100%;
    }
    #nosotros:before {
        display: none;
    }

    #hero {
        display: none;
    }
    #hero_mobile {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    #hero_mobile h1 {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 4px;
        line-height: 36px;
        text-align: center;
        font-size: 32px;
        margin-bottom: 25px;
        margin-top: 24px;
    }


    #directores,
    #productores {
        padding-top: 25px;
        padding-bottom: 0;
    }
    #directores {
        padding-bottom: 0;
    }


    #directores_desktop,
    #productores_desktop {
        display: none;
    }
    #directores .section-title,
    #productores .section-title,
    #contacto .section-title {
        margin-bottom: 16px;
        font-weight: 600;
        font-size: 27px;
        letter-spacing: 5px;
        text-align: center;
        width: 100%;

        opacity: .0001;
        transform: translate3d(0,100px,0);
        transition: opacity .45s linear,transform .95s cubic-bezier(.215,.61,.355,1);
        transition-delay: calc(0ms + 450ms);
    }
    #directores .section-title.fadeIn,
    #productores .section-title.fadeIn,
    #contacto .section-title.fadeIn {
        opacity: .999;
        transform: translateZ(0);
    }

    #directores .section-title:after,
    #productores .section-title:after {
        display: none;
    }

    #directores_mobile,
    #productores_mobile {
        display: block;
    }

    #directores_mobile .staff-member,
    #productores_mobile .staff-member {
        position: relative;
        height: 100%;
        max-width: 335px;
        min-height: 340px;
        -webkit-perspective: 500px;
        perspective: 500px;
        margin: auto;
        margin-bottom: 15px;
    }
    #directores_mobile .staff-member .content,
    #productores_mobile .staff-member .content {
        width: 100%;
        height: 100%;
        position: relative;
    }
    #directores_mobile .staff-member .front,
    #productores_mobile .staff-member .front {
        text-align: center;
        position: absolute;
        height: 100%;
        width: 100%;
    }

    #directores_mobile .staff-member .front .header,
    #productores_mobile .staff-member .front .header {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
    #directores_mobile .staff-member .front .header .title,
    #productores_mobile .staff-member .front .header .title {
        color: #fff;
        padding: 24px 0;
        font-size: 16px;
        font-family: 'Calibre';
        font-weight: 600;
        text-transform: uppercase;
    }
    #directores_mobile .staff-member .front .header .title img,
    #productores_mobile .staff-member .front .header .title img {
        max-width: 300px;
    }



    #contacto #form_figure {
        clip-path: none;
        width: 90%;
        height: 448px;/*384px;*//*85%;*/
        margin: 0px 5%;
    }
    #contacto {
        padding-top: 25px;
        padding-bottom: 50px;
        position: relative;
    }
    #contacto .section-title {
        display: block;
        margin-bottom: 16px;
        font-weight: 600;
        font-size: 27px;
        letter-spacing: 5px;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    #contacto #contacto_form .form-title {
        display: none;
    }

    #contacto form {
        color: #fff;
        padding: 21px 25px 0 25px;
    }

    #contacto form .form-label-ui {
        font-size: 15px;
    }
    #contacto form .form-control-ui {
        height: 26px;
        margin-bottom: 20px;
    }
    #contacto form .form-control-ui#msg {
        margin-bottom: 0px;
    }
    #contacto form .form-control-ui.textarea {
        margin-top: 5px;
        height: 85px;
    }


    .footer {
        padding: 20px 0 20px;
    }
    .footer-detail {
        margin-top: 45px;
    }


    .socials {
        display: none;
    }

    .go-to-start {
        display: none;
        position: fixed;
        right: 20px;
        bottom: 20px;
        cursor: pointer;
        z-index: 1000;
    }
    .go-to-start img {
        width: 35px;
    }


}


.col-directores-productores {
    flex: 0 0 auto;
    width: 83.33333333%;
}

@media (min-width: 1200px) and (max-width:1400px) {
    .col-directores-productores {
        flex: 0 0 auto;
        width: 100%;
    }

    section#directores .member,
    section#productores .member {
        min-height: 357px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {

    .col-directores-productores {
        flex: 0 0 auto;
        width: 100%;
    }

    section#directores .member,
    section#productores .member {
        min-height: 316px;
    }

    section#directores .member .back,
    section#productores .member .back {
        padding: 25px 25px 25px 25px;
    }

    section#directores .member .back .text p,
    section#productores .member .back .text p {
        font-size: 14px;
    }

    section#directores .member .back .contact-info,
    section#productores .member .back .contact-info {
        bottom: 24px;
    }

}

@media (min-width: 992px) and (max-width:1200px) {

    .h-md-100 {
        height: 100vh !important;
    }

    #nosotros #hero h1 {
        font-size: 55px;
    }

    #nosotros #hero p {
        font-size: 19px;
        line-height: 30px;
    }

    /*section.staff .staff-member .header,section.staff .strategic-associate .header {
        padding:15px 0
    }

    section.staff .staff-member .header .title h3,section.staff .strategic-associate .header .title h3 {
        font-size: 16px
    }

    section.staff .staff-member .header .title h4,section.staff .strategic-associate .header .title h4 {
        font-size: 11px
    }*/

}
@media (min-width: 768px) and (max-width:1200px) {
    #directores_mobile .staff-member .front .header,
    #productores_mobile .staff-member .front .header {
        display: none;
    }

    #nosotros {
        height: inherit;
    }

}
@media (min-width: 768px) and (max-width:993px) {

    #contacto #form_figure {
        height: 372px !important;
    }
}





/* CSS Animation */
.cssanimation {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.cssanimation-2 {
    animation-duration: 2s;
    animation-fill-mode: both;
}
.cssanimation-3 {
    animation-duration: 3s;
    animation-fill-mode: both;
}
.cssanimation-4 {
    animation-duration: 4s;
    animation-fill-mode: both;
}
.cssanimation.infinite {
    animation-iteration-count: infinite;
}


/* Fade In Bottom */
.fadeInBottom { 
    animation-name: fadeInBottom
}
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1
    }
}

/* Fade In Left */
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@keyframes fadeInLeft {
    0% {
       opacity: 0;
       transform: translateX(-20px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
}

/* Slide In Up */
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

/* Bounce In Left */
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0) scaleX(3);
        transform: translate3d(-3000px,0,0) scaleX(3);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0) scaleX(1);
        transform: translate3d(25px,0,0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0) scaleX(.98);
        transform: translate3d(-10px,0,0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0) scaleX(.995);
        transform: translate3d(5px,0,0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

/* Special Fade In */
.specialFadeIn {
    -webkit-animation-name: specialFadeIn;
    animation-name: specialFadeIn;
}
@keyframes specialFadeIn {
    0% {        
        opacity: .0001;
        transform: translate3d(0,100px,0);
        transition: opacity .45s linear,transform .95s cubic-bezier(.215,.61,.355,1);
        transition-delay: calc(0ms + 450ms);
    }

    to {
        opacity: .999;
        transform: translateZ(0);
    }
}

/* Splash Fade In */
.splashFadeIn {
    opacity: 0;
    animation: splashFadeIn 2s ease-in forwards;
}
@keyframes splashFadeIn {
    to {
        opacity: 1;
    }
}



.splashPulse {
    /*animation-name: pulse;
    animation-timing-function: ease-in-out;*/
    animation: splashPulse 2s ease-in-out;
}
/* Splash Pulse */
@keyframes splashPulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.10,1.10,1.10);
        transform: scale3d(1.10,1.10,1.10)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}