body {
    background: #fff;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color:#515151;
    line-height: 22px;
}
  
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bolder !important; 
    font-family: 'Montserrat', Arial, sans-serif;
    color:#081E3F;
}
  
h1{
    font-size: 36px;
    color:#fff;
}
  
h2{
    font-size: 20px;
}

h3{
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4{
    font-size: 16px;
}

@keyframes slideaway {
    from { display: block; }
    to { transform: translateY(10px); opacity: 0;}
  }
  
a {
    color: #E52524;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition:  color 300ms, background-color 300ms;
    transition:  color 300ms, background-color 300ms;
}
a:hover, a:focus {
}
a, a:hover, a:active, a:focus * {
    outline: none !important; -moz-outline-style: none !important;
}
span, span:hover, span:active, span:focus * {
    outline: none !important; -moz-outline-style: none !important;
}
i, i:hover, i:active, i:focus * {
    outline: none !important; -moz-outline-style: none !important;
}  
hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}
  
  /*Genéricos*/
.web {
    visibility: visible;
}
.movil {
    visibility: hidden;
}
.banner-web {
    display: none;
}
.banner-movil {
    display: none;
}
.transicion {
    transition: 0.3s;
}
.transicion-alto {
    transition: height 0.4s !important;
}
  label {
    color: #E52524;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 1.25em;
  }
  .boton {
    display: inline-block;
    padding: 10px 0px;
    min-width: 150px;
    color: #ffffff;
    background-color: #515151;
    text-decoration: none;
    text-align: center;
  }
  .boton:hover{
    background-color: #E52524;
    color: #ffffff;
  }
  button {
    border: none !important;
  }

.titu-500 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.titu-700 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.sombra {
    -webkit-box-shadow: 0px 6px 12px -4px rgba(25,0,0,0.56);
    -moz-box-shadow: 0px 6px 12px -4px rgba(25,0,0,0.56);
    box-shadow: 0px 6px 12px -4px rgba(25,0,0,0.56);
}

/*Header*/
.header {	
    width: 100%; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    z-index: 2000; 
    padding-bottom: 2px;
    border-bottom: #E52524 2px solid;
}
.header .fondo {
    background-color: rgba(255, 255, 255, 0.8);
    height: 90px;
    display: flex;
    align-items: center;
}
.header .logo img {
    height: 50px !important;
}
.header .menu-web {
    text-align: right !important;
    height: 50px !important;
    /*font-size: 0.875em !important;*/
}
.header .menu-web a {
    color: #393939;
    display: inline-block;
    font-weight: bold;
    text-decoration: none !important;
    line-height: 50px !important;
    padding: 0px 30px;
}
.header .menu-web a:hover {
    color: #E52524;
    border-bottom: 2px solid #711110;
}
.header .menu-web a.seleccionado {
    color: #E52524;
    border-bottom: 2px solid #711110;
    display: inline-block;
    font-weight: bold;
    text-decoration: none !important;
    line-height: 50px !important;
    padding: 0px 30px;

}
.header .menu-movil {
    color: #3C3C3B;
    position: absolute;
    bottom: 15px;
    right: 0px;
    height: 30px;
    width: 30px;
    display: none !important;
    text-decoration: none !important;
}
.header .menu-movil #cerrar {
    display: none;
}

/*Menú movil*/
.menu-mov {
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2850;
    display: none;
    height: 100%;
    font-family: "Belanosima", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.menu-mov .marco {
    padding: 80px 20px 10px 20px;
}
.menu-mov .marco a {
    font-size: 1.1em;
    font-weight: bold;
    color: #ffffff;
    display: block;
    background-color: #711110;
    padding: 12px 20px;
    margin-bottom: 2px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s;
}
.menu-mov .marco a:hover {
    background-color: #E52524;
    color: #ffffff;
}

/*Banner*/
.banner-texto {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 2px !important;
    margin-right: 0px !important;
}

/*Footer*/
footer {
    margin-top: 50px !important;
    border-top: 13px solid #E52524;
    background-color: #711110;
    background-image: url('../images/fondo_pie.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 260px;
    padding-bottom: 13px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 0.875em;
}
footer img {
    height: 70px;
}
footer .creditos {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .redes {
    text-align: left;
}
footer .redes .botones {
    padding-top: 10px;
}
footer .redes .botones a {
    display: inline-block;
    width: 42px;
    height: 42px;
    position: relative;
    margin: auto 5px;
}
footer .redes .botones a img {
    width: 100%;
    height: 42px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
footer .redes .botones a .on {
    opacity: 1;
}
footer .redes .botones a .off {
    opacity: 0;
}
footer .redes .botones a:hover .on {
    opacity: 0;
}
footer .redes .botones a:hover .off {
    opacity: 1;
}

.paginado {
    text-align: center !important;
    font-weight: bold;
}
.paginado a {
    border: none !important;
    color: #393939;
    display: inline-block !important;
    font-weight: bold !important;
    padding: 2px 4px;
    text-decoration: none;
}
.paginado a.elegido {
    font-size: 1.15em;
    color: #E52524;
}


.detalle .portada {
    padding-left: 10%;
    padding-right: 10%;
}
.detalle .portada h2 {
    color: #E52429;
    text-align: center !important;
    border-bottom: #711110 2px solid;
    padding: 15px 0 20px;
    margin: 0 0 20px 0;
    font-size: 2.1em !important;
}
.detalle .imagen {
    position: relative;
}
.detalle .imagen img {
    width: 100%;
}
.detalle .barra {
    position: relative;
    padding: 15px 0 0 0;
}
.detalle .barra .data {
    background-color: #D1CCCC;
    width: 100%;
    min-height: 15px;
}
.detalle .barra .data span {
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    padding: 10px 15px;
}
.detalle .contenido {
    padding:25px 0; 
    text-align: justify;
    font-size: 0.875em;
}
.detalle .botones {
    padding: 10px 0 0 0;
    text-align: center;
}
.detalle .botones a {
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    margin: 0 8px 20px 8px;
    width: 347px;
    height: 75px;
    text-decoration: none;
    background-size: 100%;
    background-repeat: no-repeat;
}
.detalle .botones a:hover {
    color: #E52524;
}
.detalle .botones a.descarga {
    background-image: url('../images/btnInformacion.png');
}
.detalle .botones a.contacto {
    background-image: url('../images/btnContactos.png');
}
.detalle .botones a span {
    line-height: 75px;
}

.alerta2 {
    background-color: #E52524;
    color: #ffffff;
    font-weight: normal !important;
    padding: 5px 15px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .alerta3 {
    background-color: #E52524;
    color: #ffffff;
    font-weight: normal !important;
    padding: 5px 15px;
    margin-bottom: 20px;
  }
  .text_er,
  .email_er,
  .textarea_er {
    border-color: #c52d2f !important;
  }
  .contacto_form {
    text-align: center;
  }
  .contacto_form .boton {
    padding: 10px 30px;
  }

/*Cookies*/
.cookie {
    background-color: rgba(229, 37, 36, 0.9);
    color: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
    position: fixed !important;
    z-index: 3000;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
    font-size: 0.875em;
}
.cookie .texto a {
    color: #ffffff;
    font-weight: bold !important;
    text-decoration: none;
}
.cookie .texto a:hover{
    text-decoration: underline;
}
.cookie .botones a {
    display: block;
    color: #ffffff;
    background-color: #711110;
    font-family: Arial, sans-serif !important;
    font-weight: bold;
    font-size: 0.875em !important;
}
.cookie .botones a:hover {
    background-color: #420707;
    color: #ffffff;
}

.whatasapp {
    position: fixed;
    right: 24px;
    bottom: 95px;
    z-index: 2000;
}
.whatasapp a {
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background-color: #0dc143;
    color: #ffffff;
    font-weight: bold;
    font-size: 35px;
    line-height: 50px !important;
}

.titulo {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}
.titulo h2 {
    color: #E52429;
    font-size: 2.1875em;
    margin: 0px;
    padding: 50px 0 25px;
}
.subtit h2 {
    padding-top: 20px !important;
}


.servicios,
.proyectos,
.noticias,
.clientes,
.albumes,
.valores,
.datos,
.certificaciones,
.comunicacion,
.detalle,
.fotos {
    padding-top: 35px;
}
.servicios .serv-carousel {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.servicios .box {
    background-color: #000000;
    margin: 0 2% 40px;
    position: relative !important;
    overflow: hidden;
}
.servicios .box img {
    width: 100% !important;
    opacity: 0.7;
}
.servicios .box .borde {
    background-color: rgba(191, 191, 191, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 15px;
    z-index: 10;
}
.servicios .box .data {
    background-color: rgba(25, 0, 0, 0.5);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 60%;
    z-index: 10;
	display: flex;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    text-align: justify;
    transition: min-height 0.5s linear;
}
.servicios .box .data h4 {
    border-bottom: #E52524 2px solid;
    color: #ffffff;
    font-size: 1.375em;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
    text-align: left;
}
.servicios .box .data .texto {
    padding: 20px 10%;
}
.servicios .box .data .piso {
    background-color: rgba(156, 1, 0, 0.5);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 10%;
}
.servicios .box:hover .data {
    height: 80%;
}
.servicios .box a {
    color: #ffffff;
    display: block;
    margin-top: 10px;
    text-decoration: none;
}
.servicios .box a:hover {
    color: #E52429;
}
.servicios .owl-buttons {
    display: none !important;
}

.proyectos .box {
    background-color: #000000;
    position: relative !important;
    overflow: hidden;
    margin-bottom: 35px;
}
.proyectos .box img {
    width: 100% !important;
    opacity: 0.7;
}
.proyectos .box .borde {
    background-color: rgba(156, 1, 0, 0.8);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 12px;
    z-index: 10;
}
.proyectos .box .data {
    position: absolute;
    bottom: 10%;
    left: 0px;
    right: 0px;
    width: 85%;
    height: 72%;
    z-index: 10;
    transition: min-height 0.5s linear;
    border-bottom: 8px solid #BFBFBF;
}
.proyectos .box .data h4 {
    border-bottom: #E52524 2px solid;
    font-size: 1.375em;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
    text-align: left;
}
.proyectos .box .data span {
    font-size: 0.9em;
    line-height: normal !important;
}
.proyectos .box a {
    color: #E52429;
    display: block;
    margin-top: 10px;
    text-decoration: none;
}
.proyectos .box a:hover {
    color: #393939;
}
.proyectos .box .data .texto {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    height: 97%;
	display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: justify;
}
.proyectos .box .data .texto div {
    padding-left: 10%;
    padding-right: 10%;
}
.proyectos .box:hover .data {
    height: 40%;
}
.proyectos .box:hover .data span {
    display: none;
}
.proyectos .box:hover .data .texto {
    background-color: rgba(255, 255, 255, 0.6) !important;
    height: 96%;
}

.noticias {
    padding-left: 40px;
    padding-right: 40px;
}
.noticias .box {
    background-color: #000000;
    position: relative !important;
    overflow: hidden;
    margin-bottom: 35px;
}
.noticias .box img {
    width: 100% !important;
    opacity: 0.7;
}
.noticias .box .data {
    background-color: rgba(25, 0, 0, 0.5);
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 80%;
    height: 75%;
    z-index: 10;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.noticias .box .data .texto {
    padding-left: 10%;
    padding-right: 10%;
}
.noticias .box .data h4 {
    border-bottom: #E52524 2px solid;
    color: #ffffff;
    font-size: 1.25em;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
    text-align: left;
}
.noticias .box .data h4 p {
    font-size: 0.6em;
    margin: 0px;
    padding-top: 10px;
}
.noticias .box .data span {
    font-size: 0.875em;
}
.noticias .box .data a {
    color: #ffffff;
    display: block;
    margin-top: 10px;
    text-decoration: none;
}
.noticias .box .data a:hover {
    color: #E52429;
}
.noticias .box:hover .data {
    height: 50%;
}
.noticias .box:hover .data span {
    animation: slideaway 200ms;
    display: none;
}

.albumes .box {
    max-width: 306px !important;
    margin-bottom: 30px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    overflow: hidden;
    max-height: 90vh !important;
    overflow: hidden;
}
.albumes .box img {
    width: 100% !important;
}
.albumes .box .data {
    border-top: #E52524 6px solid;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 25%;
    z-index: 10;
}
.albumes .box .data .texto {
    background-color: rgba(25, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 97%;
	display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: justify;
    bottom: 0px;
}
.albumes .box .data .texto div {
    padding-left: 7%;
    padding-right: 7%;
}
.albumes .box .data h4 {
    color: #ffffff;
    font-size: 0.9375em;
    padding: 0 0 0 0;
    margin: 0 0 12px 0;
    text-align: left;
}
.albumes .box .data a {
    color: #ffffff;
    display: block;
    margin-top: 10px;
    text-decoration: none;
}
.albumes .box .data a:hover {
    color: #E52429;
}
.albumes .box:hover .data {
    height: 65%;
}
.albumes .box .data .texto {
    height: 99%;
}

.clientes {
    padding-left: 30px;
    padding-right: 30px;
}
.clientes .item img {
    max-width: 200px;
    margin: auto !important;
}
.clientes .carrusel {
    position: relative;
}

.clientes .owl-nav {
    padding: 0px !important;
    margin: 0px !important;
    position: absolute;
    width: 100%;
    top: 0px !important;
    bottom: 0px !important;
    height: auto !important;

}
.clientes .owl-nav a {
    background-color: transparent !important;
}
.clientes .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    top: 0px;
    bottom: 0px;
    width: 30px;
    height: auto !important;
    background-image: url('../js/jq.owl/assets/flecha_izq.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.clientes .owl-nav .owl-next {
    position: absolute;
    right: -25px;
    top: 0px;
    bottom: 0px;
    width: 30px;
    height: auto !important;
    background-image: url('../js/jq.owl/assets/flecha_der.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.nosotros {
    padding-top: 40px;
    position: relative;
}
.nosotros .contenido {
    position: relative;
    width: 100% !important;
}
.nosotros .contenido img {
    width: 100%;
}
.nosotros .contenido .texto {
    background-color: rgba(25, 0, 0, 0.8);
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 50%;
	display: flex;
    justify-content: center;
    flex-direction: column;
    border-bottom: 19px solid #9C0100;
}
.nosotros .contenido .texto .box {
    color: #ffffff;
    padding-left: 15%;
    padding-right: 15%;
    text-align: justify;
}
.nosotros .contenido .texto h4 {
    font-size: 2em;
    color: #fff;
    border-bottom: 2px solid #E52524;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.nosotros .contenido .texto h4 span {
    font-size: 0.5625em;
    display: block;
}

.mivi {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
.mivi .grande {
    display: block;
}
.mivi .chico {
    display: none;
}
.mivi .box {
    position: relative;
}
.mivi .box img {
    width: 100%;
}
.mivi .box .data {
    background-image: url('../images/fondoVision.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 90%;
    font-size: 0.875em;
    line-height: 1.4em;
	display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 10%;
    padding-right: 10%;
    text-align: justify;
    color: #ffffff;
}
.mivi .box .data h4 {
    border-bottom: #E52524 2px solid;
    color: #ffffff;
    font-size: 1.875em;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

.valores {
    position: relative;
}
.valores .box {
    padding-left: 17%;
    padding-right: 17%;
    padding-bottom: 30px;
    text-align: center;
}
.valores .box h4 {
    color: #393939;
    font-size: 1.1em;
    margin: 0 0 10px 0;
    padding: 20px 0 10px 0;
    border-bottom: #E52524 2px solid;
}
.valores .box span {
    font-size: 0.8em;
    line-height: 0.9em;
}

.datos {
    position: relative;
}
.datos .box {
    position: relative;
}
.datos .box img {
    width: 100%;
}
.datos .box .data {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 90%;
	display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 10%;
    padding-right: 10%;
    color: #ffffff;
}
.datos .box .data h4 {
    border-bottom: #E52524 2px solid;
    color: #ffffff;
    font-size: 1.5em;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}
.datos .box .data span {
    font-size: 0.875em;
    line-height: 1.2em;
}
.datos .box .data a {
    display: block;
    font-size: 0.875em;
    padding: 5px;
    margin-top: 10px;
    color: #ffffff;
    text-decoration: none;
}
.datos .box .data a:hover {
    color: #E52524;
}

.certificaciones img {
    max-width: 210px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
}
.certificaciones a {
    text-align: center;
    display: block;
    padding-left: 10%;
    padding-right: 10%;
    color: #393939;
    text-decoration: none;
    font-size: 1.15em;
    font-weight: bold;
}
.certificaciones a:hover {
    color: #E52524;
}

.comunicacion .box {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}
.comunicacion .box img {
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition:  all 300ms ease;
    transition:  all 300ms ease;
    width: 100% !important;
}
.comunicacion .box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.comunicacion .box a {
    position: absolute;
    width: 100%;
    height: 100% !important;
    display: block;
    z-index: 20;
}
.comunicacion .box a div {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    height: 40%;
}
.comunicacion .box a div p {
    background-color: rgba(25, 0, 0, 0.8);
    border-bottom: #9C0100 8px solid;
    color: #ffffff;
    font-size: 1.7em;
    padding-left: 20%;
    padding-right: 20%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.comunicacion .box a div p span {
    border-bottom: #E52524 2px solid;
    display: block;
    padding-bottom: 20px;
}

.cookies {
    background-color: #E2E2E2;
    font-size: 0.875em;
    text-align: justify;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 70px;
    margin-top: 40px;
}



.fotos .col {
    margin-bottom: 30px !important;
    overflow: hidden !important;
}
.fotos .box {
    background-color: #E52524;
    height: 100%;
}
.fotos a {
    color: #ffffff;
    border: 1px solid #E52524;
    display: block !important;
    font-size: 0.8em;
    text-decoration: none;
    line-height: normal;
}
.fotos a .imagen {
    background-color:#393939;
}
.fotos a .imagen img {
    width: 100%;
}
.fotos a .data {
    padding: 10px 15px;
}

.contactos {
    background-image: url("../images/fondo-contactos.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    margin-top: 40px;
    position: relative;
}
.contactos .alto {
    background-color: rgba(191, 191, 191, 0.6);
    position: absolute;
    height: 4px;
    width: 100%;
    top: 10px;
    left: 0px;
    right: 0px;
    z-index: 100;
}
.contactos .bajo {
    background-color: rgba(156, 1, 0, 0.8);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100% !important;
    height: 18px;
    z-index: 100;
}
.contactos .caja {
    text-align: center;
}
.contactos .caja h4 {
    color: #ffffff;
    font-size: 1.1em;
}
.contactos .caja .img-central {
    padding-bottom: 30px;
    clear: both !important;
}
.contactos a {
    color: #ffffff;
    text-decoration: none !important;
    width: 42px !important;
    height: 42px !important;
    display: inline-block !important;
    position: relative;
    margin: auto 7px;
}
.contactos a img {
    position: absolute;
    top: 0px;
    left: 0px;
}
.contactos a:hover {
  color: #ffffff;
  text-decoration: none !important;
}
.contactos .redes .on {
  opacity: 1;
}
.contactos .redes .off {
  opacity: 0;
}
.contactos .redes:hover .on {
  opacity: 0;
}
.contactos .redes:hover .off {
  opacity: 1;
}
/*Formulario*/
/*Espacio Form*/
.formulario {
    position: relative;
    margin: 0 0 50px 0 !important;
    background-color: #E2E2E2;
  }
  .formulario .box,
  .contactos .box {
    padding-left: 5%;
    padding-right: 5%;
  }
  .formulario .box .enviar,
  .not-form .box .enviar {
    text-align: right;
  }
  .formulario .box .cancelar {
    text-align: left;
  }
  .formulario .sub-seccion {
    color: #255193 !important;
    font-size: 1.25em !important;
    font-weight: bold !important;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0px;
  }
  .formulario .zona-texto {
    padding-left: 10px; 
    padding-right: 10px; 
    color: #081E3F; 
    font-size: 0.875em;
  }

.owl-carousel.owl-loaded {
	display: inline-block;
}

.lightbox .lb-image {
    border: 4px solid #E52524 !important;
}
.lb-dataContainer {
    background-color: #E52524 !important;
    color: #ffffff !important;
    margin: 0 auto;
    padding: 0px 0px !important;
    position: relative;
    width: 100%;
}
.lb-data .lb-details {
    width: 100% !important;
    padding: 10px 15px !important;
}

.lb-closeContainer {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}
.lb-outerContainer .lb-close {
    background-color: #E52524 !important;
    border: 5px solid #E52524 !important;
    width: 38px !important;
    height: 40px !important;
    display: block;
}
.lb-nav a.lb-next,
.lb-nav a.lb-prev {
    width: 40px !important;
    opacity: 1 !important;
}
.lb-nav a.lb-prev:hover {
    background-position: -47px 48%;
}
.lb-nav a.lb-next:hover {
    background-position: 5px 48%;
}


.colab {
    background-color: #ba2020;
    padding-bottom: 40px;
    padding-top: 40px;
    background-image: url('../images/fondo_qr.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.colab .box {
    background-color: #ece8e9;
    border-radius: 8px;
    max-width: 700px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 8px;
    padding-top: 8px;
}
.colab .box .cab {
    background-color: #ffffff;
    border-top: #767472 1px solid;
    border-left: #767472 1px solid;
    border-right: #767472 1px solid;
    border-radius: 8px 8px 0 0;
    height: 57px;
    margin: 0px 8px 0 8px;
}
.colab .box .cab div {
    border-bottom: 2px solid #E52524;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.colab .box .cab div img {
    width: 89px;
}
.colab .box .foto {
    border-left: #767472 1px solid;
    border-right: #767472 1px solid;
    margin: 0px 8px 0 8px;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}
.colab .box .foto img {
    border: 4px solid #6c0e0f;
    border-radius: 8px;
}
.colab .box .datos {
    border-left: #767472 1px solid;
    border-right: #767472 1px solid;
    margin: 0px 8px 0px 8px;
    border-top: 4px solid #E52524;
    padding: 0px 0px 20px 0px;
}
.colab .box .pie {
    border-bottom: #767472 1px solid;
    border-radius: 0 0 8px 8px;
    margin: 0px 8px 0 8px;
}
.colab .box h1 {
    color: #E52524;
    font-size: 25px;
    margin: 0px;
    padding: 10px 0 5px 0;
}
.colab .box h2 {
    color: #393939;
    font-size: 20px;
}
.colab .box h3 {
    background-color: #DDDDDD;
    color: #711110;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 40px 100px 10px 100px;
}
.colab .box .fila {
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.colab .box .fila1 {
    background-color: #E9E9E9;
}
.colab .box .fila2 {
    background-color: #D1D1D1;
}
.colab .box .fila .titu {
    font-weight: bold;
    display: inline-block;
    padding-left:110px;
    padding-right:0px;
}
.colab .box .fila .subtitu {
    font-weight: normal;
    display: inline-block;
    padding-left:120px;
    padding-right:0px;
}
.colab .box .fila .check {
    text-align: center;
    width: 100px;
}
.colab .box .fila .check p {
    background-color: #EFEFEF;
    border: 1px solid #9A9A9A;
    width: 18px;
    height: 18px;
    margin: 0px auto !important;
    position: relative;
}
.colab .box .fila .check p i {
    position: absolute;
}
.colab .box .fila .check p i.fa-check {
    color: #47C321;
    font-size: 14px;
    top: 2px;
    left: 1px;
}
.colab .box .fila .check p i.fa-times {
    color: #FA5252;
    font-size: 15px;
    top: 1px;
    left: 2px;
}
.colab .box .fila a {
    color: #902626;
    text-decoration: none;
}
.colab .box .fila a:hover {
    text-decoration: underline;
}