/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

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

/* Modificaciones VW */

body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #2c3b5d;
}

body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #69c3c9;
}

body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #2c3b5d;
}

body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #69c3c9;
}

#footer .follow-us .share-links a:not(:hover) {
    background-color: #69c3c9;
}

#header .header-top .header-row {
    padding: 0;
}

#header .main-menu > li.menu-item.boton-turquesa > a, #header .header-top .header-contact .boton-turquesa a {
    color: #2c3b5d;
}

#header .main-menu > li.menu-item.boton-turquesa > a:hover, #header .header-top .header-contact .boton-turquesa a:hover {
	color: #fff; 
}

#header .share-links a:not(:hover) {
    background-color: #69c3c9;
    color: #fff;
}

#nav-panel .accordion-menu > li.menu-item.pedir-presupuesto > a {
    color: #fff;
}

.accordion-menu li.pedir-presupuesto {
    color: #ffffff;
    border-radius: 5px;
    display: inline-block;
    background-color: #69c3c9;
    margin-top: 10px;
}

.boton-turquesa a span {
    background-color: #69c3c9;
    border-radius: 5px;
    padding: 8px 14px;
    transition: all .3s;
}

.boton-turquesa a:hover span {
    background-color: #2c3b5d;
}

.header-row {
	-webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}

.icono-llamada a {
    background: #ba2c73;
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    margin-right: 5px;
    padding: 7px 8px;
}

.porto-sicon-img .img-icon {
    height: 60px;
    margin: auto;
    width: auto;
}

.post-content {
    clear: both;
}

.single .wp-caption .wp-caption-text {
    text-align: center;
}

.tablepress tbody tr td a {
    display: inline-block;
}

.tablepress tbody tr td img {
    display: block;
    margin: 0 auto;
}

.tablepress thead th, .tablepress tbody td {
    text-align: center;
}

.wpb_text_column a, .entry-content a {
    background: linear-gradient(to bottom,#69c3c9 0,#69c3c9 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 2px;
    box-sizing: border-box;
    color: #333 !important;
    outline: none;
    padding-bottom: 2px;
    text-decoration: none;
    transition: background .4s;
}

.wpb_text_column a:hover, .entry-content a:hover {
    background-size: 1px 100%;
    text-decoration: none;
}

.wpb_text_column a span, .entry-content a span {
    color: #333 !important;
}

@media (max-width: 1200px) {
	#header .main-menu > li.menu-item > a {
	    padding: 35px 10px 35px 10px;
	}
}

@media (min-width: 992px) {
	.icono-llamada {
		display: none;
	}

	.mega-menu li.pedir-presupuesto {
	    display: none;
	}
}

@media (max-width: 991px) {
	body #header .header-main .header-left, body .fixed-header #header .header-main .header-left {
	    padding-bottom: 10px;
	    padding-top: 10px;
	}
	
	body #header .logo {
	    max-width: 218px;
	}
}

@media (max-width: 767px) {
	body #header .nav-top li.py-2 {
	    border: none;
	    padding-left: 4px !important;
	    padding-right: 0px;
	}

	body #header .nav-top li.py-2:not(.boton-turquesa) a, body #header .nav-top li.py-2:not(.boton-turquesa) span {
	    padding-left: 0px;
	    padding-right: 0px;
	}

	h1 {
	    font-size: 30px !important;
	    line-height: 36px;
	}

	h2 {
	    font-size: 26px !important;
	    line-height: 30px;
	}

	img.alignleft, img.alignright {
	    margin: 20px 0 !important;
	}

	#header .header-top .header-contact .boton-turquesa a {
	    padding-left: 0;
	    padding-right: 0;
	}

	#header .header-top .header-row > div, #header .header-top .header-contact {
		width: 100%;
	}

	#header .header-top .header-row > div.header-right {
	    display: none;
	}

	#header .header-top .nav-top {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    width: 100%;
	}

	#header .nav-top i {
	    margin-right: 1px;
	}

	.aboutus {
		margin-bottom: 35px !important;
	}

	.aboutus .custom-img-position-3 {
		display: none;
	}

	.aboutus .vc_row, .aboutus .custom-img-position-1 {
		transform: none;
	}

	.boton-turquesa a span {
		padding: 8px 5px;
	}

	.fixed-header #header .header-main .container {
	    padding: 0 20px;
	}

	.padding-movil {
		padding-bottom: 40px !important;
		padding-top: 50px !important;
	}

	.portfolio-row .portfolio:last-child {
	    padding-bottom: 0;
	}

	.sin-borde-movil {
		border: none !important;
	}

	.sin-margen-inferior-movil {
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	body #header .nav-top li.py-2:not(.boton-turquesa) a, body #header .nav-top li.py-2:not(.boton-turquesa) span {
	    font-size: 10px;
	    letter-spacing: -0.2px;
	}

	#header .header-top .header-contact .boton-turquesa a {
		font-size: 9px;
	    letter-spacing: -0.2px;
	}
}