.fondo-morado {
	background-color: #2f376f;
}

.fondo-rosa {
	background-color: #c3ace9;
}

.fondo-rosa-50 {
	background-color: #F0ECF7;
}

.texto-morado {
	color: #2f376f;
}

.texto-rosa {
	color: #c3ace9;
}

.texto-50 {
	font-size: 50px;
}

.font-stylish {
	font-family: 'Stylish Delight';
}

.font-momcake {
	font-family: 'Momcake Pro';
	letter-spacing: 2px;
}

.imagen-post {
	max-width: 520px;
}

.bg-banner-home {
	width: 100%;
	height: auto;
	min-height: 720px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 250px;
	padding-bottom: 250px;
	background-image: url(../img/bg-home-bloomers-productos-de-estilo-de-vida.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-banner-blog {
	width: 100%;
	height: auto;
	min-height: 720px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 250px;
	padding-bottom: 250px;
	background-image: url(../img/bg-blog-bloomers.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-banner-faqs {
	width: 100%;
	height: auto;
	min-height: 420px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 250px;
	padding-bottom: 250px;
	background-image: url(../img/bg-faqs.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-sobre-bloomers {
	width: 100%;
	height: auto;
	min-height: 620px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 100px;
	padding-bottom: 250px;
	background-image: url(../img/bg-sobre-bloomers-tienda-en-linea.png);
	background-color: #F0ECF7;
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

.bg-faqs {
	width: 100%;
	height: auto;
	min-height: 620px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 100px;
	padding-bottom: 250px;
	background-image: url(../img/bg-content-faqs.jpg);
	background-color: #F0ECF7;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.bg-contacto-home {
	width: 100%;
	height: auto;
	min-height: 400px;
	background-image: url(../img/bg-estrella-izquierda.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

.bordes-50 {
	border-radius: 50px;
}

.borde-rosa {
	border: solid 1px #c3ace9;
}

.ancho-max {
	max-width: 900px;
}

@media only screen and (max-width: 625px) {
  .imagen-post {
	max-width: 320px;
	}
}

@media only screen and (min-width: 768px) {
  .mostrar {
  	display: none;
  }
}

@media only screen and (max-width: 767px) {
  .esconder {
  	display: none;
  }
  .escalar {
  	width: 50%;
  	padding-left: 20px;
  	padding-right: 20px;
  }
  .bg-sobre-bloomers {
  	background-size: contain;
  	background-position: left bottom;
  	background-repeat: no-repeat;
  }
}

.btn.hover-boton:hover {
	color: white;
}

.accordion:button {
	border-color: white !important;
}



/*Fonts*/

@font-face {
    font-family: 'Bahagia';
    src: url('fonts/Bahagia.woff2') format('woff2'),
        url('fonts/Bahagia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('fonts/FoundersGrotesk-Light.woff2') format('woff2'),
        url('fonts/FoundersGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Momcake';
    src: url('fonts/Momcake-Bold.woff2') format('woff2'),
        url('fonts/Momcake-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Momcake';
    src: url('fonts/Momcake-Thin.woff2') format('woff2'),
        url('fonts/Momcake-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Momcake Pro';
    src: url('fonts/MomcakePro-Regular.woff2') format('woff2'),
        url('fonts/MomcakePro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stylish Delight';
    src: url('fonts/StylishDelight-Regular.woff2') format('woff2'),
        url('fonts/StylishDelight-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/*	Estilos menu*/

	.flexMain {
	      display:flex;
	      align-items: center
	    }
	    .flex1 { flex:1 }
	    .flex2 { flex:2 }
	    .flex3 { flex:3 }
	    
	    button.siteLink {
	      margin-left:-5px;
	      border:none;
	      padding:24px;
	      display:inline-block;
	      min-width:115px;
	    }
	    .whiteLink {
	      background : transparent;
	    }
	    .whiteLink:active {
	      background : #000;
	      color: #fff;
	    }
	    .blackLink {
	      color: #fff;
	      background:#232323;
	      transition: all 300ms linear;
	    }
	    
	    .blackLink:active {
	      color: #000;
	      background:#fff
	    }
	    #siteBrand {
	      font-family: impact;
	      letter-spacing : -1px;
	      font-size:32px;
	      color:#252525;
	      line-height : 1em;
	    }
	    #menuDrawer {
	      background: #c3ace9;
	      position:fixed;
	      height:100vh;
	      overflow:auto;
	      z-index:12312;
	      top:0;
	      left:0;
	      border-right:1px solid #eaeaea;
	      min-width:25%;
	      max-width:320px;
	      width:100%;
	      transform : translateX(-100%);
	      transition : transform 200ms linear;
	      padding-top: 200px;
	    }
	    #mainNavigation {
	      transition : transform 200ms linear;
	      background : #2f376f;
	    }
	    .drawMenu > #menuDrawer {
	      transform : translateX(0%);
	    }
	    .drawMenu > #mainNavigation {
	      transform : translateX(25%);
	    }
	    .fa-times {
	      cursor : pointer
	    }

	    a {
	    	text-decoration: none !important;
	    }
	    a.nav-menu-item:hover {
	      margin-left:2px;
	      border-left:10px solid black;
	    }
	    a.nav-menu-item{
	      transition:border 200ms linear;
	      text-decoration:none;
	      display:block;
	      padding:18px;
	      padding-left:32px;
	      color:#343434;
	      text-transform: uppercase;
	      color: #2f376f;
	    }

	    a, footer {
	    	color: #c3ace9;
	    	text-decoration: none !important;
	    	
	    }

	    a:hover, footer {
	    	color: white;
	    	text-decoration: none;
	    }

	    select.noStyle {
	      border:none;
	      outline:none
	    }