@font-face {
    font-family: CaviarDreams;
    src: url(../fonts/CaviarDreams.ttf);
}

@font-face {
    font-family: AlternateGothic;
    src: url(../fonts/AlternateGothicEFNoThreeRegular.ttf);
}

@font-face {
    font-family: Taken;
    src: url('../fonts/Taken by Vultures Demo.ttf');
}

@import url('https://fonts.googleapis.com/css?family=Damion&display=swap');

html,
body {
    margin: 0;
    height: 100%;
    max-width: 100% !important;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    max-width: 100% !important;
}

a {
    color: #000;
}

a:hover {
    color: #666;
    text-decoration: none;
}

hr {
    border-top: 3px solid rgb(0, 0, 0);
}

h1 {
    font-family: 'CaviarDreams';
    margin-bottom: 3%;
    font-size: 30px;
}

h2 {
    font-family: 'CaviarDreams';
    font-size: 24px;
}

p {
    text-align: justify;
}

.post_title_outstanding {
    /*font-family: 'Token', cursive;*/
    font-family: 'Homemade Apple', cursive;
    /*font-family: 'Mr Bedfort', cursive;*/
    font-size: 24px;
    color: #f70009 !important;
    text-transform: capitalize;
}

.post_title_standing {
    font-family: 'CaviarDreams', cursive;
    font-size: 24px;
}

.post_head h1 {
    font-family: AlternateGothic;
}

.post_content p {
    font-weight: 300;
}

@media screen and (max-width: 768px) {

    .grid-sizer,
    .grid-item {
        width: 100% !important;
        text-align: left;
    }

    .post_title_standing {
        display: block;
    }
}

.btn {
    font-size: 0.75rem;
}

.form-control {
    font-size: 0.75rem;
}

.svg-inline--fa.fa-w-16 {
    width: 0.75em;
}

::placeholder {
    color: #aaa !important;
}

.f10 {
    font-size: 10px
}

.f11 {
    font-size: 11px
}

.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

@media(max-width:767px) {
    .f20 {
        font-size: 14px;
    }
}

.f22 {
    font-size: 22px
}

.p0 {
    padding: 0px
}

.pl0 {
    padding-left: 0px
}

.pr0 {
    padding-right: 0px
}

.p10 {
    padding: 10px
}

.p15 {
    padding: 15px
}

.pl15 {
    padding-left: 15px
}

.pr15 {
    padding-right: 15px
}

.m0 {
    margin: 0px
}

.m5 {
    margin: 5px
}

.m10 {
    margin: 10px
}

.mb10 {
    margin-bottom: 10px
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

p.subhead:first-child:first-letter {
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #000;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent !important;
}

span.ditem:hover {
    border-bottom: 1px solid #000;
}

section {
    height: auto;
    margin-bottom: 5%;
    max-width: 100% !important;
}

.row:before {
    content: " ";
}

.row:after {
    content: " ";
}

.brand {
    margin: 4%;
    text-align: center;
    margin-bottom: 0%;
    max-width: 100%;
}

.header {
    margin-bottom: 4%;
}

.bg-light {
    background-color: #fff !important;
}

.navbar-nav .active {
    font-weight: 700;
}

.active {
    font-weight: 700;
}

.over-hidden {
    overflow: hidden;
}

.dpnone {
    display: none !important;
}


.btn-secondary {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
}

.btn-secondary:hover {
    background-color: #000;
    border-color: #000;
    opacity: 0.9;
}

.ias-spinner {
    width: 100%;
}

.ias-noneleft {
    width: 100%;
    margin-top: 3%;
}

.text-sub-muted {
    color: #999;
}

/* ====================================
============== Pre Home ===============
======================================= */
#agencies {
    height: 100% !important;
    margin: 0;
}

.prehome {
    /* max-width: 500px !important; */
    max-width: 400px !important;
    display: table;
    height: 100%;
}

.prehome h2 {
    font-size: 1.4em;
}

.prehome .table {
    display: table-cell;
    vertical-align: middle;
}

/* ====================================
============== Porto Alegre ===========
======================================= */
#portoAlegre {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#portoAlegre h1 {
    margin-top: 12%;
    margin-bottom: 20px;
    font-size: 53px;
}

#portoAlegre p {
    text-align: justify;
    font-size: 16px;
}

#portoAlegre .other {
    text-align: justify;
    font-size: 12px;

}

#portoAlegre p span {
    font-weight: 400;
    color: #f70009;
}

#portoAlegre .aboutText {
    margin-bottom: 15%;
}

@media(max-width:1600px) {
    #portoAlegre h1 {
        font-size: 38px;
    }
}

@media(max-width:1366px) {
    #portoAlegre h1 {
        font-size: 35px;
    }
}

@media(max-width:1280px) {
    #portoAlegre h1 {
        font-size: 32px;
    }
}

@media(max-width:992px) {
    #portoAlegre h1 {
        font-size: 25px;
    }
}

@media (max-width: 415px) {
    #portoAlegre h1 {
        margin-top: 10%;
        margin-bottom: 40px;
        font-size: 26px;
    }
}

/* ====================================
============== NEWS Page ==============
======================================= */
#image-container img {
    width: 100%;
}

.grid {
    background: none;
    max-width: 100% !important;
    /* margin-top: 100px; */
    margin: 0 !important;
}

.grid:after {
    content: "";
    display: block;
    clear: both;
}

.grid-item {
    float: left;
    list-style: none;
    margin-bottom: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

.grid-sizer,
.grid-item {
    width: 49%;
}

.grid-item img,
#status {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.grid-item.is-loading {
    background-color: black;
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/82/loading.gif');
}

.grid-item.is-broken {
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/82/broken.png');
    background-color: #be3730;
    /* width: 120px; */
}

.grid-item.is-loading img,
.grid-item.is-broken img {
    opacity: 0;
}

#status {
    opacity: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    background: hsla(0, 0%, 0%, 0.8);
    padding: 20px;
    border-radius: 10px;
    z-index: 2;
    /* over other stuff */
}

.post_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    /*margin-bottom: 10px;*/
    background: #fff;
    opacity: 0.5;
    /*background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.7) 39%, rgba(0,0,0,1) 100%);*/
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.7) 39%,rgba(0,0,0,1) 100%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.7) 39%,rgba(0,0,0,1) 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );*/
    /* IE6-9 */
}

.post_captionM {
    position: relative;
    margin-top: -20px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    /*margin-bottom: 10px;*/
    background: #fff;
    opacity: 0.5;
    /*background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.7) 39%, rgba(0,0,0,1) 100%);*/
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.7) 39%,rgba(0,0,0,1) 100%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.7) 39%,rgba(0,0,0,1) 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );*/
    /* IE6-9 */
}

.post_caption_cnt {
    /*padding: 0px 10px 20px;*/
    padding: 2px 10px 10px;
    /*text-transform: uppercase;*/
    font-size: 20px;
    /*color: #fff;*/
    color: #000;
    /*font-family: CoolveticaRg-Regular;*/
    letter-spacing: 1px;
    font-weight: 300;
    text-align: center;
}

.arthref {
    z-index: 2000;
}

@media (max-width: 768px) {
    .post_caption_cnt {
        font-size: 12px;
        padding: 1px 5px 5px;
    }
}

@media (max-width: 320px) {
    .post_caption_cnt {
        font-size: 10px;
        padding: 0px 2px 2px;
    }
}

/* ====================================
============= Models Page =============
======================================= */
.logoeachtalentimg {
    top: 0;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0px 15px;
    left: 0;
    right: 0;
}

.mixitup-control-active {
    font-weight: 700;
}

.talent-social-like {
    font-size: 25px;
    line-height: 0;
    text-shadow: 0 0 2px #777;
    color: #000 !important;
    text-align: right;
}

.talent-social-liked {
    font-size: 25px;
    line-height: 0;
    text-shadow: 0 0 2px #777;
    color: #000 !important;
    text-align: right;
}

.fa-heart:before {
    color: #000 !important;
}

.fa-heart:hover {
    color: #000 !important;
}

.change-icon>.fa-heart+.fa-heart,
.change-icon:hover>.fa-heart {
    display: none !important;
}

.change-icon:hover>.fa-heart+.fa-heart {
    display: inherit !important;
}

.change-icon-selected>.fa-heart+.fa-heart,
.change-icon-selected:hover>.fa-heart {
    display: none !important;
}

.change-icon-selected:hover>.fa-heart+.fa-heart {
    display: inherit !important;
}

.talent-name-in {
    font-family: 'Great Vibes', cursive;
    font-size: 30px;
    color: #fff;
    margin-left: 5%;
}

.talent-name-out {
    font-family: 'Great Vibes', cursive;
    font-size: 30px;
}

.gallery {}

.gallery:after {
    content: '';
    display: block;
    clear: both;
}

.gallery-item {
    float: left;
    float: left;
    list-style: none;
    margin-bottom: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

.gallery-sizer,
.gallery-item {
    width: 32%;
}

.gallery-item img,
#status {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.gallery-item.is-loading {
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/82/loading.gif');
}

.gallery-item.is-broken {
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/82/broken.png');
    background-color: #be3730;
    width: 120px;
}

.gallery-item.is-loading img,
.gallery-item.is-broken img {
    opacity: 0;
}

#status {
    opacity: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    padding: 20px;
    border-radius: 10px;
    z-index: 2;
    /* over other stuff */
}

.stamp {
    position: absolute;
}

.stamp-meas {
    top: 0px;
    width: 32%;
    height: 300px;
    /* padding: 0% 2%; */
}

.tal-shortlist {
    width: 100%;
    /* background-color: #000; */
}

.tal-shortlist-label {
    width: 50%;
    float: left;
    /* background-color: #000; */
    color: #fff;
}

.tal-shortlist-label a {
    color: #fff !important;
}

.tal-shortlist-icon {
    width: 50%;
    float: right;
    /* background-color: #000; */
    color: #fff;
}

.tal-shortlist-icon a {
    color: #fff !important;
}

.spinner-gallery {
    position: absolute;
    left: 50%;
    top: 50%;
}

.subtitle-talent {
    width: 100%;
    margin-top: 3%;
}

.talent-name {
    width: 70%;
    float: left;
}

.icon-fav-talent {
    width: 15%;
    float: right;
}

.icon-air-talent {
    width: 15%;
    float: left;
}

.talent_name_title {
    letter-spacing: 5px;
}

#carouselComposite {
    max-width: 80%;
    /* background: #000; */
    /* padding: 3%; */
}

#carouselVideos {
    max-width: 80%;
    /* background: #000; */
    /* padding: 3%; */
}

.carousel-inner {
    z-index: 1000 !important;
}

#carouselPolaroids {
    max-width: 80%;
    /* background: #000; */
    /* padding: 3%; */
}

#placements #talents .talentPhoto .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.7);
}

#placements #talents .talentPhoto .overlay .text {
    color: white;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

#placements #talents .talentPhoto:hover .overlay {
    opacity: 1;
}

/* ====================================
============= Become Page =============
======================================= */
.fileinput-button {
    width: 100%;
}

.divsample {
    height: 100%;
}

#uploadphoto-label:hover {
    opacity: 0.5;
}

/* #photo-1 .fileinput-button .sample-photo {
    background-image: url(/images/become/1.jpg);
    background-size: cover;
    height: 100%;
}

#photo-2 .fileinput-button .sample-photo {
    background-image: url(/images/become/2.jpg);
    background-size: cover;
    height: 100%;
}

#photo-3 .fileinput-button .sample-photo {
    background-image: url(/images/become/3.jpg);
    background-size: cover;
    height: 100%;
}

#photo-4 .fileinput-button .sample-photo {
    background-image: url(/images/become/4.jpg);
    background-size: cover;
    height: 100%;
} */

/* ====================================
============ Contact Page =============
======================================= */
.contactContainer {
    width: 75%;
    margin: auto;
}

.contactContainer table {
    width: 60%;
}

.post {
    font-weight: 500;
}

#map {
    height: 400px;
    width: 100%;
    background-color: grey;
}

.map-wrap {
    margin: 0px !important;
}

#contactForm {
    margin-bottom: 5%;
}

/* ====================================
============= About Page ==============
======================================= */
.gdl-photo-2 {
    height: 100%;
    background-image: url(../img/gdl2.jpg);
    background-size: cover;
    background-position: center -86px;
}

/* ====================================
============= Footer Page =============
======================================= */
footer {
    /* position: absolute; */
    bottom: 0;
}

.logoMobile {
    display: none;
}

.navbarGallery {
    padding: 0%;
}

.divPhotos {
    background: #cfcfcf;
    height: 500px;
}

.showToMobile {
    display: none;
}

/* ====================================
============= Responsive ==============
======================================= */
/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 320px and up) */

@media (max-width: 320px) {
    .gallery-item {
        width: 100%;
    }

    #navbarTogglerGallery .nav-item {
        text-align: left !important;
        min-width: 50% !important;
        float: left !important;
    }

    .stamp-meas {
        width: 100% !important;
    }

    .gallery-sizer,
    .gallery-item {
        width: 100% !important;
    }
}

@media (max-width: 576px) and (min-width: 321px) {
    .stamp-meas {
        width: 48% !important;
    }

    .gallery-sizer,
    .gallery-item {
        width: 48% !important;
    }

    .infoAbout .divTextAbout {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        -ms-flex: 0 0 100%;
    }

    .infoAbout .divImageVertical {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        -ms-flex: 0 0 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .showToMobile {
        display: block;
    }

    .hideToMobile {
        display: none;
    }

    .logoMobile {
        display: block;
        width: 70%;
    }

    .header {
        display: none;
    }

    .nav-item {
        text-align: center;
    }

    .dropdown-menu {
        text-align: center;
        border: none;
    }

    .talentPhoto {
        max-width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
    }

    .talent-name p {
        font-size: 11px;
    }

    #navbarTogglerGallery {
        display: block !important;
    }

    #menuGallery {
        flex-direction: row;
        display: inline;
    }

    #navbarTogglerGallery .nav-item {
        text-align: left;
        min-width: 25%;
        float: left;
    }

    .rowFormBecome .col-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        -ms-flex: 0 0 100%;
    }

    .rowFormBecome .col-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        -ms-flex: 0 0 100%;
    }

    .containerPhotos .col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .sampleRow .col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }

    #sample1 {
        padding-right: 15px;
    }

    #sample2 {
        padding-left: 15px;
        padding-right: 0px;
    }

    #sample3 {
        padding-right: 15px;
        padding-left: 0px;
    }

    #sample4 {
        padding-left: 15px;
        padding-right: 0px;
    }

    #photo-1 {
        padding-right: 15px;
    }

    #photo-2 {
        padding-left: 15px;
        padding-right: 0px;
    }

    #photo-3 {
        padding-right: 15px;
        padding-left: 0px;
    }

    #photo-4 {
        padding-left: 15px;
        padding-right: 0px;
    }

    .yourPhotos .col {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        margin-bottom: 15px;
    }

    .contactContainer {
        width: 75%;
        margin: auto;
    }

    .contactContainer .col {
        flex: 0 0 100%;
        width: 100%;
    }

    #iframe-vimeo {
        height: 300px !important;
    }

    .gdl-photo-2 {
        background-size: 100%;
    }

    .aboutCol100 {
        max-width: 100%;
        flex: 0 0 100%;
        height: 100%;
    }

    .aboutCol50 {
        max-width: 50%;
        flex: 0 0 50%;
        height: 50%;
        margin-top: 20px;
    }

    .post_content img {
        max-width: 100% !important;
    }

    .rowPost .col-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        -ms-flex: 0 0 100%;
    }
}

@media (min-width: 768px) {
    .talent-name p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {

    .yourPhotos .col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }

    .sampleRow .col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }

    #sample1 {
        padding-right: 15px;
    }

    #sample2 {
        padding-left: 15px;
        padding-right: 0px;
    }

    #sample3 {
        padding-right: 15px;
        padding-left: 0px;
    }

    #sample4 {
        padding-left: 15px;
        padding-right: 0px;
    }

    #photo-1 {
        padding-right: 15px;
    }

    #photo-2 {
        padding-left: 15px;
        padding-right: 0px;
    }

    #photo-3 {
        padding-right: 15px;
        padding-left: 0px;
    }

    #photo-4 {
        padding-left: 15px;
        padding-right: 0px;
    }
}

@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

@media (hover: none) {
    a:hover {
        color: inherit;
    }
}


/*News - New Layout*/
.gridd-sizer,
.gridd-item {
    margin-bottom: 10px;
    position: relative;
    width: 99%;
}

.news_title {
    /*background: #fff;*/
    bottom: 0;
    left: 0;
    padding-bottom: 7px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.news_title .back {
    background: #fff;
    bottom: 0;
    content: "";
    height: 80% !important;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.news_title .cursive {
    font-family: 'Homemade Apple', cursive;
    font-family: 'Taken', cursive;

    /*font-size: 24px;*/
    font-size: 50px;
    color: #f70009 !important;
    display: block;
    /*line-height: 15px;*/
    line-height: 40px;
    padding-left: 10px;
}

.news_title .subtitle {
    font-family: 'CaviarDreams', cursive;
    font-size: 12px;
    display: block;
    line-height: 14px;
}

@media(min-width: 768px) {

    /* 5 columns for larger screens */
    .gridd-sizer,
    .gridd-item {
        width: 49%;
    }

    .news_title {
        padding-bottom: 7px;
    }

    .news_title .cursive {
        display: inline-block;
        /*font-size: 30px;*/
        font-size: 50px;
        /*line-height: 26px;*/
        line-height: 34px;
    }

    .news_title .subtitle {
        display: inline-block;
        font-size: 16px;
        line-height: 18px;
    }
}

@media(min-width: 1024px) {
    .news_title {
        padding-bottom: 15px;
    }
}


/**** Home ****/
.square {
    margin: 0px 7px 7px 7px;
    position: relative;
    width: 300px;
    height: 117px;
    overflow: hidden;
    /*     border: 0.1px solid grey; */
    flex: 0 0 29%;
    max-width: 29%;

}

.news-image {
    /*    margin: 2px;*/
    position: relative;
    overflow: hidden;
    /* border: 0.1px solid grey; */
    height: 683px;
    margin-left: -17px;
    margin-right: 0px;
    margin-top: 2px;

}

.instagramPC {
    height: 685px;
    overflow-y: auto;

}


.square img {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-container {
    display: inherit;
    max-height: 715px !important;
    margin: 0 auto;
}

.home-container-div {
    margin-left: 50px;
}

.post_caption_cnt {
    font-size: 12px;
}

.plug {
    margin-bottom: 10px;
}

.instafeed {
    margin-left: -10px;
}

.social-net {
    margin-left: -40px;
    margin-top: 2px
}

.fb-container {
    max-height: 125px;
    margin-top: 2px
}

.tw-container {
    max-height: 203px;
}

.youtube-frame {
    height: 100%;
    max-height: 169px !important;
    margin-bottom: 20px !important;

}

.content-social {
    margin-top: 16px;
    margin-right: 0px;
    margin-left: -30px;
}

/*
* Home - Media Queries
*/
/*Referencia: iPhone 5/SE*/
@media (max-width: 320px) and (max-height: 568px) {

    .home-container {
        max-width: 95% !important;
    }

    .home-container {
        max-width: 90% !important;
    }

    .news-image {
        /*        margin-left: 5px !important;*/
    }

    .instafeed {
        /*        margin-left: -14px !important;
                margin-right: -27px !important;*/
    }

    .social-net {
        /*        width: 309px !important;*/
        /*        margin-left: -23px !important;*/
    }

    .youtube-frame {
        height: 100% !important;
        max-height: 190px !important;
        margin-bottom: 20px !important;
    }

    .tw-container {
        max-height: 205px !important;
    }
}

/*Referencia: Galaxy S5*/
@media (min-width: 360px) and (max-width: 640px) {

    .home-container {
        max-width: 95% !important;
    }

    .instafeed {
        /*        margin-left: -22px !important;
                margin-right: -28px !important;*/
    }

    .social-net {
        /*        width: 318px !important;*/
        /*        margin-left: -32px !important;*/
    }

    .news-image {
        /*        margin-left: 0px !important;*/
    }

    .youtube-frame {
        height: 100% !important;
        max-height: 190px !important;
        margin-bottom: 20px !important;
    }

    .tw-container {
        max-height: 205px !important;
    }
}

/*Referencia: iPhone 6/7/8*/
@media (min-width: 375px) and (max-width: 667px) {

    .home-container {
        max-width: 95% !important;
    }

    .instafeed {
        /*        margin-left: -20px !important;
                margin-right: -30px !important;*/
    }

    .social-net {
        width: 329px !important;
        /*        margin-left: -31px !important;*/
    }

    .news-image {
        margin-left: 0px !important;
    }

    .youtube-frame {
        height: 100% !important;
        max-height: 190px !important;
        margin-bottom: 20px !important;
    }

    .tw-container {
        max-height: 205px !important;
    }
}

/*Referencia: Google pixel 2 /XL S5*/
@media (min-width: 411px) and (max-height: 823px) {

    .home-container {
        max-width: 95% !important;
    }

    .instafeed {
        /*        margin-left: -22px !important;
                margin-right: -34px !important;*/
    }

    .social-net {
        width: 100% !important;
        /*        margin-left: -31px !important;*/
    }

    .news-image {
        /*        margin-left: 0px !important;*/
    }

    .youtube-frame {
        height: 100% !important;
        max-height: 168px !important;
        margin-bottom: 20px !important;
    }

    .tw-container {
        max-height: 205px !important;
    }
}

/*Referencia: Google pixel 2 /XL S5*/









#divMobileStyle {
    padding: 5px;
}

.instafeedMobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 7px;
    margin-right: 7px;

}

.nSquare {
    max-width: 30%;
    margin: 5px auto;

}

.nSquare img {
    margin: auto;
    padding: 0px;
    max-width: 100%;

    height: auto;

    /*    top: 50%;
        left: 50%;
        transform: translate( -50%, -50%);*/
}


.divFBContent {
    position: absolute;
    overflow: hidden;
    width: 290px;
    height: 150px;
    margin-left: 1px;
}

.divFBBottom {
    position: relative;
    left: 0;
    top: 124px;
    background-color: #f5f6f7;
    height: 40px;
    width: 100%;
    border-top: 1px solid #ebedf0;
}

.divFbStyle {
    border: 1px solid #ebedf0;
    height: 166px;
    padding: 0px;
    margin: 0px;
}

.divTWStyle {
    margin-top: 10px;
}

.ytContainer {
    position: relative;
    width: 100%;
    height: 310px;

}

.ytVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*======================
====== NEWSLETTER ======
========================*/
.newsletter-form {
    width: 90%;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    display: none;
    z-index: 100;
}

.newsletter-form .container-news {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsletter-form .container-news .text {
    width: 45%;
}

.newsletter-form .container-news .text h5 {
    font-family: 'CaviarDreams', cursive;
    color: #fff;
    font-size: 20px;
    position: relative;
}

.newsletter-form .container-news .text h5 span {
    font-family: 'Taken', cursive;
    color: #f70009;
    font-style: italic;
    position: absolute;
    font-size: 80px;
    top: -45px;
}

.newsletter-form .container-news .text p {
    font-family: 'CaviarDreams';
    color: #fff;
    font-size: 12px;
    max-width: 60%;
    margin-bottom: 0;
    line-height: 13px;
}

.newsletter-form .container-news .form-news {
    width: 50%;
}

.newsletter-form .container-news .form-news .alertMessage {
    width: 90%;
    background: #00b2b2;
    color: #fff;
    padding: 15px;
    font-size: 20px;
}

.newsletter-form .container-news .form-news form {
    display: flex;
    align-items: center;
    position: relative;
}

.newsletter-form .container-news .form-news form .inputs {
    width: 85%;
}

.newsletter-form .container-news .form-news .input-news {
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.newsletter-form .container-news .form-news .input-news:last-child {
    margin-bottom: 0;
}

.newsletter-form .container-news .form-news .input-news label {
    font-family: 'CaviarDreams';
    color: #fff;
    font-size: 12px;
}

.newsletter-form .container-news .form-news .input-news input {
    width: 80%;
    font-family: 'CaviarDreams';
    color: #000;
    font-size: 12px;
    padding: 0 5px;
}

.newsletter-form .container-news .form-news .btnSend {
    background: #f70009;
    color: #fff;
    font-family: 'CaviarDreams';
    font-size: 12px;
    font-weight: 500;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}

.newsletter-form .container-news #close_news {
    position: absolute;
    top: 10px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.newsletter-form .container-news #close_news svg {
    width: 20px;
    height: 20px;
}

@media(max-width:1024px) {
    .newsletter-form .container-news {
        flex-wrap: wrap;
    }

    .newsletter-form .container-news .text {
        width: 100%;
    }

    .newsletter-form .container-news .text p {
        max-width: 100%;
        font-size: 16px;
    }

    .newsletter-form .container-news .form-news {
        width: 100%;
        margin-top: 15px;
    }

    .newsletter-form .container-news .text h5 {
        font-size: 25px;
    }

    .newsletter-form .container-news .text h5 span {
        font-size: 40px;
        top: -15px;
    }

    .newsletter-form .container-news .form-news .input-news label {
        font-size: 14px;
    }

    .newsletter-form .container-news .form-news .input-news input {
        width: 70%;
        font-size: 12px;
    }

    .newsletter-form .container-news .form-news .btnSend {
        font-size: 12px;
    }
}

.instagramPC {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.instagramPC::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

@supports (-webkit-overflow-scrolling: touch) {
    body {
        cursor: pointer;
    }
}

.contactContainer table:first-child {
    width: 60% !important;
}

.contactContainer div table:first-child {
    width: 100% !important;
}

.contactContainer table,
.contactContainer td {
    border: 1px solid white !important;
}

.contactContainer .col:first-child {
    width: 60%;
}

.contactContainer .col:first-child .rowPost {
    width: 100% !important;
}

.contactContainer .rowPost {
    width: 100% !important;
}

.contactContainer .col:first-child .rowPost .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;

}

.no-padding {
    padding: 0px !important;
}


.spinner-save-talent {
    width: 30px;
    height: 30px;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #09f;

    animation: spin 1s ease infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* Faqs */

.btn-faqs {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    font-size: 1.25rem;
    margin-top: 0;

}

.btn-faqs::before {
    content: '+';
}

.header-faqs {
    background-color: transparent;
    border: none;
}

.body-faqs {
    font-size: 1rem;
}


svg:not(:root).svg-inline--fa {
    overflow: visible
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.svg-inline--fa.fa-lg {
    vertical-align: -.225em
}

.svg-inline--fa.fa-w-1 {
    width: .0625em
}

.svg-inline--fa.fa-w-2 {
    width: .125em
}

.svg-inline--fa.fa-w-3 {
    width: .1875em
}

.svg-inline--fa.fa-w-4 {
    width: .25em
}

.svg-inline--fa.fa-w-5 {
    width: .3125em
}

.svg-inline--fa.fa-w-6 {
    width: .375em
}

.svg-inline--fa.fa-w-7 {
    width: .4375em
}

.svg-inline--fa.fa-w-8 {
    width: .5em
}

.svg-inline--fa.fa-w-9 {
    width: .5625em
}

.svg-inline--fa.fa-w-10 {
    width: .625em
}

.svg-inline--fa.fa-w-11 {
    width: .6875em
}

.svg-inline--fa.fa-w-12 {
    width: .75em
}

.svg-inline--fa.fa-w-13 {
    width: .8125em
}

.svg-inline--fa.fa-w-14 {
    width: .875em
}

.svg-inline--fa.fa-w-15 {
    width: .9375em
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.svg-inline--fa.fa-w-17 {
    width: 1.0625em
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em
}

.svg-inline--fa.fa-w-19 {
    width: 1.1875em
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em
}

.svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto
}

.svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto
}

.svg-inline--fa.fa-border {
    height: 1.5em
}

.svg-inline--fa.fa-li {
    width: 2em
}

.svg-inline--fa.fa-fw {
    width: 1.25em
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em
}

.fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter, .fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.fa-layers-top-right {
    right: 0;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2em
}

.fa-stack-1x, .fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1em
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}