/* =========================
--- Lunita Miniatures
    March-12-2019
============================ */
body{
	/*background-color: #5b90bc;*/
	font-family: Verdana;   /* default page font */ 
 	background: #a2d9dd url(../images/fondo-color-1.jpg) repeat;
	margin: 0;          /* shorthand for all margins = 0 */
    padding: 0;         /* no padding */
    color:#7e7d7d;
}

/*.navbar {
    position: relative;
}
.brand {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;  /* 50% of your logo width * /
    display: block;
}*/

.navbar-default {
    background-color: #62a2a7;
    border-color: #62a2a7;
}

.navbar-default .navbar-nav li a {
    color: #FFF;
}

.navbar-default .navbar-brand {
    color: #FFF;
}

.comingsoon{
	margin-top: 0px;
	max-width: 100%;
}

.font-comingsoon{
	font-size: 2.5em;
	color: #fff;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 65vh;
}
.fade-carousel .carousel-inner .item {
    height: 65vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Fade.          */
/********************************/
.fade-hero {
    position: relative;
    height: 55vh;
}



/********************************/
/*          Hero Headers        */
/********************************/


.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 5em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero, 
.fade-hero .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero,
.fade-hero .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay-hero {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff;
    opacity: .3;
}

/********************************/
/*   Overlay button play Video  */
/********************************/
.overlay-play-button {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/button-play.png) no-repeat center center;
    opacity: 1;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 30px;

  &:before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  }
  &:hover:before {
    color: #eee;
  }
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #62a2a7;
    border-color: #62a2a7;
    outline: none;
    margin: 20px auto;
}

.button-hero {
    background: rgba(98, 162, 167, 0.85);
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    font-size: 20px;
    height: 60px;
    width: 150px;
    margin: 25px 25px;
    text-align: center;
    border: 0;
    transition: all 0.3s ease 0s;
}

.button-video {
    background: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    font-size: 25px;
    height: 65px;
    width: 270px;
    line-height: 60px;
    margin: 25px 25px;
    text-align: center;
    border: 0;
    transition: all 0.3s ease 0s;
}
 
.button-hero, .button-video:hover {
  opacity: 0.75;
}

.btn-primary {
    color:#fff;
    background-color: #426e71;
    border-color:#426e71;
    margin-bottom: 15px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #62a2a7;
    border-color: #62a2a7;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/hero-roses-lg.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/hero-easter-lg.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/hero-rosca-lg.jpg);
}
/*=====Gallery=======*/
#hero-16-septiembre .fade-hero .slides .hero-top {
  background-image: url(../images/heros/hero-mexicano.jpg);
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#hero-red-room .fade-hero .slides .hero-top {
  background-image: url(../images/heros/hero-red-room.jpg);
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#hero-easter .fade-hero .slides .hero-top {
  background-image: url(../images/heros/hero-easter.jpg);
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#hero-pink-room .fade-hero .slides .hero-top {
  background-image: url(../images/heros/hero-pink-room.jpg);
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#hero-dolls-mini .fade-hero .slides .hero-top {
  background-image: url(../images/heros/hero-dolls-miniature.jpg);
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*=====Products=======*/
#hero-products .fade-hero .slides .hero-top {
  background-image: url(../images/heros/hero-products.jpg);
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*=====Contact=======*/
#hero-contact .fade-hero .slides .hero-top {
  background-image: url(../images/heros/hero-contact.jpg);
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*=====About=======*/
#hero-about .fade-hero .slides .hero-top {
  background-image: url(../images/heros/hero-contact.jpg);
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-footer {
    background-color: #62a2a7;
    color: #7e7d7d;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 24px 34px 24px 34px;
    letter-spacing: 2px;
    margin-top: 60px;
}

.social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.footer-text{
	font-size: 1em;
	color: #fff;
	text-align: right;
	text-decoration: none;
}

.carousel-inner{
	margin: 0 auto;
}


.icon {
  max-width: 350px;
  margin: 0 auto;
  display: block;
}

#services {
  background-color: rgba(0,0,0,0.4);
  text-align: center;
  margin-top: 35px;
  padding-top: 35px;
  margin-bottom: 35px;
}

/*======================================
    PARALLAX LIKE / STATS SECTION STYLES
=========================================*/

    .parallax-like {
        background: url(../images/stats.jpg) no-repeat center center; /* DEFINE IMAGE PATH CAREFULLY*/
        padding: 0;
        -webkit-background-size: cover;
        background-size: cover;
        color: #fff;
        background-attachment: fixed;
    }

    .parallax-like .overlay {
        min-height: 200px;
        background: rgba(98, 162, 167,0.9);
        /*font-size: 40px;*/
        padding-bottom: 60px;
        padding-top: 60px;
    }


/*================================
    PORTFOLIO / WORK SECTION STYLES
==================================*/
    .portfolio-item img:hover { /* POSTFOLIO IMAGE BIG ON HOVER */
        cursor: pointer;
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s; /* Safari */
        z-index: 1;
    }

/*================================
    VIDEO SECTION STYLES
==================================*/
    #video-sec {
        color: #fff;
        text-align: center;
    }

    #video-sec .overlay {
        background-color: rgba(0, 0, 0, 0.85);
        min-height: 300px;
        color: #fff;
    }

    #video-sec h1 {
        padding-top: 80px;
        font-size: 50px;
        font-weight: 900;
        padding-bottom: 30px;
    }
/********************************/
/*        Styles sections      */
/********************************/
    .about-section{
        background: #a2d9dd;
        opacity: 1;
        padding: 25px;
        margin: 0 3em 3em 0;
    }

    .about-text{
        font-size: 1.5em;
        color: #7e7d7d;
        line-height: 2em;
    }

    .contact-section{
        background: #a2d9dd;
        opacity: .8;
        padding: 25px;
        margin: 0 1em 0 1em;
    }

    #tutorials h1 {
        color: #425e71;
        background-color: #a2d9dd;
        padding: 24px;
        font-size: 3.5em;
    }

    span.btn.btn-lg.btn-primary {
        margin-bottom: 20px;
    }

    section.video-playcenter {

    }

    .fancybox-slide--video .fancybox-content {
        width  : 533px;
        height : 300px;
        max-width  : 80%;
        max-height : 80%;
        margin: 0;
    }

    .gallery-text p{
        font-size: 25px;
        padding: 5px;
    }

    
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; } 

    #video-sec h1 {
    padding-top: 80px;
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 30px;
    line-height: 35px;
    }   
}

@media(min-width: 1200px) {
  h3 {
    margin-top: 0;
  }
  .services section {
    text-align: left;
  }
}

@media (min-width: 320px) and (max-width:767px){

	.footer-text{
		margin-top: 15px;
		font-size: 1em;
		color: #fff;
		text-align: left;
		text-decoration: none;
    }

    .hide-mobile{
    	display: none;
    }

    .about-section{
    padding: 0;
    margin: 0;
    }

    .about-text{
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 44px;
    }

    .contact-section{
    padding: 10px;
    margin: 0;
    }

    #tutorials h1 {
    padding: 15px;
    font-size: 40px;
    }

}