/*
Theme Name:  Brivona-Child-Theme
Description: Child theme for the Brivona theme
Author:      @ReynierNR
Author URI:  https://www.guebsite.com/
Template:    brivona
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
/*especialistas texto linea inicio*/

.linea-especialistas a { color: whitesmoke !important;}


/*Eliminando y Mostrando iconosnuevos en los departamentos*/

.bariatria-icon span.tm-vc_icon_element-icon, 
.psicologia-icon span.tm-vc_icon_element-icon,
.nutri-icon span.tm-vc_icon_element-icon,
.cosmetologia-icon span.tm-vc_icon_element-icon

{ display: none !important; }


.bariatria-icon div.tm-vc_icon_element-inner { background-image:url(img/logo-bar.svg);} 

.psicologia-icon div.tm-vc_icon_element-inner { background-image:url(img/psicologia-logo.svg); }

.nutri-icon div.tm-vc_icon_element-inner { background-image: url(img/logo-nutricion.svg); } 

/*falta cambiar logo cosmetologia*/
.cosmetologia-icon div.tm-vc_icon_element-inner { background-image: url(img/logo-nutricion.svg); }


.bariatria-icon div.tm-vc_icon_element-inner,
.psicologia-icon div.tm-vc_icon_element-inner,
.nutri-icon div.tm-vc_icon_element-inner,
.cosmetologia-icon div.tm-vc_icon_element-inner
{ 
background-size: 40px;
background-repeat: no-repeat;
background-position: center center;}

.psicologia-icon div.tm-vc_icon_element-inner { background-position: top center;}

/*MAPA DEL FOOTER*/

.mapaok { width: 100%;
          height: 200px;}

/*NUESTRA EXPERIENCIA SE ENFOCA EN TU SALUD*/

.experiencia-salud h2.widgettitle { font-size: 3em !important;
                                    line-height: 1 !important;}

/*OCULTANDO EL BLOG Y LOS LOGOS*/

.filas-ocultas-logos, .filas-ocultas-blog { display: none; }

/*Letra capital en h1*/

.tm-titlebar h1.entry-title, .tm-titlebar-textcolor-custom .tm-titlebar-main .entry-title {
   
    text-transform: none !important;
    
}

/*H2 Azul*/

.h2azul h2 { color: #054886 !important; }

/*h1 home*/
.keyhome { font-family: "Saira",Arial,Helvetica,sans-serif;
           font-weight: 400;
           text-transform: uppercase;
           font-size: 14px;
           line-height: 21px;
           letter-spacing: 1.5px;
           color: #63778a; }








