/*
 Theme Name:   Promete
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Create Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     themetrust-create
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  createchild
*/
@font-face {
    font-family: "Geomanist";
    src: url("fonts/Geomanist-Regular.otf");
    font-weight: 400;
}
@font-face {
    font-family: "Geomanist";
    src: url("fonts/Geomanist-Medium.otf");
    font-weight: 500;
}
@font-face {
    font-family: "Geomanist";
    src: url("fonts/Geomanist-Light.otf");
    font-weight: 300;
}
@font-face {
    font-family: "Geomanist";
    src: url("fonts/Geomanist-Thin.otf");
    font-weight: 200;
}
@font-face {
    font-family: "Geomanist";
    src: url("fonts/Geomanist-Bold.otf");
    font-weight: 600;
}
@font-face {
    font-family: "Geomanist";
    src: url("fonts/Geomanist-Black.otf");
    font-weight: 700;
}
@font-face {
    font-family: "Geomanist";
    src: url("fonts/Geomanist-Ultra.otf");
    font-weight: 800;
}
@font-face {
    font-family: "Geomanist-book";
    src: url("fonts/Geomanist-Book.otf");
    font-weight: 400;
}
@font-face {
    font-family: "Druk";
    src: url("fonts/druk.otf");
    font-weight: 400;
}
body {
    font-family: "Geomanist", sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .title, .product-title {
    font-weight: 500;
    font-family: "Geomanist", sans-serif;
}
hr {
    background-color: #f3f3f3;
    margin-left: 50px;
    margin-right: 50px;
}
strong {
    font-weight: 500;
}
.solid #middle {
    margin-top: -12px;
}
.texto-azul {
    color: rgba(46, 149, 205, 0.8);
}
#site-header .main-nav ul span {
    font-weight: 400;
    color: rgb(24, 24, 24);
}
#site-header .main-nav ul span {
    font-weight: 400;
    color: rgb(24, 24, 24);
}
#site-header .main-nav ul .light span {
    line-height: normal;
    background-color: #f9b938;
    padding: 5px 6px 2px;
    color: #fff!important;
    border-radius: 5px;
    font-weight: 500;
}
#site-header .main-nav ul li a:hover span {
    color: rgb(133, 133, 133)!important;
}
.widget_siteorigin-panels-builder .nopadding-grid .panel-grid {
    padding-top: 0!important
}
.widget_siteorigin-panels-builder .nopadding-grid .panel-grid .fixpadding-grid {
    padding-top: 49px!important
}
.rs-layer[data-type="text"] {
    font-family: "Druk"!important;
    font-weight: 400!important;
}
body.home .ct-progress-bars .ct-progress-bar .ct-progress-title {
	font-weight: 500;
}
body.home .testimonial-text p {
	line-height: 1.5em;
	font-weight: 300;
}
.vcenter-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.center-row .panel-first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.perfil {
    max-width: 370px;
}
.perfil .panel-grid-cell {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.perfil .sow-image-container img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.perfil .sow-headline-container p {
    font-weight: 300;
}
body div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 500;
}
body #main-container .nomargin-panel .so-panel.widget {
    margin-bottom: 0!important;
}
#contact-data .widget_sow-social-media-buttons .social-media-button-container a {
    background-color: #313131;
    border: 0;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    padding-top: 8px;
    margin-left: 5px;
}
#contact-data .widget_sow-social-media-buttons .social-media-button-container a span {
    color: #fff!important;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image {
    max-height: 700px;
}
.promete-gallery .so-widget-sow-image {
    min-height: auto!important;
}
.promete-gallery a {
    position: relative;
}
.promete-gallery .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.promete-gallery .overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    word-break: break-all;
    line-height: 1em;
    font-size: 1.2em;
    padding: 0 10%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: rgba(46, 149, 205, 0.8);
    font-weight: 500;
    font-family: "Geomanist", sans-serif;
}
.promete-gallery a:hover .image {
    opacity: 0.3;
}
.promete-gallery a:hover .overlay {
    opacity: 1;
}

.promete-gallery-video .so-widget-sow-image {
    min-height: auto!important;
}
.promete-gallery-video a {
    display: flex;
    position: relative;
}
.promete-gallery-video .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.promete-gallery-video .overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    word-break: break-all;
    line-height: 1em;
    font-size: 1.2em;
    padding: 0 10%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: rgba(46, 149, 205, 0.8);
    font-weight: 500;
    font-family: "Geomanist", sans-serif;
}
.promete-gallery-video a:hover .image {
    opacity: 0.3;
}
.promete-gallery-video a:hover .overlay {
    opacity: 1;
}
.sow-slider-base ul.sow-slider-images {
    margin-bottom: 0!important;
}
.contact-us {
    background-color: #e9b937;
    height: 130px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-us a {
    font-family: "Geomanist", sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}
.form-inline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}
.form-inline label {
    width: 48%;
}
.form-inline label input {
    width: 100%;
}
.wpcf7-form label {
    font-size: 18px;
}
.wpcf7-form textarea {
    height: 100px;
}

body .wpcf7-form input[type=submit] {
    background-color: #2e95cd!important;
}
footer .widget_sow-social-media-buttons {
    margin-top: 40px;
}
footer .widget_sow-social-media-buttons .social-media-button-container {
    text-align: right;
    margin-right: 50px;
}
footer .widget_sow-social-media-buttons .social-media-button-container a {
    background-color: #8a8a8a;
    border: 0;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    padding-top: 8px;
    margin-left: 5px;
}
footer .widget_sow-social-media-buttons .social-media-button-container a span {
    color: #262626!important;
}
footer .widget_nav_menu {
    padding-left: 50px;
}
#footer.col-3 .widget-box {
    width: 26%;
}
#footer.col-3 .widget-box:first-child {
    width: 45%;
}

div.pp_default .pp_close {
    width: 10px!important;
    overflow: hidden;
}
#experience h4 {
	font-size: 48px; 
	font-weight: 300;
	margin-bottom: 0;
	line-height: 48px;
	color: #fff;
}
#experience h5 {
	font-size: 42px; 
	font-weight: 600;
	margin-bottom: 0;
	line-height: 48px;
	color: #fff;
}
#experience h6 {
	font-size: 30px; 
	font-weight: 300;
	margin-bottom: 0;
	line-height: 48px;
	color: #fff;
}

@media (max-width: 1024px) {
	#experience h4 {
		font-size: 34px; 
		line-height: 34px;
	}
	#experience h5 {
		font-size: 36px; 
		line-height: 34px;
	}
	#experience h6 {
		font-size: 20px; 
		line-height: 34px;
	}
}
@media (max-width: 780px) {
    .form-inline {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .form-inline label {
        width: 100%;
    }
    .contact-us a {
        font-family: "Geomanist", sans-serif;
        font-weight: 500;
        font-size: 25px;
        color: #fff;
    }
    a.pp_close::before {
        content: "\f00d";
        color: rgba(255,255,255, .7);
        font-size: 14px;
        font-family: FontAwesome;
    }
    div.pp_default .pp_content_container .pp_details {
        background-color: transparent;
    }
    .pp_content_container iframe {
        width: 100%;
    }
	#experience h4 {
		font-size: 42px; 
	}
	#experience h5 {
		font-size: 36px; 
	}
	#experience h6 {
		font-size: 28px; 
	}
}