@charset "UTF-8";
/*-- introduction --*/
.ser-medicos,.news{
	padding:4em 0;
}
.ser-medicos{
	margin-top:-7.5em;
}

.agileits-ser-medicos-grids,.wthree-news-grids {
    margin: 4em 0 0 0;
}





/*-- ser-medicos --*/
.ser-medicos,.contact{
    background: #f5f8fd;
}
.ser-medicos-heading h3{
	font-size:40px;
	font-weight:bold;
	color:#9FB6FF;
	padding:55px 0 20px;
	font-family: 'Poiret One', cursive;
}
.ser-medicos-border{
	background: #FFFFFF;
}
.ser-medicos-grids1 {
	margin-top: 2em;
}
/*-- Effect 1--*/
.ser-medicos-grid-left span{
	font-size: 2em;
    color: #009fed;
    display: inline-block;
    border-radius: 50%;
    text-decoration: none;
    z-index: 1;
    padding: 1em;
}
.ser-medicos-grid-left span:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.effect-1 {
    background: #ffffff;
    -webkit-transition: background 0.5s, color 0.2s;
    -moz-transition: background 0.5s, color 0.2s;
    transition: background 0.5s, color 0.2s;
}
.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 2px #009fed;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
}
.ser-medicos-grid:hover span{
	background: #0a98c0;
    color: #fff !important;
}
.ser-medicos-grid:hover span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*--//Effect 1--*/
.ser-medicos-grid-right h4 {
	font-size: 1em;
    margin: 0 0 .5em;
    color: #009fed;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 0.1em;
}
.ser-medicos-grid-right:hover h4 {
	font-size: 1em;
    margin: 0 0 .5em;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.ser-medicos-grid-right p{
    margin: 0;
    font-size: .9em;
    color: #000;
    line-height: 1.8em;
}
.ser-medicos-grid-left {
    text-align: right;
    padding-right: 2em;
}
/*-- //ser-medicos --*/






/*-- EFECTO ONDA --*/

.hi-icon {
	display: inline-block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
	background-color:#fff;
    border: 3px solid #fff;
    line-height: 2.5em;
}
.hi-icon:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	background-color:#0a98c0;
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.hi-icon:before {
	font-size: 25px;
	display: block;
}
/* Effect 8 */
.hi-icon {
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}
.hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.hi-icon:hover {
	background: rgba(208,208,208,1.00);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color:#009fed;
	  text-decoration: none;
}
.hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #009fed, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #009fed, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #009fed, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #009fed, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #009fed, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #009fed, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
/*-- //feature-grids --*/
/*-- //EFECTO ONDA --*/


/*-- Testimonials--*/
.testimonials{
    widows: 100%;
	background:url('../images/testimonialsbg.png') no-repeat 0px 0px;
	background-size:cover;
	color:#fff;
	padding:50px 0px;
}
.testimonials h3{
	font-size:40px;
	font-weight:bold;
	color:#9FB6FF;
	padding:55px 0 20px;
	font-family: 'Poiret One', cursive;
	text-align:center;
}
.testimonials h4{
	color:#fff;
	font-size:18px;
	margin-bottom:15px;
}
.testimonials p{
	font-size:16px;
	line-height:28px;
	width:100%;
	margin:0 auto;
	
}
i.fa.fa-quote-right {
	margin-top:10px;
	margin-left:35px;
}
.testimonials h5 {
    text-align: right;
	color:#9FB6FF;
	font-size:20px;
	margin-top:20px;
}
i.fa.fa-arrow-left,i.fa.fa-arrow-right {
    font-size: 50px;
	color:#9FB6FF;
	margin-top: 0px;
}
.carousel-control.left {
	background:none;
     background-repeat: none;
}
.row {
    margin-right:0;
    margin-left: 0;
}
/*-- //Testimonials--*/
















/*-- contact --*/

.tituloubicacion{
	font-size:30px;
	font-weight:bold;
	color:#9FB6FF;
	padding:25px 0 10px;
	font-family: 'Poiret One', cursive;
}

.contact-form {
    background: #f2f2f2;
}
.contact-heading h3{
	font-size:40px;
	font-weight:bold;
	color:#9FB6FF;
	padding:25px 0 10px;
	font-family: 'Poiret One', cursive;
}
.contact-info p{
	color: #000;
    font-size: 1.2em;
}
.contact-form-left{
    padding: 4em 0em 4em 2em;
}
.contact-form-left h5,.contact-form-right h5{
    color: #000000;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
}
.address-grids {
    margin: 4em 0 0 0;
}

.address-icon i.fa.fa-map-marker,.address-icon i.fa.fa-phone,.address-icon i.fa.fa-envelope{
    color: #ffffff;
    background: #009fed;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 1.2em;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}
.address-icon{
	float:left;
	width:10%;
}
.address-info{
	float: left;
    width: 90%;
    margin-left: 1em;
}
.address-info p {
    margin: 0;
    color: #000;
    font-size: 1.1em;
    line-height: 1.8em;
}
.address-info p  a{
	color: #000;
    font-size: 1.1em;
	text-decoration:none;
}
.address-info p a:hover{
	color:#009fed;
}
.address-grid:nth-child(2){
	margin:1em 0;
}
.contact-form-right{
    padding: 4em 2em 4em 4em;
    background: #e4e4e4;
}
.contact-form-grid{
	margin:4em 0 0 0;
}
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.contact-form-right input[type="text"],.contact-form-right input[type="email"],.contact-form-right textarea{
    font-size: 1.2em;
    color: #000;
    padding: 0.7em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #8c8c8c;
    background: none;
    -webkit-appearance: none;
	outline: none;
}
.contact-form-right textarea { 
	min-height: 150px;
    resize: none;
} 
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #333333;
    top: -1.3em;
    -webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	-o-transition: all 0.125s;
	-ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input {
	width: 48%;
    margin: 2em 0 1em 1em;
    position: relative;
    float: left;
}
.styled-input:nth-child(1),.styled-input:nth-child(3){
	margin-left:0;
}
.textarea-grid{
	float:none !important;
	width:100% !important;
	margin-left:0 !important;
}
.styled-input label {
	color: #000;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: 1.4em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
    width: 0;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input textarea ~ span { 
    bottom: 5px; 
}
.styled-input input:focus.styled-input textarea:focus { 
	outline: 0; 
} 
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;  
	transition: all 0.075s; 
} 
/*-- //input-effect --*/
.contact-form-right input[type="submit"] {
    outline: none;
    color: #000000;
    padding: .5em 3em;
    font-size: .9em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: none;
    border: 2px solid #000000;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.contact-form-right input[type="submit"]:hover {
    background:#009fed;
    color: #FFFFFF;
	border: 2px solid #009fed;
}
/*-- //contact --*/








/*-- responsive --*/
@media(max-width:1440px){
	.contact-form-left {
		padding: 4em 0em 4em 9em;
	}
	.contact-form-right {
		padding: 4em 9em 4em 4em;
	}
}
@media(max-width:1280px){
	.contact-form-left {
		padding: 4em 0em 4em 6em;
	}
	.contact-form-right {
		padding: 4em 6em 4em 4em;
	}
}
@media(max-width:1080px){
	
	.team-caption {
		height: 306px;
	}
	.team-caption h4 {
		margin: 3.5em 0 0 0;
	}
	.address-info {
		width: 60%;
	}
}
@media(max-width:991px){
	
	.ser-medicos-grids1 {
		margin-top: 2em;
	}
	.ser-medicos-grid:nth-child(2){
		margin:2em 0 0 0;
	}
	
	.address-icon {
		width: 6%;
	}
}
@media(max-width:736px){
	
	.wthree-news-left{
		width:15%;
	}
	.date-text{
		width:80%;
	}
	
}
@media(max-width:667px){
	
}
@media(max-width:600px){
	
	.address-icon {
		width: 11%;
	}
	
}
@media(max-width:568px){
	
	.styled-input {
		width: 47%;
	}
}
@media(max-width:480px){
	
	.ser-medicos-grid-left span {
		font-size: 1.7em;
	}
	
	.styled-input {
		width: 100%;
		float: none;
		margin: 2em 0 1em 0em;
	}
	.styled-input.agile-styled-input-top {
		margin-top: 2em;
	}
	
	.wthree-news-left{
		width:20%;
	}
	.date-text{
		width:75%;
	}
	.wthree-news-grids {
		width: 95%;
	}
	
}
@media(max-width:414px){
	
	.ser-medicos, .news, .contact {
		padding: 2em 0;
	}
	
	.agileits-ser-medicos-grids, .wthree-news-grids {
		margin: 1em 0 0 0;
	}
	.ser-medicos-grid-left span {
		font-size: 1.2em;
	}
	
	.wthree-news-grids {
		margin: 1em auto 0;
	}
	
	.contact-form-left {
		padding: 2em 0em 2em 2em;
	}
	.contact-form-right {
		padding: 2em 2em 2em 2em;
	}
	
	.contact-form-grid {
		margin: 2em 0 0 0;
	}
}
@media(max-width:384px){
	
	.wthree-news-grids {
		width: 100%;
	}
	
	
}
@media(max-width:375px){
	
	.wthree-news-grid{
		margin:0 0 1em 0;
	}
}
@media(max-width:320px){
	
	.COOSW-arrow {
		margin: 3em 0 0 0;
	}
	.ser-medicos-grid-left {
		text-align: center;
		padding: 0;
		float: none;
		margin: 0 auto 1em;
	}
	.ser-medicos-grid-right {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	.address-icon {
		width: 16%;
	}
	
}
/*-- //responsive --*/

