
body {
    font: 1.3em "Overlock", sans-serif;
    color: #827e8b;

}

h1 {
	font-size: 2.5em;
	font-weight: 100;
	line-height: 0.90em;
	color: #5e50a1;
	padding-top: 1.75em;
}

h2 {
	font-size: 1.75em;
	font-weight: 100;
	line-height: 1.3em;
	color: #5e50a1;
	padding: 1.2em;
}

h3 {
	color: #94807f;
}

h5 {
	color:  #94807f;
	font-size: 1.75em;
}

h6 {
	color:  #d0c3df;
	font-size: 1.75em;
}



small {
	font-size: 0.50em;
}

a {
	color: #5e50a1;
}

a:hover {
	text-decoration: none;
	color: #d0c3df;
}

hr{
	border: 0.01em solid  #e8d7f4;
	width: 0.01em;
	height: 150px;
}

.navbar-rbk {
	background-color: white !important;	
	 -webkit-box-shadow: 0 5px 6px -6px #5e50a1;
    -moz-box-shadow: 0 5px 6px -6px #5e50a1;
    box-shadow: 0 5px 6px -6px #5e50a1;

}

.navbar-light .navbar-nav .nav-link  {

	color: #5e50a1;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.navbar-light .navbar-nav .nav-link.active  {
	color: #d0c3df;
}

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

.mail {
	font: 0.80em "Raleway", sans-serif;

}

.color {
	background-color: #f3edf7;
	padding: 0;
}

.color2 {
	background-color: #e8d7f4;
}

.color3 {
	background-color: #6f57a1;
	color: #d0c3df;
	margin-bottom: 0;
}

.offer {
	max-width: 300px;
}

.offer-title {
	color: #fff;
	font-size: 1.5em;
	font-weight: 100;
}

.offer-text {
	background-color: #fff;
}

.offer-one-title {
	background-color: #5f4495;
}

.offer-basic-title {
	background-color: #55338a;
}

.offer-pro-title {
	background-color: #4a2b86;
}

.offer-one-price {
	background-color: #6f57a1;
}

.offer-basic-price {
	background-color: #7c559f;
}

.offer-pro-price {
	background-color: #613a8e;
}



.box {
	display: block;
  	width: 100%;
  	height: 100%;
}

.overlay {
 
  opacity: 1;
  transition: 1s ease;
  
}

.overlay:hover .box{
  opacity: 0.3;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
}

.overlay:hover .text{
	opacity: 1;
}


.servicios {
	max-width: 350px;
	padding: 1.5em;	
}





.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 1.5em;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}



.baguetteBox-button {
    background-color: transparent !important;
}


.me {
	max-width: 500px;
}

		.formulario {
			border: 1px solid #d0c3df;
			font-size: 0.85em;
		}

		.btn-enviar {
			background-color: #5e50a1;
			color: #fff;
		}

		.btn-enviar:hover {
			background-color: #d0c3df;
		}


       .error {
                color: red;
                text-align: left;
                display: none;
                font-size:0.85em;
            }




  .respuesta {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(243, 237, 247, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.respuesta:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 150px auto;
  padding: 25px;
  background: #e8d7f4;
  
  border-radius: 7px;
  width: 30%;
  position: relative;
  font-size: 14px;
}

.popup h2 {
  margin-top: 0;
  color: #5e50a1;
  padding-bottom: 15px;
  font-weight: bold;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 24px;
  
  text-decoration: none;
  color: #fff;
}
.popup .close:hover {
  color: #5e50a1;
}
.popup .content {
  max-height: 50%;
  
}


.lead {
  font-size: 1em;
  padding: 1em 0 0.3em 0;
  color: #5e50a1;

}




@media screen and (max-width: 768px) {
    .img-logo {
      max-width: 175px;   
    }

  
  	.popup{
    width: 70%;
  }
}

@media screen and (max-width: 1200px) {
    .flores {
      margin-top: 300px;  
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .text {
  		font-size: 0.6em;
		}
}  


