/*
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
*/


/* Estilos Generales Fuentes */

/* Establece la fuente predeterminada para el cuerpo del documento */

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/wp-content/fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
         url('/wp-content/fonts/HelveticaNeueLTStd-Lt.woff') format('woff');
    font-weight: 300; /* Peso ligero */
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/wp-content/fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'),
         url('/wp-content/fonts/HelveticaNeueLTStd-Md.woff') format('woff');
    font-weight: 500; /* Peso medio */
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/wp-content/fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
         url('/wp-content/fonts/HelveticaNeueLTStd-Roman.woff') format('woff');
    font-weight: normal; /* Peso normal */
    font-style: normal;
}


html, body{
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px; /* Tamaño de fuente predeterminado */
    color: #000000 !important; /* Color de texto general */
	text-shadow: none !important;    /* Elimina sombras */
    opacity: 1 !important;           /* Elimina transparencia heredada */
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
}

/* Estilos para encabezados */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-weight: 500; 
    color: #222; 
    margin-bottom: 10px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }
}


/* Estilos para párrafos */
p {
    margin-bottom: 20px; /* Espacio después de cada párrafo */
}

/* Estilos para enlaces */
a {
    color: #0066cc; /* Color azul para enlaces */
    text-decoration: none; /* No subrayado por defecto */
}

a:hover {
    text-decoration: underline; /* Subrayado al pasar el mouse */
}

/* Estilos para listas */
ul, ol {
    margin-left: 20px; /* Indentación para listas */
    padding-left: 0;
}

li {
    margin-bottom: 10px; /* Espacio entre ítems de lista */
}

/* Estilos Generales */

/* Establecer el color de fondo y de texto para el cuerpo del documento */
 body {
    background-color: #ffffff;
}









