﻿/********************************/
/****** TÍTULOS Y TEXTOS H3 *****/
/********************************/

body {
    background: #fff!important;
}

h3, legend {
	color: #012169;
}
		
legend {
	border-bottom: 1px solid #012169;
}

.control-label {
    color: #012169;
}

/********************/
/****** BOTONES *****/
/********************/

.btn-default {
	background-color: #4698cb;
    color: #fff;

    -webkit-transition: border-color 200ms linear;
    -moz-transition: border-color 200ms linear;
    -o-transition: border-color 200ms linear;
    -ms-transition: border-color 200ms linear;
    transition: border-color 200ms linear;
    
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
		
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	border-width: 1px;
	border-color: #012169;
    background-color: #012169;
    color: #fff;
}
		
/********************/
/****** TABLAS *****/
/********************/
		
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #4698cb;
}

.recibo-seleccionado {
    background-color: #e0efff;
}

/***********************/
/****** CHECKBOXES *****/
/***********************/

input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #012169;
    border-color: #012169;
}


/****** WEB NUEVA PREVENTIVA ******/

.tit_hldr {
    color: #ffffff;
    background: #012169;
}   

footer {
  background: #4698cb;
}

footer ul, footer a, footer a:visited {
    color: #ccc;
}

footer ul, footer a, footer a:visited {
    color: #ccc;
}

footer, footer a:hover, footer a:active {
    color: #fff;
}

footer .tel, footer .hora {
    color: #fff;
}

.region-footer-closure {
    border-top: #fff 1px solid;
}




/******************** FOOTER WEB NUEVA PREVENTIVA ****************************/

footer {
  font-family: "Gotham", Verdana, Arial;
  padding-top: 30px;
  padding-bottom: 20px;
}

footer h2 {
    margin: 0 0 25px;
    font-size: 21px;
    font-weight: normal;
}

@media screen and (min-width: 801px) {
    footer .tel {
        font-size: 1.6em;
    }
}

@media only screen and (min-width: 1025px) {
    footer .tel {
        font-size: 2.1em;
    }
}

footer .tel {
    font-family: "Gotham Bold", Verdana, Arial;
    font-weight: bold;
    padding: 0 0 0.2em;
}

footer .tel, footer .hora {
    display: block;
    line-height: 1em;
}

footer .hora {
    font-size: 1.2em;
}

footer li > * {
    padding: 0.4em 0;
    display: block;
}

footer ul, footer a, footer a:visited {
    text-decoration: none;
}

a, a:hover, a:active, a:visited {
    color: #162661;
    text-decoration: none;
}

footer, footer a:hover, footer a:active {
    color: #ffffff;
}

footer ul, footer ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.menu {
    border: none;
    list-style: none;
    text-align: left;
}

footer ul, footer a, footer a:visited {
    text-decoration: none;
}

footer .insec div {
    margin-top: 20px;
}

.region-footer-closure {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
}

.region-footer-closure ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.region-footer-closure li {
    margin-left: 20px;
    list-style-type: disc;
    font-size: 1em;
}

.region-footer-closure li:first-child {
    list-style: none;
    margin: 0;
}

.region-footer-closure li a {
    padding: 10px 10px 10px 0;
    display: inline-block;
}

strong, h1, h2, h3, h4, h5, h6, .sh1, .sh2, .sh3, .sh4 {
    font-family: 'Gotham Bold', Verdana, Arial;
    font-weight: bold;
    line-height: 1.15em;
}




/****** WEB NUEVA PREVENTIVA ******/

@font-face { 
    font-family:'Gotham'; 
    src:url('../fonts/GothamBook.eot'); 
    src:url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.otf') format('opentype'), url('../fonts/GothamBook.svg') format('svg'); 
} 

@font-face { 
    font-family:'Gotham Bold'; 
    src:url('../fonts/GothamMedium.eot'); 
    src:url('../fonts/GothamMedium.woff') format('woff'), url('../fonts/GothamMedium.otf') format('opentype'), url('../fonts/GothamMedium.svg') format('svg'); 
}

@font-face { 
    font-family:'Gotham Light', Verdana; 
	font-weight: 500;
}

html, body {
    font-family: "Gotham", Verdana, Arial;
    font-weight: bold;
}

td, input, select, textarea {
    font-family: "Gotham Light";
}

th {
    font-size: 1.1em;
}


/****** CABECERA WEB NUEVA PREVENTIVA ******/

.tit_hldr .insec {
    padding: 20px 0;
    display: flex;
}

.tit_hldr .inlineb, .tit_hldr .inlineb h1 {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #ffffff;
    margin-top: 2px;
}

.tit_hldr img {
    margin-right: 1em;
}

.tit_hldr h1, .fsection h2 {
    color: #ffffff;
    line-height: 1em;
    padding: 0.8em 0;
    margin: 0.4em auto;
    font-size: 24px;
}

.brb {
    font-size: 0.8em;
    padding: 0.5em 0;
}