/**
* Template Name: Instant
* Author: Oscar Baeza Castillo
*/    
/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

/*Underline responsive*/

*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* {
    margin:0;padding:0;border:0 none;position: relative; outline: none;
}

li > .nav-link {
  text-decoration: none;
  color: rgba(0,0,0,.4);
  z-index: 1;
}

li > .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: #bb037f;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: 0.3s;
}
li > .nav-link:hover:before,
li > .nav-link:focus:before {
  visibility: visible;
  transform: scaleX(1);
}
/*Underline responsive*/

/****************** E S T I L O S    L I B R E S **********************/
#Btn-Whatsapp{
    position: fixed;
    z-index: 9999;
    bottom: 95px;
    right: 24px;
    cursor: pointer;
	display:none;
}

#Btn-Whatsapp img{
	width: 60px;
}

.ComboMostrar{
    display:block!important;
}

.color-flecha-i{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.color-flecha-d{
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;

}

.ComboOcultar{
    display:none;    
}

.PrecioActual{
    font-size: 18px;
    font-weight: bold;
    color:#2fb5e7;
}

.CajaDetalleTextoPerfume{
    margin-left: 8%;
}

.IconoEstrella{
    margin-right: 3px;
    font-size: 25px;
    color: #d9bc2c;
    margin-top: 5px;
}
    

.ImgDetallePerfume{
    border-right: 1px solid #ccc;
    text-align: right;
}

.PrecioAnterior{
    text-decoration: line-through;
    color: red;
    opacity: .5;
    margin-right: 7px;
    font-size: 13px;
}

.PrecioActualDetalle{
    font-size: 20px;
    font-weight: bold;
    color:#2fb5e7;
}

.PrecioAnteriorDetalle{
    text-decoration: line-through;
    color: red;
    opacity: .5;
    margin-right: 10px;
    font-size: 15px;
}

.hideme
{
    opacity:0;
}

.RowPerfumes{
    text-align: -webkit-center;    
}

#ModalTitulo{
	color:#000;
}

.ImagenCarrito{
	width:170px;
}

#Imagen{
    max-width:100%;
}

.SeparadorProductos{
	border: 1px solid #e2e2e2;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 91%;
}

.close{
    background-color: transparent;
    font-size: 30px;
    color: #a9a9a9;
    font-weight: 500;
}

.panel-warning{
    background: #e9e685;
}

.panel-danger{
    background: #f14d4d;
}

.panel-primary{
    background: #2c7aed;
}

.close:hover{
    color: #7a7a7a;
}

.caja-producto{
    cursor:pointer;
}
.caja-producto:hover{
    border: 1px solid #e5e4e4;
    background-color: #fbfbfb;
    transition:0.6s;
}

#CantidadCarrito{
    font-size: 15px;
    margin-left: 4px;
}

.IconoDetalle{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.DescripcionProducto{
    margin-top: 10px;
    text-align: justify;
}

.IconoCarrito:hover{
    color: #bb037f;
    transition: 0.6s;
}

.IconoCarrito{
    font-size: 20px;
    top: 7px;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}

.btn-producto{
    background-color:#2fb5e7;
    border-color:#2fb5e7;
}

.btn-producto:hover{
    background-color: #bb037f;
    border-color: #bb037f;
    
    color:#fff;
}

.nav-item{
    margin-right: 5px;
}

.active{
    border-bottom:1px solid #fff;
}

/****************** F I N     E S T I L O S    L I B R E S **********************/

.modal-dialog {
    max-width: 850px!important;
}

.modal-content{
    width:auto;
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}

::-moz-selection {
    background: #2fb5e7;
    color: #bf5d9f;
    text-shadow: none;
}

::selection {
    background: #2fb5e7;
    color: #bf5d9f;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}

.mt60{
    margin-top:60px;    
}

.mb60{
    margin-bottom:60px;
}

.mt20{
    margin-top:20px;    
}

.mb20{
    margin-bottom:20px;
}

.mt {
	margin-top: 80px;
}

.mb {
	margin-bottom: 80px;
}

/* ==========================================================================
   General styles
   ========================================================================== */

/* .carousel-item { */
  /* height: 800px; */
/* } */

/* .carousel-item img { */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* min-height: 800px; */
/* } */

@font-face {
    font-family: "LOVES";
    src: url("../font/LOVES.ttf");
}


body {
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'LOVES'; */
    font-weight: 400;
    font-size: 16px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
    color: #4a4a4a;
}


.navbar-brand {
	font-weight: 700;
    color:#fff;
    transition: 0.6s;
}

.navbar-default , .navbar-default .navbar-brand:hover {
	color: #bb037f;
    font-weight: 700;
}

.navbar-default {
	border-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #bb037f!important;
	background-color: transparent!important;
}


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

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #bb037f!important;
    /* border-bottom:1px solid #bb037f; */
    /* transition:0.6s; */
}

.navbar-default .navbar-toggle {
  border: none;
  border-color: #fff;
}

.navbar-default .navbar-toggle:hover {
  /* background: #666; */
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/back.jpg) no-repeat center top;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 80px;
	font-weight: bold;
}

#headerwrap h4 {
	font-weight: 400;
	color: #ffffff
}

@media (max-width: 768px) {
  #headerwrap {
    padding-top: 180px;
  }
}

#social {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f2f2f2;
}

#social i {
	font-size: 40px;
	color: #4a4a4a
}

#social i:hover {
	color: #bf5d9f;
}

#footerwrap {
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #2f2f2f;
}

#footerwrap p {
	color: #f2f2f2;
	margin-left: 10px;
}

#workwrap {
	background: url(../img/Conoceme.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#workwrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 60px;
	font-weight: bold;
}

#workwrap h4 {
	font-weight: 400;
	color: #ffffff
}

#productos {
	background: url(../img/Perfumes.jpg) no-repeat center top;
    margin-top: -10px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#productos h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 60px;
	font-weight: bold;
}

#faq {
	background: url(../img/faq.png) no-repeat center top;
    margin-top: -10px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#faq h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 60px;
	font-weight: bold;
}

/* Gallery */
.gallery {
	margin-top: 30px;
}

.gallery img:hover {
	opacity: 0.6;
}


/* Contact Form */

#contactwrap {
	background: url(../img/contact.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
  background-size: 100%;
  background-size: cover;
}

#contactwrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 60px;
	font-weight: bold;
}

#contactwrap h4 {
	font-weight: 400;
	color: #ffffff
}

#contact {
  padding: 40px 0;
}

#contact h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.contact-form label {
   color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.buscar{
    margin-right: 50px;
}

.FormBuscar{
    background-color: transparent;
    border:none;
}
.InputBuscar{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 8px;  
    color: #bb037f;
    font-weight: bold;    
}

.NombreProducto{
    margin-top: 10px;
    font-size: 25px;
    font-weight:bold;
}

.MarcaProducto{
    font-size: 20px;
}

.InputBuscar::placeholder {
  color: #fff;
  opacity:0.3;
}

.InputBuscar::placeholder:focus {
  color: blue;
}

.InputBuscar:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #bb037f;
    color: #bb037f;
    transition: 0.6s;
}

.BotonVerDetalle{
  background: #2fb5e7;
  border: 0;
  color: #fff;
  transition: 0.6s;
  cursor: pointer;
  margin-top: 5px;
}

.BotonVerDetalle:hover{
  background: #bf5d9f;    
}

.contact-form .form-send button  {
  background: #2fb5e7;
  border: 0;
  padding: 14px 40px;
  color: #fff;
  transition: 0.6s;
  cursor: pointer;
  font-size: 16px;
  margin-top: 15px;
}

.contact-form .form-send button:hover {
  background: #bf5d9f;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

#copyrights a:hover {
    color:#bf5d9f;
}

#copyrights a {
  color: #2fb5e7;
  text-decoration:none;
  transition: 0.6s;
  
}

.credits {
  color: #999;
}
