@font-face {
	font-family: openSansRegular;
	src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
}
@font-face {
	font-family: openSansLight;
	src: url(../fonts/Open_Sans/OpenSans-Light.ttf);
}
@font-face {
	font-family: openSansBold;
	src: url(../fonts/Open_Sans/OpenSans-Bold.ttf);
}
@font-face {
	font-family: crimsonText;
	src: url(../fonts/Crimson_Text/CrimsonText-Roman.ttf);
}
@font-face {
	font-family: crimsonTextItalic;
	src: url(../fonts/Crimson_Text/CrimsonText-Italic.ttf);
}
@font-face {
	font-family: crimsonTextBold;
	src: url(../fonts/Crimson_Text/CrimsonText-Bold.ttf);
}
body,html{
	margin:0;
	padding:0;
	width:100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
ul{
	margin: 0;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p, input {
	color: rgba(0,0,0,.65);
}
.crimsonTextItalic{
	font-family: crimsonTextItalic !important;
}
#cirugias {
	max-width: 980px;
	margin: auto;
}
#estudios {
	font-size: 1.2em;
}
#justify{
	text-align: justify;
}
.openSansRegular{
	font-family: openSansRegular;
	}.openSansBold{
		font-family: openSansBold;
	}
	.openSansLight{
		font-family: openSansLight !important;
	}
	.crimsonText{
		font-family: crimsonText;
	}
	.crimsonTextBold{
		font-family: crimsonTextBold !important;
		font-style: italic;
		font-weight: 100;
		font-size: 1.1em;
	}

	.color-white{color:#FFF;}
	.color-green{color:#419da3;}
	.color-gray-7{
		color:#747474;
	}

	header{
		width: 100%;
		max-height: 667px;

		padding: 40px 0;
	}
	header.home{
		position: relative;
		background-image: url(../img/img-header.jpg);
		background-size: cover;
		background-position: center;
		height: 100%;
		height: 670px;
	}
	header.experiencia{
		height: 400 !important;
	}

	.pic1{
		width: 100%;
		background: url(../img/img-experiencia-4.jpg);
		min-height: 454px;
		background-size: cover;
		background-position: center;

	}
	.pic2{
		width: 100%;
		background: url(../img/img-experiencia-3.jpg);
		min-height: 454px;
		background-size: cover;
		background-position: center;

	}
	.mobileMenu{
		margin:0;
	}
	.mobileMenu li a{
		border-bottom: 1px solid #2E2E2E !important;
		padding: 15px 0 15px 10px;
		display: block;
		color:#cacaca;
	}
	.mobileMenu li a:active,.mobileMenu li a:focus,.mobileMenu li a:hover{
		color: #FFF;
	}

	.navicon{
		color: #FFF;
		font-size: 35px;
		margin-right: 5px;
	}
	.homeBg{
		position:absolute;top:0;left:0;width:100%;height:auto;
		z-index: -2;
	}
	.blockContainer{
		box-sizing:border-box;
		padding: 50px;
		background: #f7f7f7;
		min-height: 454px;
	}
	.cfix{
		margin: 0!important;
		padding: 0 !important;
	}
	.mainMenu{
		margin: 0;
		height: 60px;
		line-height: 60px;
	}
	.mainMenu li{
		display: inline-block;
	}
	.mainMenu li a{
		display: inline-block;
		color: #fff;
		margin: 0 8px;
		font-size: 15px;
		font-family: openSansRegular;
	}
	#nav.fixed {
		background: rgba(255,255,255,.95);
		position: fixed;
		z-index: 1000;
		top: -61px;
		left: 0;
		right: 0;
		max-width: 100% !important;
		border-bottom: 1px solid rgba(67,164,170,.5);
		
		-webkit-transition: all 300ms ease-in;
		-moz-transition: all 300ms ease-in;
		-ms-transition: all 300ms ease-in;
		-o-transition: all 300ms ease-in;
		transition: all 300ms ease-in;
	}
	#nav.shown {
		top: 0px;
	}
	#nav.fixed .mainMenu li a{
		color: #419fa5;
	}
	#nav.fixed .spacedLogo {
		padding-left: 0;
	}
	#nav.fixed .spacedLogo img {
		height: 40px;
		margin: 10px;
	}
	hgroup.headerTitles h1{
		color: #FFF;
		font-family: crimsonText;
		
	}
	hgroup.headerTitles h3{
		color: #FFF;
		font-family: openSansLight;
	}
	hgroup.headerTitles p{
		color: #FFF;
		font-family: openSansLight;
	}

	h1.big{
		font-size: 4em;
		font-weight: 200;
		text-shadow: 0px 0px 8px rgba(0,0,0,.3);
	}
	h3 {
		font-weight: 100;
		font-size: 25px;
	}
	h3.crimsonText {
		color: #bdebed;
		font-style: italic;
	}
	#retratoCover {
		width: 120px;
	}

	.margin-top-x4{margin-top: 20px;}
	.margin-top-x16{margin-top: 80px;}
	.margin-top-x8{margin-top: 40px;}

	.gosth{
		background: none !important;
		border: 1px solid #fff !important;
		border-radius: 30px !important;
		min-width: 180px;
		max-width: 220px;
		margin: 10px;
		transition:0.3s all;
		-webkit-transition:0.3s all;
		-moz-transition:0.3s all;
		-o-transition:0.3s all;
	}
	.gosth:hover,.gosth:focus,.gosth:active{
		background: #fff !important;
		color:#437a7d !important;
	}
	#contacto .gosth {
		background: #1aa29a !important;	
	}
	#contacto .gosth:hover {
		color: #FFF !important;
		background: #437a7d !important;	
	}
	.gosth-gray{
		background: none !important;
		border: 1px solid #747474 !important;
		border-radius: 30px !important;
		color: #747474 !important;
		transition:0.3s all;
		-webkit-transition:0.3s all;
		-moz-transition:0.3s all;
		-o-transition:0.3s all;
	}
	.gosth-gray:hover,.gosth-gray:focus,.gosth-gray:active{
		background: #747474 !important;
		color:#FFF !important;
	}
	.gosth-green{
		background: none !important;
		border: 1px solid #419da3 !important;
		border-radius: 30px !important;
		color: #419da3 !important;
		transition:0.3s all;
		-webkit-transition:0.3s all;
		-moz-transition:0.3s all;
		-o-transition:0.3s all;
	}

	.gosth-green:hover,.gosth-green:focus,.gosth-green:active{
		background: #419da3 !important;
		color:#FFF !important;
	}

	section{
		width: 100%;
		float: left;
		clear: both;
	}
	.padding-x10{
		padding: 100px 0;
	}
	.padding-x6{
		padding: 60px 0;
	}
	p{font-family: openSansRegular !important;}

	.nuevoConcepto{
		background: url(../img/img-nuevo-concepto2.jpg);
		background-size: cover;
		background-position: center;
	}

	.bg-green{
		background: url('../img/pattern.png') #43a2a8;
	}
	.bg-gray{
		background: url('../img/pattern2.png') #fafafa;
	}
	.bold{
		font-weight: bold;
	}

	.serviciosList{
		color: #FFF;
		width: 100%;
		float: left;
		clear: both;
		margin-left: 0;
		padding-left:0; 
	}

	.spacer{
		width: 100%;
		height: 1px;
		float:left;
	}

	.cirugiasAltaCalidad{
		background: url(../img/img-cirugias-de-alta-calidad2.jpg);
		background-size: cover;
		background-position: center;
		height: 670px;
	}

	.resultados{
		padding-bottom: 20px;
	}
	#fotos {
		background: #f3fafa;
		padding: 60px 0;
	}

	.card{
		width: 395px;
		min-height: 200px;
		/*box-shadow: 0px 0px 5px rgba(0,0,0,0.4);*/
		border-bottom: 2px solid #dce1e1;
	}

	.row.full{
		max-width: 80rem !important;
	}
	.row.full2{
		max-width: 100% !important;
	}
	.carBody{
		box-sizing:border-box;
		padding: 20px;
		background: #fff;
	}

	.contactForm input[type="text"],
	.contactForm input[type="email"],
	.contactForm textarea{
		background: #FFF;
		border: 1px solid #eceff1;
		height: 100%;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 13px 20px;
		color: rgba(0,0,0,.65) !important;
		box-shadow: none;
		font-size: 1em;
	}
	.contactForm input[type="text"]:focus,
	.contactForm input[type="email"]:focus,
	.contactForm textarea:focus{
		border: 1px solid #bbced1 !important;
	}

	.contactForm input[type="text"],
	.contactForm input[type="email"]{
		border-radius: 30px;
	}
	.contactForm textarea{
		border-radius: 15px !important;
	}

	::-webkit-input-placeholder { /* WebKit browsers */
		color:    #bbced1;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color:    #fff;
		opacity:  1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
		color:    #fff;
		opacity:  1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
		color:    #fff;
	}
	.color-gray-e{
		color: #e0e0e0 !important;
	}

	footer{
		background: #09464a;
		width: 100%;
		float: left;
		padding: 100px 0 20px 0;
	}
	.footerSocials,.footerList{
		margin: 0;padding: 0;
	}
	.footerSocials li{
		display: inline-block;
	}
	.footerSocials li a{
		display: inline-block;
		border: 1px solid #e0e0e0;
		text-align: center;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		color: #FFF;
	}
	.footerList li{
		color: #FFF;
	}
	.footerList li a:hover{
		color: #09464a;
		background: #FFF;
	}
	.color-green-4{
		color: #437a7d;
	}

	.mainMenuExperiencia li a{
		color:#7f7f7f;
	}

	@media only screen and (max-width: 40em) { 
		h1.big{
			font-size: 2em;
		}
	}


a.right-off-canvas-toggle{
	background-color: rgba(51, 51, 51, 0.63);
  width: 50px;
  height: 50px;
  text-align: center;
}

.hide{
	display: none;
}

.error{
	color:red;
	font-size: 20px;
}
#sobreMiExperiencia {
	margin-bottom: 100px;
}
.columns.spacedLeft {
	padding-left: 100px;
}
.columns.spacedRight {
	padding-right: 100px;
}
.columns.spacedLogo {
	padding-left: 50px;
}




