@import url('font-face.css');
@import url('bootstrap-grid.css');
@import url('menu.css');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

.body-hidden{
    overflow: hidden;
}

.spacer-100 {
    height: 100px;
}

#video{
    background: none;
    height: 100%;
}

#home-bg-video{
    background-color: #000;
    position: fixed;
    aspect-ratio: 16 / 9;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

.cta-home{
    z-index: 9;
}
.cta-home a {
    text-shadow: rgba(0,0,0,.6) 1px 1px 2px;
}

/* Contenido */
.content{
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 100px;
}

.cta{
    font-size: 18px;
    font-family: "Bebas";
    color: #fff;
    padding: 18px 31px;
    border: 1px solid #fff;
}



/* Footer*/

footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px ;
    z-index: 12;
    transition: background-color 0.3s ease;
}

footer.solid {
    background-color: rgba(0, 0, 0, .95);
}

footer.transparent {
    background: linear-gradient(0deg, rgba(0, 0, 0, .3), transparent);
}

footer .container {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
    gap: 20px;
}

footer a img{
    width: 26px;
    height: 26px;
}

@media screen and (max-width: 992px) {
    footer .container {
        justify-content: center;
    }
}

/* gallery */

.gallery{
    margin-top: 45px;
}

p{
    font-family: "SofiaProRegular";
    font-size: 14px;
    color: #777777;
}

.img-fluid{
    width: 100%;
    border-radius: 8px;
    transition: all .2s ease-in-out; 
}

a:hover .img-fluid {
    transform: scale(1.1); 
}
a:hover p {
    font-family: "SofiaPro-Bold";
}

.img-fluid-gallery{
    /* width: 100%; */
    height: 500px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    object-fit: cover;
}


@media screen and (max-width: 992px) {
    .img-fluid-gallery{
        /* width: 100%; */
        height: 300px;
    }

}





.gallery p{
    margin-top: 20px;
    margin-bottom: 40px;
}


/* category */

.back-gallery{
    width: 50px;
    height: 50px;
    border: 1px solid #B9B9B9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-link{
    display: flex;
    align-items: center;
}

.back-link p{
    margin-left: 10px;
}

h6{
    font-size: 20px;
    font-family: "Bebas";
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-category{
    margin-bottom: 30px;
}

.imgs-category img{
    margin-bottom: 30px;
}

.gallery-item img:hover {
    transform: scale(1.2);
    cursor: pointer;
}

/*Videois*/

.title-category-video{
    margin-bottom: 30px;
}

.title-video{
    font-family: "SofiaPro-Bold";
    margin-top: 20px;
    margin-bottom: 20px;
}

.videos-select{
    margin-bottom: 50px;
}

/*Services*/
.img-head>.head>.img-fluid{
    margin-top: 50px;
}

.services{
    text-align: center;
}

h5{
    font-family: "SofiaPro-Bold";
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.item-service{
    margin-top: 70px;
}

h3{
    font-family: "SofiaProRegular";
    color: #777777;
    font-size: 30px;
    text-decoration: underline;
}

.cta-black{
    font-size: 18px;
    font-family: "Bebas";
    color: #ffffff;
    padding: 18px 31px;
    background-color: #464646;
}

.datos-services{
    margin-top: 70px;
    margin-bottom: 70px;
}

.datos-services h3{
    margin-bottom: 40px;
}

/*Prints*/

.title-category-prints{
    margin-bottom: 30px;
}

.dat-prints p{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.img-category-prints{
    margin-bottom: 30px;
}

/*about*/

.about p{
    margin-bottom: 50px;
}

.about{
    margin-top: 50px;
    margin-bottom: 50px;
}

.about-container {
    margin-bottom: 200px;
}

.about-container section a {
    color: #777;
    text-decoration: underline;
}

.about-container section.about a {
    color: #FFF;
    text-decoration: none;
}

.about-container hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.about-container section {
    margin-top: 80px;
    margin-bottom: 80px;

    text-align: center;
    line-height: 24px;
}

.about-container section.about {
    text-align: left;
}

/*Contact*/

.contact{
    margin-top: 140px;
}

.dat-contatc{
    width: 100%;
    font-family: "SofiaProRegular";
    font-size: 14px;
    color: #777777;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}

.social-contact a div{
    width: 50px;
    height: 50px;
    border: solid 1px #B9B9B9;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-contact a{
    margin-right: 10px;
}

.social-contact{
    display: flex;
    margin-top: 20px;
}

input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 13px;
    font-size: 14px;
    font-family: "SofiaProRegular";
    color: #000;
}

form label{
    font-size: 14px;
    font-family: "SofiaProRegular";
    color: #777777;
    margin-bottom: 13px;
    display: block;
    margin-top: 12px;
}

textarea{
    width: 100%;
    border: none;
    border-bottom: 1px solid #B7B7B7;
    font-size: 14px;
    font-family: "SofiaProRegular";
    color: #000;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C8C8C8;
}

button.cta-black{
    border: none;
    margin-top: 20px;
    float: right;
}

input:focus, textarea:focus {
    border-bottom:1px solid #000;
}

input:focus, textarea:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}


/*  back category  */

.back-category{
    margin-top: 40px;
    margin-bottom: 40px;
}

.detail-adiconal{
    margin-top: 20px;
    margin-bottom: 20px;
}

.info-copy-dibos{
    font-family: "SofiaProRegular";
    font-size: 14px;
    color: #464646;
}


/* thank you page */

.thank-you-page{
    width: 100%;
    height: Calc(100vh - 50px) ;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.thank-you-page h2{
    font-family: "Bebas";
    font-size: 40px;
    margin-bottom: 60px;
}

/*EstiloS Update*/

@media screen and (max-width: 764px) {
    .video-view{
        height: 320px !important;
    }
}

@media screen and (max-width: 500px) {
    .video-view{
        height: 300px !important;
    }
}

@media screen and (max-width: 450px) {
    .video-view{
        height: 250px !important;
    }
}

.donwload-pdf{
    color: #000;
    text-decoration: underline;
}

/* Gallery Modal */

#carousel-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 0;
    background-color: #111111;
    visibility: hidden;
    opacity: 0;  
}

#carousel-modal.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
    z-index: 101;
    width: 100vw;
    height: 100vh;
}

#carousel-modal .modal-nav {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;

    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
}

#carousel-modal .modal-nav .back {
    width: 50px;
    height: 50px;
    border: 1px solid #464646;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#carousel-modal .modal-nav img {
    margin-bottom: 0 !important;
}

#carousel-modal .modal-nav p {
    margin-left: 10px;
    color: #b6b6b6;
}

/* Splide Config */

.splide {
    margin: 0 auto;
}

.splide__slide img {
    width: 100%;
    margin-bottom: 0;
    border-radius: 6px;
}

#main-carousel {
    height: 100%;
}

#main-carousel .splide__slide img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    margin-bottom: 0;
}

.carousel-content {
    width: 100%;
    height: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: start;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 764px) {
    .carousel-content .img-fluid, .carousel-content .img-container {
        flex: 100% !important;
        height: auto !important;
    }

    .carousel-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
        flex-wrap: wrap !important;
    }
}

.carousel-content .img-container {
    flex: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 4/3;
    border: 1px solid #7777771e;
    border-radius: 8px;
    max-height: 700px;
    position: relative;
}

.carousel-content .image-info {
    flex: 30%;
    padding-left: 30px;
}

.carousel-content .image-info h6 {
    color: #b6b6b6;
}

#thumbnail-carousel {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

#thumbnail-carousel .splide__slide {
    opacity: 0.6;
}
  
#thumbnail-carousel .splide__slide.is-active {
    opacity: 1;
}

#thumbnail-carousel .splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #fff;
    border-radius: 8px;
}

.splide__arrow--prev {
    left: -2.5em;
}

.splide__arrow--next {
    right: -2.5em;
}

/* .full-screen-button {
    width: 40px;
    height: 40px;
    background-image: url('../img/img-expand.svg');
    background-position-y: 65%;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: #FFF;
    border: 1px solid #464646;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}
.full-screen-button:hover {
    transform: translateY(-2px);
}
.full-screen-button.active {
    background-image: url('../img/img-minimize.svg');
    opacity: 1 !important;
} */

.image-detail-link img {
    width: 20px !important;
    height: 20px;
    position: absolute;
    right: 10px !important;
    bottom: 10px;
}

/* Contents type gallery */
.contents-category {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap;
    align-items: stretch; */
}

.card-content-category {
    width: 250px;
    height: 300px;
    margin-right: 30px;
    
}

.card-content-category .card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
    border-radius: 8px;
    border: 1px solid #B9B9B9;
    transition: all .2s ease-in-out;
}

.card-content-category a:hover .card-image{
    background-color: #f5f5f5;
    transform: scale(1.05);
}

.card-content-category a:hover h3 {
    font-family: "SofiaPro-Bold";
}

.card-content-category h3{
    font-size: 14px;
    font-family: "SofiaProRegular";
    color: #777;
    text-decoration: none !important;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

.card-content-category img {
    height: 40px;
    margin-top: 100px;
    margin-bottom: 100px;
}

/* Viewer 360 */

#container-shot {
    height: 100%;
    width: 100%;
    background-color: gray;
    position: fixed;
    top: 0;
    left: 0;
}

#full-screen-header {
    width: 100%;
    height: 90px;
    background: linear-gradient(180deg,rgba(0,0,0,.65),transparent);
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#full-screen-header .back {
    width: 10%;
}

#full-screen-header .title {
    width: 80%;
}

#full-screen-header .title h1 {
    text-align: center;
    font-size: 24px;
    font-family: "SofiaPro-Bold";
    color: #FFF;
    text-shadow: rgba(0,0,0,.6) 1px 1px 2px;
}

#full-screen-header .title p {
    text-align: center;
    font-size: 14px;
    font-family: "SofiaProRegular";
    color: #FFF;
    text-shadow: rgba(0,0,0,.6) 1px 1px 2px;
}

#full-screen-header .controls {
    width: 10%;
}

#description-shot {
    width: 500px;
    height: auto;
    background: linear-gradient(270deg, rgba(0,0,0,.65), transparent);
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 20px;
}

#description-shot h2 {
    margin-bottom: 8px;
    text-align: right;
    font-size: 18px;
    font-family: "SofiaPro-Bold";
    color: #FFF;
    text-shadow: rgba(0,0,0,.6) 1px 1px 2px;
}

#description-shot p {
    text-align: right;
    font-size: 14px;
    font-family: "SofiaProRegular";
    color: #FFF;
    text-shadow: rgba(0,0,0,.6) 1px 1px 2px;
}

/* Video Full Screen */

.video-view-full-screen {
    width: 100vw;
    height: 100vh;
}

.youtube-container {
    overflow: hidden;
	width: 100vw;
    height: 100vh;
	/* Keep it the right aspect-ratio */
	/* aspect-ratio: 16/9; */
	/* No clicking/hover effects */
	/* pointer-events: none; */
	
	iframe {
		/* Extend it beyond the viewport... */
		width: 300%;
		height: 100%;
		/* ...and bring it back again */
		margin-left: -100%;
	}
}

/* Detalle imagen full screen */
.fullscreen-img-container {
    width: 100%;
    height: 100vh;
    background-color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: right;
}

.full-screen-image-button {
    width: 40px;
    height: 40px;
    background-image: url('../img/img-expand.svg');
    background-position-y: 65%;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: #FFF;
    border: 1px solid #464646;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    float: right;
    margin-top: 8px;
}
.full-screen-image-button:hover {
    transform: translateY(-2px);
}
.full-screen-image-button.active {
    background-image: url('../img/img-minimize.svg');
    opacity: 1 !important;
}


/* Video player */

.youtube-container {
	overflow: hidden;
	width: 100%;
	/* Keep it the right aspect-ratio */
	aspect-ratio: 16/9;
	/* No clicking/hover effects */
	pointer-events: none;
}
.youtube-container iframe {
    /* Extend it beyond the viewport... */
    width: 300%;
    height: 100%;
    /* ...and bring it back again */
    margin-left: -100%;
}
