/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/Poppins-Regular.ttf");
    src: url("../fonts/Open Sans-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(images/alexa.jpg);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(cbtis.jpg);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: poppins;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 50px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

.logo {
    width: 15%;
    float: left;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #292a2c;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    color: #000000;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #292a2c;
}

.padding_left_15 {
    padding-left: 15px;
}

.search_icon {
    font-size: 18px;
    color: #000;
    padding-left: 30px;
}








.banner_section {
    
    position: unset;
    width: 100%;
    height: 100%; /* Ocupa toda la pantalla */
    overflow:hidden;
    background-color: #38020293;
    
}

.bg_video {
    position: absolute;
    top: 70%;
    left: 100%;
    min-width: 200%;
    min-height: 500%;
    width: auto;
    height: auto
    ;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
    overflow: unset;
    
    
}




.banner_taital {
    width: 100%;
    float:inline-start ;
    color: #ffffff;
    font-size: 50px;
    font-weight:bold;
    line-height:50px;
    text-align:center;
;
}

.banner_text {
    width: 100%;
    float: inline-start;
    color: #ffffff;
    font-size: 30px;
    margin-left: 0px;
    overflow: hidden;
    text-align:center;
    
}

.see_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.see_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #3d2121;
    text-align: center;
    padding: 7px 0px;
    border-radius: 40px;
}

.see_bt a:hover {
    color: #000;
    background-color: #ffffff;
}

.play_icon {
    width: 200px;
    float: left;
    padding-top: 140px;
    position: relative;
    z-index: 5;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 78%;
    left: 57px;
    width: 135px;
    height: 135px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: -1;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.arrival_section {
     background: linear-gradient(to bottom, #3a0303, #3a0303);
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.image_1 {
    width: 100%;
    float: left;
    background-image: url(../images/cbtis.jpg);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.image_2 {
    width: 100%;
    float: left;
    background-image: url(../img-actu/escolt.jpg);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.jesusroch_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 0px;
    text-transform: uppercase;
    padding-top: 330px;
}

.movie_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 0px;
}

.arrival_text {
    animation-duration: 5s;
    animation-name: slidein;
    width: 100%;
    float: left;
    font-size: 50px;
    color: rgb(255, 255, 255);
    padding-top: 2px;
   
  
    
 
    
    text-align: justify;
}
@keyframes slidein {
    from {
      margin-left: 100%;
      width: 300%;
    }
  
    to {
      margin-left: 0%;
      width: 100%;
    }
  }

.arrival_text:after {
    
    position: absolute;
    border: 2px  black;
    left: initial;
    right: -20px;
    width: 100px;
    top: 48px;
    background-color: #dddddd;
}

.movie_main {
    width: 100%;
    display: flex;
    background-color: #ddd;
}

.mins_text {
    width: 100%;
    animation-duration: 3s;
        animation-name: slidein;
    font-size: 18px;
    color: black;
    text-align: center;
    background-color: #ffffff;
}
@keyframes slidein {
    from {
      margin-left: 100%;
      width: 300%;
    }
  
    to {
      margin-left: 0%;
      width: 100%;
    }
  }
.icon_1 {
    padding-left: 10px;
}

.mins_text_1 {
    width: 70%;
    float: left;
    font-size: 18px;
    font-size: 18px;
    color: #1e1e1e;
}

.long_text {
   
    width: 100%;
        animation-duration: 3s;
        animation-name: slidein;
    float: left;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-left: 0px;
    text-align:justify;
    font-size:large;
    
}
@keyframes slidein {
    from {
      margin-left: 100%;
      width: 300%;
    }
  
    to {
      margin-left: 0%;
      width: 100%;
    }
  }

.rating_main {
    width: 100%;
    float: left;
}

.icon_2 {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #000;
}

.padding_10 {
    padding-left: 8px;
}

.paly_bt {
    width: 170px;
    float: left;
    padding-top: 50px;
}

.paly_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    padding: 7px 0px;
    border-radius: 40px;
}

.paly_bt a:hover {
    color: #ffffff;
    background-color: #7c0000;
}

.movies_section {
    width: 100%;
    float: left;
     background: linear-gradient(to bottom, #3a0303, #3a0303);
    height: auto;
    padding-bottom: 90px;
}

.movies_menu {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.movies_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.movies_menu li {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 25px;
}

.movies_menu li a {
    color: #ffffff;
}

.movies_menu li a:hover {
    color: #292a2c;
    border-bottom: 5px solid #292a2c;
    z-index: 2;
    position: relative;
}

.movies_menu:after {
    content: '';
    border: 1px solid #ffffff;
    position: relative;
    width: 890px;
    text-align: center;
    right: 0;
    top: -2px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    left: -20px;
    z-index: 0;
}

.movies_menu li.active a {
    color: #ffffff;
    border-bottom: 5px solid #292a2c;
    z-index: 2;
    position: relative;
}

.movies_section_2 {
    width: 100%;
    float: left;
}

.letest_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
}

.seemore_bt {
    width: 100%;
    float: right;
}

.seemore_bt a {
    width: 170px;
    float: right;
    font-size: 18px;
    color: #292a2c;
    text-align: right;
}

.seemore_bt a:hover {
    color: #ffffff;
}

.movies_main {
    width: 100%;
    float: left;
}

.image_3 {
    position: relative;
    width: 100%;
    padding-top: 15px;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image_3:hover .middle {
    opacity: 1;
}

.playnow_bt {
    background-color: #292a2c;
    color: #ececec;
    font-size: 16px;
    padding: 7px 0px;
    width: 110px;
    border-radius: 30px;
}

.code_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ececec;
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 0px;
}

.there_text {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #ececec;
    text-align: center;
    margin: 0px;
}

.star_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.star_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.star_icon li {
    float: left;
    padding: 0px 1px;
}

.seebt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.seebt_1 a {
    width: 170px;
    float: right;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background-color: #292a2c;
    padding: 7px 0px;
    border-radius: 30px;
    margin-top: 60px;
}

.seebt_1 a:hover {
    color: #000;
    background-color: #ffffff;
}

.newsletter_section {
    width: 100%;
    float: left;
    background-image: url(../images/BANERSS.png);
    height: auto;
    padding-bottom: 90px;
    background-size: 100%;
}

.newsletter_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    background-color: #380202;
    padding: 15px;
}

.box_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #380202;
    height: auto;
    padding: 40px;
    display: table;
}

.dummy_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ececec;
    margin: 0px;
    text-align: left;
}

.mail_main {
    width: 100%;
    display: flex;
    padding-top: 20px;
}

.email_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #929191;
    background-color: #ffffff;
    padding: 5px 15px;
    border: 0px !important;
}

input.email_text::placeholder {
    color: #929191;
}

.right_arrow {
    width: 8%;
    background-color:#292a2c;
    height: auto;
    padding: 10px 10px;
}

.cooming_section {
    width: 100%;
    background: linear-gradient(to bottom, #3a0303, #1d1d1d);
  
    float: left;
    padding-bottom: 90px;
}

.number_text {
    width: 72px;
    float: left;
    text-align: center;
    font-size: 26px;
    color: #fff;
    background-color: #000000;
    border-radius: 100px;
    padding: 15px 0px;
    margin-top: 100px;
}

.Cooming_soon_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #ffffff;
    padding-top: 15px;
    text-transform: uppercase;
}

.long_text_1 {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    margin: 0px;
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #000000;
    height: auto;
    padding: 40px 0px;
}

.footer_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.footer_menu li {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 25px;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #444649;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
    padding: 25px 5px 0px 5px;
}

.iamge_movies_main {
    width: 100%;
    display: flex;
}

.iamge_movies {
    width: 100%;
    float: left;
    margin: 0px 13px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    padding: 10px 0px;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #000000;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}

.copyright_text a {
    color: #000000;
}

.copyright_text a:hover {
    color: #991d1d;
}
.img_4{
        width: 100%;
        float: left;
        background-image: url(../images/rob1.jpg);
        height: auto;
        background-size: 100%;
        background-repeat: no-repeat;
        padding-bottom: 40px;
}
.img_5{
    width: 100%;
    float: left;
    background-image: url(../images/rob2.jpg);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

/* Modal de Talleres */
.modal-taller {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-taller-content {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    margin: 3% auto;
    padding: 0;
    border: none;
    border-radius: 20px;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    animation: slideDown 0.4s ease;
    overflow: hidden;
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-taller-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    z-index: 10001;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.modal-taller-close:hover,
.modal-taller-close:focus {
    background: rgba(255, 0, 0, 0.8);
    transform: rotate(90deg);
}

.modal-taller-header {
    position: relative;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.modal-taller-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: inherit;
    background-size: cover;
    background-position: center;
    filter: blur(12px);
    transform: scale(1.08);
    z-index: 0;
}

.modal-taller-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 2;
}

.modal-taller-imagen {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: var(--modal-img-position, center);
    filter: none;
    transform: scale(var(--modal-img-scale, 1.25));
    position: relative;
    z-index: 1;
}

.modal-taller-titulo {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 2;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
    margin: 0;
}

.modal-taller-body {
    padding: 30px;
    color: #fff;
}

.modal-info-section {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border-left: 4px solid #991d1d;
    transition: all 0.3s ease;
}

.modal-info-section:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.modal-info-section i {
    font-size: 24px;
    color: #991d1d;
    margin-right: 20px;
    margin-top: 5px;
    min-width: 30px;
}

.modal-info-section h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #991d1d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modal-info-section p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #e0e0e0;
}

.modal-taller-footer {
    padding: 25px 30px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.btn-inscribirse {
    background: linear-gradient(135deg, #991d1d 0%, #c92a2a 100%);
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 20px rgba(153, 29, 29, 0.4);
}

.btn-inscribirse:hover {
    background: linear-gradient(135deg, #c92a2a 0%, #991d1d 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(153, 29, 29, 0.6);
}

.btn-inscribirse i {
    margin-right: 10px;
}

.mas-talleres-arrow-wrapper {
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

.mas-talleres-arrow-wrapper.left {
    right: auto;
    left: -12px;
}

.mas-talleres-arrow-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: #991d1d;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.25s ease;
}

.mas-talleres-arrow-btn:hover {
    background: #b12424;
    transform: scale(1.08);
}

.carrusel-talleres {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.carrusel-talleres::-webkit-scrollbar {
    display: none;
}

.carrusel-talleres .iamge_movies {
    flex: 0 0 250px;
}

.movies_section_2 {
    position: relative;
}

/* Responsive modal y carrusel */
@media (max-width: 768px) {
    .modal-taller-content {
        width: 95%;
        margin: 5% auto;
    }

    .modal-taller-header {
        height: 200px;
    }

    .modal-taller-titulo {
        font-size: 24px;
        left: 20px;
    }

    .modal-taller-body {
        padding: 20px;
    }

    .modal-info-section {
        padding: 15px;
    }

    .modal-info-section i {
        font-size: 20px;
        margin-right: 15px;
    }

    .modal-info-section h3 {
        font-size: 16px;
    }

    .modal-info-section p {
        font-size: 14px;
    }

    .btn-inscribirse {
        padding: 12px 30px;
        font-size: 16px;
    }

    .mas-talleres-arrow-wrapper {
        display: none !important;
    }

    .carrusel-talleres .iamge_movies {
        flex: 0 0 220px;
    }
}

