:root {

    --primary: #dfacae !important;

    --secondary: #EDDD5E;

    --light: #F7F7F7;

    --dark: #404A3D;

}



body{

    margin: 0 auto;

    padding: 0 auto;

    overflow-x: hidden;

}



.actors {

    filter: grayscale(100%);

    -webkit-filter: grayscale(100%);

    display: block;

    width: 100%;

    height: auto;

}



.actors:hover{

    filter: none;

    -webkit-filter: grayscale(0);

    animation: zoom-in 0.5s normal forwards ease-in-out;

    cursor: pointer;

}



.overlay{

    opacity: 0;

}



.actors:hover .overlay{

    opacity: 1;

}



.actress {

    filter: grayscale(100%);

    -webkit-filter: grayscale(100%);

    display: block;

    width: 100%;

    height: auto;

}



.actress:hover{

    filter: none;

    -webkit-filter: grayscale(0);

    animation: zoom-in 0.5s normal forwards ease-in-out;

    cursor: pointer;

}



.actress:hover .overlay{

    opacity: 1;

}



.creatives {

    filter: grayscale(100%);

    -webkit-filter: grayscale(100%);

    display: block;

    width: 100%;

    height: auto;

}



.creatives:hover{

    filter: none;

    -webkit-filter: grayscale(0);

    animation: zoom-in 0.5s normal forwards ease-in-out;

    cursor: pointer;

}



.creatives:hover .overlay{

    opacity: 1;

}





.img-fluid {

    max-width: 100%;

    height: auto;

  }



@keyframes zoom-in {

    0% {

      transform: scale(1, 1);

    }

    100% {

      transform: scale(1.05, 1.05);

    }

}

  

textarea:focus, input:focus{

    outline: none;

}



#playVideo {

    color: white;

    position: absolute;

    left: 200px;

    top: 200px;

    display: none;

    border: none;

    border-radius: 50%;

}



/* width */

::-webkit-scrollbar {

    width: 05px;

  }

  

  /* Track */

  ::-webkit-scrollbar-track {

    background: #f1f1f1;

  }

  

  /* Handle */

  ::-webkit-scrollbar-thumb {

    background: #888;

  }

  

  /* Handle on hover */

  ::-webkit-scrollbar-thumb:hover {

    background: #555;

  }



.fade-in-image { 

    animation: fadeIn 3s;

}



.zoom-in{

    animation: zoom-in-zoom-out 3s ease;

}



@keyframes zoom-in-zoom-out {

    0% {

      transform: scale(0.5, 0.5);

    }

    50% {

      transform: scale(1.1, 1.1);

    }

    100% {

      transform: scale(1, 1);

    }

  }



.back-to-top {

    position: fixed;

    display: none;

    right: 30px;

    bottom: 30px;

    z-index: 99;

}



.fw-bold {

    font-weight: 700 !important;

}



.fw-medium {

    font-weight: 600 !important;

}



.fw-semi-bold {

    font-weight: 500 !important;

}





/*** Spinner ***/

#spinner {

    opacity: 0;

    visibility: hidden;

    transition: opacity .5s ease-out, visibility 0s linear .5s;

    z-index: 99999;

}



#spinner.show {

    transition: opacity .5s ease-out, visibility 0s linear 0s;

    visibility: visible;

    opacity: 1;

}





/*** Button ***/

.btn {

    transition: .5s;

    font-weight: 500;

}



.btn-primary,

.btn-outline-primary:hover {

    color: var(--light);

}



.btn-secondary,

.btn-outline-secondary:hover {

    color: var(--dark);

}



.btn-square {

    width: 38px;

    height: 38px;

}



.btn-sm-square {

    width: 32px;

    height: 32px;

}



.btn-lg-square {

    width: 48px;

    height: 48px;

}



.btn-square,

.btn-sm-square,

.btn-lg-square {

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: normal;

}





/*** Navbar ***/

.navbar.sticky-top {

    top: -100px;

    transition: .5s;

}



.navbar .navbar-nav .nav-link {

    margin-right: 35px;

    padding: 25px 0;

    color: var(--dark);

    font-size: 18px;

    font-weight: 500;

    outline: none;

}



.navbar .navbar-nav .nav-link:hover,

.navbar .navbar-nav .nav-link.active {

    color: var(--primary);

}



.navbar .dropdown-toggle::after {

    border: none;

    content: "\f107";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    vertical-align: middle;

    margin-left: 8px;

}



/*** Header ***/

.carousel-caption {

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    display: flex;

    align-items: center;

    background: rgba(0, 0, 0, .1);

    z-index: 1;

}



.carousel-control-prev,

.carousel-control-next {

    width: 15%;

}



.carousel-control-prev-icon,

.carousel-control-next-icon {

    width: 3rem;

    height: 3rem;

    border-radius: 3rem;

    background-color: var(--primary);

    border: 10px solid var(--primary);

}



.page-header {

    background: url(../img/banner.jpg) center center no-repeat;

    background-size: cover;

}



.page-header .breadcrumb-item+.breadcrumb-item::before {

    color: var(--light);

}



.page-header .breadcrumb-item,

.page-header .breadcrumb-item a {

    font-size: 18px;

    color: var(--light);

}





/*** Section Title ***/

.section-title {

    position: relative;

    display: inline-block;

    text-transform: uppercase;

    font-weight: 600;

}



.section-title::before {

    position: absolute;

    content: "";

    width: calc(100% + 80px);

    height: 2px;

    top: 5px;

    left: -40px;

    background: var(--primary);

    z-index: -1;

}



.section-title::after {

    position: absolute;

    content: "";

    width: calc(100% + 120px);

    height: 2px;

    bottom: 6px;

    left: -60px;

    background: var(--primary);

    z-index: -1;

}



.section-title.text-start::before {

    width: calc(100% + 40px);

    left: 0;

}



.section-title.text-start::after {

    width: calc(100% + 60px);

    left: 0;

}





/*** About ***/

.about-experience {

    position: absolute;

    width: 100%;

    height: 100%;

    right: -45px;

    bottom: -45px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

}





/*** Service ***/

.service-item {

    position: relative;

    border-radius: 8px;

    box-shadow: 0 0 45px rgba(0, 0, 0, .07);

}



.service-item .service-img {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    border-radius: 8px;

    overflow: hidden;

    z-index: -1;

}



.service-item .service-img img {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    object-fit: cover;

    border-radius: 10px;

}



.service-item .service-img::before {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: rgba(0, 0, 0, .5);

    border-radius: 10px;

    z-index: -1;

}



.service-item .service-img::after {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: #FFFFFF;

    transition: .5s ease-out;

    z-index: -1;

}



.service-item:hover .service-img::after {

    width: 0;

    left: auto;

    right: 0;

}



.service-item .service-text .service-icon {

    width: 140px;

    height: 140px;

    padding: 15px;

    margin-top: -70px;

    margin-bottom: 40px;

    background: #FFFFFF;

    border-radius: 140px;

    overflow: hidden;

    box-shadow: 0 0 60px rgba(0, 0, 0, .1);

}



.service-item .service-text h5,

.service-item .service-text p {

    transition: .5s;

}



.service-item:hover .service-text h5,

.service-item:hover .service-text p {

    color: #FFFFFF;

}



.service-item .service-text .btn {

    color: var(--secondary);

    background: #FFFFFF;

    box-shadow: 0 0 45px rgba(0, 0, 0, .25);

}



.service-item .service-text .btn:hover {

    color: var(--dark);

    background: var(--secondary);

}





/*** Product ***/

.product-item {

    position: relative;

    border-radius: 8px;

    overflow: hidden;

    box-shadow: 0 0 45px rgba(0, 0, 0, .07);

}



.product-item .product-overlay {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(0, 0, 0, .5);

    opacity: 0;

    padding-top: 60px;

    transition: .5s;

}



.product-item:hover .product-overlay {

    opacity: 1;

    padding-top: 0;

}





/*** Team ***/

.team-item {

    position: relative;

    text-align: center;

    border-radius: 8px;

    box-shadow: 0 0 45px rgba(0, 0, 0, .07);

}



.team-item .btn {

    border-color: transparent;

    box-shadow: 0 0 45px rgba(0, 0, 0, .2);

}





/*** Testimonial ***/

.testimonial-img {

    position: relative;

    min-height: 400px;

}



.testimonial-img::after {

    position: absolute;

    content: "\f10d";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    font-size: 200px;

    color: #EEEEEE;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: -1;

}



.testimonial-img img {

    position: absolute;

    width: 100px;

    height: 100px;

    border-radius: 100px;

}



.testimonial-img img:nth-child(1) {

    top: 0;

    left: 0;

}



.testimonial-img img:nth-child(2) {

    top: 60%;

    left: 20%;

}



.testimonial-img img:nth-child(3) {

    top: 20%;

    left: 60%;

}



.testimonial-img img:nth-child(4) {

    bottom: 0;

    right: 0;

}



.testimonial-img img .animated.pulse {

    animation-duration: 2s;

}



.testimonial-carousel .owl-item img {

    width: 100px;

    height: 100px;

    border-radius: 100px;

}



.testimonial-carousel .owl-nav {

    margin-top: 30px;

    display: flex;

}



.testimonial-carousel .owl-nav .owl-prev,

.testimonial-carousel .owl-nav .owl-next {

    margin-right: 15px;

    width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--secondary);

    border-radius: 45px;

    box-shadow: 0 0 45px rgba(0, 0, 0, .2);

    font-size: 22px;

    transition: .5s;

}



.testimonial-carousel .owl-nav .owl-prev:hover,

.testimonial-carousel .owl-nav .owl-next:hover {

    background: var(--secondary);

    color: var(--dark);

}





/* FOOTER

**************************************/



.footer .widget-title {

    display: table;

    font-size: 18px;

    line-height: 1;

    margin: 0 0 2rem;

    padding: 0 0 0.5rem;

}



.footer {

    padding: 4rem 0 4rem;

    background: url(images/footer.png) repeat-x center bottom #edeff2;

}



.footer.wb {

    background-color: #ffffff;

}



.footer.wb .hovereffect {

    opacity: 0.1;

    background-color: rgba(0, 0, 0, 0.0.1);

}



.demos h4 a {

    color: #000000 !important;

    font-size: 21px;

}



.demos .btn {

    padding: 0.6rem 1.5rem;

}



.demos p {

    padding: 0 0 1.5rem;

    margin: 0;

}



.section.demos {

    background-color: #ffffff;

}



.demos .col-lg-10 .row {

    padding: 2.5rem 1.5rem !important;

    background-color: #ffffff;

    border: 1px dashed #e2e2e2;

}



.demos .invis1 {

    margin: 2rem 0;

}



.footer ul {

    padding: 0;

    margin: 0;

    list-style: none;

}



.footer ul li {

    margin-bottom: 0.3rem;

}



.footer ul li:last-child {

    margin-bottom: 0;

}



.footer .fa-star {

    font-size: 12px;

}



.footer h5,

.footer ul li a {

    color: #111111;

}



.demos .blog-meta h4 {

    font-size: 28px;

    padding: 0 0 1rem;

}



.footer a,

.footer p,

.blog-list-widget small {

    color: rgba(0, 0, 0, 0.6) !important;

}



.footer-text .fa {

    font-size: 21px;

    margin: 0 0.3rem;

}



.actorimg{

    width: 280px;

    height: auto;

    object-fit: fill;

}



.hiddenelement{

    visibility: hidden !important;

}



@media (max-width: 991.98px) {

    .navbar .navbar-nav .nav-link  {

        margin-right: 0;

        padding: 10px 0;

    }



    .navbar .navbar-nav {

        border-top: 1px solid #EEEEEE;

    }



    .carousel-item{

        height: 600px;

    }



    #infocard{

        display: block !important;

        width: 500px !important;

    }





    #navbtn{

        position: absolute !important;

        right: 20px !important;

    }

    #descbox{

        margin-top: 20px !important;

        margin-left: 0px !important;

    }

}



@media (min-width: 992px) {

    .navbar .nav-item .dropdown-menu {

        display: block;

        border: none;

        margin-top: 0;

        top: 150%;

        opacity: 0;

        visibility: hidden;

        transition: .5s;

    }

    #navbtn{

        position: absolute !important;

        right: 20px !important;

    }



    .navbar .nav-item:hover .dropdown-menu {

        top: 100%;

        visibility: visible;

        transition: .5s;

        opacity: 1;

    }



    .carousel-item{

        height: 600px;

    }

}



@media (max-width: 768px) {

    #header-carousel .carousel-item {

        position: relative;

        min-height: 450px;

    }

    

    #header-carousel .carousel-item img {

        position: absolute;

        width: 100%;

        height: 100%;

        object-fit: cover;

    }

    #navbtn{

        position: absolute !important;

        right: 20px !important;

    }



    .carousel-item{

        height: 600px;

    }



    #contacto{

        display: block !important;

    }



    #contactform{

        margin-left: -100px !important;

        margin-top: -100px !important;

    }

}



@media (max-width: 480px){

    body {

        overflow-x: hidden;

        width: 100%;

    }



    #slogo{

        margin-left: -50px !important;

    }



    #navbtn{

        position: absolute !important;

        right: 20px !important;

    }



    #myheader{

        width: 100% !important;

    }



    .carousel-item{

        height: 600px;

    }



    #contacto{

        display: block !important;

    }



    #contactform{

        margin-left: -100px !important;

        margin-top: -100px !important;

    }



    #vertical_logo{

        width: 150px !important;

        height: 150px !important;

        top: 50px !important;

    }



    #maintext{

        display: none;

    }



    #mobiletext{

        display: block !important;

        width: 80% !important;

        font-size: 14px !important;

        left: 30px !important;

        top: 260px !important;

    }



    #actorstitle, #actresstitle, #creativestitle{

        transform: scale(0.8) !important;

    }



    #contacto{

        margin-top: 30px !important;

        height: 700px !important;

    }



    #contactimg{

        width: 100% !important;

        height: 380px !important;

    }



    #contactform{

        transform: scale(0.5) !important;

        top: 300px !important;

        left: -70px !important;

    }



    #newsletter{

        width: 100%;

        margin-left: 0px !important;

        padding: 30px 20px !important;

        margin-top: -30px !important;

    }



    #newsform{

        width: 100% !important;

    }



    #footertxt{

        font-size: 11px !important;

        margin-left: 0px !important;

    }



    #infocard{

        display: block !important;

    }



    #iframe{

        width: 100% !important;

        height: 160px !important;

    }



    #viewport{

        width: 100% !important;

    }



    #pp01, #pp02, #pp03, #pp04, #pp05, #pp06, #pp07, #pp08, #pp09, #pp10{

        width: 200px !important;

        height: 220px !important;

    }



    #descbox{

        width: 100% !important;

        margin-left: 0px !important;

        margin-top: 20px !important;

    }



    #actual_image{

        width: 100%;

        height: 500px !important;

        margin-top: 30% !important;

    }



    #rightbtnbg{

        right: 0 !important;

    }



    #leftbtnbg{

        left: 0 !important;

    }

}



@media (min-width: 412px) and (max-width: 414px){

    body {

        overflow-x: hidden;

        width: 100%;

    }



    #slogo{

        margin-left: -50px !important;

    }



    #navbtn{

        position: absolute !important;

        right: 20px !important;

    }



    #myheader{

        width: 100% !important;

    }



    .carousel-item{

        height: 700px;

    }



    #contacto{

        display: block !important;

    }



    #contactform{

        margin-left: -80px !important;

        margin-top: -80px !important;

    }



    #vertical_logo{

        width: 150px !important;

        height: 150px !important;

        top: 50px !important;

    }



    #maintext{

        display: none;

    }



    #mobiletext{

        display: block !important;

        width: 80% !important;

        font-size: 14px !important;

        left: 30px !important;

        top: 260px !important;

    }



    #actorstitle, #actresstitle, #creativestitle{

        transform: scale(0.8) !important;

    }



    #contacto{

        margin-top: 30px !important;

        height: 740px !important;

    }



    #contactimg{

        width: 100% !important;

        height: 390px !important;

    }



    #contactform{

        transform: scale(0.6) !important;

        top: 320px !important;

        left: -60px !important;

    }



    #newsletter{

        width: 100%;

        margin-left: 0px !important;

        padding: 30px 20px !important;

        margin-top: -30px !important;

    }



    #newsform{

        width: 100% !important;

    }



    #footertxt{

        font-size: 11px !important;

        margin-left: 0px !important;

    }



    #actual_image{

        width: 100%;

        height: 550px !important;

        margin-top: 22% !important;

    }



    #rightbtnbg{

        right: 0 !important;

    }



    #leftbtnbg{

        left: 0 !important;

    }



    #infocard{

        width: 100% !important;

    }



    #iframe{

        transform: scale(1.2) !important;

        margin-top: 30px !important;

        margin-bottom: 30px !important; 

    }



    #desc{

        font-size: 10px !important;

    }



    #newsemail{

        width: 300px !important;

        height: 30px !important;

        font-size: 13px !important;

    }



    #newsbtn{

        width: 300px !important;

        height: 30px !important;

        font-size: 13px !important;

        margin-top: 10px !important;

    }



}



@media (max-width: 375px){

    body {

        overflow-x: hidden;

        width: 100%;

    }



    #slogo{

        margin-left: -50px !important;

    }



    #navbtn{

        position: absolute !important;

        right: 20px !important;

    }



    #myheader{

        width: 100% !important;

    }



    .carousel-item{

        height: 700px;

    }



    #contacto{

        display: block !important;

    }



    #contactform{

        margin-left: -80px !important;

        margin-top: -80px !important;

    }



    #vertical_logo{

        width: 150px !important;

        height: 150px !important;

        top: 50px !important;

    }



    #maintext{

        display: none;

    }



    #mobiletext{

        display: block !important;

        width: 80% !important;

        font-size: 14px !important;

        left: 30px !important;

        top: 260px !important;

    }



    #actorstitle, #actresstitle, #creativestitle{

        transform: scale(0.8) !important;

    }



    #contacto{

        margin-top: 30px !important;

        height: 740px !important;

    }



    #contactimg{

        width: 100% !important;

        height: 390px !important;

    }



    #contactform{

        transform: scale(0.6) !important;

        top: 320px !important;

        left: -60px !important;

    }



    #newsletter{

        width: 100%;

        margin-left: 0px !important;

        padding: 30px 20px !important;

        margin-top: -30px !important;

    }



    #newsform{

        width: 100% !important;

    }



    #footertxt{

        font-size: 11px !important;

        margin-left: 0px !important;

    }



    #actual_image{

        width: 100%;

        height: 550px !important;

        margin-top: 22% !important;

    }



    #rightbtnbg{

        right: 0 !important;

    }



    #leftbtnbg{

        left: 0 !important;

    }



    #infocard{

        width: 100% !important;

    }



    #iframe{

        transform: scale(1.2) !important;

        margin-top: 30px !important;

        margin-bottom: 30px !important; 

    }



    #desc{

        font-size: 10px !important;

    }



    #newsemail{

        width: 300px !important;

        height: 30px !important;

        font-size: 13px !important;

    }



    #newsbtn{

        width: 300px !important;

        height: 30px !important;

        font-size: 13px !important;

        margin-top: 10px !important;

    }



}



@media (max-width: 430px){

    body {

        overflow-x: hidden;

        width: 100%;

    }



    #slogo{

        margin-left: -50px !important;

    }



    #navbtn{

        position: absolute !important;

        right: 20px !important;

    }



    #myheader{

        width: 100% !important;

    }



    .carousel-item{

        height: 700px;

    }



    #contacto{

        display: block !important;

    }



    #contactform{

        margin-left: -80px !important;

        margin-top: -80px !important;

    }



    #vertical_logo{

        width: 150px !important;

        height: 150px !important;

        top: 50px !important;

    }



    #maintext{

        display: none;

    }



    #mobiletext{

        display: block !important;

        width: 80% !important;

        font-size: 14px !important;

        left: 30px !important;

        top: 260px !important;

    }



    #actorstitle, #actresstitle, #creativestitle{

        transform: scale(0.8) !important;

    }



    #contacto{

        margin-top: 30px !important;

        height: 740px !important;

    }



    #contactimg{

        width: 100% !important;

        height: 390px !important;

    }



    #contactform{

        transform: scale(0.6) !important;

        top: 320px !important;

        left: -60px !important;

    }



    #newsletter{

        width: 100%;

        margin-left: 0px !important;

        padding: 30px 20px !important;

        margin-top: -30px !important;

    }



    #newsform{

        width: 100% !important;

    }



    #footertxt{

        font-size: 11px !important;

        margin-left: 0px !important;

    }



    #actual_image{

        width: 100%;

        height: 550px !important;

        margin-top: 22% !important;

    }



    #rightbtnbg{

        right: 0 !important;

    }



    #leftbtnbg{

        left: 0 !important;

    }



    #infocard{

        width: 100% !important;

    }



    #iframe{

        transform: scale(1.2) !important;

        margin-top: 30px !important;

        margin-bottom: 30px !important; 

    }



    #desc{

        font-size: 10px !important;

    }



    #newsemail{

        width: 300px !important;

        height: 30px !important;

        font-size: 13px !important;

    }



    #newsbtn{

        width: 300px !important;

        height: 30px !important;

        font-size: 13px !important;

        margin-top: 10px !important;

    }



}







  .newsletter-widget h4 {

    font-size: 2.4rem;

    padding: 0;

    margin: 0 0 1.5rem;

}



.newsletter-widget p {

    color: rgba(0, 0, 0, 0.4);

    font-size: 18px;

    padding: 0;

    margin: 0 0 2rem;

}



.newsletter-widget .form-inline {

    display: block;

}



.newsletter-widget .form-inline .form-control {

    background-color: rgba(255, 255, 255, 0.9);

    border: 1px solid #dbdde0;

    border-radius: 0;

    box-shadow: none;

    display: inline-block;

    font-size: 14px;

    height: 56px;

    padding-left: 1.5rem;

    line-height: 1;

    letter-spacing: 0.3px;

    vertical-align: middle;

    width: 400px;

}





/* Pop over */



.explore-popup {

    display: none; /* Oculto por defecto */

    position: absolute; /* Posición relativa a su contenedor */

    right: 0; /* Alinea el pop-up a la derecha */

    margin-top: 0.5em;

    margin-right: 1em;

    background-color:  #EEEEEE; /* Fondo blanco */

    border-radius: 10px; /* Bordes redondeados */

    padding: 10px; /* Espaciado interno */

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* Sombra para resaltar */

    z-index: 2; /* Asegura que se muestre sobre otros elementos */

}



/* Estilos para los enlaces dentro del pop-up */

.explore-popup div {

    padding: 5px 10px;

    display: inline-flex; /* Los divs están en línea pero permiten elementos en bloque dentro */

    flex-direction: column; /* Organiza los elementos internos en columna */

    margin-right: 50px; /* Espaciado entre cada grupo de enlaces */

    text-decoration: none;

    color: black;

}

.explore-popup div > a {

    display: block; /* Hace que cada enlace sea un bloque */

    text-decoration: none;

    color: black;

    margin: 5px 0; /* Espaciado vertical para los enlaces */

}



.explore-popup div > a:hover {

    background-color: #f1f1f1;

}





#videoModal {

    position: fixed;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background-color: white;

    padding: 20px;

    z-index: 1000;

    display: none;

}