/*
Theme Name: Atomlab Child
Theme URI: http://atomlab.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: atomlab
Text Domain:  atomlab
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
.page-title-bar-inner .heading{color:white !important;}
.insight_core_breadcrumb li{color:white !important;}


/* ========================================================================== */
/* ================================= INDICE ================================= */
/* =============== BUSCAR CON CTRL + F LOS SIGUIENTES NOMBRES =============== */
/* ========================================================================== */

/* ---------------------------> Universales
/* ---------------------------> Home
/* ---------------------------> Footer


/* INICIO UNIVERSALES */

.texto {
    font-size: 20px;
    color: #000;
    line-height: 1.4;
}

/* FIN UNIVERSALES */

/* Inicio footer */
.footer-contenido .descripcion-footer, 
.menu-footer ul > li a,
.widget_text,
.widget_text h2,
.widget_text a,
.tweet {
    color: #056387 !important;
}
.widget_text a:hover,
.menu-footer ul > li a:hover,
.tweet > .tweet-text a,
h6.tweet-heading,
.page-footer .widgettitle {
    color: #04a6e1 !important;
}
/* Fin footer */



/* INICIO -> Iframe Form-Simple */
#form-simple{
	height:500px;
}
/* FIN -> Iframe Form-Simple */

/* start Home */
@media (max-width: 599px) {
    div#suscribete {
        display: flex;
        flex-direction: column;
    }
    div#suscribete input {
        margin-bottom: 1.5rem !important;
    }
    div#suscribete input:last-child {
        margin-bottom: 0 !important;
    }
    #suscribete input[type="submit"]{
        margin: 0 auto !important;
    }
}
/* end Home */
@media (max-width: 991px) and (min-width: 576px) {
    .custom-container {
        max-width: 600px;
        margin: 0 auto;
        float:none;
    }
}
