/*
Theme Name: Porto
Theme URI: https://www.simetria.com.co/regalos-corporativos/
Author: Comercial Web
Author URI: https://www.comercialweb.com.co/
Description: Regalos Corporativos | Regalos Corporativos Personalizados | Regalos Empresariales para Clientes | Regalos Publicitarios para Empresas | Regalos Institucionales con Logo | Merchandising Corporativo | Obsequios Corporativos Sostenibles | Regalos para Campañas de Marca | Regalos Promocionales personalizados | Regalos Ecológicos para Empresas | Detalles Corporativos con branding | Regalos corporativos funcionales | Obsequios promocionales para fidelización | Productos personalizados para empresas | Regalos creativos para empresas | Detalles empresariales para empleados | Regalos para activación de marca | Kits corporativos personalizados | Fabricantes | Simetria.
Version: 7.0.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: Regalos Corporativos | Regalos Corporativos Personalizados | Regalos Empresariales para Clientes | Regalos Publicitarios para Empresas | Regalos Institucionales con Logo | Merchandising Corporativo | Obsequios Corporativos Sostenibles | Regalos para Campañas de Marca | Regalos Promocionales personalizados | Regalos Ecológicos para Empresas | Detalles Corporativos con branding | Regalos corporativos funcionales | Obsequios promocionales para fidelización | Productos personalizados para empresas | Regalos creativos para empresas | Detalles empresariales para empleados | Regalos para activación de marca | Kits corporativos personalizados | Fabricantes | Simetria.
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bypostauthor { display: block; }


.banner-shortcode-wrap {
    background-color: #fff;
}

.banner-shortcode-wrap .banner-content img {
    width: 100%;
	height: 350px;
	
}

.banner-shortcode-wrap.style_1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.banner-shortcode-wrap.style_1 .banner-content {
    position: relative;
    overflow: hidden;
}

.banner-shortcode-wrap.style_1 .banner-content.title_top .banner-title {
    top: 18px;
}

.banner-shortcode-wrap.style_1 .banner-content.title_top .overlay-bg {
    top: 15px;
}

.banner-shortcode-wrap.style_1 .banner-content.title_bottom .banner-title {
    bottom: 18px;
}

.banner-shortcode-wrap.style_1 .banner-content.title_bottom .overlay-bg {
    bottom: 15px;
}

.banner-shortcode-wrap.style_1 .banner-content .banner-title {
    position: absolute;
    left: 30px;
    z-index: 2;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	font-family: 'VAG Rounded Std';
}

@media (min-width: 768px) and (max-width:991px) {
    .banner-shortcode-wrap.style_1 .banner-content .banner-title {
        font-size:24px;
		font-family: 'VAG Rounded Std';
    }
}

.banner-shortcode-wrap.style_1 .banner-content .overlay-bg {
    opacity: .8;
    width: 40px;
    height: 50px;
    position: absolute;
    left: 20px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media (min-width: 768px) and (max-width:991px) {
    .banner-shortcode-wrap.style_1 .banner-content .overlay-bg {
        height:35px;
    }
}

@media (max-width: 767px) {
    .banner-shortcode-wrap.style_1 .banner-content img {
        height:auto;
        width: 100%;
    }
}

.banner-shortcode-wrap.style_1:hover .banner-content.title_bottom .overlay-bg {
    bottom: 0;
    top: auto;
    left: 0;
}

.banner-shortcode-wrap.style_1:hover .banner-content.title_bottom .banner-title {
    bottom: 50%;
    top: auto;
    -webkit-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}

.banner-shortcode-wrap.style_1:hover .banner-content .overlay-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner-shortcode-wrap.style_1:hover .banner-content .banner-title {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    bottom: auto;
	font-family: 'VAG Rounded Std';
    font-size: 28px;
}

@media (max-width: 767px) {
    .banner-shortcode-wrap.style_1 {
        margin-top:15px;
        margin-bottom: 15px;
    }
}

.banner-shortcode-wrap.style_2 .banner-content {
    position: relative;
    margin: 15px 0;
    overflow: hidden;
}

.banner-shortcode-wrap.style_2 .banner-content .banner-price {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-color: #28e0c8 !important;
    line-height: 100px;
    font-size: 36px;
    text-align: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

@media (max-width: 320px) {
    .banner-shortcode-wrap.style_2 .banner-content .banner-price {
        height:50px;
        width: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

.banner-shortcode-wrap.style_2 .banner-content .banner-title-wrap {
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.banner-shortcode-wrap.style_2 .banner-content .banner-title-wrap .banner-title-content {
    padding-left: 30px;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-shortcode-wrap.style_2 .banner-content .banner-title-wrap .banner-title-content .banner-sub-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 300;
	font-family: 'VAG Rounded Std';
}

.banner-shortcode-wrap.style_2 .banner-content .banner-title-wrap .banner-title-content .banner-title {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    width: 50%;
	font-family: 'VAG Rounded Std';
}

@media (max-width: 320px) {
    .banner-shortcode-wrap.style_2 .banner-content .banner-title-wrap .banner-title-content .banner-title {
        font-size:24px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .banner-shortcode-wrap.style_2 .banner-content .banner-title-wrap .banner-title-content .banner-title {
        font-size:30px;
    }
}

.banner-shortcode-wrap.style_2 .banner-content .banner-title-wrap.title_left {
    left: 0;
}

.banner-shortcode-wrap.style_2 .banner-content .banner-title-wrap.title_right {
    right: 0;
}

.banner-shortcode-wrap.style_2 .banner-content .banner-title-wrap.title_right .banner-title-content {
    padding-left: 80px;
}

@media (min-width: 768px) and (max-width:991px) {
    .banner-shortcode-wrap.style_2 .banner-content .banner-title-wrap.title_right .banner-title-content {
        padding-left:50px;
    }
}

@media (max-width: 320px) {
    .banner-shortcode-wrap.style_2 .banner-content .banner-title-wrap.title_right .banner-title-content {
        padding-left:30px;
    }
}

.banner-shortcode-wrap.style_2 .banner-content .banner-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}

.banner-shortcode-wrap.style_2 .banner-content .banner-hover .banner-hover-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
	font-family: 'VAG Rounded Std';
}

@media (max-width: 320px) {
    .banner-shortcode-wrap.style_2 .banner-content .banner-hover .banner-hover-title {
        font-size:18px;
    }
}

.banner-shortcode-wrap.style_2 .banner-content .banner-hover .banner-hover-sub-title {
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 15px;
	font-family: 'VAG Rounded Std';
}

@media (max-width: 320px) {
    .banner-shortcode-wrap.style_2 .banner-content .banner-hover .banner-hover-sub-title {
        font-size:36px;
    }
}

.banner-shortcode-wrap.style_2 .banner-content:hover .banner-title-wrap {
    width: 100%;
}

.banner-shortcode-wrap.style_2 .banner-content:hover .banner-title-wrap .banner-title-content {
    opacity: 0;
    visibility: hidden;
}

.banner-shortcode-wrap.style_2 .banner-content:hover .banner-price {
    opacity: 0;
}

.banner-shortcode-wrap.style_2 .banner-content:hover .banner-hover {
    opacity: 1;
}

.banner-shortcode-wrap.style_2 .banner-content .banner-price {
    font-size: 17px !important;
    font-family: 'VAG Rounded Std';
    font-weight: 500;
}

.single-product .product_title {
    font-size: 1.875rem;
    line-height: 1.2;
    color: #019e99;
    letter-spacing: -0.01em;
    font-weight: 700;
	margin-bottom: 2px;
	font-family: 'VAG Rounded Std';
}

.page-top ul.breadcrumb>li {
    text-shadow: none;
    text-transform: uppercase;
    line-height: inherit;
    font-family: 'VAG Rounded Std';
}

.woocommerce .add-request-quote-button.button, .woocommerce .add-request-quote-button-addons.button, .yith-wceop-ywraq-button-wrapper .add-request-quote-button.button, .yith-wceop-ywraq-button-wrapper .add-request-quote-button-addons.button {
    background-color: rgb(1, 160, 154) !important;
    color: #ffffff !important;
    font-family: 'VAG Rounded Std';
}

.yith-ywraq-add-to-quote a, .yith_ywraq_add_item_browse_message a {
    font-size: 16px !important;
    font-weight: 600;
    margin-top: 35px;
    background: #019f9a;
    padding: 6px 10px;
    color: #fff;
    font-family: 'VAG Rounded Std';
}

.yith_ywraq_add_item_response.yith_ywraq_add_item_response_message {
    margin-bottom: 12px;
}

#geodir-wrapper [type=button], #geodir-wrapper [type=submit], .button, .geodir-search [type=button], .geodir-search [type=submit], [type=submit], input.submit {
    background-color: #019f9a;
    border-color: #019f9a;
    color: var(--porto-primary-color-inverse);
    font-family: 'VAG Rounded Std';
    border-radius: 8px;
}

span.ver1 {
    font-size: 20px;
    color: #fff;
    background-color: #28e0c8 !important;
    padding: 15px 10px;
    border-radius: 10px;
    font-family: 'VAG Rounded Std';
    font-weight: 600;
}

.bdp_blog_template.media-grid .post_summary_outer .blog_header h2 {
    line-height: 32px !important;
    word-wrap: break-word;
    font-family: 'VAG Rounded Std';
}

.bdp_blog_template a.bd-more-tag {
    background-color: #28e0c8 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: 'VAG Rounded Std' !important;
    letter-spacing: 1px;
    font-size: 16px !important;
    border-radius: 5px !important;
}

img.owl-lazy.img-responsive {
    display: none;
}

.single-post .entry-title {
    font-weight: 700;
    color: var(--porto-primary-color);
    display: none !important;
}

.post-meta {
    display: none;
}

.post-item.post-title-simple h4 a {
    color: #019f9a;
    font-family: 'VAG Rounded Std';
}

.thumb-prev {
    left: -30px !important;
}

.thumb-next {
    right: -30px !important;
}

	.thumb-next {
     color: #ffffff !important;
    background: #019f9a !important;
}

	.thumb-prev {
     color: #ffffff !important;
    background: #019f9a !important;
}

a.bd-more-tag {
    background-color: #019f9a !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: 'VAG Rounded Std' !important;
    letter-spacing: 1px;
    font-size: 20px;
    border-radius: 0;
}

#nav-panel .accordion-menu li.menu-item.active > a {
    background-color: #019f9a !important;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: #019f9a !important;
    color: var(--wpforms-button-text-color);
}

@media (max-width: 400px) {
    .banner-shortcode-wrap.style_2 .banner-content .banner-title-wrap .banner-title-content .banner-title {
        font-size: 15px;
    }
	
	.banner-shortcode-wrap.style_1:hover .banner-content .banner-title {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: auto;
    font-family: 'VAG Rounded Std';
    font-size: 28px;
    text-align: center !important;
}
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern {
    color: #fff !important;
    border-color: #28E0C8 !important;
    background-color: #28E0C8 !important;
}

.product-summary-wrap .description {
    margin-bottom: 1em;
    color: #808080 !important;
}