

	@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700|Oswald:400,500,600,700');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #777;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
    max-width: 100%;
   
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #333;
}
h1{
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #fff;
    letter-spacing: -0.05em;
}
h2{
    font-size: 32px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #fff;
    letter-spacing: -0.01em;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{}
p{
    font-size: 15px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #ddd !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 100px 0;
}
.no-padding{
    padding: 0;
}
.padding-15{padding: 15px;}
.padding-20{padding: 20px;}

.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #eef3f9;}
.bg-dark{ background-color: #495560!important;}
.bd-top{ border-top: 1px solid #eaeaea;}
.bd-bottom{ border-bottom: 1px solid #eaeaea;}

.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-25{ margin-left: 25px; }
.ml-30{ margin-left: 30px; }
.ml-35{ margin-left: 35px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.pd-15{ padding: 15px; }
.pdl-80{ padding-left: 80px; }
.text-black{
    color: #333;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}

.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}
.site-preloader-wrap {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background: #111;
    top: 0;left: 0
}

.site-preloader-wrap .spinner {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
  width: 40px;
  height: 40px;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.default-btn{
    font-family: "Open Sans",sans-serif;
    letter-spacing: 2px;
    background-color: #000;
    color: #ddd;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.default-btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    -webkit-transform-origin: right center;
       -moz-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(0, 1);
       -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
         -o-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
       -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.default-btn:hover{
    color: #111;
}
.default-btn:hover:before{
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
}
.default-btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section{
    background-color: transparent;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
}
.navbar-fixed-top.header-section{
    background-color: #11111180;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.05);
    height: 70px;
    border-bottom: 0;
    padding: 0;
}
.mainmenu .download-btn{
    background-color: #ef5560;
    box-shadow: 0 10px 35px 2px rgba(239, 85, 96, 0.8);
    border-radius: 30px;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    margin: 14px 0;
}
.navbar-fixed-top .mainmenu .download-btn{
    background-color: #23262e;
    color: #fff;
}
.mainmenu .download-btn:hover{
    border-radius: 0;
    box-shadow: none;
}
.navbar-fixed-top ul.nav > li > a{
    color: #ddd;
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a{
    color: #fff;
}
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section{
    transition: all 0.3s ease-in-out;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}
.navbar-header {
    padding: 17px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
	margin-left: 13px;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
    width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar{
    background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
    padding: 0 15px;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 70px;
    z-index: 1;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active{
    background: none;
    color: #fff;
    opacity: 1;
}
.menu-btn{
    margin-left: 10px;
    margin-top: 10px;
}

/*Mobile Menu */
.menu-wrap{
    position: relative;
}
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.slicknav_nav {
    background-color: #00000096;
}
.slicknav_btn{
    background-color: transparent;
    margin: 17px 5px 19px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #cfcfcf;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #333;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

/* Video full-screen */
.hero-section .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.hero-content h1{
    font-size: 80px;
    text-transform: uppercase;
}
.hero-content h5{
    color: #ddd;
    text-transform: uppercase;
}
.hero-content p{
    color: #ddd;
    margin-bottom: 50px;
}
.social-link{}
.social-link li{
    display: inline-block;
    margin: 0 10px;
}
.social-link li a{
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.social-link li a:hover{
    color: #fff;
}
.down-arrow a {
    position: absolute;
    width: 40px;
    height: auto;
    left: calc(50% - 25px);
    bottom: 50px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    color: #ddd;
    writing-mode: vertical-rl;
    text-align: center;
    line-height: 40px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

/* Down Arrow Animation */
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-20px);}
    60% {-webkit-transform: translateY(-10px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-20px);}
    60% {-moz-transform: translateY(-10px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-20px);}
    60% {-o-transform: translateY(-10px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-20px);}
    60% {transform: translateY(-10px);}
}
/* ==========================================================================
   About Section
   ========================================================================== */
.about-section{}
.about-wrap{
    display: flex;
    align-items: center;
}
.about-content{
    padding-right: 40px;
}
.about-content .default-btn{
    margin-top: 20px;
}
.about-content p{
    color: #bbb;
}
/* ==========================================================================
   Service Section
   ========================================================================== */
.service-section{
    BACKGROUND: #fad518;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}
.service-section .section-heading p{
    color: #ddd;
}
.service-wrap{
    margin-top: -15px;
    margin-bottom: -15px;
}
.service-content{
    background-color: rgba(255,255,255,0.03);
    padding: 30px 20px;
    transition: all 0.2s ease-in-out;
}
.service-content:hover{
    background-color: rgba(255,255,255,0.05);
    transition: all 0.2s ease-in-out;
}
.service-content i{
    font-size: 40px;
    color: #ff4c4c;
    margin-bottom: 15px;
}
.service-content h3{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.service-content p{
    color: #bbb;
    font-size: 13px;
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.portfolio-section{
    padding-bottom: 0;
}
.portfolio-section .section-heading p{
    color: #ddd;
}
.portfolio-items .col-lg-4{
    padding: 0;
}
.portfolio-wrap{
    display: flex;
    align-items: center;
}
.portfolio-content{}
.portfolio-thumb img{
    width: 100%;
}
.portfolio-thumb{
    position: relative;
}
.portfolio-box .hover{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    
    opacity: 0;
    visibility: hidden;
    padding: 15px;
}
.portfolio-box .hover div{
    background-color: #ebf70033;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.portfolio-box:hover .hover{
    opacity: 1;
    visibility: visible;
}
/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta-section{}
.cta-section{
    padding: 130px 0;
}
.cta-section .cta-content h2{
    font-size: 40px;
    margin-bottom: 25px;
}


/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-section{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact-wrap{
    display: flex;
    align-items: center;
    padding: 120px 0;
}
/*Contact Form*/
.contact-form .form-control{
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    height: 45px;
    background-color: transparent;
    color: #fff;
}
.form-control:hover,
.form-control:focus{
    box-shadow: none;
}
.contact-form .submit-button:hover{ cursor: pointer; }
.contact-form{
    padding-right: 40px;
}
.contact-form .form-control.message{
    height: 120px;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}
/*Google Map*/
#google-map{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section{
    background-color: #111;
    display: block;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}
.footer-section p{
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}  

/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top{
    background-color: #fbd51654;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #555;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #fbd516;
    color: #fff;
}



/* 7. SECTION ABOUT */
.section-about {
  margin-left: 15%;
  margin-right: 15%;
  max-width: 70%;
  padding-bottom: 50px;
}
.section-about h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #000;
  font-size: 36px;
  letter-spacing: -1px;
}
.section-about .circles {
  padding-top: 5px;
}
.section-about-block {
  padding: 0 10px;
}
.section-about-block--numb {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
  font-size: 24px;
  letter-spacing: -1px;
}
.section-about-block--title {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #000;
  font-size: 24px;
  letter-spacing: -1px;
  margin-left: 5px;
}
.section-about-block--text {
  margin-top: 14px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
.section-about-block .btn {
  margin-top: 12px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.section-about-block .btn-lg {
  font-size: 16px;
}

.circles {
  transition: .3s;
  display: inline-block;
}
.circles li {
  display: inline-block;
  vertical-align: middle;
}
.circles li span {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  transition: 0.3s ease-out;
}
.circles li:not(:last-child) {
  margin-right: 3px;
}
.circles--black li span {
  background: #000;
}
.circles--white li span {
  background: #ffffff;
}
.circles--red li span {
  background: #ff0000;
}

/* 11. SECTION OUR TEAM */
.section-our-team {
  padding: 125px 0 130px;
  background: #ffffff;
}
.section-our-team h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #000;
  font-size: 36px;
  letter-spacing: -1px;
}
.section-our-team .circles {
  display: block;
  padding-top: 5px;
  margin-bottom: 55px;
}
.section-our-team-slide {
  height: 460px;
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.section-our-team-slide--1 {
  background: url('../img/tomy.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-our-team-slide--2 {
  background: url('../img/allemant.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-our-team-slide--3 {
  background: url('../img/our-team-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-our-team-slide--4 {
  background: url('../img/our-team-4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-our-team-slide--5 {
  background: url('../img/our-team-5.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-our-team-slide-hover {
  left: 50%;
  top: 50%;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(255, 0, 0, 0.71);
  transition: .35s ease;
  z-index: -1;
}
.section-our-team-slide:hover .section-our-team-slide-hover {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 0;
}
.section-our-team-socials {
  position: absolute;
  left: 12px;
  top: 12px;
  display: block;
  text-align: center;
}
.section-our-team-item {
  display: block;
}
.section-our-team-item:not(:first-child) {
  margin-top: 12px;
}
.section-our-team-link {
  font-size: 19px;
  color: #ffffff;
}
.section-our-team-link:hover {
  color: #000;
}
.section-our-team-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 13px;
}
.section-our-team-name {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.section-our-team-job {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  margin-top: 3px;
  letter-spacing: -0.5px;
}
.section-our-team .owl-carousel--our-team {
  text-align: right;
}
.section-our-team .owl-carousel--our-team .owl-stage-outer {
  padding-bottom: 30px;
}
.section-our-team .owl-nav {
  display: inline-block;
}
.section-our-team .owl-prev,
.section-our-team .owl-next {
  position: relative;
  background: #000;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: .3s;
  display: inline-block;
  outline: none !important;
  border: none;
  -webkit-appearance: none !important;
  z-index: 1;
}
.section-our-team .owl-prev span,
.section-our-team .owl-next span {
  color: #ffffff;
  font-size: 14px;
  line-height: 48px;
  transition: .3s;
}
.section-our-team .owl-prev:hover span,
.section-our-team .owl-next:hover span {
  color: #ff0000;
}
.section-our-team .owl .owl-prev {
  left: 0;
}
.section-our-team .owl .owl-next {
  right: 0;
}

@media (max-width: 767px) {
  .section-our-team-slide {
    height: auto; /* altura automática para que el contenido determine la altura */
    min-height: 300px; /* altura mínima para mantener proporción decente */
    max-width: 90%; /* evitar que ocupe todo el ancho */
    margin: 0 auto; /* centrar el slide */
    background-position: center;
    background-size: cover;
  }
}


.loguillo {
    width: 45%;
}

@media (max-width: 767px) {
  .loguillo {
    width: 80%;
}
}








.slider{
    width: 100%;
    margin-top: 20px;
    height: var(--height);
    overflow: hidden;
    mask-image: linear-gradient(
        to right,
        transparent,
        #000 10% 90%,
        transparent
    );
}
.slider .list{
    display: flex;
    width: 100%;
    min-width: calc(var(--width) * var(--quantity));
    position: relative;
}
.slider .list .item{
    width: var(--width);
    height: var(--height);
    position: absolute;
    left: 100%;
    animation: autoRun 10s linear infinite;
    transition: filter 0.5s;
    animation-delay: calc( (10s / var(--quantity)) * (var(--position) - 1) - 10s)!important;
}
.slider .list .item img{
    width: 100%;
}
@keyframes autoRun{
    from{
        left: 100%;
    }to{
        left: calc(var(--width) * -1);
    }
}
.slider:hover .item{
    animation-play-state: paused!important;
    filter: grayscale(1);
}
.slider .item:hover{
    filter: grayscale(0);
}
.slider[reverse="true"] .item{
    animation: reversePlay 10s linear infinite;
}
@keyframes reversePlay{
    from{
        left: calc(var(--width) * -1);
    }to{
        left: 100%;
    }
}







/* --- CONTENEDOR GENERAL --- */
.section-3col {
    display: grid;
    grid-template-columns: 1.6fr 1.6fr;
    gap: 0px;
    padding: 0px;
    font-family: 'Arial', sans-serif;
}

/* --- COLUMNA IZQUIERDA --- */
.col-left h2 {
    color: #8f3682; /* Morado */
    font-size: 38px;
    margin-bottom: 15px;
}

.col-left h2 span {
    color: #8f3682;
    font-weight: bold;
}

.col-left p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.highlight {
    background: #fad518;
    font-weight: bold;
    padding: 2px 6px;
}

/* --- COLUMNA CENTRAL (FONDO AMARILLO) --- */
.col-center {
    background: #495560;
    padding: 50px;
}

.col-center h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.col-center p {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* --- COLUMNA DERECHA (FOTOS EN GRID) --- */
.col-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}

.col-right img {
    width: 100%;
    border-radius: 0px;
    object-fit: cover;
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .section-3col {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .section-3col {
        grid-template-columns: 1fr;
    }
    .col-center {
        order: 3;
    }
}



@import url('https://fonts.cdnfonts.com/css/ica-rubrik-black');
@import url('https://fonts.cdnfonts.com/css/poppins');

/* --- Contenedor aislado --- */
.crsl-3d-banner {
    width: 100%;
    height: 100vh;
    text-align: center;
    overflow: hidden;
    position: relative;
}

/* --- Slider 3D --- */
.crsl-3d-slider {
    position: absolute;
    width: 80px;
    height: 160px;
    top: 10%;
    left: calc(52% - 100px);
    transform-style: preserve-3d;
    transform: perspective(800px);
    animation: crsl-3d-autoRun 50s linear infinite;
    z-index: 2;
}

.crsl-3d-slider.pause {
    animation-play-state: paused;
}

/* --- Animación renombrada para evitar conflictos --- */
@keyframes crsl-3d-autoRun {
    from {
        transform: perspective(1000px) rotateX(-16deg) rotateY(0deg);
    }
    to {
        transform: perspective(1000px) rotateX(-16deg) rotateY(360deg);
    }
}

.crsl-3d-item {
    position: absolute;
    inset: 0;
    transform:
        rotateY(calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg))
        translateZ(650px); /* punto ideal para 40 imágenes */
}

.crsl-3d-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Contenido --- */
.crsl-3d-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(1400px, 100vw);
    height: max-content;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

/* --- Título --- */
.crsl-3d-title {
    font-family: 'ICA Rubrik';
    font-size: 16em;
    line-height: 1em;
    color: #25283B;
    position: relative;
}

.crsl-3d-title::after {
    position: absolute;
    inset: 0;
    content: attr(data-content);
    z-index: 2;
    -webkit-text-stroke: 2px #d2d2d2;
    color: transparent;
}

/* --- Autor --- */
.crsl-3d-author {
    font-family: Poppins;
    text-align: right;
    max-width: 200px;
}

.crsl-3d-author-title {
    font-size: 3em;
}

/* --- Modelo --- */
.crsl-3d-model {
    background-image: url(images/model.png);
    width: 100%;
    height: 75vh;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: auto 130%;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
}

/* --- Responsivo --- */
@media screen and (max-width: 767px) {
    .crsl-3d-slider {
        width: 50px;
        height: 110px;
    }

    .crsl-3d-item {
        transform:
            rotateY(calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg))
            translateZ(350px);
    }
}
    .crsl-3d-title {
        text-align: center;
        width: 100%;
        text-shadow: 0 10px 20px #000;
        font-size: 7em;
    }

    .crsl-3d-author {
        color: #fff;
        padding: 20px;
        text-shadow: 0 10px 20px #000;
        z-index: 2;
        max-width: unset;
        width: 100%;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .crsl-3d-slider {
        width: 100px;
        height: 150px;
        left: calc(50% - 50px);
    }

    .crsl-3d-item {
        transform:
            rotateY(calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg))
            translateZ(180px);
    }

    .crsl-3d-title {
        font-size: 5em;
    }
}



/* --- WRAPPER --- */
.actr-gal-carousel-wrapper {
    background: #111;
    padding: 120px 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.actr-gal-title {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 45px;
    letter-spacing: 1px;
}

/* --- CARRUSEL --- */
.actr-gal-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.actr-gal-track {
    display: flex;
    width: max-content;
    animation: scroll 60s linear infinite;
    gap: 20px;
}

/* --- TARJETA --- */
.actr-gal-card {
    flex: 0 0 auto;
    width: 180px;
    height: 300px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.actr-gal-info {
    text-align: center;
    margin-top: 8px;
    width: 100%;
}

.actr-gal-info h3 {
    margin: 0;
    font-size: 1.1em;
    transition: transform 0.3s ease;
}

.actr-gal-info p {
    margin: 4px 0 0 0;
    font-size: 0.9em;
    color: #ccc;
}

.actr-gal-card:hover .actr-gal-info h3 {
    transform: scale(1.15);
}

.actr-gal-card:hover {
    transform: scale(1.08) translateY(-8px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.6);
}

.actr-gal-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.actr-gal-card:hover img {
    transform: scale(1.12);
}

/* --- OVERLAY CON NOMBRE Y DETALLE --- */
.actr-gal-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    background: #000;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.actr-gal-overlay h3 {
    margin: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
    color: #fff;
}

.actr-gal-overlay p {
    margin: 6px 0 0 0;
    font-size: 0.6em;
    color: #fff;
}

/* --- EFECTO HOVER EN NOMBRE --- */
.actr-gal-card:hover .actr-gal-overlay h3 {
    transform: scale(1.2);
}

/* --- ANIMACIÓN SCROLL --- */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* --- RESPONSIVE --- */
@media screen and (max-width: 1024px) {
    .actr-gal-card { width: 140px; height: 240px; }
}

@media screen and (max-width: 768px) {
    .actr-gal-card { width: 120px; height: 200px; }
}







/* ==== POPUP === */
.actr-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.actr-popup.active {
    display: flex;
}

.actr-popup-box {
    position: relative;
    text-align: center;
    color: #fff;
}

.actr-popup-img {
    max-width: 70vw;
    max-height: 80vh;
    border-radius: 0px;
}

.actr-popup-name {
    margin-top: 15px;
    font-size: 1.6em;
    font-weight: bold;
    display: none;
}

.actr-popup-detail {
    margin-top: 5px;
    font-size: 1.1em;
    opacity: 0.9;
    display: none;
}

/* FLECHAS */
.actr-popup-prev,
.actr-popup-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    font-size: 2em;
    cursor: pointer;
    user-select: none;
    padding: 10px;
    color: white;
}

.actr-popup-prev { left: -80px; }
.actr-popup-next { right: -80px; }

.actr-popup-prev:hover,
.actr-popup-next:hover {
    color: #ffc800;
}

/* Fondo para cerrar */
.actr-popup-bg {
    position: fixed;
    inset: 0;
}



.lista-servicios {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.item-serv {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.icono-serv {
    width: 20px;
    margin-top: 3px; /* alinea verticalmente el icono */
}

.item-serv span {
    font-size: 18px;
    line-height: 1.4;
    color: #000; /* puedes cambiarlo */
}


/* ===== PORTAFOLIO DE TEATRO ===== */

.teatro-section {
    padding: 80px 20px;
    background: #f8f8f8;
}

.container-teatro {
    max-width: 1500px;
    margin: auto;
}

.titulo-teatro {
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 40px;
    font-weight: 700;
    color: #222;
    letter-spacing: 1px;
}

/* GRID */
.grid-teatro {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 5px;
    justify-content: center;
    display: flex;
}

/* TARJETA */
.obra-card {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
}

.obra-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform .3s ease;
}

.obra-card:hover img {
    transform: scale(1.08);
}

.obra-card:hover {
    box-shadow: none;
}

/* OVERLAY */
.obra-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    display: flex;
    align-items: flex-end;
    padding: 15px;
    opacity: 0;
    transition: opacity .3s ease;
}

.obra-card:hover .obra-overlay {
    opacity: 1;
}

.obra-overlay h3 {
    color: #fff;
    font-size: 1.3em;
    margin: 0;
}

/* ===== POPUP ===== */
.popup-teatro {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
    background: rgba(0,0,0,0.75);
    z-index: 99999;
}

.popup-teatro.active {
    display: flex;
}

.popup-content-teatro {
    text-align: center;
    max-width: 80vw;
    color: #fff;
}

.popup-content-teatro img {
    max-width: 70vw;
    max-height: 80vh;
    border-radius: 0px;
    margin-bottom: 20px;
}

.popup-teatro h3 {
    font-size: 2em;
    margin-bottom: 10px;
}

.popup-teatro p {
    font-size: 1.2em;
    opacity: .9;
}

/* Cerrar */
.popup-teatro-bg {
    position: absolute;
    inset: 0;
}

/* Flechas */
.popup-prev,
.popup-next {
    position: absolute;
    top: 50%;
    font-size: 3em;
    cursor: pointer;
    color: #fff;
    padding: 15px;
    user-select: none;
    transform: translateY(-50%);
}

.popup-prev { left: 40px; }
.popup-next { right: 40px; }

.popup-prev:hover,
.popup-next:hover {
    color: #ffca28;
}




/* ===== SECCIÓN VIDEOS Y FOTOS ===== */

.seccion-videos-fotos {
    padding: 70px 20px;
    background: #f2f2f2;
}

.svf-title {
    text-align: center;
    font-size: 2.4em;
    margin-bottom: 40px;
    font-weight: 700;
    color: #222;
}

/* FILAS */
.svf-row {
    display: grid;
    gap: 25px;
    max-width: 1200px;
    margin: auto;
}

/* 2 horizontales arriba */
.svf-row-top {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
}

/* 2 verticales abajo */
.svf-row:not(.svf-row-top) {
    grid-template-columns: repeat(2, 1fr);
}

/* ÍTEMS */
.svf-item {
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
}

.svf-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

/* Tamaños específicos */
.svf-horizontal {
    height: 300px;
}

.svf-vertical {
    height: 420px;
}

/* Hover */
.svf-item:hover img {
    transform: scale(1.06);
}

.svf-item:hover {
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 900px) {
    .svf-row-top,
    .svf-row {
        grid-template-columns: 1fr;
    }

    .svf-horizontal,
    .svf-vertical {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .svf-horizontal,
    .svf-vertical {
        height: 250px;
    }
}

/* ===== POPUP VIDEO ===== */

.svf-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.svf-popup.active {
    display: flex;
}

.svf-popup-content video {
    max-width: 85vw;
    max-height: 80vh;
    border-radius: 10px;
}

.svf-close {
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 3em;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    font-weight: bold;
}

.svf-close:hover {
    color: #ff4444;
}

.svf-popup-bg {
    position: absolute;
    inset: 0;
}


/* ----------------------------- */
/*   BOTÓN HAMBURGUESA ANIMADO   */
/* ----------------------------- */
.hamburger-icon {
    position: fixed;
    top: 25px;
    right: 25px;
    width: 32px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 3000;
}

.hamburger-icon span {
    display: block;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    transition: 0.4s;
}

/* ANIMACIÓN a X */
.hamburger-icon.active span:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
}
.hamburger-icon.active span:nth-child(2) {
    opacity: 0;
}
.hamburger-icon.active span:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
}


/* ----------------------------- */
/*   MENÚ FULLSCREEN             */
/* ----------------------------- */
.fs-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: top 0.45s ease-in-out;
}

.fs-menu.active {
    top: 0;
}

/* LISTA */
.fs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;

    display: flex;
    flex-direction: column;
    gap: 25px;
}

.fs-list li a {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s ease;
}

.fs-list li a:hover {
    color: #ffcc00;
}

/* RESPONSIVE */
@media (max-width: 600px) {
    .fs-list li a {
        font-size: 28px;
    }
}




/* FUENTE */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');


/* ===========================
   SECCIÓN AGENCIA 360
   =========================== */

.scenka360-section {
    background-color: #43505A;
    color: #ffffff;
    padding: 80px 20px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.scenka360-container {
    max-width: 1180px;
    margin: 0 auto;
}

/* -------- TITULAR -------- */
.scenka360-title {
    width: 850px;            /* SIMULA EXACTAMENTE EL ANCHO DEL BROCHURE */
    font-size: 34px;
    line-height: 1.25;
    font-weight: 100;
    margin-bottom: 60px;
}



/* RESPONSIVE */
@media (max-width: 600px) {
    .scenka360-title {
        width: 80%;
    }
}




.scenka360-highlight-yellow {
    background-color: #FFD400;
    padding: 2px 6px;
    color: black;
    font-weight: 700;
}

.scenka360-bold {
    font-weight: 700;
}

/* -------- COLUMNAS -------- */
.scenka360-columns {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.scenka360-col {
    flex: 1;
    min-width: 280px;
}

.scenka360-subtitle {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 10px;
}

/* -------- BARRA AZUL -------- */
.scenka360-blue-bar {
    width: 45px;
    height: 160px;
    background-color: #00A6D6;
    position: absolute;
    right: 0;
    top: 50px;
}






/* Fuente Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;700&display=swap');

/* ===========================
   SECCIÓN FRASE ESTILO BROCHURE
   =========================== */

.scenka360-frase-section {
    background-color: #43505A;
    padding: 120px 20px;
    position: relative;
}

.scenka360-frase-container {
    max-width: 1180px;
    margin: 0 auto;
}

/* ---- TEXTO PRINCIPAL ---- */
.scenka360-frase-text {
    font-family: 'Helvetica Neue', sans-serif;
    color: #FFD400; /* Amarillo brochure */
    font-size: 56px;
    font-weight: 800;      /* Bold como la primera parte */
    line-height: 1.08;
    text-transform: uppercase;
    max-width: 750px;       /* Controla el ancho igual que en el PDF */
}


/* RESPONSIVE */
@media (max-width: 600px) {
    .scenka360-frase-text {
        font-size: 36px;
    }
}



/* ---- PARTES LIGHT ---- */
.scenka360-frase-light {
    font-weight: 100;
}

/* ---- NEGRITA INTERNA ---- */
.scenka360-frase-bold {
    font-weight: 700;
}

/* ---- BARRA AZUL LATERAL ---- */
.scenka360-frase-blue-bar {
    width: 75px;
    height: 230px;
    background-color: #00A6D6;
    position: absolute;
    right: 0;
    top: 140px;
}



.animate-on-scroll {
  opacity: 0;
  transition: opacity 2s ease-out;
  will-change: opacity;
}

.animate-on-scroll.is-visible {
  opacity: 1;
}



/* Evitar scroll horizontal en toda la web */
html, body {
    overflow-x: hidden;
}

/* Sliders y carruseles */
.slider, 
.actr-gal-carousel, 
.crsl-3d-banner {
    max-width: 100vw;
    overflow-x: hidden;
}

/* Contenedores de grid y secciones */
.section-3col,
.container-teatro,
.svf-row,
.scenka360-container,
.scenka360-frase-container {
   
    box-sizing: border-box; /* asegura padding sin overflow */
}

/* Imágenes grandes */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Ajustes para móviles */
@media (max-width: 767px) {
    .slider .list .item,
    .section-3col,
    .col-center,
    .col-left,
    .col-right,
    .crsl-3d-slider {
        width: 100vw;
    }
}

/* --- Ajuste controles galería actores en móviles --- */
@media (max-width: 767px) {
    .actr-popup-prev {
        left: -25px !important; /* pegado al borde izquierdo */
        font-size: 1.5em;       /* más pequeño para móviles */
    }

    .actr-popup-next {
        right: -25px !important; /* pegado al borde derecho */
        font-size: 1.5em;
    }
}


@media (max-width: 767px) {
    .grid-teatro {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .obra-card img {
        width: 80%;
    }
}