/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/*===AJUSTES GLOBALES===*/

.texto-large p {
	font-size: 24px;
	line-height: 34px;
}

.white *{
	color: #fff !important;
}

p, h1, h2, h3, h4 {
	margin-bottom: 25px !important;
}

.grecaptcha-badge{
    visibility: collapse !important;  
}

@media all and (max-width:425px) {
	.reverse-responsive, .reverse-responsive>.vc_column-inner>.wpb_wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
}

/*===LEER MÁS===*/

.read-more .wpb_accordion_header {
    width: 120px;
}
.read-more .wpb_accordion_header a {
    font-size: 18px !important;
    font-weight: 700;
}
.read-more .wpb_accordion_header a::before {
    background-color: transparent !important;
}
.read-more .wpb_accordion_header a::after {
    font-size:14px;
}

/*===FOOTER===*/

section#custom_html-2 .textwidget {
    width: fit-content;
    margin: auto;
    display: flex;
}
section#custom_html-2 {
    padding-top: 25px;
    padding-bottom: 65px;
    border-bottom: 1px solid #fff;
    margin-bottom: 65px;
}
#custom_html-2 .textwidget a {
    width: 35px;
    height: 35px;
    color: #004449;
    font-size: 18px;
    background-color: #ffffff80;
    margin: 0 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#custom_html-2 .textwidget a:hover {
    background: #fff !important;
}
.wf-container li.menu-item a {
    font-weight: 100;
}
.wf-container .widget-title {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.wf-container-footer #media_image-2 img {
    max-width: 200px !important;
}