
/**
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
  * Name: ZupaHealth
  * Version: 1.1
  * Author: ROLLTHEMES
  * Author URI: http://www.rollthemes.com
*/

@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,400italic,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,500,700,700italic");
@import url('animate.css');
@import url('revolution-slider.css');
@import url("animsition.css");
@import url("font-awesome.min.css");
@import url("owl.carousel.css");
@import url("flexslider.css");
@import url("cubeportfolio.min.css");
@import url("magnific-popup.css");
@import url("shortcodes.css");
@import url("woocommerce.css");


/*
 * Repeatable Patterns
 * Layout
 * Top
 * Header
 * Revolution Slider
 * Page Title
 * Page Heading
 * Blog
 * Blog Single Post
 * Widgets
 * Blog Masonry
 * Doctors Page
 * Doctor Profile
 * Gallery Single Post
 * About Page
 * Departments Page
 * Timetable Page
 * 404 Page
 * Parallax
 * Footer
 * Bottom
*/

/* Repeatable Patterns
-------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
	color: #0facee;
	text-decoration: none;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

a:hover {
	color: #3c3f46;
	text-decoration: none;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
	color: #c2c2c2;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #c2c2c2;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #c2c2c2;
}

/* Typography */
body,
button,
input,
select,
textarea {
	font-family: 'Open Sans', sans-serif;
	color: #7e8186;
	background-color: #fff;
}

b, strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

.font16 { font-size: 16px; }

.font35 { font-size: 35px; }

blockquote {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	color: #3c3f46;
	line-height: 30px;
	font-weight: 300;
	padding: 0;
	border: 0;
	font-style: italic;
	padding: 14px 0 45px;
	position: relative;
	margin-bottom: 37px;
}

blockquote.style2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding: 0 0 0 30px;
}

blockquote.style2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #0facee;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite {
	position: absolute;
	right: 0;
	bottom: 0;
}

blockquote small {
	font-size: 14px;
}

blockquote em,
blockquote i {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 700;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

abbr[title] {
	border-bottom: 1px dotted #c0c0c0;
	cursor: help;
}

mark,
ins {
	background-color: #cef7fb;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
  top: -6px;
}

sub {
  bottom: -3px;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

address {
	font-style: italic;
	margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    font-family: Consolas, monospace;
    height: auto;
    margin: 0 0 20px;
    overflow-x: auto;
    padding: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Slab", sans-serif;;
	color: #3c3f46;
	font-weight: normal;
	margin: 0 0 17px;
}

h1 {
	font-size: 28px;
	line-height: 36px;
}

h2 {
	font-size: 22px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	line-height: 28px;
}

h4 {
	font-size: 18px;
	line-height: 26px;
}

h5 {
	font-size: 16px;
	line-height: 24px;
}

h6 {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 10px;
}

.text-white {
	color: #fff;
}

h1.w300, h2.w300, h3.w300, h4.w300, h5.w300, h6.w300 { font-weight: 300;}

/* Alignments */
.text-center {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

/*===========================TARJETAS====================================*/
.tarjetas{
	background-repeat: #fff;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-content: center;
	margin: auto;
}

.tarjetas p{
	width: 100%;
	text-align-last: center;
}

.sub-text-center{
	width: 100%;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}

.alignright {
	display: inline;
	float: right;
	margin-right: 30px;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* Elements */
hr {
	background-color: #e1e1e1;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ul,
ol {
	padding: 0;
	margin: 0 0 30px 25px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

::-moz-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #0facee;
}

::-webkit-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #0facee; 
}

::selection { 
	color: #fff; 
	text-shadow: none; 
	background: #0facee; 
}

/* Forms */
button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
	display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	border: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	line-height: 22px;
	width: 100%;
	height: auto;
	padding: 13px 19px;
	margin-bottom: 10px;
	border-radius: 0;
    -webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    -webkit-transition: border ease .238s;
       -moz-transition: border ease .238s;
            transition: border ease .238s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	border-color: #7e8186;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #0facee;
	color: #fff;
	padding: 18px 35px;
	font-family: "Roboto Slab", sans-serif;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #2d2d2d;
	outline: 0;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #006ab4;
	outline: 0;
}

.text-white {
	color: #fff;
}

.animate-scroll {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.animate-scroll.animated {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Layout
-------------------------------------------------------------- */
.main-content {
	padding: 100px 0;
}

.main-content.has-heading {
	padding: 92px 0 100px;
}

.main-content .sidebar {
	float: right;
	width: 23.076%;
	margin-left: 11.111%;
}

.main-content .content {
	float: left;
	width: 65.811%;
}

.main-content.sidebar-left .sidebar {
	float: left;
	width: 23.076%;
	margin: 0 11.111% 0 0;
}

.main-content.sidebar-left .content {
	float: right;
	width: 65.811%;
}

/* Grid Blog with Sidebar */
.main-content.sidebar-right.type-grid .content,
.main-content.sidebar-left.type-grid .content {
	width: 66%;
}

.main-content.sidebar-left.type-grid .sidebar {
	margin: 0 10.922% 0 0;
}

.main-content.sidebar-right.type-grid .sidebar {
	margin: 0 0 0 10.922%;
}

.main-content.sidebar-left.type-grid .post,
.main-content.sidebar-right.type-grid .post {
	width: 50%;
}

.content-element {
	margin-bottom: 35px;
}

.row .content-element:last-child {
	margin-bottom: 0;
}

.container-fluid.no-padding {
	padding-right: 0;
	padding-left: 0;
}

.container-fluid.no-padding > .row {
	margin-right: 0;
	margin-left: 0;
}

.container-fluid.no-padding .row > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

/* Top
-------------------------------------------------------------- */
.top {
	background-color: #f9f9f9;
	color: #a3a3a3;
	font-family: "Roboto Slab", sans-serif;
}

.top .information {
	display: inline-block;
	float: left;
	line-height: 60px;
}

.top .information ul {
	margin: 0;
}

.top .information ul li {
	float: left;
	list-style: none;
}

.top .information ul li {
	position: relative;
	display: inline-block;
	padding-left: 30px;
    margin-left: 50px;
}

.top .information ul li:first-child {
	margin-left: 0;
}

.top .information ul li:before {
	content: "\f017";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #0facee;	
	position: absolute;
	left: 0;
	top: 0;
}

.top .information ul li.phone:before {
	content: "\f095";
}

.top .language {
	float: right;
	position: relative;
}

.top .language .lang-title {
	padding-left: 32px;
}

.top .language .lang-title:before {
	content: "\f0ac";
	position: absolute;
	left: 0;
	top: 17px;
	font-family: "FontAwesome";
	color: #0facee;
}

.top .language .lang-trigger a {
	line-height: 60px;
	position: relative;
	display: inline-block;
	padding-right: 35px;
}

.top .language .lang-trigger a:after {
	content: "\f107";
	position: absolute;
	right: 17px;
	top: -1px;
	font-family: "FontAwesome";
}

.top .language .lang-list {
	margin: 0;
	list-style: none;
	width: 115px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 99998;
	border-top: 1px solid #0facee;
    box-shadow: 0 2px 10px rgba(6, 6, 6, 0.3);
}

.top .language .lang-list.ghost {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
  	visibility: hidden;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
            transform: translateY(5px);
}

.top .language .lang-list.human {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
    visibility: visible;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
            transform: translateY(0px);
}

.top .language ul li {
	border-top: 1px solid #e1e1e1;
	background-color: #fff;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.top .language ul li:first-child {
	border: 0;
}

.top .language ul li a {
	line-height: 50px;
	display: inline-block;
	color: #0facee;
	padding: 0 29px;
}

.top .language ul li:hover {
	background-color: #006ab4;
}

.top .language ul li:hover a {
	color: #fff;
}

/* Cart Top */
.nav-top-cart-wrapper {
	position: relative;
	float: right;
}

.nav-top-cart-wrapper .nav-cart-trigger {
	display: inline-block;
	line-height: 60px;
	color: #fff;
	position: relative;
	width: 40px;
}

.nav-top-cart-wrapper .nav-cart-trigger:before {
    width: 15px;
    height: 15px;
    text-align: center;
    position: absolute;
    display: block;
    line-height: 15px;
    left: 10px;
    top: 9px;
    content: attr(data-content);
    font-size: 9px;
    color: #0facee;
    background-color: #fff;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.nav-top-cart-wrapper .nav-cart-trigger:after {
	content: "";
	position: absolute;
	right: 0;
	top: 20px;
	background: url(../img/cart.png) no-repeat center center;
	width: 20px;
	height: 20px;
}

.nav-top-cart-wrapper .nav-shop-cart {
	width: 350px;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
  	visibility: hidden;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
            transform: translateY(5px);
}

.nav-top-cart-wrapper:hover .nav-shop-cart {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
    visibility: visible;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
            transform: translateY(0px);
}

.nav-shop-cart .content-wrapper {
	background-color: #0facee;
	width: 100%;
	padding: 20px;
    box-shadow: 0 2px 10px rgba(6, 6, 6, 0.3);
}

.nav-shop-cart:not(.no-cart) .no-cart-note {
	display: none;
}

.nav-shop-cart.no-cart .content,
.nav-shop-cart.no-cart .cart-button {
	display: none;
}

.nav-shop-cart.no-cart .no-cart-note {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.nav-shop-cart.no-cart .no-cart-note p {
	color: #fff;
	margin-bottom: 0;
}

.nav-shop-cart .content .cart-list {
	margin: 0;
	list-style: none;
}

.nav-shop-cart .content .cart-list .cart-item {
	position: relative;
	border-bottom: 1px solid #34c3ff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.nav-shop-cart .content .cart-list .cart-item .image {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px;
}

.nav-shop-cart .content .cart-list .cart-item .info {
	overflow: hidden;
	margin-top: 5px;
}

.nav-shop-cart .content .cart-list .cart-item .info p {
	margin: 0;
}

.nav-shop-cart .content .cart-list .cart-item .info .name {
	color: #fff;
}

.nav-shop-cart .content .cart-list .cart-item .info .name:hover {
	color: #3c3f46;
}

.nav-shop-cart .content .cart-list .cart-item .info .price {
	color: #fff;
	padding-top: 2px;
}

.nav-shop-cart .content .cart-list .cart-item {
	position: relative;
}

.nav-shop-cart .content .cart-list .cart-item .remove {
	position: absolute;
	top: 5px;
	right: 0;
}

.nav-shop-cart .content .cart-list .cart-item .remove a {
	color: #006ab4;
}

.nav-shop-cart .content .cart-list .cart-item .remove a:hover {
	color: #fff;
}

.nav-shop-cart .content .cart-button {
	text-align: center;
	padding: 10px 0;
}

/* Top Style 2 */
.top.style2 {
	background-color: #006ab4;
	color: #fff;
}

.top.style2 .language .lang-title,
.top.style2 .information ul li,
.top.style2 .information ul li {
	padding-left: 0;
}

.top.style2 .language .lang-title:before,
.top.style2 .information ul li:before,
.top.style2 .information ul li.phone:before {
	content: "";
}

.top.style2 .information ul li.phone {
	margin: 0 0 0 18px;
	padding-left: 20px;
}

.top.style2 .information ul li.phone:after {
	content: "";
	width: 1px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	left: 0px;
	top: 23px;
}

.top.style2 .nav-top-cart-wrapper {
	background-color: #0064aa;
	padding: 0 20px 0 0;
	margin-left: 30px;
}

.top.style2 .nav-top-cart-wrapper .nav-cart-trigger:before {
	left: auto;
	right: -10px;
}

.top.style2 .language .lang-trigger a {
	color: #fff;
}

.top.style2 .language {
	float: left;
}

.top.style2 .information {
	float: right;
}

/* Header
-------------------------------------------------------------- */

.pag10-inicio{
	font-family: 'Open Sans', sans-serif;
	background: #142B4C;
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.mainbox{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: auto;
}

.box1-1{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	background: #fff;
}

.box3-1{
	flex-direction: column;
}

.box1-1 .box1{
	width: 40%;
	padding: 5px;
	margin: auto;
}

.box1-1 .box-3{
	width: 100%;
	margin: auto;
	text-align: center;
}

.box1-1 .box1 img{
	width: 100%;
	margin: auto;
}
.box1-1 .box2{
	width: 50%;
	margin: 5px;
	margin:auto;
}

.mainbox .box{
	width: 30%;
	min-width: 300px;
	max-width: 300px;
	min-height: 300px;
	height: 300px;
	background: #142B4C;
	color: #fff;
	flex-grow: 1;
	margin: auto;
	align-items: center;
	padding: 20px;
}

@media screen and (max-width: 1170px) {
	
	.pag10-inicio{
		padding: 0;
	}
	
	.mainbox .box1-1{
		
	}
}


.pag1-inicio{
	width: 100%;
	height: auto;
}
	
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') 
  format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
	margin: 0;
	padding: 0;
}

.flexslider{
	width: 100%;
	position: relative;
	overflow: visible;
	text-align: center;
}

.slides{
	overflow: visible;
}

.slides img{
	width: 100%;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-control-nav{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 5%;
	z-index: 999;
	display: none;
}

.flex-control-nav li{
	display: inline-block;
	margin: 0 6px;
}

.flex-control-nav li a{
	display: block;
	background: #777777;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	text-indent: -9999px;
}

.flex-control-nav li a:hover{
	background: #2E2E2E;
}

.flex-control-nav li a.flex-active{
	background: #2E2E2E;	
}

.flex-direction-nav a{
	display: block;
	text-decoration: none;
	position: absolute;
	top: 50%;
	z-index: 999;
	width: 40px;
	height: 40px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev{
	left: 0;
	display: none;
}

.flex-direction-nav .flex-next{
	right: 0;
	display: none;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-caption p{
	font-family: Lato;
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
	font-size: 45px;
	color: #fff;
	font-weight: bold;
}

.flexslider:hover .flex-direction-nav .flex-prev{
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover{
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next{
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover{
	opacity: 1;
}


/*======================SOCIEDADES===============================*/
.asociasiones{
	width: 100%;
}

.asociasiones .item{
	width: 70%;
}

hr{
	width: 80%;
	margin: auto;
	height: 20px;
}

.img-tarjetas img{
	margin: 10px;
}

/*==================================================================*/

/*.pag2-nosotros{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px 93px;
	align-items: center;
	margin-bottom: 40px;
	background: red;
}*/

.pag2-nosotros{
	width: 100%;
	height: auto;
	/*background: #F9F9F9;*/
}


.pag2-nosotros-1{
	width: 100%;
	height: auto;
	background: #1DC1EC;
}

.seguros{
	background: #fff;
}
.nosotros .titulo{
    text-align: center;
    font-size: 4em;
    font-weight: 700;
    color: #1DC1EC;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
}

.titulo{
    text-align: center;
    font-size: 4em;
    font-weight: 700;
    color: #1DC1EC;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
}

.sub-titulo{
	text-align: center;
	font-size: 2rem;
	padding-top: 10px;
	padding-bottom: 60px;
	color: #142B4C;
	font-weight: bold;
}

.margin{
	width: 100%;
	margin: auto;
}

.margin-1{
	width: 100%;
	margin: auto;
}


.icon-ueso{
	width: 10%;
}

.cv{
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	color: #fff;
  	background-color: #1DC1EC;
  	border-color: #fff;
	padding: 10px;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
}

.cv:hover{
	color: #fff;
  	background-color: #1DC1EC;
  	border-color: #fff;
	opacity: .5;
	text-decoration: none;
}

.cv:link{
	text-decoration: none;
	color: #fff;
}

.card-body{
	font-family: 'Open Sans', sans-serif;
	padding: 10px;
    background: #fff;
    /*color: #1DC1EC;*/
    color: #142B4C;
    border-radius: 0 0 10px 10px;
    text-align: center;
    margin-bottom: 40px;
	border: 1px solid #1DC1EC;
}

.card-body-1{
	padding: 10px;
    background: #fff;
	border: 1px solid #ccc;
	margin: 2px;
    color: #142B4C;
    text-align: center;
}

.card-body-2{
	padding: 10px;
    background: #fff;
    /*color: #1DC1EC;*/
    color: #142B4C;
    text-align: center;
	border: 1px solid #ccc;
}

/*
.cb-1{background: #143044;}
.cb-2{background: #154360;}
.cb-3{background: #1F618D;}
.cb-4{background: #1A5276;}
.cb-5{background: #103B59;}
.cb-6{background: #0B334F;}
.cb-7{background: #143D59;}
.cb-8{background: #143044;}
*/

.card{
	margin: auto;
}

.card-1{
	margin: auto;
}


.card-text{
	font-size: 1.7rem;
	font-weight: bold;
    border-bottom: 1px solid #1DC1EC;
    padding-bottom: 10px;
}

.card-text-1{
	width: 100%;
	font-size: 1.5rem;
	font-weight: bold;
}


.card-text:hover{
	opacity: .5;
}

.card-text-1:hover{
	opacity: .5;
}

/*=============MODAL=============*/

.estudios{
	padding: 20px;
    border: 1px dashed #1DC1EC;
    margin: 24px;
}

.experiencia{
	background: #e9e9e9;
    padding: 20px;
    margin: 20px;
    text-align: justify;
    box-shadow: 0px 10px 10px #ccc;
}

.inf-1{
	background: #F9F9F9;
    padding: 10px;
    margin: 10px;
    text-align: justify;
    box-shadow: 0px 10px 10px #00000033;
}

.fade.in {
    opacity: 1;
	background: transparent;	
}

.doctores{
	width: 100%;
    height: auto;
	display: block;
	
	position: relative;
	background: #fff;
}

.doctores .txt-title,
.asociasiones .txt-title,
.pag3-servicios .txt-title,
.pag4-instalaciones .txt-title,
.pag2-nosotros-1 .txt-title
{
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
}

.doctores .txt-title{
	padding-bottom: 10px;
}

.doctores .txt-subtitle{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.doctores-1{
	width: 100%;
    height: auto;
	display: block;
	padding-top: 100px;
    padding-bottom: 100px;
	position: relative;
}


/*
IMG Responsive
*/

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
  margin: auto;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-responsive-1 {
  display: block;
  height: auto;
  max-width: 100%;
  margin: auto;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-responsive a{
	opacity:1;
}

.img-responsive:hover{
	opacity:.8;
}

.pacientes .row{
	/*background: pink;*/
}

@media screen and (max-width:600px){
	
	.pacientes .row .col-md-4{
		width: 80%;
		margin: 0;
		text-align: center;
	}
	
} 

@media screen and (max-width: 350px){
	.img-360{
		padding: 5px;		
	}
}

.pacientes .col-md-4{
		width: 33.3%;
		font-family: 'Open Sans Condensed', sans-serif;
		/*background: #000;*/
	}

	.pacientes .col-md-4 .roll-iconbox{
		width: 100%;
		margin: auto;
	}

.pacientes .md:hover{
	border-radius: 5px;
	box-shadow: 0px 10px 20px 1px #ccc;
}


@media screen and (max-width: 600px){
	.collapse .col-md-4{
	}
}

@media screen and (max-width: 991px) {
	
	.card{
		width: 60%; /*50%*/
		/*float: left;
		margin: 15px;*/
	}
	
	.pacientes .col-md-4{
		margin: auto;
		font-family: 'Open Sans Condensed', sans-serif;
		margin-top: 10px;
	}
	
	.pacientes .col-md-4 .roll-iconbox{
		width: 100%;
		margin: auto;
	}
	
	.pacientes .col-md-4{
		width: 100%;
		margin: auto;
	}
	
	.pag3-servicios .pacientes .md-1{
		width: 30%; /*100%*/
		float: left;
		text-align: center;
	}
	
	.pag3-servicios .pacientes{
		width: 80%;
		padding: 0;
	}
	.pacientes .md{
		width: 45%; /*100%*/
		float: left;
		margin: 15px;
	}
	
	.cont-map{
		margin: auto;
		width: 60%;
	}
}


@media screen and (max-width: 930px) {
	.pag3-servicios .pacientes .md-1{
		width: 100%; /*100%*/
		float: left;
		text-align: center;
	}
}

/*@media screen and (max-width: 700px){
	
	.doctores .col-md-4{
		width: 50%;
	}
	.row .mb-4{
		width: 60%;
	}
	
	.card{
		width: 100%; /*50%
	}
	
	.card img{
		width: 100%;
	}
}*/

@media screen and (max-width:700px){
	
	.card-body-2{
		width: 100%;
	}
	
	.cont-map{
		width: 100%;
		min-width: 100%;
	}
}

@media only screen and (max-width: 720px) {


/* Fading animation */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  0% { opacity: 0 }
  100% { opacity: 1 }
}

@keyframes fade {
  0% { opacity: 0 }
  100% { opacity: 1 }
}

	.row-1 .iframe{
		width: 100%;
		max-width: 500px;
		margin: auto;
		overflow: hidden;
	}
	
	.row-1 .iframe iframe{
		width: 100%;
	}
	
	.contac{
		height: auto;
		flex-direction: column;
		flex-wrap: wrap;
	}
	
	.contac-txt{
		width: 100%;
	}
}


/*=======================================*/

.pag3-servicios{
	width: 100%;
	height: auto;
	background: #f9f9f9;
	
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.cont-serv h2{
	width: 100%;
	display: block;
	padding-top: 40px;
	padding-bottom: 50px;
	text-align: center;
	margin: auto;
}


.roll-servicios h2{
	width: 100%;
	/*background: #1DC1EC;*/
	display: block;
	padding: 40px 0px;
	text-align: center;
	margin: auto;
	width: 100%;
}


.tarjetas{
    width: 100%;
    display: flex;
	flex-wrap: wrap;
	flex-direction: row;
    justify-content: center;
}

.tarjeta--1{
	max-width: 350px;
}

.tarjeta--2{
	max-width: 350px;
}

.tarjeta--3{
	max-width: 350px;
}

.tarjeta--4{
	max-width: 350px;
}

.tarjeta--1 .tarjeta__img--hover{
    background-image: url(../img/nosotros/servicio-1.jpg);
}

.tarjeta--2 .tarjeta__img--hover{
    background-image: url(../img/nosotros/servicio-2.jpg);
}

.tarjeta--3 .tarjeta__img--hover{
    background-image: url(../img/nosotros/servicio-3.jpg);
}

.tarjeta--4 .tarjeta__img--hover{
    background-image: url(../img/nosotros/servicio-4.jpg);
}

.tarjeta__time{
	font-family: "Roboto", sans-serif;
    font-size: 25px;
    color: #1DC1EC;
	font-weight: bold;
    margin-left: 5px;
}

.tarjeta__clock-info{
    float: right;
}

.tarjeta__img{
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 210px;
}

.tarjeta__info-hover{
    position: absolute;
    padding: 16px;
    width: 100%;
    opacity: 0;
    top: 0;
}

.tarjeta__img--hover{
    transition: 0.5s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 235px;
    top: 0;
	overflow: hidden;
}


.tarjeta{
    transition: all .1s cubic-bezier(0.175, 0.885, 0, 1);
    width: 25%;
	min-width: 300px;
    position: relative;
    overflow: hidden;
	flex-grow: 1;
}

	
/*.tarjeta__info{
    z-index: 2;
    background-color: #fff;
    padding: 16px 24px 24px 24px;
}*/

.tarjeta__category{
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-weight: bold;
    color: #1DC1EC;
	text-align: center;
}

.tarjeta__title{
    margin-top: 5px;
    margin-bottom: 10px;
}


.tarjeta__by{
    font-size: 1.5rem;
    font-weight: 500;
	text-align: justify;
	background: #f9f9f9;
}

.tarjeta__author{
    font-weight: 600;
    text-decoration: none;
    color: #ad7d52;
}@m


.tarjeta:hover .tarjeta__img--hover{
    height: 100%;
    
}

.tarjeta:hover .tarjeta__info{
    background-color: transparent;
    position: relative;
}

.tarjeta:hover .tarjeta__info-hover{
    opacity: 1;
}


/*==========================================================================================*/

.pag4-instalaciones{
	/*background: #142B4C;*/
	background: #fff;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}

.pag5-pacientes{
	width: 100%;
	height: auto;
	overflow: hidden;
	
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	/*background: #f9f9f9;*/
	padding-bottom: 30px;
}

.pag5-pacientes .titulo{
	width: 100%;
	padding-bottom: 10px;
	color: #142B4C;
}

/*==========swiper==========*/
html, body {
      position: relative;
      height: 100%;
    }
    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      margin: 0;
      padding: 0;
    }
    .swiper-container {
      width: 60%;
      height: 80%;
	  margin-bottom:30px; 
	  margin-top: 30px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.swiper-slide iframe{
	width: 100%;
	height: 100%;
	background: #000;
}

@media screen and (max-width: 780px){

	.swiper-slide{
	min-width: 100%;
	min-height: 100%;
	}
	.swiper-slide iframe{
	min-width: 100%;
	min-height: 100%;
}

	
}
/*==========swiper==========*/



.pag5-pacientes .videos{
	width: 20%;
	height: auto;
	flex-grow: 1;
	margin: 0px 20px;
	overflow: hidden;
}

.pag5-pacientes .videos iframe{
	width: 90%;
	margin: 20px;
	border-radius: 10px;
	border: 5px solid #1DC1EC;
}


.header{
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	margin: auto;
	display: flex;
	align-content: center;
	background: #fff;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	position: fixed;
	z-index: 99999;
}

.logo, .logo img{ 
	width: 200px;
	height:100px;
	z-index: 999999;
}

.logo{
	margin-left: 65px;
	z-index: 999;
}

.logo img{
	margin-left: 0px;
	margin-top: 0px;
}

.logo:hover{
	opacity: .5;
}

.menu{
	width: 70%;
	flex-grow: 1;
	display: flex;
}

.menu ul{
	list-style: none;
	margin: auto;

}

.menu ul li{
	display: inline-block;
	padding: 10px;
	margin: 10px 5px;
	cursor: pointer;
}

.menu ul li a{
	font-size: 1.5rem; /*Estaba 1.5 rem*/
	display: block;
	padding: 0px 5px;
	text-decoration: none;
	position: relative;
	color: #1DC1EC;
	text-transform: uppercase;
}

.menu ul li a:hover{
	color: #142B4C;
}

.menu ul li a:before{
	content: '';
	width: 0px;
	height: 1.5px;
	background: #142B4C;
	position: absolute;
	top: 100%;
	left: 0;
	transition: .5s; 
}

.menu ul li:hover a:before{
	width: 50%;
	transform: translateX(100%);
}

.menu li{
	transition: transform 0.2s ease;
}

.menu li:hover{
	transform: scale(1.2);
	transition: transform 0.2s ease;
}

.menu .btnllamar{
	font-size: 20px;
}
/*=========================TOGGLE=========================*/

.toggle{
	width: 10%;
	height: 100px;
	min-width: 125px;	
	margin-top: 2px;
	margin-left: -40px;
	position: absolute;
	flex-grow: 1;
	padding: 15px 20px;
	text-align: right;
	box-sizing: border-box;
	color: #1DC1EC;
	font-size: 35px;
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 1240px){
	
		
	.toggle{
		display: block;
		background: transparent;
		margin-left: 3px;
		margin-top: 8px;
		transition: transform 0.5s ease;
	}
	
	.toggle:hover{
		transform: scale(1.1);
		transition: transform 0.5s ease;
	    opacity: .8;
	}
	
	.header{
		height: 100px;
	}
	
	nav{
		flex-direction: column;
		margin-top: 100px;
	}
	
	.logo{
		position: absolute;
		position: fixed;
		margin-left: 150px;
	}
	
	ul{
		width: 50%;
		display: none;
		position: absolute;
		background: #fff;
		margin: 0;
		padding: 0;
		border-radius: 0px 0px 10px 0px;
		transition: 5s;
	}
	
	ul li{
		width: 100%;
		display: inline-block;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
	.menu ul li a{
		width: 100%;
		display: inline-block;
		color: #000;
	}
	
	.menu ul li a:hover{
		opacity: .8;
		font-weight: bold;
	}
	
	.menu ul li a:before{
		display: none;
	}
	
	.active-tggl{
		display: block;
	}
	
	.inicio1-1-1{
		width: 100%;
	}
	
	.flexslider{
		overflow: visible;	
	}
	
	.slides{
		width: 100%;
	}
	
	.socials{
		margin: auto;
			
	}	
}

@media screen and (max-width: 600px){

	/*.logo{
		display: none;
	}*/
	
	.logo, .logo img{ 
	width: 100px;
	height:50px;
	cursor: pointer;
	z-index: 999999;
	margin-left: 40px;
}

	
	nav{
		flex-direction: column;
		margin-top: 50px;
	}
	
	header .header{
		height: 50px;
	}
	
	.toggle{
		margin-left: -50px;
		margin-top: -4px;
		padding: 0;
	}
	
}


.portada{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
}


/*=========================REDES=========================*/

/*@media screen and (max-width: 450px){
	
	.redes{
		position: absolute;
		left: 500px;
		}
}*/


.redes{
	width: 10%;
	min-width: 140px;
	display: flex;
	text-align: center;
	margin: auto;
	border-left: 2px solid #ccc;
}

.fa-facebook{
	width: 20px;
	min-width: 40px;
	font-size: 3rem;
	color: #3A5AA5;
	/*color: #1DC1EC;*/
	transition: transform 0.5s ease;
	cursor: pointer;
}

.fa-whatsapp{
	width: 20px;
	min-width: 40px;
	font-size: 3rem;
	color: #27D367;
	/*color: #1DC1EC;*/
	transition: transform 0.5s ease;
	cursor: pointer;
}

.fa-facebook:hover{
	color: #3A5AA5;
	transform: scale(1.4);
	transition: transform 0.5s ease;
	
}

.fa-whatsapp:hover{
	color: #27D367;
	transform: scale(1.4);
	transition: transform 0.5s ease;
	
}


/*=========================IR ARRIBA=========================*/

.up {
	display:none;
	padding:10px;
	background: #1DC1EC;
	font-size:2rem;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: 9999999999;
}

/*IMAGENES 360*/

.img-360{
	background: #142B4C;
	width: 100%;
	height: auto;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 40px;
}

.img-360 .text-center{
	font-family: 'Open Sans', sans-serif;
	width: 100%;
}

.img-360 iframe{
	min-width: 150px;
	min-height: 100px;
}
.cbp-lightbox{
	
}


/* Mobile Navigation Arrows */
.btn-submenu {
    cursor: pointer;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 57px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 3px;
    width: 60px;
}

.btn-submenu:before {
	content: "\f105";
	color: #aaa;
}

.btn-submenu.active:before {
	content: "\f107";
}

/* Menu Button */
.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 40px 0;
	width: 26px;
	height: 16px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #222;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

/* Revolution Slider
-------------------------------------------------------------- */

.main-slider .roll-banner-h1,
.main-slider .roll-banner-h2,
.main-slider .roll-banner-h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #0facee;
	background: rgba(255,255,255,.5);
	border-radius: 10px;
}

.main-slider .roll-banner-h1 { font-size: 50px; }
.main-slider .roll-banner-h2 { font-size: 36px; }
.main-slider .roll-banner-h3 { font-size: 25px; }

.main-slider .roll-banner-h1 strong,
.main-slider .roll-banner-h2 strong,
.main-slider .roll-banner-h3 strong {
	font-weight: 700 !important;
}

.main-slider .roll-banner-h1.text-white, 
.main-slider .roll-banner-h2.text-white,
.main-slider .roll-banner-h3.text-white,
.main-slider .roll-banner-p.text-white { color: #fff; text-shadow: 0px 1px 2px rgba(0,0,0,0.3);}

.main-slider .roll-banner-h1.white-bg { background-color: #fff; color: #0facee; padding: 27px 20px 36px; } 
.main-slider .roll-banner-h2.white-bg { background-color: #fff; color: #0facee; padding: 20px; }
.main-slider .roll-banner-h3.white-bg { background-color: #fff; color: #0facee; padding: 18px 20px; }
.main-slider .roll-banner-p.white-bg { background-color: #fff; color: #0facee; padding: 18px }

.main-slider .roll-banner-h1.color-bg { background-color: #006ab4; color: #fff; padding: 22px 20px 36px; }
.main-slider .roll-banner-h2.color-bg { background-color: #006ab4; color: #fff; padding: 20px; }
.main-slider .roll-banner-h3.color-bg { background-color: #006ab4; color: #fff; padding: 18px 20px; }
.main-slider .roll-banner-p.color-bg { background-color: #006ab4; color: #fff; padding: 18px }

.main-slider .roll-banner-p.size-2 {
	font-size: 16px;
}

.main-slider .roll-btn {
	font-family: "Roboto Slab", sans-serif;
	background-color: #0facee;
	color: #fff;
	padding: 15px 70px;
    transition: all ease .238s !important;
}

.main-slider .roll-btn:hover {
    background-color: #006ab4;
    color: #fff;
}

.main-slider .roll-btn.color2 {
	background-color: #006ab4;
}

.main-slider .roll-btn.border {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.main-slider .roll-btn.border:hover {
	background-color: #fff;
	color: #0facee;
}

.main-slider .roll-btn.color2:hover {
	background-color: #0facee;
}

.main-slider .tp-bannertimer {
	background: url(../img/slides/timer.png);
}

/* Arrows */
.main-slider .tparrows {
	border-radius: 50px;
	background-color: #142B4C;
    transition: all ease .238s !important;
}

.main-slider .tparrows:hover {
	background-color: #1DC1EC;
    transition: all ease .238s !important;
}

.main-slider .tparrows:before {
	font-size: 13px;
	line-height: 42px;
}

/* Page Title
-------------------------------------------------------------- */
.page-title {
	font-family: "Roboto Slab", sans-serif;
	color: #fff;
    background-color: #f9f9f9;
    padding: 13px 0;
    text-align: center;
}

.page-title .breadcrumbs {
	color: #0facee;
	background-color: transparent;
	font-size: 14px;
    padding: 0;
    margin: 0;
}

.page-title .breadcrumbs a {
	color: #7e8186;
}

.page-title .breadcrumbs a:hover {
	color: #0facee;
}

.page-title .breadcrumbs .sep {
	color: #7e8186;
	padding: 0 5px;
}


.page-title.style2 {
	padding: 82px 0;
	text-align: left;
}

.page-title.style2 h1 {
	font-size: 40px;
	color: #006ab4;
	margin: 0;
}

.page-title.style2 .breadcrumbs{
	text-align: right;
}

/* Page Heading
-------------------------------------------------------------- */
.page-heading {
	text-align: center;
	margin-bottom: 73px;
}

.page-heading h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	margin: 0 0 17px;
}

.page-heading p {
	font-size: 16px;
	line-height: 26px;
	max-width: 515px;
	margin: 0 auto;
}

/* Blog
-------------------------------------------------------------- */
.post {
	margin-bottom: 80px;
}

.post .post-media {
	margin-bottom: 24px;
}

.post .post-title {
	font-size: 25px;
	line-height: 33px;
	font-weight: 700;
	margin-bottom: 17px;
}

.post .post-title a {
	color: #3c3f46;
}

.post .post-title a:hover {
	color: #0facee;
}

.post .post-meta {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 28px;
	color: #9aa1ac;
}

.post .post-meta span {
	display: inline-block;
	position: relative;
	padding-left: 9px;
	padding-right: 1px;
}

.post .post-meta span:first-child {
	padding-left: 0;
}

.post .post-meta span:before {
	content: "/";
	line-height: 24px;
	position: absolute;
	left: 0;
	top: 0;
}

.post .post-meta span:first-child:before {
	content: "";
}

.post .post-meta a {
	color: #9aa1ac;
}

.post .post-meta a:hover {
	color: #0facee;	
}

.post .more-link {
	display: block;
	margin-top: 42px;
	overflow: hidden;
}

.post-sumary p {
	margin: 0;
}

.post .more-link a {
    background-color: #0facee;
    font-family: "Roboto Slab", sans-serif;
    color: #fff;
    display: inline-block;
    padding: 13px 65px;
    outline: none;
}

.post .more-link a:hover {
	background-color: #006ab4;
}

/* Pagination */
.pagination {
	margin: 20px 0 0;
	text-align: center;
	width: 100%;
}

.pagination .page-numbers {
	background-color: #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #0facee;
	margin-right: 6px;
	border: 1px solid #e1e1e1;
	font-family: "Roboto Slab", sans-serif;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	background-color: #0facee;
	color: #fff;
	border-color: #0facee;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
	margin: 0;
}

.pagination .page-numbers.prev {
	float: left;
}

.pagination .page-numbers.next {
	float: right;
}

/* Blog Single Post
-------------------------------------------------------------- */
.single-post .post-entry p,
.single-doctor .detail p {
	margin: 0 0 24px;
}

.single-post .post-author {
	position: relative;
	background-color: #0facee;
	padding: 30px 30px 60px 30px;
	margin-top: 40px;
}

.single-post .post-author .avatar {
	width: 100px;
	float: left;
	margin-right: 30px;
}

.single-post .post-author .info h5 {
	font-size: 18px;
	line-height: 26px;
	color: #fefefe;
	margin: 0 0 8px;
}

.single-post .post-author .info p {
	color: #fff;
	margin: 0;
}

.single-post .post-author .socials {
	position: absolute;
	left: 0;
	bottom: -25px;
	width: 100%;
	text-align: center;
	margin: 0;
}

.single-post .post-author .socials li {
	display: inline-block;
	margin-left: 7px;
}

.single-post .post-author .socials li:first-child {
	margin: 0;
}

.single-post .post-author .socials li a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 48px;
	background-color: #0facee;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
}

.single-post .post-author .socials li a:hover,
.single-post .post-author .socials li.hover a {
	background-color: #006ab4;	
}

/* Comment List */
.bypostauthor {
	display: block;
}

.comments-area {
	margin-top: 83px;
}

.comments-area ol.comment-list,
.comments-area ul.children {
	list-style: none;
	margin-left: 0;
}

.comments-area ol.comment-list > .comment {
	border-top: 1px solid #e1e1e1;
	padding-top: 40px;
	margin-top: 40px;
}

.comments-area ol.comment-list > .comment:first-child {
	border: 0;
	padding: 0;
	margin: 0;
}

.comment-title,
.comment-reply-title {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 23px;
}

.comment_wrap {
	margin-bottom: 27px;
}

.comment_wrap .gravatar {
	width: 80px;
	float: left;
	margin: 5px 30px 0 0;
}

.comment_wrap .comment_content {
	overflow: hidden;
	min-height: 93px;
}

.comment_wrap .comment_text p {
	margin-bottom: 0;
}

.comment_wrap .comment_author {
	font-size: 16px;
	color: #3c3f46;
	font-weight: 700;
	font-style: normal;
	font-family: "Roboto Slab", sans-serif;
	display: inline-block;
	margin: 0;
}

.comment_wrap .comment_meta {
	margin-bottom: 7px;
}

.comment_wrap .comment_reply {
	float: right;
	position: relative;
}

.comment_wrap .comment_time {
	font-size: 12px;
	font-weight: 300;
	padding-left: 6px;
}

.comment_wrap .comment_reply a {
	font-weight: 700;
	font-style: italic;
	color: #0facee;
}

.comment_wrap .comment_reply a:hover {
	color: #3c3f46;
}

.comments-area .comment-list ul.children {
	margin-left: 110px;
}

/* Comment Form */
.comment-respond {
	margin-top: 63px;
}

.comment-respond .comment-form {
	padding-top: 18px;
}

.comment-respond .name-container,
.comment-respond .email-container {
	width: 48.051%;
	float: left;
	margin-right: 3.896%;
}

.comment-respond .message-container {
	width: 48.051%;
}

.comment-respond fieldset input,
.comment-respond fieldset textarea {
	width: 100%;
}

.comment-respond fieldset textarea {
	height: 110px;
	margin-bottom: 22px;
}

.comment-respond .form-submit {
	text-align: center;
	margin: 0;
}

.comment-respond .form-submit input {
	width: 100%;
	padding: 18px 0;
}


.comment-respond .form-submit input:hover {
	background-color: #006ab4;
}

/* Widgets
-webkit-----------------------: ;
-moz-----------------------: ;
-ms-----------------------: ;
-o-----------------------: ;
----------------------: ;-------------------------------------- */
.widget {
	margin-top: 55px;
}

.widget:first-child {
	margin-top: 0;
}

.widget-title {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin: 0 0 26px;
}

.widget ul {
	margin: 0;
}

.widget ul li {
	list-style: none;
	border-top: 1px solid #e5e5e5;
	padding: 12px 0;
}

.widget ul li:first-child {
	border: 0;
}

.widget ul li a {
	color: #7e8186;
}

.widget ul li a:hover {
	color: #0facee;
}

/* Widget Search */
.widget_search .search-form {
	position: relative;
}

.widget_search label {
	display: block;
	margin: 0;
	font-weight: normal;
}

.widget_search .search-field {
	padding-left: 0;
	margin: 0 0 0;
	border: 0;
	border-bottom: 1px solid #e1e1e1;
}

.widget_search .search-submit {
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	color: #0facee;
	background-color: transparent;
	padding: 0;
	width: 16px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
}

.widget_search .search-submit:hover {
	background-color: transparent;
}

/* Widget categories */
.widget_categories .cat-item.hover a,
.widget_categories .cat-item.hover span {
	color: #006ab4;
}

/* Widget Tags */
.widget_tag_cloud .tagcloud {
	display: block;
	margin-top: 44px;
}

.widget_tag_cloud .tagcloud a {
	font-size: 12px;
	display: inline-block;
	padding: 2px 16px;
	border: 1px solid #e1e1e1;
	color: #979797;
	margin: 0 7px 10px 0;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a.hover {
	background-color: #006ab4;
	border-color: #006ab4;
	color: #fff;
}

/* Widget Instagram */
.widget_instagram {
	max-width: 270px;
}

.widget_instagram ul {
	margin: 0 -1.5px;
	padding: 18px 0;
}

.widget_instagram ul li {
	border: 0;
	padding: 0;
	width: 33.333%;
	float: left;
}

.widget_instagram ul li .thumb {
	padding: 0 1.5px;
	margin-bottom: 3px;
}

/* Widget Open Hours */
.widget_opening_hours {
    background-color: #0facee;
    padding: 24px 0 0;
}

.widget_opening_hours .widget-title {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.widget_opening_hours ul {
    margin: 0;
    color: #fff;
}

.widget_opening_hours ul li {
    line-height: 50px;
    background-color: #06b5ff;
    border-top: 1px solid #0facee;
    padding: 0;
}

.widget_opening_hours ul li:first-child {
    border: 0;
}

.widget_opening_hours .dh {
    padding: 0 20px;
}

.widget_opening_hours .dh > span {
    float: right;
}

.widget_opening_hours .dh > span:first-child {
    float: left;
}

.widget_opening_hours .helpline {
	color: #fff;
	font-family: "Roboto Slab", sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	padding: 27px 0;
}

.widget_opening_hours .helpline span:first-child {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	display: block;
}

/* Widget Doctor Table */
.widget_doctor_table {
	background-color: #006ab4;
	padding: 25px 20px 30px;
	text-align: center;
}

.widget_doctor_table .widget-title {
	font-size: 20px;
	color: #fff;
	margin: 0 0 22px;
}

.widget_doctor_table p {
	color: #fff;
	margin: 0 0 22px;
}

.widget_doctor_table .roll-button {
	border: 1px solid #fff;
	background-color: transparent;
}

.widget_doctor_table .roll-button:hover {
	background-color: #0facee;
	color: #fff;
}

/* Blog Masonry
-------------------------------------------------------------- */
.post-masonry {
	margin: 0 -15px;
}

.post-masonry .post {
	width: 33.333%;
	height: auto;
	padding: 0 15px;
	margin-bottom: 50px;
}

.post-masonry.col4 .post {
	width: 25%;
}

.post-masonry .post .post-title {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
}

.post-masonry .post .more-link a {
    padding: 6px 40px 5px;
    font-size: 10px;
}

.post-masonry .post .post-meta {
	margin-bottom: 8px;
}

.post-masonry .post .more-link {
	margin-top: 22px;
}

.post-masonry .post.format-quote blockquote {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	background-color: #0facee;
	padding: 35px 20px 70px;
	margin: 0 0 13px;
	position: relative;
}

.post-masonry .post.format-quote blockquote cite {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
	position: absolute;
	right: 23px;
	bottom: 35px;
}

.post-masonry .post.format-quote .post-meta {
	margin: 0;
}

.post-masonry .post.format-quote {
	margin-bottom: 42px;
}

.post-masonry .blog-grid-video {
	position: relative;	
}

.post-masonry .blog-grid-video .blog-grid-video-player {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0,-50%,0);
       -moz-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);
}

.blog-grid .more-post {
	margin-top: 50px;
	text-align: center;
}

/* Doctors Page
-------------------------------------------------------------- */
.roll-section.doctors-page {
    padding: 94px 0 64px;
}

/* Doctor Profile
-------------------------------------------------------------- */
.main-content.single-doctor {
	padding: 100px 0 90px;
}

.main-content.single-doctor .dr-contact {
	float: left;
	width: 31.623%;
}

.main-content.single-doctor .dr-content {
	float: right;
	width: 57.264%;
	margin-left: 11.111%;
}

.dr-contact .thumb {
	position: relative;
	margin-bottom: 65px;
}

.dr-contact .socials {
	position: absolute;
	left: 0;
	bottom: -20px;
	text-align: center;
	width: 100%;
}

.dr-contact .socials ul {
	margin: 0;
	list-style: none;
}

.dr-contact .socials ul li {
    display: inline-block;
}

.dr-contact .socials ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin: 0 3px;
    color: #fff;
    background-color: #0facee;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
}

.dr-contact .socials ul li a:hover {
    background-color: #006ab4;
}

.dr-contact h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 16px;
}

.dr-contact .working-hours {
	list-style: none;
	margin: 0;
}

.dr-contact .working-hours li {
    line-height: 30px;
}

.dr-contact .working-hours li:first-child {
    border: 0;
}

.dr-contact .working-hours .dh > span {
    float: right;
}

.dr-contact .working-hours .dh > span:first-child {
    float: left;
}

.dr-content .name {
	font-size: 22px;
	color: #0facee;
	font-weight: 700;
	margin: -6px 0 8px;
}

.dr-content .position {
	color: #3c3f46;
	margin-bottom: 40px;
}

/* Gallery Single Post
-------------------------------------------------------------- */
.main-content.single-gallery {
	padding: 100px 0;
}

.main-content.single-gallery .gallery-desc {
	float: right;
	width: 23.076%;
	margin-left: 2.564%;
}

.main-content.single-gallery .gallery-img {
	float: left;
	width: 74.358%;
}

.gallery-desc ul {
	list-style: none;
	margin: 22px 0 0;
	padding: 22px 0 0;
	border-top: 1px solid #e1e1e1;
}

.gallery-desc ul li {
    line-height: 30px;
}

.gallery-desc ul li:first-child {
    border: 0;
}

.gallery-desc ul .dh > span {
    float: right;
    color: #0facee;
}

.gallery-desc ul .dh > span:first-child {
    float: left;
    color: #3c3f46;
}

.gallery-desc .socials {
	text-align: center;
}

.gallery-desc .socials ul {
	margin: 20px 0 0;
	padding: 30px 0 0;
	list-style: none;
}

.gallery-desc .socials ul li {
    display: inline-block;
}

.gallery-desc .socials ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin: 0 3px;
    color: #fff;
    background-color: #0facee;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
}

.gallery-desc .socials ul li a:hover {
    background-color: #006ab4;
}

/* About Page PACIENTES
-------------------------------------------------------------- */
.roll-section.about-page {
	width: 100%;
    margin: auto;
}

.pacientes{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	align-content: center;
}

.pacientes .col-md-4{
	align-content: center;
	text-align: left;
}

.col-md-4{
	font-family: 'Open Sans Condensed', sans-serif;
}



/* Departments Page
-------------------------------------------------------------- */
.departments-list .dpt-toggle {
	margin: 0;
	border: 0;
	padding: 0;
}

.departments-list .dpt-toggle .toggle-title {
	padding: 11px 0;
	border-bottom: 1px solid #e1e1e1;
	color: #0facee;
    font-size: 16px;
	margin: 0;
	cursor: pointer;
	position: relative;
}

.departments-list .dpt-toggle .toggle-title:after {
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 12px;
	font-weight: 400;
}

.departments-list .dpt-toggle.active .toggle-title:after {
	content: "\f068";
	right: 20px;
}

.departments-list .dpt-toggle.active .toggle-title {
	background-color: #006ab4;
	border-color: #006ab4;
	color: #fff;
	padding-left: 20px;
}

.departments-list .dpt-toggle:first-child .toggle-title {
	border-top: 1px solid #e1e1e1;
}

.departments-list .dpt-toggle .toggle-title:before {
	content: "";
}

.departments-list .dpt-toggle .toggle-content {
	padding: 0;
}

.departments-list .tabs .menu-tab,
.departments-list .item-list,
.departments-list .doctors-list,
.departments-list .doctors-list .dr-info .detail {
	margin: 0;
	list-style: none;
}

.departments-list .tabs .menu-tab {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 45px;
}

.departments-list .tabs .menu-tab li {
	float: left;
	padding: 0 15px;
	margin-right: 0;
}

.departments-list .tabs .menu-tab li a {
	border: 0;
	padding: 0;
	padding: 25px 0;
	position: relative;
	display: inline-block;
	color: #3c3f46;
    font-family: "Roboto Slab", sans-serif;
    font-size: 16px;
}

.departments-list .tabs .menu-tab li:first-child {
	padding-left: 0;
}

.departments-list .tabs .menu-tab li.active a:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #0facee;
	position: absolute;
	left: 0;
	bottom: 0;
}

.departments-list .tabs .content-tab {
	padding-bottom: 42px;
	border-bottom: 1px solid #e1e1e1;
}

.departments-list .tabs .content-tab p {
	margin-bottom: 24px;
}

.departments-list .item-list li {
	float: left;
	width: 42.528%;
	margin-right: 14.942%;
	border-bottom: 1px solid #e1e1e1;
	line-height: 52px;
	font-size: 16px;
}

.departments-list .item-list li > span.price {
	float: right;
}

.departments-list .item-list li.last {
	margin-right: 0;
}

.departments-list .links {
	font-family: "Roboto Slab", sans-serif;
	position: relative;
	display: inline-block;
	padding-right: 22px;
	margin-top: 20px;
}

.departments-list .links:after {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 0;
}

.departments-list .doctors-list > li {
	margin-top: 50px;
}

.departments-list .doctors-list > li:first-child {
	margin-top: 0;
}

.departments-list .doctors-list .detail li {
	padding: 23px 0;
	border-top: 1px solid #e1e1e1;
	overflow: hidden;
}

.departments-list .doctors-list li:first-child {
	border-top: 0;
}

.departments-list .doctors-list .dr-thumb {
	width: 270px;
	height: 270px;
	float: left;
	margin-right: 30px;
}

.departments-list .doctors-list .dr-info {
	overflow: hidden;
}

.departments-list .doctors-list .dr-info .name {
	font-size: 18px;
	font-weight: 700;
	margin: -5px 0 0;
}

.departments-list .doctors-list .dr-info .title {
	display: inline-block;
	width: 22.807%;
	float: left;
}

.departments-list .doctors-list .dr-info .detail .title + span {
	display: inline-block;
	float: left;
	overflow: hidden;
	width: 77.192%;
}

.departments-list .doctors-list .dr-info .detail li.detail-links span {
	margin-left: 50px;
}

.departments-list .doctors-list .dr-info .detail li.detail-links span:first-child {
	margin-left: 0;
}

.departments-list .doctors-list .dr-info .detail li.detail-links .links {
	margin-top: 0;
}

/* Timetable Page
-------------------------------------------------------------- */
.departments-nav {
	float: right;
	position: relative;
	width: 270px;
}

.departments-nav > span {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	line-height: 48px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.departments-nav > span:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "\f107";
	font-family: "FontAwesome";
	color: #0facee;
}

.departments-nav > ul {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 30;
	list-style: none;
	margin: 0;
	background-color: #fff;
	border: 1px solid #0facee;
	width: 270px;
	opacity: 1;
	padding: 0 14px;
    box-shadow: 0 2px 10px rgba(6, 6, 6, 0.3);
}

.departments-nav:hover > ul {
	opacity: 1;
}

.departments-nav > ul li {
	line-height: 50px;
	border-top: 1px solid #e1e1e1;
	padding: 0 5px;
}

.departments-nav > ul li:first-child {
	border-top: 0;
}

.departments-nav > ul li a {
	color: #7e8186;
}

.departments-nav > ul li a:hover {
	color: #0facee;
}

.department-wrap {
	clear: right;
	padding-top: 15px;
}

.timetable {
	width: 100%;
	font-size: 12px;
	background-color: #f5f5f5;
}

.timetable th,
.timetable td:first-child {
	text-align: center;
	vertical-align: middle;
}

.timetable th, .timetable td {
	width: 12.5%;
	padding: 20px 10px 20px 20px;
}

.timetable th {
	font-size: 16px;
	color: #7e8186;
	font-weight: 400;
	background-color: #fff;
}

.timetable td {
    border: 1px solid #fff;
	vertical-align: middle;
}

.timetable .event {
	line-height: 18px;
	color: #fff;
	background-color: #0facee;
}

.timetable .event:hover {
	background-color: #006ab4;
}

/* TimeTable Responsive */
.timetable.small {
	display: none;
	background-color: #fff;
	font-size: 13px;
}

.timetable.small h3 {
	font-size: 18px;
}

.timetable.small ul {
	list-style: none;
	margin-bottom: 25px;
}

.timetable.small ul li {
	line-height: 30px;
	padding-left: 10px;
	position: relative;
}

.timetable.small ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #0facee;
	position: absolute;
	left: -5px;
	top: 0;
}

/* 404 Page
-------------------------------------------------------------- */
.page-404 .main-content {
	background: #f9f9f9 url(../img/bg-404.jpg) center top;
	text-align: center;
}

.content-404 {
	margin: 320px 0 82px;
}

.content-404 h1 {
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 12px;
}

.content-404 p {
	max-width: 550px;
	font-size: 16px;
	line-height: 26px;
	margin: 0 auto 73px;
}

/* Parallax
-------------------------------------------------------------- */
.roll-section.piecharts {
	background:url(../) center center;
}

.roll-section.piecharts2 {
	background:url(../img/bg-section-5.jpg) center center;
}

.background-overlay-color:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background: rgba(15,172,238,.65);*/
	background: #1DC1EC;
	content: " ";
	width: 100%;
	height: 100%;
	z-index: 0;
}

.background-overlay-color-1:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background: rgba(15,172,238,.65);*/
	background: #142B4C;/*#1DC1EC*/
	content: " ";
	width: 100%;
	height: 100%;
	z-index: 0;
}

/* Footer
-------------------------------------------------------------- */
.footer {
	background-color: #f9f9f9;
	padding: 90px 0 122px;
}

.iframe{
	max-width: 800px;
}

.footer.style2 {
	background: url(../img/bg-footer.jpg) center center;
	padding: 94px 0 82px;
}

.footer-widgets .widget-title {
	font-size: 18px;
	margin: 4px 0 24px 0;
}

.footer-widgets .footer-info {
	margin: 2px 0 0 5px;
}

.footer-widgets .footer-info li {
	position: relative;
	padding: 0 0 17px 30px;
	border: 0;
}

.footer-widgets .footer-info li:before {
	content: "\f041";
	font-family: "FontAwesome";
	color: #0facee;
	position: absolute;
	left: 1px;
	top: 0;
}

.footer-widgets .footer-info li.phone:before {
	content: "\f095";
}

.footer-widgets .footer-info li.email:before {
	content: "\f003";
}

/* Widget News */
.widget_news ul li {
	padding: 0;
	border: 0;
	margin-top: 15px;
}

.widget_news .thumb {
	width: 70px;
	float: left;
	margin: 4px 30px 0 0;
}

.widget_news .content {
	overflow: hidden;
}

.widget_news .content h3 {
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	margin: 0 0 4px;
}

.widget_news .content h3 a {
	color: #3c3f46;
}

.widget_news .content h3 a:hover {
	color: #0facee;
}

.widget_news .content .meta {
	font-size: 10px;
	line-height: normal;
	color: #9aa1ac;
	margin-bottom: 1px;
}

/* Widget Tweets */
.widget_tweets ul li {
	padding: 0 0 7px 42px;
	position: relative;
	border: 0;
	margin-top: 22px;
}

.widget_tweets ul li:before {
	content: "\f099";
	font-family: "FontAwesome";
	font-size: 20px;
	color: #0facee;
	position: absolute;
	left: 0;
	top: 0;
}

.widget_tweets ul li a {
	color: #0facee;
}

.widget_tweets ul li a:hover {
	color: #3c3f46;
}

.widget_tweets ul li .author {
	font-weight: 700;
}

/* Widget Instagram (footer) */
.footer .widget_instagram ul {
	padding: 4px 0;
}

.footer .widget_instagram ul {
    margin: 0 -7.5px;
}

.footer .widget_instagram ul li .thumb {
	padding: 0 7.5px;
	margin-bottom: 15px;
}

.widget_instagram ul li .thumb span {
	display: inline-block;
	position: relative;
}

.widget_instagram ul li .thumb span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.widget_instagram ul li .thumb span:hover:before {
	border-color: #006ab4;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
	text-align: center;
	padding: 42px 0;
	background-color: #fff;
}

.bottom.has-socials {
	font-family: 'Open Sans', sans-serif;
	padding: 76px 0 42px;	
}

.bottom .socials {
	position: absolute;
	left: 0;
	top: -106px;
	width: 100%;
	text-align: center;
	margin: 0;
}

.bottom .socials li {
	display: inline-block;
	margin-left: 7px;
}

.bottom .socials li:first-child {
	margin: 0;
}

.bottom .socials li a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #0facee;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
}

.bottom .socials li a:hover,
.bottom .socials li.hover a {
	background-color: #006ab4;	
}


.contacto{
	width: 100%;
	background: url(../img/slides/contacto.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	overflow: hidden;
	margin: auto;
	align-items: center;
}

.cont-text{	
font-family: 'Open Sans', sans-serif;
color: #fff;
padding: 2px;
text-align: center;
	flex-grow: 1;
}

.cont-map{
	width: 60%;
	text-align: center;
	/*min-height: 337.5;*/
	text-align: center;
	flex-grow: 1;
}

.contacto .cont-map iframe{
	width: 100%;
}


.hr{
	width: 100%;
	height: 100px;
	margin-top: -100px;
	background: transparent;
}

.hr1{
	width: 100%;
	height: 100px;
	margin-top: -100px;
	background: transparent;
}

@media screen and (max-width:991px){
	
	.cont-map{
		width: 100%;
		min-width: 100%;
	}
}


.download{
	background: url(../img/consentimiento.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
    height: auto;
	display: block;
	padding: 50px;
	position: relative;
	text-align: center;
}

.download button{
	background: ;
	width: 30%;
}

@media screen and (max-width: 700px){
	.download button{
		width: 50%;
	}
}

