[class^="fontawesome-"]::before, [class*=" fontawesome-"]::before, [class^="fontawesome-"]::after, [class*=" fontawesome-"]::after {
    font-family: "Font Awesome 5";
    font-size: 20px;
    font-style: normal;
    margin-left: 0px;
    line-height: 20px;
}
.pdt-10 { padding-top: 10px; }
.pdt-20 { padding-top: 20px; }
.pdt-30 { padding-top: 30px; }
.pdt-40 { padding-top: 40px; }
.pdt-50 { padding-top: 50px; }

.pdb-30 { padding-bottom: 30px; }
.pdb-40 { padding-bottom: 40px; }
.pdb-50 { padding-bottom: 50px; }

.pdl-30 { padding-left: 30px; }


.pdr-30 { padding-right: 30px; }
.pdr-40 { padding-right: 40px; }
.pdr-50 { padding-right: 50px; }

.mgt-20 { margin-top: 20px; }
.mgt-30 { margin-top: 30px; }

.mgb-20 { margin-bottom: 20px; }
.mgb-30 { margin-bottom: 30px; }

.centrado { text-align: center; }
.pull-right { text-align: right; }
.img-responsive img {
    width: 100%;
    height: auto;
}
.header-area .header-right .download-button a span::before {
    background: #25d366;
    display: inline-block;
    padding: 15px 15px 17px 14px;
    margin-right: 25px;
    font-size: 30px;
    border-radius: 3px 0px 0 3px;
}
.fontawesome-download-to-storage-drive::before {
    /*content: "\f232";*/
    content: "\f085";
}
.header-area .header-right .download-button a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #128c7e;
    content: "";
    transition: all 900ms ease;
    z-index: -1;
}
.header-area .header-right .download-button a {
    color: #fff;
    background: #128c7e;
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding-right: 25px;
    border-radius: 5px;
    transition: all 500ms ease;
    position: relative;
    z-index: 1;
}
h1.tituloSection {
	text-align: center;
	padding: 20px 0;
	font-size: 27px;
}
.pdt-20 {
	padding-top: 20px;
}
.imgResponsive img {
	width: 100%;
	height: auto;
}
.text-holder p {
	text-align: justify;
}

.franjaHome {
	width: 100%;
	padding: 30px 0;
	background-color: #e52832;
    color: #fff;
}
.franja-home {
	width: 100%;
	text-align: center;
}
.franja-home h1 {
	font-size: 40px;
	font-weight: 700;
    color: #fff !important;
}
.franja-home h2 {
	font-size: 20px;
	padding-top: 20px;
    color: #fff !important;
}
.slide-content-box middle-slide {
    font-size: 25px !important;
    color: #fff !important;
}
.cuadro-quienes {
    line-height: 1.8;
    color: rgb(84, 84, 84);
    font-size: 16px;
}
.cuadro-quienes h3 {
    margin: 0;
    font-size: 30px;
    padding-top: 3px;
    color: #545454;
    line-height: 1.3;
    padding-left: 14px;
    margin-bottom: 23px;
    font-weight: 600;
    margin-top: 26px;
    border-left: 4px solid #f4a71d;    
}
.cuadro-quienes ul {
    list-style: inherit !important;
}
.cuadroValores {
    margin: 0;
    padding: 0;
    background-position-x: 40%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-weight:  800;
    position: relative;    
}
p.pValores {
    font-weight: 600; 
    margin-top: 10px;
    color: #fff !important;
}
span.etiqueta {
    font-weight: 700;
    color: #e52832;
}
.review-form form .field-label p {
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 3px;
}
.review-form form input[type="text"], 
.review-form form input[type="email"], 
.review-form form textarea {
  background: #fff;
  height: 50px;
  width: 100%;
  border: 1px solid #ececec;
  color: #252525;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}
.review-form form textarea {
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 25px;
}
.review-form form button {
  padding: 13px 35px 13px;
}
.review-form form button:hover{}
.review-form .add-rating-box ul li:hover a i{
  opacity: 1;
  color: #e52832;
}
.review-form form input[type="text"]:focus{
  border-color: #e52832;
}
.review-form form input[type="email"]:focus{
  border-color: #e52832;
}
.review-form form textarea:focus{
  border-color: #e52832;  
}
.marcoForm {
    padding: 20px 20px;
    background-color: #eee;
    border-radius: 15px;
}
span.pequegno {
    font-size: 11px;
    font-weight: 400;
    color: #333;
}
.boton-disabled {
    pointer-events: none;
    opacity: 0.5;
}
.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 45em;
    max-width: 100%;
    padding: 2.5em;
    border: none;
    border-radius: .3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
}
.divMaquina h1 {
  color: #222222;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 8px;
  text-transform: capitalize;
}
.divMaquina h2 {
  font-weight: 700;
  color: #e52832;
  font-size: 22px;
  margin: 10px 0;
}
section.seccion_garantia {
    padding: 40px 0 100px;
}
#scrollUp {
    background: #000 none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 5px;
    color: #e52832;
    font-size: 26px;
    line-height: 32px;
    height: 40px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    padding-top: 5px;
}

.divWhatsapp {
    width: 220px;
    height: 40px;
    background-color: #25D366;
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    left: 20px;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
}
.wsp-button {
    display: block;
}
.wsp-label {
    color: #fff !important;
    font-weight: 500;
    padding-top: 10px;
    font-size: 16px;
}
.boton-cabecera {
    float: right;
    padding: 10px 20px;
    background-color: #1bbc9a;
    border-radius: 5px;
    margin-left: 15px;
    margin-top: 16px;
}
.boton-cabecera a {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
}
.boton-cabecera a span {
    font-size: 12px;
    line-height: 16px;
    display: block;
}
section.quienes-home {
    width: 100%;
    min-height: 700px;
    background-image: url(../images/resources/blocks-image-142.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 100px 0;
}
.parallax-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(44,46,61,0.8);
}
.quienes-inner {
    background: #fff;
    width: 80%;
    min-height: 500px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    padding: 30px 30px;
}
.logo-quienes img {
    width: 100%;
    height: auto;
}
.subtitulo-quienes {
    color: #3c3950;
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
}
.subtitulo-quienes-2 {
    color: #3c3950;
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
}
.texto-quienes {
    color: #999;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    padding: 20px 0 0 0;
}
.dato-quienes {
    text-align: center;
}
.dato-quienes i {
    font-size: 24px;
}
.div-mes {
    margin: 0 0 20px 0;
    width: 100%;
}
.div-mes a {
    display: block;
    text-align: center;
    padding: 10px 10px;
    border-radius: 10px;
    background: #E52832;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.norma h3 {
    font-size: 24px;
    font-weight: 700;
    color: #21335E;
}
.detalleNorma {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    padding:10px 0 40px 0;
}
.botones {
    float: left;
}
ul.social-links {
    margin-top: 50px;
}
ul.social-links li {
    float: left;
    margin-right: 10px;
}
ul.social-links li a {
    background-color: #000;
    padding: 9px 12px;
    border-radius: 50%;
    color: #fff;
}
.topLeft {
    float: left;
    text-align: left;
    width: 50%;
    color: #fff;
    padding-top: 4px;
    padding-left: 30px;
}
.topRight {
    float: left;
    text-align: right;
    width: 100%;
    color: #fff;
    padding-top: 4px;
    padding-right: 30px;
}

.whatsapp {
  position: fixed;
  bottom: 20px;
  left: 10px;
  width: 200px;
  height: 60px;
  padding:10px 0 10px 10px; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -25px;
  z-index: 1001;
}
.iconoWhatsapp {
  float: left;
  width: 50px;
}
.numeroWhatsapp {
    float: right;
    width: 135px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 1.93465px 7.73859px rgba(0,0,0,.15);
}
.numeroWhatsapp a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none; 
  outline: none; 
  line-height: 18px;
}
.numeroWhatsapp span {
    font-size: 11px;
    display: block;
    line-height: 12px;
}
.cajaDecripcion {
    height: 400px;
}
.bgPar {
    padding: 30px 20px;
    background-color: #fff;
}
.bgImpar {
    padding: 30px 20px;
    background-color: #eee;
}
.linkArticulos {
    padding-top: 30px;
    text-align: center;
    font-size: 16px;
}
.linkArticulos a {
    text-decoration: underline;
    color: #A30000;
    font-weight: 700;
}