/*!
Theme Name: Theme Truall 2024 Child
Theme URI: https://truall.com/
Version: 4.25.2
Template: base
Description: Tema Premium para tu sitio web implementado por Agencia Truall.
Author: Agencia Truall
Author URI: https://truall.com/
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Estilos personalizados
------------------------------------------------------- */

#truall {
	background-color: #021110;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-top: 12px;
}
a.opacity-truall img {opacity: 0.2;}
a.opacity-truall:hover img {opacity: 1;}
a.opacity-sup img {opacity: 100;}
a.opacity-sup:hover img {opacity: 0.8;}
.modern-menu-widget a:hover { text-decoration: none; background: #fafafa; color: #00748b; }
.modern-menu-widget li.current-menu-item a { color: #fff; background: #00748b; }
.fder {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.fder2 {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.fdercolor1 {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	padding: 20px;
	width: 45%;
}
.selmar {
	margin-right: 10px;
	font-size: 16px;
	color: #333;
	width: 120px;
}
.selmar2 {
	margin-right: 10px;
	font-size: 14px;
	color: rgb(114, 106, 106);
	width: 100%;
	padding: 9px;
	margin-top: 5px;
	line-height: 19px;
}
.selmar3 {
	margin-right: 10px;
	font-size: 15px;
	color: #333;
	width: 200px;
	padding: 3px;
}


/*NINJA ERROR*/


.nf-error .nf-error-msg {
  color: #000 !important;
  background-color: #ff8500;
  padding: 5px;
  border-radius: 30px;
  font-size: 13px;
  display: none !important;
}

.nf-error .nf-field-element .nf-element {
  border-color: #ff8500 !important;
}

.nf-error.field-wrap .nf-field-element::after {
  background: #ff8500 !important;
  color: #000;
  font-family: FontAwesome;
  font-size: 20px;
  content: "\f12a";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  height: 48px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  transition: all .5s;
}

.nf-error-msg, .ninja-forms-req-symbol {
  color: #000 !important;
  background-color: #ff8500 ;
  padding: 5px;
  border-radius: 30px;
  font-size: 13px;
  display: none !important;
}
/*FIN NINJA ERROR*/


 /* Ocultar elemento del menú en el escritorio */ 
@media (min-width: 981px) { 
  .dt-hide-on-desktop { 
    display: none !important; 
  } 
} 

/* Ocultar elemento del menú en la tableta */ 
@media (min-width: 768px) and (max-width: 980px) { 
  .dt-hide-on-tablet { 
    display: none !important; 
  } 
} 

/* Ocultar elemento del menú en el teléfono */ 
@media (max-width: 767px) { 
  .dt-hide-on-phone { 
    display: none !important; 
  } 
}

#lateral {
  position: fixed;
  right: 0px;
  top: 25%;
  margin-top: 20px;
  z-index: 99999;
}
#lateral2 {
  position: fixed;
  right: 0px;
  top: 30%;
  margin-top: 20px;
  z-index: 99999;
}
