/*
Theme Name: VinculosFamiliares
Theme URI: https://VinculosFamiliares.com
Author: Juan Pablo Rego
Author URI: https://regopress.com
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.1.0
Requires at least: 5.0
Tested up to: 5.8.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: VinculosFamiliares
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

VinculosFamiliares WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
VinculosFamiliares is distributed under the terms of the GNU GPL.

Resource Licenses:
VinculosFamiliares is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent VinculosFamiliares theme. Instead, download a copy of the VinculosFamiliares Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.VinculosFamiliares.com
*/

/* Colores
Amarillo: #FF9300 RGB 255 147 0 
FUXIA: #F6207F RGB 146 32 127 
VIOLETA: #97A0D1 RGB 151 160 209
*/

.custom-logo-link img{
    max-height: 143.51px;
    padding: 0;
    width: auto;
}
#main-nav {
    background-color: #f2e6dc !important;
    padding-top: 0px;
    padding-bottom: 0px;
}
#navbarNavDropdown {
    margin-right: 20px;
}
a.nav-link {
    color: rgb(0, 0, 0) !important;
}
a.nav-link:hover {
    background-color: #97A0D1 !important;
}
.navbar-toggler {
    background-color: #97A0D1;
}
/* mobile cover */
#mobile-cover div.elementor-widget-wrap, #mobile-cover .container {
    padding: 0;
}
.entry-header {
    display: none;
}

#page-wrapper {
    padding: 0px;
}

/* coordinadores */
.coordinadores {
    display: contents !important;
}
section#coordinadores {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
section#coordinadores .elementor-column {
    padding-top: 20px;
}
section#coordinadores div.elementor-element-15f5d48, .elementor-element-97df63a {
    background-color: #f2e6dc;
    align-items: center;
}
section#coordinadores div.elementor-element-253eaa2, .elementor-element-2296598 {
    background-color: #FF9300;
    align-items: center;
}
section#coordinadores .elementor-widget-container {
    text-align: left;
}
section#coordinadores .elementor-widget-image {
    max-width: 30%;
}
/* Tipografía */

/* etapas <i class="fas fa-circle" style="font-size:20px;color:#F6217F"></i> */
li::marker {
    color: #F6217F;
}
/* contacto */
.wpcf7 input[type="submit"] {
    color: #fff;
    background-color: #97A0D1;
    border-color: #97A0D1;
}
.wpcf7 input[type="submit"]:hover {
    color: #97A0D1;
    background-color: #ffffff;
    border-color: #97A0D1;
}
section#contacto .elementor-col-66 {
    background-color: #ffffff;
}
#contacto {
    padding-left: 12px;
    padding-right: 12px;
}