/*
 MOBILE DEVICES
 */
 @media (max-width: 768px) {

   .navbar-brand{
     width: 65%;
   }

   .celebrar-cuadro{
     margin-bottom: 265px;
   }
   .servicios-izquierda .contenedor{
     padding: 40px 50px;
   }

   .redes-sociales img{
     width: 30px;
   }

   .home-el-lugar-titulo{
    width: 200px;
    margin-left: -100px;
     bottom: 75px;
   }




    .home-celebrar-titulo{
        width: 250px;
        margin-left: -125px;
        top: 50px;
    }
    .home-galeria-titulo-mobile{
        width: 265px;
        margin-left: -132px;
        top: 20px;
        left: 50%;
    }
    .home-ubicacion-titulo{
        width: 205px;
        margin-left: -102px;
        bottom: 20px;
    }
    .home-servicios-titulo{
        width: 205px;
        margin-left: -102px;
        bottom: 20px;
    }

    .fancybox-video{
        width: 400px;
    }

    .contenedor-home-redes .titulo-decorado{
      margin-right: 25px !important;
    }
    .iframe-facebook{
      width: 100%;
    }
    .home-boton-mobile{
      display: block !important;
      margin-bottom: 15px;
    }
    .home-boton-desktop{
      display: none !important;
    }


}
