/*
Theme Name: Papiro
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.14
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
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
*/

body {
	font-weight: 400;
}

h1, h2, h3, h4 {
	font-weight: 600 !important;
	padding-bottom: 20px;
}
h6 {
	word-wrap: normal;
	letter-spacing: 0 !important;
}

@media all and (min-width: 1405px) {
	.rotate h2 {
		-ms-transform: rotate(-90deg); /* IE 9 */
	  	-webkit-transform: rotate(-90deg); /* Safari 3-8 */
		transform: rotate(-90deg);
	    position: absolute;
	    top: 30px;
	    left: 0;
	}
}
	@media all and (min-width: 768px) and (max-width: 1405px) {
		.rotate h2 {
			-ms-transform: rotate(-90deg); /* IE 9 */
		  	-webkit-transform: rotate(-90deg); /* Safari 3-8 */
			transform: rotate(-90deg);
		    position: absolute;
		    top: 30px;
		    left: 0;
		}
	}
		@media all and (max-width: 980px) {
			.rotate h2 {
				-ms-transform: rotate(0deg);
			    -webkit-transform: rotate(0deg);
			    transform: rotate(0deg);
			    position: relative;
			    top: 0;
			    left: 0;
			}
		}

#top-menu .orange_color a, .et-fixed-header #top-menu .orange_color a {
	color: #f89a21 !important;
}

.et_pb_bg_layout_light .et_pb_button:hover, .et_pb_bg_layout_light.et_pb_button:hover {
	color: #fff !important;
}
.et_pb_bg_layout_dark .et_pb_button {
	background-color: transparent;
	border-color: #fff;
	color: #fff !important;
}
.et_pb_bg_layout_dark .et_pb_button:hover {
	background-color: #fff !important;
	color: #f89a21 !important;
}

.et_pb_main_blurb_image {
	margin-bottom: 10px;
}

@media all and (min-width: 981px) {
	.row_custom_width {
		max-width: 1080px!important;
	}
}

/* Mega Menu */

.et_fullwidth_nav #top-menu li.mega-menu>ul {
	right: 0px!important;
	left: 0px!important;
}
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu {
	background-color: rgba(13,7,3,0);
}
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu a {
	text-transform: none;
	font-size: 14px;
	line-height: 1.2em;
	padding: 12px 20px;
}
	@media all and (max-width: 980px) {
		#main-header .et_mobile_menu li.mega-menu.mega-menu-parent li>.sub-menu a {
			display: none;
		}
		#main-header .et_mobile_menu {
			background-color: rgba(13,7,3,0.8) !important;
			border: 0;
			text-align: center;
		}
		#main-header .et_mobile_menu li ul {
			padding: 0 5%;
		}
	}


.full_height {
	height: 100vh;
}

@media (max-width: 980px) {
	.full_height {
		height: auto;
	}
	.et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
		width: 25%;
	}
	#et_top_search {
		display: none;
	}
	.et_fixed_nav #main-header {
		position: fixed;
	}
}


/*** HOME ***/

.header .et_pb_slider.et_pb_slide, 
.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    height: 100vh !important;
}
    @media all and (max-width: 980px) {
        .et_fullscreen_slider .et_pb_slides,
        .et_fullscreen_slider .et_pb_slide,
        .et_fullscreen_slider .et_pb_container {
            height: auto !important;
        }
        .et_fullscreen_slider .et_pb_column.et_pb_column_1_4 {
            padding-bottom: 30px;
        }
    }
.et_pb_slider .et_pb_container {
    width: 100%;
}
.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 0;
}

.papiro_logo_anim {
    -moz-animation: cssAnimation 1500ms ease-in 1500ms forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 1500ms ease-in 1500ms forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 1500ms ease-in 1500ms forwards;
    /* Opera */
    animation: cssAnimation 1500ms ease-in 1500ms forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        opacity: 0;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        opacity: 0;
    }
}
.papiro_logo_anim .et_pb_image_wrap {
	max-width: 16%;
}
	@media all and (max-width: 980px) {
		.papiro_logo_anim .et_pb_image_wrap {
			max-width: 30%;
		}
		.full_height .icons .et_pb_column {
			height: 50% !important;
		}
	}
		@media all and (max-width: 767px) {
			.papiro_logo_anim .et_pb_image_wrap {
				max-width: 40%;
			}
		}


/* Newsletter */

.newsletter {
	color: #fff;
}
.newsletter h3, .newsletter_title h3 {
	color: #fff !important;
	font-size: 18px;
	line-height: 1.2em;
}
.yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form input[type=password], .yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form select, .yikes-easy-mc-form textarea {
	background-color: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    color: #fff;
    font-size: 16px;
    padding: 14px 0 !important;
}
.yikes-easy-mc-form input[type=email]::placeholder, .yikes-easy-mc-form input[type=number]::placeholder, .yikes-easy-mc-form input[type=password]::placeholder, .yikes-easy-mc-form input[type=text]::placeholder, .yikes-easy-mc-form input[type=url]::placeholder, .yikes-easy-mc-form select::placeholder, .yikes-easy-mc-form textarea::placeholder {
	color: #fff;
}
.yikes-easy-mc-form input[type=email]:focus, .yikes-easy-mc-form input[type=number]:focus, .yikes-easy-mc-form input[type=text]:focus, .yikes-easy-mc-form input[type=url]:focus, .yikes-easy-mc-form select:focus {
	outline: 0 !important;
}
.yikes-mailchimp-eu-compliance-text a {
	color: #fff;
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
	margin-bottom: 0;
    background: rgba(248,154,33,0);
    border-color: #fff;
    color: #fff;
    padding: .3em 1em !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
	background-color: #fff;
    color: #f89a21;
}


/* Newsletter contactos */

.contactos .newsletter .newsletter_title, .contactos .newsletter .yikes-mailchimp-container {
	float: left;
	position: relative;
	width: 50%;
}
.contactos .newsletter .newsletter_title {
	padding-right: 25px;
}
.contactos .newsletter .FNAME-label {
	width: 45% !important;
    float: left;
    margin-right: 5%;
} 
.contactos .newsletter .LNAME-label {
	width: 50% !important;
    float: left !important;
}
	@media all and (max-width: 980px) {
		.contactos .newsletter .newsletter_title, .contactos .newsletter .yikes-mailchimp-container {
			width: 100%;
		}
		.contactos .newsletter .FNAME-label {
			width: 100% !important;
		    margin-right: 0;
		} 
		.contactos .newsletter .LNAME-label {
			width: 100% !important;
		}
	}
.et_pb_circle_counter .percent p {
	padding: 0 !important;
	color: #333;
}
.et_pb_circle_counter .percent p:before {
	content: '+';
}
.et_pb_circle_counter.ton .percent p:after {
	content: 'ton.';
}
.et_pb_circle_counter canvas {
	height: 0 !important;
}
.et_pb_circle_counter .et_pb_module_header {
    max-width: 270px;
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 6px;
}
.map-marquer .fa-map-marker-alt {
	color: #f89a21;
    font-size: 24px;
    position: absolute;
    top: -3px;
    left: -24px;
}
.map-marquer h4 {
	color: #FFF !important;
}


/*** Services ***/

/* Images */
.image_overlap {
	z-index: 0;
}
.icons_overlap_right .et_pb_column, .icons_overlap_left .et_pb_column {
	margin-top: -55px;
}
.icons_overlap_left .et_pb_column {
	float: left;
}
.icons_overlap_right .et_pb_column {
	float: right;
}
.service_image .et_pb_image_wrap {
	width: 100%;
	max-height: 450px;
    overflow: hidden;
}
.service_image .et_pb_image_wrap img {
	width: inherit;
}
	@media all and (max-width: 980px) {
		.icons_overlap_left .et_pb_column, .icons_overlap_right .et_pb_column {
			margin-top: 0;
		}
		.icons_overlap_left, .icons_overlap_right {
			width: 100% !important;
		}
		.et_pb_gutters1 .icons_overlap_right.et_pb_row_6col>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1 .icons_overlap_left.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 {
			width: 20%;
		}
	}
		@media all and (max-width: 767px) {
			.icons_overlap_left, .icons_overlap_right {
				margin-right: auto !important;
			}
			.et_pb_gutters1 .icons_overlap_right.et_pb_row_6col>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1 .icons_overlap_left.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 {
				width: 50% !important;
			}
		}


/* Tabs */

ul.et_pb_tabs_controls:after {
	border-top: 0;
}
.et_pb_tabs_controls li {
	border-right: 0;
}
.et_pb_tabs_controls li a {
	padding: 4px 30px 4px 0;
	color: rgba(242,135,33,.5)!important;
}
.et_pb_tabs_controls li a:hover, .et_pb_tabs_controls li.et_pb_tab_active a {
	color: rgba(242,135,33,1)!important;
	border-right: 0;
}
	@media all and (max-width: 767px) {
		.et_pb_tabs_controls li {
			float: left;
			border-bottom: 0;
		}
	}


/** Blog **/

.et_pb_blog_grid .et_pb_post {
	background-color: #f9f9f9;
	border: 0;
}
.et_pb_blog_grid .column {
	width: 100%;
}
.single-post .header {
	min-height: 150px;
}
.single-post .et_pb_blog_grid .post-content, .single-post .kiwi-article-bar, .page .kiwi-article-bar {
	display: none;
}
.single-post .et_pb_post, .single .post, #left-area {
	margin-bottom: 0;
	padding-bottom: 0;
}
.social .kiwi-article-bar {
	display: block;
	padding: 0;
	text-align: left;
	color: #f89a21;
}
.social .kiwi-article-bar a {
	text-align: center;
}
	@media all and (max-width: 980px) {
		.single-post .header {
			min-height: auto;
		}
	}


/** Footer **/

footer .et_pb_section {
	background-image: linear-gradient(90deg,#221f20 50%,#0d0703 50%)!important;
    background-color: #0d0703!important;
}

footer .et_pb_section .et_pb_row .first_column {
	background-color: #231f20;
	padding-top: 60px;
	padding-bottom: 60px
}
footer .et_pb_section .et_pb_row .first_column .et_pb_image {
	max-width: 20%;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: auto;
}
footer .et_pb_section .et_pb_row .first_column .et_pb_text {
	font-size: 14px;
	margin-bottom: 30px;
}
footer .et_pb_section .et_pb_row .first_column .et_pb_button {
	font-size: 16px;
}
footer .et_pb_section .et_pb_row .second_column {
	background-image: linear-gradient(110deg,#231f20 50%,#0d0703 50%);
    background-color: #231f20;
}
footer .et_pb_section .et_pb_row .third_column {
	padding-top: 60px;
    padding-bottom: 60px;
}
footer .et_pb_section .et_pb_row .third_column .et_pb_social_media_follow {
	margin-bottom: 30px;
}
footer .et_pb_section .et_pb_row .third_column .et_pb_social_media_follow .et_pb_social_media_follow li a.icon {
	border-radius: 3px;
	box-sizing: content-box;
	width: 32px;
	height: 32px;
	padding: 0;
	background-color: #f89a21!important;
}
footer .et_pb_section .et_pb_row .third_column .et_pb_button {
    border-width: 0 !important;
    border-color: rgba(0,0,0,0);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 !important;
}
footer .et_pb_section .et_pb_row .third_column .et_pb_button:hover {
	background: transparent;
    color: #fdb717;
}
footer .et_pb_section .et_pb_row .third_column .et_pb_text {
	font-size: 14px;
}
	@media (max-width: 479px) {
		footer .et_pb_section .et_pb_row .first_column .et_pb_image {
			max-width: 30%;
		}
	}
#footer-bottom {
	display: none;
}



@media all and (max-width: 980px) {
	.footer, .footer .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 {
		width: 100% !important;
	}
}
 
/*** Responsive Styles Smartphone Only ***/

@media all and (max-width: 767px) {
 
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
		margin: 0;
	    width: 100%;
	}
}