/*!
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.0.90
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/
/* Browser Reset */

/*@font-face {
    font-family: 'in_blossom_vintageregular';
    src: url('in_blossom_vintage-webfont.woff2') format('woff2'),
         url('in_blossom_vintage-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'in_blossom_vintageregular';
    src: url('inblossom.woff2') format('woff2'),
         url('inblossom.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('HelveticaNeueLTStd-Md.otf');
}

body{
	overflow: hidden;
	font-family: Helvetica-Neue, Arial, sans-serif;
}

h1{
	font-family: Helvetica-Neue, Arial, sans-serif;
}

h2{
	font-family: Helvetica-Neue, Arial, sans-serif;
}

h3{
	font-family: Helvetica-Neue, Arial, sans-serif;
}

p{
	font-family: Helvetica-Neue, Arial, sans-serif;
}

.logo_container{
	/*background: aquamarine;*/
}

.blossom {
	font-family: 'in_blossom_vintageregular';
}

.blossom_subtitle_slider {
	font-family: 'in_blossom_vintageregular';
	font-size: 64px;
	color: #bbb6b4 !important;
}

.slide-con-pie .et_pb_slide {
	padding: 0 !important;
}

.slide-con-pie .et_pb_slide_content {
	color: #000 !important;
}

.mascara{
	background: #FFC400;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    left: 0;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -moz-display: flex;
	display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -moz-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -moz-justify-content: center;
}

.elemento{
	width: 150px;
	height: 150px;
	background-color: #000;
}

