/*	Rutas de las letras
https://google-webfonts-helper.herokuapp.com/fonts/open-sans?subsets=latin
https://google-webfonts-helper.herokuapp.com/fonts/lato?subsets=latin
*/

@font-face {
  font-family: 'Calliga';
  src: url('../fonts/Calliga-Regular.ttf'); /* IE9 Compat Modes */
}
@font-face {
  font-family: 'Caviar';
  src: url('../fonts/CaviarDreams.ttf'); /* IE9 Compat Modes */
}
@font-face {
  font-family: 'Caviar Bold';
  src: url('../fonts/CaviarDreams_Bold.ttf'); /* IE9 Compat Modes */

}
body {
	font-family: Caviar, Calliga, sans-serif;
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	font-weight: 400;
	font-size: 15px;
	color: #444444;
}
h1 {
	font-family: 'Calliga', Roboto, sans-serif;
	font-weight: normal;
}
h2 {
	font-family: 'Caviar Bold', sans-serif;
	font-weight: 600; 
}
h3, .lastnews h4 {
	font-family: 'Caviar Bold', sans-serif;
	font-weight: normal;
}
h4 {
	font-family: Caviar, sans-serif;
	font-weight: normal;
}
h5 {
	font-family: Caviar, sans-serif;
	font-weight: 600;
}
h6 {
	font-family: Caviar, sans-serif;
	font-weight: 600;
}
p {
	font-family: Caviar, 'Caviar Bold', sans-serif;
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	font-weight: normal;
	font-size: 15px;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	line-height: 1.2;
}
h2, h3, h4, h5, h6, a {
	color: #4D3F4F;
}
h1, a:hover, header h6 {
	color: #47434F;
}
h1 {
	font-size: 48px;
	line-height: 60px;
	font-weight: 700;
	letter-spacing: 0px;
}
h4 {
	font-weight:600;
}
p {
	font-size: 1rem;
	font-weight: 300;
}
strong {
	font-family: 'Caviar Bold', sans-serif;
}
header {
	padding: 50px 0;
	position: relative;
	background-color: #EEDCD5;
	background-image: url("https://www.clinicadoctorvalderrama.com/wp-content/uploads/2020/07/logotipo.png");
	background-repeat: no-repeat;
	background-position: 8% 50%;
	background-size: 250px auto;
}
header:after {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 1;
    box-shadow: inset 0px 4px 6px -2px rgba(133,58,104,0.16);
}
.logo {
	max-width: 200px;
}
.top-nav, footer {
	background: #4f5160;
	color: #FFFFFF;
	padding: 10px 0;
}
.top-nav p, .top-nav ul, footer p, footer ul {
	margin-bottom: 0;
}
.top-nav a, footer a {
	color: #FFFFFF;
}
.top-nav a:hover, footer a:hover {
	color: #BA8FBA;
}
section {
	padding: 40px 0;
	background-color: #F2F2F2;
}
.card {
	border: 0 solid #FFFFFF;
}
.card-header {
	border: 1px solid rgba(0,0,0,.125);
}
.card-body .line-table {
	padding: 20px;
	font-size: 20px;
	margin-bottom: 5px;
	border-radius: 5px;
}
.btnant, .btnsig {
	padding: 15px;
    font-size: 16px;
	border-radius: 0;
	line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 300;
    background-color: #4f5160;
	border: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	color: #FFFFFF;
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
}
.btcancelar {
	background-color: #B99980;
}
a:hover, .btnant:hover, .btnsig:hover {
	text-decoration: none;
}
.btnant:hover, .btnsig:hover, .btnant:focus, .btnsig:focus {
    background-color: #B99980;
	outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#retornar, .retornar {
	margin-top: 10px;
	font-size: 12px;
	padding: 10px;
}
.botonera {
	padding-top: 20px;
	padding-bottom: 20px;
}
.botonera {
	margin-bottom: 5px;
}
.header-table, .line-table {
	padding-top: 10px;
	padding-bottom: 10px;
}
.header-table, #accordion .line-table {
	border: 1px solid rgba(0,0,0,.125);
}
.header-table {
	background: #EEDCD5;
}
.line-table {
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.line-table a {
	color: #333333;
}
.line-table a:hover {
	font-weight: bold;
}
.btn-link {
	color: inherit;
}
.col-2, #formcita, .agenda, .area {
	background: #FFFFFF;
}
#fullwide h4 {
	font-size: 18px;
}
#fullwide h6 {
	font-size: 14px;
}
#formcita, .area {
	padding-top: 20px;
	border-radius: 5px;
}
.area {
	box-shadow: 0px 4px 6px -2px rgba(133,58,104,0.16);
}
.nodisp {
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	header {
		background-image: none;
	}
}
@media (max-width: 640px) {
	.logo {
		margin: 10px auto;
	}
}
/*Agregado Clinica Doctor Valderrama */
.box {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.box img {
	max-width: 100%;
	transition: transform 2s;
}
.box > img:hover {
	transform: scale(1.2);
}
.box .detail {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	background: rgba(78, 83, 106, 0.71);
	opacity: 0;
	transition: all .6s ease-in-out;
}
.box:hover >.detail {
	opacity: 1;
}
.box .detail .content {
	position: absolute;
	top: 50%;
	text-align: center;
	padding: 15px;
	color: #fff;
	width: 100%;
}
.box .detail .content p {
	margin: 10px 0 0;
	padding: 0;
	font-size: 12px;
}
.button-val {
	cursor: pointer;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #FFFFFF;
    background: transparent;
	color: #CCB19C !important;
}