/*
 Theme Name:   Mutual Asoem Child
 Theme URI:    https://mumtual.asoem.org.ar/
 Description:  Mutual Asoem Child
 Author:       Mariano Toyé
 Author URI:   #
 Template:     mutual-asoem
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  mutual-asoem-child
*/
/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */
.box_servicio_funebre{
	margin-bottom: 15px;
}

.box_servicio_funebre h3{
	font-size: 18px !important;
	text-transform: uppercase !important;
	margin: 0
}

.contenedor_imagen{
	width: 60px;
	height: 60px;
}

.box_servicio_funebre img {
	width: 100% !important;
	object-fit: contain;
	height: 50px;
}

.box_servicio_funebre p{
	font-size: 14px;
}

.noticias_home .card-body{
	padding: 1.25rem 0 !important;
}

ul.autoridades{
	font-weight: bold;
	width: 45%;
}

.texto_boton {
	font-weight: bold;
	background: #FFE500;
	padding: 10px;
	border-radius: 15px;
	position: relative;
	float: left;
	text-align: center;
}

.cargo_autoridad{
	display: block;
	font-size: 15px;
	font-weight: lighter;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
	color: #000;
	font-weight: normal;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover{
	font-weight: bold;
	color: #000;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a{
	font-weight: bold;
	color: #000;
}

header#masthead{
	background: #FFF;
}

.telefonos_home figure{
	position: relative;
	float: left;
}

.telefonos_home .wp-block-column{
	border-right: 4px solid #FFE500;
	padding-left: 3%;
}

.telefonos_home .wp-block-column:last-child{
	border-right: none;
}

p.titulo_servicio{
	font-weight: bold;
	height: 50px;
}


.bg-yellow{
	background: #FFE500 !important;
}

#footer-widget p{
	font-weight: 500;
	font-size: 12px;
}


.card{
	border: none;
}


.card-img-top{
	border-radius: unset;
	border: 2px solid #FFE500;
}

.card-body h5 a{
	color:#24292e;
}

.card-body h5 a:hover{
	color:#FFE500;
	text-decoration: none;
}

.titulo_pagina{
	font-style: italic;
	text-transform: uppercase;
}

.titulo_pagina:before{
	content:url('../../uploads/2019/09/linea.png');
	
}

ul.lista_estatuto li{
	list-style: none;
}

ul.lista_estatuto li a{
	color: #000;
}

ul.lista_estatuto li a:hover{
	text-decoration: none;
}


.dropdown-menu {
	width: 220px !important;
	background: #FFE500;
	box-shadow: 0px 0px 10px #000;
}

.dropdown-item{
	text-transform: none !important;
	font-size: 14px;
	font-weight: bold;
}

.dropdown-item:hover{
	text-decoration:underline;
}



/*Dropdown Css*/
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*./Dropdown Css*/


.muestra_comercios{
	display: none;
}


.box_comercio{
	background: #7F7F7F;
	height: 150px;
	width: 100%;
	cursor: pointer;
}

.box_comercio:hover{
	background: #FFE500;
}

.box_icono{
	background: #FFE500;
	width: 100%;
	height: 70px;
}

.txt_tit_rubro{
	position: absolute;
	left: 25px;
	top: 25px;
	font-weight: bold;
	width: 45%;
}

.detalle_comercio{
	border-bottom: 1px dashed #7F7F7F;
}


.txt_tit_comercio{
	font-weight: bold;
	display: block;
}

.datos_comercio{
	display: block;
}

.datos_comercio i{
	color: #7F7F7F;
}

.standard-form{
	background: #FFE500;
	border-radius: 25px;
}

.standard-form input, .standard-form textarea{
	background: #7F7F7F;
}

.standard-form p{
	font-size: 12px;
	font-weight: bold;
}

.campo_comentario textarea{
	width: 100%;
}


.btn_enviar{
	color: #FFE500;
	font-weight: bold;
	background: #000000 !important;
	border-color: #000000 !important;
}