/* color naranja rakeami */
.nrakeami{
    color: #f36c40;
}
.grakeami{
    color: #5fa192;
}
.logo{
    width: 150px;
    height: auto;
}

.main-menu nav ul li.active a, .main-menu nav ul li:hover a{
    color: #f36c40;
}

.slide-content h2 span, .slide-content h1 span{
    color: #f36c40;
}
.section-titel.style-3 h2 span{
    color: #f36c40;
}
.trailer-left-area .slick-left-thumb{
    background-color: #f36c40;
}
a, button, input{
    color: #5fa192;
}
.section-titel h2::after{
    border-bottom:2px dashed  #f36c40;
}

#scrollUp{
    background: #5fa192;
}
a:hover, a:focus{
    color: #5fa192;
}

/* .trailer-img::after{
    background: rgba(95, 161, 143, 0.6) none repeat scroll 0 0;
} */
 [class^="icofont-"], [class*=" icofont-"] {
    font-size: 50px;
 }

 /* Encabezados (opcionalmente puedes variar peso y espaciado) */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Special Elite', 'Rubik', 'Montserrat', sans-serif;
  letter-spacing: 0.05em;
  color: #3b2f27;
}

/* Texto del logo (si quieres resaltar los colores originales) */
.logo-text span.orange { color: #e86d3f; } /* naranja del "ra" */
.logo-text span.green { color: #5da6a4; }  /* verde del "ami" */
.logo-text span.brown { color: #6a5244; }  /* café del "ké" */

/* Ejemplo para títulos o secciones importantes */
.section-title {
  font-family: 'Special Elite', 'Rubik', 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #3b2f27;
}