/* 
Theme Name: Consultcofi
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Jose García
Author URI: https://grupogo.com.co/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
#wp-admin-bar-root-default {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1rem !important;
}
html {
  scroll-behavior: smooth;
}

.home .titulo,
.home .header-tit,
header.page-header {
    display: none;
}
.page ul {
    padding-left: 20px;
}
::marker {
    color: #a37f59;
}
@media only screen and (max-width: 767px) {
    blockquote {
        font-size: 23px;
        text-align: left;
    }
}
.elementor-image-box-description {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.3em !important;
    margin-top: 10px !important;
}

@media (max-width: 768px) {
	p.elementor-image-box-description {
		font-size: 18px !important;
		color: #333;
		font-weight: 500 !important;
	}
}
/*---- HOME ---*/

.contacto-lista strong{
    font-weight: 400;
    color: #1366EA;
    font-size: 16px;
}

a.elementor-post__read-more {
    background-color: transparent;
    background-image: linear-gradient(294deg, var(--e-global-color-secondary ) 0%, var(--e-global-color-primary ) 100%);
    border-radius: 50px 50px 50px 50px;
	font-family: "Times New Roman", Sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 7px 20px 5px 20px;
}

/*--- CONTACTO ---*/
.elementor-form input,
.elementor-form textarea,
.elementor-form select {
    padding-left: 0 !important;
}

/*--- FOOTER ---*/
.lista-contacto a{
    color: #1366ea;
}
ul#menu-1-a5086e4 li {
    float: left;
    width: 50%;
}