@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,900');
@import url('https://fonts.googleapis.com/css?family=Abel');

/* Azul: #3E4095 */
/* Verde: #299926 */



body{
	font-family: 'Raleway', sans-serif !important;
	margin: 0;
    padding: 0;
}

p{
	text-align: justify;
	 font-size: 16px;
}



/******* GLOBAL *******/

.pagehide{
	display: none;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


.img-100{
	width: 100%;
	height: auto;
	padding: 0;
    margin: 0;
	margin-top: 20px !important;
}

.img-slide{
	width: 100%;
	height: auto;
	padding: 0;
    margin: 0;
	margin-bottom: 30px;
}

.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}


.ir-arriba {
	padding:10px;
	display:inline-block;
	background-color: rgba(6, 105, 178, .7);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	right:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:99999999;
}


/******* FONTS *******/
.big-tittle{
	color: #3E4095;
	text-align: center;
	font-size: 36px;
}

.slogan{
	color: #299926;
	text-align: center;
	font-size: 20px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-style: italic;
}


/******* BOTONES *******/
.btn-more {
    color: #fff;
    background-color: #299926;
    padding: 15px 35px;
    font-size: 16px;
    border-radius: 3px !important;
    margin: 0 auto;
    display: table;
	margin-top: 20px;
	
}

.btn-more:hover{
	background-color: #3E4095;
	color: #fff;
	text-decoration: none;
}

/******* HEADER *******/

header{
	background-color:#ffffff;
	padding: 20px;
}

header .header-logo{
	width: 100%;
	height: auto;
}


header .citas{
	 color: #fff;
    background-color: #299926;
    padding: 15px 35px;
    font-size: 16px;
    border-radius: 3px !important;
	float: right;
	
}
header .header-icons ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	color: #3E4095;
}


header .header-icons li{
	display: inline-block;
	margin-left: 10px;
	float: right;
}

header .header-icons img{
	width: 40px;
	height: auto;
	margin-right: 5px;
}

header .header-icons img:hover{
	position: relative;
	top:-3px;
}



/******* NAVBAR *******/

.navbar {
    margin-bottom: 0px !important;
	font-family: 'Lato', sans-serif !important;
}

 .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
   }


.navbar-default{
	background-color:#299926 !important;
	color: #FFFFFF;
	border-color: transparent !important;
}



.navbar-default .navbar-nav>li>a {
    color: #FFFFFF !important;
	text-align: left;
	font-size: 14px;
	height: 100%;
}


.navbar-nav>li:hover {
    background-color: #3E4095 !important;
}

.navbar-default .navbar-nav>li>a br{
  content: "";
  margin: -2em;
  display: block;
  font-size: 24%;
}

.navbar-default .navbar-nav>li>a span{
	font-size: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff !important;
}



/******* RESPONSIVE SLIDE ********/

.slide{
	z-index:0;
	margin:0;
	padding:0;	
}

.rslides {
	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
	height: 600px;
  	padding: 0;
  	margin: 0;
	display: flex;
	
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

.rslides img {
  height: auto;
  float: left;
  width: auto;
  border: 0;
min-height:100%;
  vertical-align: middle;
	align-self: center;
  }



.slideFixedSize{
	width:100%;
}



.rslides .container{
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 99999;
	background-color: rgba(220,255,255,0.7);
    max-width: 600px;
    height: auto;
    padding: 30px;
	margin-bottom: 3px;
}

.rslides .container p{
	padding: 0 !important;
	margin-bottom: 20px;
	
}


.rslides .container .slideline1{
	text-align: left;
	font-size: 48px;
	color: #fd556d;
	font-weight: bold;
	max-width: 500px;
	line-height: 48px;
}

.rslides .container .slideline2{
	text-align: left;
	font-size: 28px;
	color: #299926;
	max-width: 500px;
}

.rslides .container .slidetext{
	text-align: left;
	font-size: 18px;
	color: #3E4095;
	max-width: 500px;
}

/******* WELCOME ******/
.welcome{
	background-color:#FFFFFF;
	width: 100%;
	height: auto;
	padding: 30px 0px;
}


/******* SERVICES ******/
.services{
	background-color:#E9E9E9;
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

.services .service-name-block{
	width: 100%;
	height: auto;
	background-color:#3E4095;
	display: block;
	padding: 10px;
}

.service-name h2{
	margin: 0;
	padding: 0;
}
.services .service-name{
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-style: italic;
	
}


.services .service-name:hover >.services  .service-name-block{
	text-decoration: none;
	background-color:#299926;
}


.services .img-services{
	width: 100%;
	height: auto;
}


.service-block{
	border: thin solid #FFFFFF;
}

/******* DOCTOR *******/
.doctor{
	background-color:#ffffff;
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

.doctor .img-doctor{
	width: 100%;
	height: auto;
	border-bottom: solid 5px #299926;
}

.doctor .doctor-name{
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-style: italic;
	font-size: 28px;
	color: #3E4095;
}

.doctor .doctor-tittle{
	color: #299926;
	
}

.doctor .meetdoctor-button{
	color: #fff;
    background-color: #299926;
    padding: 15px 35px;
    font-size: 16px;
    border-radius: 3px !important;
    display: table;
	margin-top: 20px;
	
}

.doctor .meetdoctor-button:hover{
	background-color: #3E4095;
	color: #fff;
	text-decoration: none;
}


/******* TESTIMONIALS *****/
.testimonials{
	background-color: #CECFCF;
	width: 100%;
	height: auto;
	padding: 50px 0px;
	
}

.testimonials h1{
	text-align: center;
	color: #3E4095;
}

.testimonials .testimonial-icon {
    font-size: 32px;
    color: #299926;
    float: left;
}

.testimonials .testimonial-block{
	padding: 20px;
	border-bottom: solid 1px #FFFFFF;
}

.testimonials .testimonial-info {
    padding-left: 60px;
    padding-bottom: 25px;
}


.testimonials .testimonial-text {
    font-family: 'Roboto', sans-serif;
    color: #299926;
}


.testimonials .testimonial-meta {
    text-transform: uppercase;
    color: #a4a8ab;
    font-size: 12px;
    font-weight: 400;
}


/******* CONTACTO *******/

.contacto {
  background: url(../../imagenes/contacto-background.jpg) no-repeat top center fixed ;
  height: auto;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}


.contacto .slogancontacto{
	width:50%;
	float:right;
	margin-bottom:20px;
	margin-top:100px;
	margin-right:10px;
}


.contacto .contactformBox{
	background-color:#FFFFFF;
	padding:30px;
}

/******* FORMS *******/
form ul{
	list-style:none;
	margin:0;
	padding:0;
}

form li{
	display:list-item;	
	margin-bottom:8px;
	font-size:12px;
}

form .formGroup{
	margin-bottom:10px;
}

form input, select, textarea{
	width:100%;	
	font-size:12px;
	background-color:#BDD0F0;
	
  	display: inline-block;
  	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  
  	margin:0;
  	padding: 8px 0px 8px 8px;
  
  	border: 1px solid #b7b7b7;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  
  	color: rgba(0,142,198,1);
  	-o-text-overflow: clip;
  	text-overflow: clip;

  	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	resize: none;
}

form .button{
	font-size:16px;
	font-weight:normal;
	padding:9px 50px;
	text-decoration:none;
	background-color:#4189D3;
	color:#FFFFFF;
	margin-top:20px;
	float:right;
}


form .button:hover{
	text-decoration:none;
	background-color:#BDD0F0;
	color:#4189D3;
}

form  .txtobligatorios{
	font-size:10px;
	font-weight:normal;
}

/******* MAP *******/
.map{
	width: 100%;
	height: 500px;	
}

.map iframe{
	width: 100%;
	height: 500px;
}
/******* CALL *********/
.call{
	background-color: #299926;
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

.call h1{
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-style: italic;
	font-size: 36px;
	color: #ffffff;
}

.call .call-button{
	color: #fff;
    background-color: #3E4095;
    padding: 15px 35px;
    font-size: 16px;
    border-radius: 3px !important;
    display: block;
	text-align: center;
	margin-top: 20px;
	
}

.call .call-button:hover{
	color: #fff;
    background-color: #15163F;
	text-decoration: none;

	
}


/******* SERVICIOS PAGE *****/
.services-page{
	
}

.services-page .sticky{
  position: sticky;
  position: -webkit-sticky;
  top: 0; /* required */
  overflow:hidden;

}

.services-page .services-buttons ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
	margin-top: 20px;
}

.services-page .services-buttons li{
	display: list-item;
    background-color: #3E4095;
    padding: 20px 10px;
    border-radius: 3px !important;
	text-align: left;
	margin-bottom: 2px;
	font-size: 14px !important;
	color: #fff !important;
	
}


.services-page .services-buttons a:hover{
	text-decoration: none !important;
	
}

.services-page .services-buttons li:hover{
    background-color: #299926;
	text-decoration: none !important;
	
}



.services-page .cardio-express{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    background-color: #DAEEED;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14px;
    text-align: justify;
    color: #3E4095;
}

.services-page .cardio-express .tittles{
	font-weight: bold;
	color: #3E4095;
	font-size: 18px;
}


.services-page .service-description{
	background-color: #DCDBDB;
    width: 100%;
    height: auto;
    padding: 30px;
	margin-bottom: 5px;
	border: thin solid #BBBBBB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.services-page .service-description h2{
	font-weight: bold;
	color: #3E4095;
}

.services-page .service-description img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    background-color: #FFF;
    margin-bottom: 30px;
	max-width: 365px;
	
	
}

.services-page .service-description p{
	margin-bottom: 20px;
}


/******* DOCTOR PAGE *****/

.doctor-page{
	margin-bottom: 30px;
}

.doctor-page .doctor-name{
	font-weight: bold;
	color: #3E4095;
}

.doctor-page .doctor-tittle{
	color: #299926;
	font-size: 18px;
	font-style: italic;
}

.doctor-page h3{
	font-weight: bold;	
	color: #3E4095;
}

.doctor-page li{
	color: #299926;
	font-size: 16px;
	margin-bottom: 20px;
}

.doctor-page .asc-logos{
	height: 50px;
	margin-right: 10px;
}


/******* FAQ ******/
.faq-page{
	
}

.faq-page .faq-block{
	background-color: #DCDBDB;
    width: 100%;
    height: auto;
    padding: 30px;
	margin-bottom: 3px;
}

.faq-page .faq-block h2{
	font-weight: bold;
	color: #3E4095;
	margin-bottom: 10px;
}

/******* FOOTER *******/
footer{
	background-color: #3E4095;
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

footer .logo-footer{
	width: 60%;
	height: auto;
	margin-bottom: 20px;
}

footer .footer-widget address {
    display: flex;
	color: #FFFFFF;
}

footer .address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

footer ul.contact{
	margin: 0;
	padding: 0;
	list-style: none !important;
}

footer .contact li{
	color: #FFFFFF;
}

footer .footer-widget i {
    font-size: 16px;
    color: #FFFFFF;
    padding-right: 10px;
    padding-top: 4px;
}


footer .footer-widget .contact li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

footer .bullet {
    position: relative;
    padding-left: 15px;
    color: #3fb9ab;
    line-height: 32px;
}

footer .footer-widget .contact li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

footer .footer-title{
	color: #FFFFFF;
}
footer .footer-widget .contact li i {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 30px;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
}

footer .footer-widget i {
    font-size: 16px;
    color: #FFFFFF;
    padding-right: 10px;
    padding-top: 4px;
}

footer .bullet-angle-right li:before {
    display: block;
    position: absolute;
    left: 0;
    width: 13px;
    font-size: 14px;
    color: #FFFFFF;
}

footer ul.social-icons{
	margin: 0;
	padding: 0;
	list-style: none !important;
	margin-top: 30px;
}

footer .social-icons li{
	color: #FFFFFF;
	display: inline-block;
	float: right;
	margin-bottom: 10px;
}

footer .social-icons li i{
	font-size: 24px;
	
}

footer .copyright{
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}
/**************/

@media (max-width: 480px) {
	.row {
    	margin-right: 0px !important;
    	margin-left: 0px !important;
	}
	
	.mobilehide{
		display: none;
	}
	
	.pagehide{
		display: "";
	}
	
	.hidden-portrait{
		display: "";
	}
	
	.hidden-page{
		display:block!important;
	}
	
	
	.rslides .container{
		position: absolute;
		top: 20%;
		left: 5%;
		z-index: 99999;
		background-color: rgba(220,255,255,0.7);
		max-width: 400px;
		height: auto;
		padding: 30px;
		margin-bottom: 3px;
	}
	
	.rslides .container .slideline1{
		text-align: left;
		font-size: 25px;
		color: #fd556d;
		font-weight: bold;
		max-width: 400px;
		line-height: 25px;
	}

	.rslides .container .slideline2{
		text-align: left;
		font-size: 16px;
		color: #299926;
		max-width: 400px;
	}

	.rslides .container .slidetext{
		text-align: left;
		font-size: 12px;
		color: #3E4095;
		max-width: 400px;
	}
	
	
	.services-page .service-description h2{
	font-weight: bold;
	color: #3E4095;
		font-size: 22px;
}
	.services-page .service-description img{
    	width: 100% !important;
	}
}