@charset "utf-8";
/* CSS Document */
	body {
			font-size: 1em;
			line-height: 1.5em;
		}
	h1, h2, h3, h4, h5, h6 {
		line-height: 1em;
		margin: 0 0 0.5em 0;
		font-family: "Roboto", Arial, sans-serif;
		font-optical-sizing: auto;
	  	font-weight: 800;
  		font-style: normal;
			color: #00358B;
	}
		h1 {
			font-size: 4em;
			letter-spacing: 2px;
			color: #fff;
		}
		h2 {
			font-size: 2.25em;
			line-height: 1.5em;
		}
	h3 {
		font-size: 1.45em;
		line-height: 1.5em;
	}
	h4 {
		font-size: 1.1em;
		line-height: 1.5em;
	}
	p, span, label, input[type="text"], input[type="submit"], textarea, li, a.button{
		font-family: "Roboto", Arial, sans-serif;
		font-optical-sizing: auto;
  		font-weight: 400;
  		font-style: normal;
		color: #676767;
		}
		
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }
	
  .no-js .title-bar {
    display: none;
  }
	
}
	.top-bar,
	.title-bar,
	.top-bar-right,
	.top-bar-left,
	.menu-text,
	ul.menu,
	.topbar-right li{
		background:#fff;
			}
	.top-bar-right li a{
		color:#00358B;
		text-transform: uppercase;
		font-family: "Roboto", Arial, sans-serif;
		font-optical-sizing: auto;
  		font-weight: 500;
  		font-style: normal;
		font-size: 0.85em;
		margin-left: -0.2em;
		margin-right: -0.2em;
		}
	@media screen and (max-width:40em){
			.top-bar-left{
				display:none;
			}
		}
	#ppal {
		background-attachment: scroll,							fixed;
		background-color: #222;
		background-image: url("../img/fondo.png"), url("../img/quirofano-imagen-principal.jpg");
		background-position: top left,						center center;
		background-repeat: repeat,							no-repeat;
		background-size: auto,							cover;
		color: #fff;
		padding: 10em 4em 15em 4em;
		text-align: center;
	}
	@media screen and (max-width:40em){
		background-image: url("../img/fondo.png"), url("../img/quirofano-imagen-principal-celu.jpg");
	}
	#ppal :last-child {
			margin-bottom: 0;
		}
	#ppal .parrafo1{
			font-size: 2.5em;
			color: #fff;
		}
	#ppal .parrafo2 {
			font-size: 1.45em;
			margin-bottom: 1.75em;
			color: #fff;
			}
	@media screen and (max-width:40em){
			#ppal {
				padding: 3em 2em 5em 2em;
			}
		}
	@media screen and (max-width:900px) and (orientation:landscape){
			#ppal {
				padding: 2em 2em 5em 2em;
			}
			#ppal .parrafo1{
				font-size: 2em;
				color: #fff;
		}
			#ppal .parrafo2 {
				font-size: 1.25em;
				margin-bottom: 1.75em;
				color: #fff;
			}
		}
	#quienes{
			margin-top:-5em;
		}
	#quienes .callout{
			background: white; 
			box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		}
	#quienes h2{
		font-size: 1.15em;
		color: #222;
		}
	#empresa,
	#productos{
			padding-top: 4em; 
			padding-bottom: 3em;
		}
	#empresa .icono-empresa{
			width: 30px;
			height: auto;
			padding-bottom: 0.5em;
		}
	#empresa .callout{
			border:none;
			background: transparent;
		}
	#empresa h2{
			 margin-top:0; 
			padding-top: 0; 
			line-height: 1.5em;
		}
	#empresa .thumbnail img{
			width: 100%; 
			height: auto;
		}
	#empresa .caracteristicas{
			 margin-top:2em;
		}
	#cta .button.primary, #cta .button.primary.disabled, #cta .button.primary[disabled], #cta .button.primary.disabled:hover, #cta .button.primary[disabled]:hover, #cta .button.primary.disabled:focus, #cta .button.primary[disabled]:focus {
  			background-color: #00358B;
  			color: #fefefe;
			border-radius: 0 5px  0 5px;
		}
	#cta .button.primary:hover, #cta .button.primary:focus {
  			background-color: #00A2EC;
  			color: #fefefe;
		}
	#productos {
			background-color: #E8F8FF;
		}
	#productos img{
			box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
			-webkit-transition: all 0.2s ease-in-out;
  			transition: all 0.2s ease-in-out;
		}
	#productos img:hover{
			transform: scale(107%);
		}
	#productos .linea {
  			display: block;
  			text-align: center;
  			overflow: hidden;
  			white-space: nowrap;
		}
	#productos .linea span {
  			display: inline-block;
  			position: relative;
  			padding-left: 0.5em;
  			padding-right: 0.5em;
		}
	#productos .linea span:before, #productos .linea span:after {
  			content: '';
  			position: absolute;
  			height: 100%;
  			width: 9999px;
  			top: 50%;
  			border-top-style: solid;
  			border-top-width: 1px;
			border-top-color: #00358B;
		}
	#productos .linea span:before {
  			right: 100%;
		}
	#productos .linea span:after {
  			left: 100%;
		}
	#productos .callout{
			background: transparent; 
			border:none;
		}
	#productos .callout img{
			width: 100%;
			height: auto;
		}
	#contacto, 
	#foot {
			background-color: #00358B;
		}
	#contacto .mapa{
			margin-bottom: 2em;
		}
	#foot p, 
	#foot li, 
	#foot label, 
	#foot span{
			color: #fff;
			font-size: 0.95em;
		}
	#foot h2{
			font-size: 1.5em;
			color: #fff;
		}
	form label{
			text-transform: uppercase;
			margin-bottom: 0;
			line-height: 1.75em;
		}
	#foot li span{
			margin-left: 1.75em;
		} 
	#foot i{
			font-size: 1.5em;
		}
	#foot a{
			color: #fff;
			text-decoration: underline;
			-webkit-transition: all 0.2s ease-in-out;
  			transition: all 0.2s ease-in-out;
		}
	#foot a:hover{
			background-color: #00A2EC;
		}
	#foot .copy{
			padding-top: 1.5em; 
			padding-bottom: 1.5em; 
			border-top: 1px solid rgba(255,255,255,0.5);
		}
	#foot .button.secondary, #foot .button.secondary.disabled, #foot .button.secondary[disabled], #foot .button.secondary.disabled:hover, .button.secondary[disabled]:hover, #foot .button.secondary.disabled:focus, #foot .button.secondary[disabled]:focus {
  			background-color: #C4ECFF;
  			color: #222;
			border-radius: 0 5px  0 5px;
		}
	#foot .button.secondary:hover, #foot .button.secondary:focus {
  			background-color: #D2F1FF;
  			color: #222;
		}
	form input[type="text"], form textarea{
			margin-top:-0.25em;
			border-radius: 0 5px 0 5px;
		}
	::placeholder {
  			color: #949494;
		}
	.btn-whatsapp {
        	display:block;
			font-size: 1.8em;
			line-height: 1.7em;
			background: #1DE29D;
        	width:55px;
        	height:55px;
        	color:#fff;
        	position: fixed;
        	right:20px;
        	bottom:100px;
        	border-radius:50%;
        	text-align:center;
			z-index:999;
			border: 2px solid #1DE29D;
		}
	.btn-whatsapp a{
			color: #263238;
			text-decoration: none;
			transition: color 0.15s ease-in;
		}
	.btn-whatsapp:hover{
			color: #fff;
			text-decoration: none;
			border: 2px solid #fff;
		}
	.btn-whatsapp i{
			color: #fff;
		}
	.btn-arriba {
        	display:block;
			font-size: 2.4em;
			line-height: 1em;
			background: #00A2EC;
        	width:55px;
        	height:55px;
        	color:#fff;
        	position: fixed;
			right:20px;
        	bottom:20px;
        	border-radius:50%;
        	text-align:left;
			padding-left: 8px;
			padding-top: 4px;
			z-index:999;
			border: 2px solid #00A2EC;  
		}
	.btn-arriba a{
			color: #fff; 
			text-decoration: none;
			transition: color 0.15s ease-in;
		}
	.btn-arriba:hover{
			color: #fff;
			text-decoration: none;
			background: #0095DD;
			border: 2px solid #fff
		}
	.btn-arriba i{
			color: #fff;
		}