/* Centro Privado Oftalmología 2019*/

body{
	font-family: "Raleway", sans-serif;
	color:#666;
	font-size:16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	position:relative;
}
h1, h2, h3, h4, h5, h6, h7{
	font-family: "Raleway", sans-serif;
	font-weight:normal;
	letter-spacing:normal;
}
.numbers{
	font-family: "Ubuntu", sans-serif;
	letter-spacing:-1px;
}
a, button {
	color:#fff;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
a,
a:hover,
a:focus{
	text-decoration: none;
}
a:focus,
button:focus  {
	outline: none;
}
.clearfix{
	clear:both;
	display: inline-block;
	height:1%;
}
.btn-primary {
	color:#fff;
	background-color:#08A1D9;
	border-radius:0;
	border:0;
	font-weight:500;
	padding:15px 30px;
	font-size:18px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color:#fff;
	background-color:#085975;
}
p {
	color: #57585A;
	font-size: 14px;
	font-weight: 400;
}

/*Header*/
.topbar{
	background-color:#00A2DC;
	padding:5px 0;
	text-align:right;
}
.topbar .container{
	padding:0;
}
.topbar span{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	padding:10px 10px;
	color:#fff;
	font-size:14px;
	color:#fff;
}
.topbar span img{
	display:inline-block;
	vertical-align:middle;
	height:20px;
	margin-right:5px;
}
.topbar span.turnos{
	background-color:#FF0000;
	padding:10px 20px;
	font-weight:bold;
}
header {
	width: 100%;
	background-color:#fff;
	border-bottom:5px solid #FF0000;
}
header .brand {
	display:inline-block;
	padding:0;
	margin:20px 0 0;
}
header .brand img {
    display: inline-block;
	width:auto;
	height:62px;
}
header .navbar {
	margin:0;
	border:0;
	border-radius: 0;
}
header .navbar-toggle {
	margin:20px 15px;
}
header .navbar-container {
	 padding:10px 0 0;
	 position:relative;
}
header .navbar-nav {
	 position:relative;
	 margin-top: 10px;
}
header .nav li{
	margin:0 1px;
}
header .nav a {
	font-weight:700;
	color:#333;
	font-size:14px;
	padding: 15px 15px 50px;
	border-radius:0;
}
header .nav a:focus{
	background-color:transparent;
}
header .nav>li.active>a,
header .nav>li.active>a:hover,
header .nav>li>a:hover {
	background-color:#00A2DC;
	color:#fff;
}

.main-slider.owl-carousel{
	position:relative;
}
.main-slider.owl-carousel .item {
	height:700px;
	background-size:cover,100%;
	background-position:center center;
}
.main-slider.owl-carousel .owl-buttons .owl-next {
	right:0;
}
.main-slider.owl-carousel .owl-buttons .owl-prev {
	left:0;
}
.main-slider.owl-carousel .owl-buttons .owl-prev,
.main-slider.owl-carousel .owl-buttons .owl-next {
    width: 48px;
    height: 90px;
	opacity:0.8;
	text-indent:-5000px;
}
.main-slider.owl-carousel .owl-buttons .owl-prev:hover,
.main-slider.owl-carousel .owl-buttons .owl-next:hover {
	opacity:1;
}
.main-slider.owl-carousel .owl-buttons .owl-prev{
	background:url('../images/arrow-left.svg');
}
.main-slider.owl-carousel .owl-buttons .owl-next {
	background:url('../images/arrow-right.svg');
}
.main-slider.owl-carousel .owl-pagination {
	bottom:30px;
}
.owl-carousel .owl-controls .owl-page span{
	border-radius:100%;
	height:20px;
	width:20px;
}
h1.title {
	margin:0 0 100px;
	text-align:center;
	display:block;
	color:#333;
	font-weight:600;
	font-size:36px;
	line-height:1;
	position:relative;
}
.title i{
	position:absolute;
	bottom:-60px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:40px;
	display:inline-block;
	background-image:url(../images/icon.svg);
	background-size:cover;
}
.intro {
	text-align:center;
	padding:100px 0;
	color:#666;
}
.intro p {
	font-size:20px;
	line-height:1.4;
	font-weight:400;
}
.content {
	padding:60px 0;
	color:#666;
}
.content p {
	font-size:16px;
	margin-bottom:30px;
	font-weight:400;
	color:#333;
	line-height:1.6;
}
.features{
	position:relative;
	text-align:center;
	padding:150px 0 40px;
	color:#fff;
	background-image:url("../images/bg_features.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}
.features:after{
	content:"";
	background-color:rgba(255,255,255,0.7);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.features .container{
	position:relative;
	z-index:1;
}
.features .title h1{
	color:#fff;
}
.features a{
	display:block;
	color:#fff;
	text-align:center;
	margin-bottom:40px;
}
.features a span {
	width:70px;
	display:inline-block;
}
.features a span.line{
    display: inline-block;
    background-color: #21B04A;
    height: 3px;
    width: 60px;
}
.features a span img{
	width:100%;
	height:60px;
}
.features a h1 {
	color:#333;
	font-size:22px;
	font-weight:700;
	margin:20px 0 0;
	line-height:1.2;
}
.features a .ch-grid:after,
.features a .ch-item:before {
	content: '';
    display: table;
}
.features a .ch-grid:after {
	clear: both;
}
.features a .ch-grid li {
	width: 180px;
	display: inline-block;
	margin: 20px;
	vertical-align:top;
}
.features a .ch-item {
	width: 130px;
	height: 130px;
	border-radius: 100%;
	position: relative;
	background-color:#FF0000;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
	display: block;
    margin: auto;
	margin-top: 8px;
    margin-bottom: 10px;
}
.features a .ch-info-wrap{
	position: absolute;
    width: 108%;
    top: -4%;
    left: -4%;
    height: 108%;
	border-radius: 50%;
	perspective: 800px;
	transition: all 0.4s ease-in-out;
	box-shadow: 0 0 0 2px rgba(128,128,128,1);
}
.features a .ch-info{
	position: absolute;
	width: 100%;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	transform-style: preserve-3d;
}
.features a .ch-info img {
	height:auto;
	margin:25px;
}
.features a .ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	backface-visibility: hidden;
}
.features a .ch-info .ch-info-back {
	transform: rotate3d(0,1,0,180deg);
	background: #3F3F41;
}
.features a:hover .ch-item .ch-info-wrap {
	box-shadow: 0 0 0 8px rgba(128,128,128,1);
}
.features a:hover .ch-item .ch-info {
	transform: rotate3d(0,1,0,-180deg);
}
.block-turnos{
	text-align:center;
	color:#fff;
	background-image:url(../images/charly.gif);
	background-position:center top;
	background-repeat:repeat;
	padding:60px 0;
	position:relative;
	z-index:1;
	margin-top:100px;
}
.block-turnos span{
	display:block;
	font-size:30px;
}
.block-turnos .square{
	position:absolute;
	width:40px;
	height:40px;
	background-color:#fff;
	left:50%;
	top:50%;
	margin-left:-20px;
	margin-top:-20px;
}
.staff {
	text-align:center;
	padding:60px 0;
	background-image:url(../images/bg_staff.jpg);
	background-position:center center;
	background-size:cover;
	position:relative;
}
.staff:after{
	content:"";
	background-color:rgba(255,255,255,0.7);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.staff .container{
	position:relative;
	z-index:1;
}
.thumbnail {
	border:0;
	padding:15px;
	text-align:left;
	border-radius:0;
}
.thumbnail .caption{
	margin-top:5px;
	padding:0;
}
.thumbnail .caption span{
	font-weight:600;
}
.thumbnail .caption h3{
	color:#145975;
	margin:10px 0 5px;
	font-size:18px;
	font-weight:700;
}
.thumbnail img{
	width:100%;
}
.thumbnail .caption h3 a{
	color:#004594;
}
.thumbnail .caption p{
	font-weight:600;
	font-size:14px;
	color:#145975;
	margin:0;
	font-family:"Montserrat";
}
.block-slider{
	padding-bottom:60px;
}
.slider.owl-carousel{
	position:relative;
}
.slider.owl-carousel .item {
	height:490px;
	/*background-size:cover,100%;*/
	background-position:center center;
}
.slider.owl-carousel .owl-buttons .owl-next {
	right:0;
}
.slider.owl-carousel .owl-buttons .owl-prev {
	left:0;
}
.slider.owl-carousel .owl-buttons .owl-prev,
.slider.owl-carousel .owl-buttons .owl-next {
    width: 33px;
    height: 60px;
	opacity:0.8;
	text-indent:-5000px;
}
.slider.owl-carousel .owl-buttons .owl-prev:hover,
.slider.owl-carousel .owl-buttons .owl-next:hover {
	opacity:1;
}
.slider.owl-carousel .owl-buttons .owl-prev{
	background:url('../images/arrow-left.svg');
}
.slider.owl-carousel .owl-buttons .owl-next {
	background:url('../images/arrow-right.svg');
}
.slider.owl-carousel .owl-pagination {
	bottom:15px;
}
.slider.owl-carousel .owl-controls .owl-page span{
	border-radius:100%;
	height:15px;
	width:15px;
}
.block-contact{
	padding:100px 0;
}
.block-contact .bc-text img{
	height:50px;
	display:block;
}
.block-contact .bc-text a{
	display:block;
	font-size:36px;
	font-weight:bold;
	color:#08A1D9;
	font-family:"Montserrat";
	padding:10px 0;
}
.block-contact .bc-text p{
	font-weight:400;
	font-size:16px;
}
.splash{
	padding:0;
	color:#fff;
	height:400px;
	background-image:url("../images/prefooter.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.splash .container-fluid,
.splash .col-xs-12{
	padding:0;
}
.splash .row{
	margin:0;
}
.splash span{
	color:#fff;
	font-size:30px;
	font-weight:700;
}
.splash .block-open-hours{
	padding:60px 40px;
	float:right;
	width:600px;
}
.splash .block-open-hours img{
	height:50px;
	margin-bottom:10px;
}
.splash .block-open-hours h1{
	font-weight:700;
	margin:0;
}
.splash .block-open-hours ul{
	margin:40px 0 0;
	padding:0;
	list-style:none;
}
.splash .block-open-hours ul li{
	border-bottom:1px solid #fff;
	padding:10px 0;
}
.splash .block-open-hours ul li:last-child{
	border-bottom:0;
}
.splash .block-open-hours ul li span{
	display:inline-block;
	font-size:16px;
	font-weight:400;
	font-family:"Montserrat";
}
.splash .block-open-hours ul li span.hour{
	float:right;
}
.map{
	width:100%;
	height:400px;
}
.banner{
	background-color:#FF0000;
	padding:80px 0 0;
}
.banner h1{
	color:#fff;
	font-weight:bold;
	font-size:90px;
	opacity:0.7;
	margin:0;
	line-height:1;
	position: relative;
    bottom: -15px;
}
.slider-services{
	padding-top:60px;
	padding-bottom:0;
}
ul.services{
	margin:0;
	text-align:left;
	padding:0;
	list-style:none;
}
ul.services li{
	display:block;
	padding-left: 20px;
    margin-bottom: 25px;
	font-weight:600;
    font-size: 18px;
    list-style: none;
    background: url(../images/li.png) left center no-repeat;
}

.contact-info {
    text-align: center;
}
.contact-details{
	margin:0;
	padding:0;
	text-align:center;
	list-style:none;
}
.contact-info img {
    height: 100px;
    display: block;
    margin: auto;
    margin-top: 30px;
}
.contact-info span {
    display: block;
    margin: 20px 0;
    font-size: 18px;
    font-family: "Montserrat";
    letter-spacing: -1px;
}
.contact-form {
	margin-top:40px;
	margin-bottom:40px;
}
.contact-form h2 {
	margin-bottom:35px;
}
.form{
	padding:80px 0 0;
}
.form  input{
	height:42px;
	padding:10px;
	font-size:16px;
	font-weight:400;
}
.form  input,
.form  textarea{
	border-radius:0;
	box-shadow:none;
	background-color:#eee;
	color:#333;
}
.form  input:focus,
.form  select:focus,
.form  textarea:focus,
.form  input:active,
.form  select:active,
.form  textarea:active{
	box-shadow:none;
	border-color:#ddd;
}
.form .form-group {
	margin-bottom:25px;
	position:relative;
}
.form_hint {
	font-size: 11px;
}
.form input:required,
.form textarea:required {
	background: #eee url(../images/red_asterisk.png) no-repeat 98% center;
}
.form input:required:valid, .form textarea:required:valid {
	background: url(../images/valid.png) no-repeat 98% center;
	background-color: #eee;
}
.form input:focus:invalid,
.form textarea:focus:invalid {
	background: url(../images/invalid.png) no-repeat 98% center;
	background-color: #eee;
}
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999;
	position: absolute;
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.form input:focus + .form_hint {display: inline;}
.form input:required:valid + .form_hint {background: #28921f;}
.form input:required:valid + .form_hint::before {color:#28921f;}
#mensajes .thanks {
	font-size:18px;
	padding:10px;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 600;
	background-color: #89C04A;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
#mensajes .thanks_error {
	font-size: 14px;
    padding: 6px;
    line-height: 120%;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 700;
	background-color:#C35F63;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.working {
	margin-bottom:20px;
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	color: #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: 600;
	background-color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.2);
}
label.error {
	font-size: 13px;
	color: red;
	font-weight:300;
	position: absolute;
	left: 0;
	margin-top:3px;
}
.form input.error, .form  textarea.error {
	color:#e9322d;
	border-color:#e9322d;
	background-color:#F5E0E0;
}
.form input.valid, .form  textarea.valid {
	border-color:#85B200;
}
#contact{
	text-align:center;
}
.section-map .map {
    width: 100%;
    height: 400px;
    border: 1px solid #ddd;
}

footer {
	position:relative;
	background-color:#fff;
	padding: 50px 0;
	text-align:center;
}
footer p {
	font-size:16px;
	color:#333;
	margin-bottom:30px;
}
footer .agency img{
	height:10px;

}

@media (max-width: 1199px) {
	.main-slider.owl-carousel .item {
		height:500px;
	}
	.main-slider.owl-carousel .owl-buttons .owl-prev,
	.main-slider.owl-carousel .owl-buttons .owl-next {
		width: 38px;
		height: 70px;
	}
	.owl-carousel .owl-controls .owl-page span {
		height: 15px;
		width: 15px;
	}
	.block-contact .bc-text a {
		font-size: 32px;
	}
	.splash,
	.map{
		height:350px;
	}
	.splash .block-open-hours h1 {
		font-size: 28px;
	}
	.splash .block-open-hours {
		padding: 50px 20px;
		width:100%;
	}

}
@media (max-width: 991px) {
	header .brand img{
		height:48px;
	}
	header .nav a {
		padding: 15px 15px 40px;
	}
	.features{
		padding-bottom:0;
	}
	.block-turnos {
		padding:40px 0;
		background-image:none;
		background-color:#085975;
	}
	.block-turnos i{
		display:none;
	}
	.block-contact{
		padding:30px 0;
		text-align:center;
	}
	.block-contact img{
		margin:auto;
	}
	.block-contact .bc-text{
		margin:30px auto;
	}
	.splash {
		padding:0;
		height:auto;
		background-image:url(../images/prefooter-v.jpg);
		background-size:100%;
		background-position:center top;
	}
	.map{
		height:400px;
	}
	.block-open-hours{
		text-align:center;
		padding:20px 60px;
		width:100%;
		float:none;
	}
	.block-open-hours img{
		margin:auto;
	}
	.block-open-hours ul li{
		text-align:left;
	}
}
@media (max-width: 767px) {
	.topbar {
		display:none;
	}
	header .brand {
		margin:10px 0;
		padding:0;
	}
	header .brand img {
		max-width: 215px;
	}
	header .navbar-container{
		margin:0;
	}
	header .nav a {
		font-weight: 500;
		padding: 15px;
		padding:15px;
		font-size: 14px;
	}
	header .navbar-collapse .navbar-nav{
		margin:0;
	}
	header .navbar-toggle {
		margin:0;
		color:#00A2DC;
	}
	header .nav li a {
		border-radius:0;
		color:#004594;
	}
	header .navbar-collapse {
		position:absolute;
		right:0;
		margin:0;
		padding:0;
		z-index:9;
		width:100%;
		top:68px;
		max-width:220px;
		border:0;
		background-color:#fff;
		text-align:right;
		overflow:hidden;
		border-bottom:5px solid red;
	}
	.main-slider.owl-carousel .item {
		height:350px;
	}
	.main-slider.owl-carousel .owl-buttons .owl-prev,
	.main-slider.owl-carousel .owl-buttons .owl-next {
		width: 28px;
		height: 50px;
	}
	.intro{
		padding: 50px 0;
	}
	.intro p{
		font-size:18px;
		margin-bottom:30px;
	}
	h1.title {
		font-size: 30px;
	}
	.features{
		padding-top:80px;
	}
	.features a h1 {
		font-size: 20px;
	}
	.features a .ch-item {
		width: 110px;
		height: 110px;
	}
	.block-contact .bc-text a {
		font-size: 26px;
	}
	.thumbnail {
		text-align:center;
	}
	.slider.owl-carousel .item {
		height:300px;
	}
	.banner {
		padding: 35px 0 0;
	}
	.banner h1 {
		font-size: 60px;
		bottom: -10px;
	}
	.splash {
		padding:0;
		height:auto;
		background:none;
	}
	.block-open-hours{
		background-image:url(../images/prefooter-v.jpg);
		background-size:cover;
		background-position:right top;
	}
	.map{
		height:300px;
	}
}
@media (max-width:480px){
	.features{
		background:none;
		border-top:1px solid #ddd;
	}
	.features .col-xs-6{
		width:100%;
	}
	.block-turnos span {
		font-size: 22px;
	}
	.block-contact .bc-text a {
		font-size: 22px;
	}
	.splash .block-open-hours ul {
		margin-top:15px;
	}
	.splash .block-open-hours ul li {
		text-align:center;
	}
	.splash .block-open-hours ul li span{
		display:block;
	}
	.splash .block-open-hours ul li span.hour {
		float: none;
	}
	footer p {
    font-size: 14px;
	}
	.slider.owl-carousel .item {
		height:260px;
	}
}


.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}

.last-cards {
    display: flex;
    justify-content: center;
    gap: 20px; /* Ajusta el espacio entre las tarjetas */
    width: 100%;
}
