/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15/11/2018, 14:27:00
    Author     : Aldana
*/

.contenido-manual h1 {
    font-family: Nunito;
    font-size: 1.7em;
    color: var(--negro);
    text-align: center;
}

.contenido-manual h2 {
  font-family: Nunito;
  font-size: 1.2em;
  line-height: 1.42;
  letter-spacing: -0.3px;
  color: var(--negro);
}

.contenido-manual h2.centro {
  text-align: center;
}

.contenido-manual h1.rojo {
  font-family: SFProText-Bold;
  font-size: 1.4em;
  line-height: 1.5;
  color: #ff0010;
}

.contenido-manual p {
  font-size: 1em;
  line-height: 1.71;
  letter-spacing: -0.2px;
  color: var(--negro);
  text-align: justify;
}

.contenido-manual p.rojo {
  font-size: 0.85em;
  line-height: 2;
  color: #ff0010;
}

.contenido-manual p.mayuscula {
  text-transform: uppercase;
}

.contenido-manual a.rojo {
  font-size: 1em;
  color: #ff0010;
}

.contenido-manual table {
  font-size: 0.85em;
  line-height: 1.83;
  letter-spacing: -0.1px;
  color: var(--negro);
}

.contenido-manual table tr{
    border: none;
  border-bottom: solid 1px #eaeaea;
}

.contenido-manual table th{
  color: #ff0010;
  text-transform: uppercase;
}

.contenido-manual table th:last-child{
    width: 40%;
}

.contenido-manual .breadcrumb {
  background-color: transparent;
  border-top: 1px solid #999; 
  border-bottom: 1px solid #999; 
  border-radius: 0;
}
.contenido-manual .breadcrumb > li + li::before{
    content: ">";
    color: var(--negro);
}

.contenido-manual .breadcrumb > .active {
    color: var(--negro);
}

.contenido-manual .banner {
  border-top: 1px solid #999; 
}

.contenido-manual .banner h2{
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.contenido-manual .carrousel2.ResSlid0 .rightRs {
  right: -2em;
  bottom: 0.5em;
}

.contenido-manual .carrousel2.ResSlid0 .leftRs {
  left: -2em;
  bottom: 0.5em;
}