/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.white {
	color:#ffffff !important;
}
#social {
	height:50px !important;
	margin-top:10px !important;
	margin-left:100px !important;
}
#social li{
	margin-right:20px;
}
#social li a i {
  font-size: 40px !important;
}

/*.sf-menu .menu_iconos > a{
	display:grid !important; 
	background-color:#e9c46a !important;
	border-radius: 50% !important;
	height: 100px !important;
	width: 100px !important;
	text-align: center !important;
	text-transform:uppercase !important;
	text-decoration:none !important;
	align-items: normal !important;
}
.sf-menu .menu_iconos .menu-title-text{
	font-size:14px !important;	
}

.sf-menu .menu_iconos > a img{
	margin: 0px auto !important;
	font-size: 50px !important;
	margin-top:7px !important;
	max-height: inherit !important;
}*/
.sf-menu .menu_iconos .menu-title-text::after{
	border-color: #e9c46a !important;	
}
.justify {
	text-align:justify !important;
}
.black *{
	color:#000 !important;
	font-weight: normal !important;
}
.black * b,
.black * strong{
	font-weight: bold !important;
}
.row_background {
	min-height:600px;
}

.arrows li{
  list-style-image: url('/wp-content/uploads/2025/06/Captura-de-pantalla-2025-06-20-113620-e1750412929985.png');
}
.botoncio {
	font-size: 20px !important;
}
.paddinglr {
	padding:0px 80px !important;
}
.nowrap {
	text-wrap-mode: nowrap;
}
@media only screen and (max-width: 767px) {
	.paddinglr {
		padding:0px 20px !important;
	}
}