/*
Theme Name: Papercom
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--red: #ff0000;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 16px;
	color: #555;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.red {
	color: var(--red);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-red {
	background: var(--red);
}
.transition, a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--red);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--red);
	border: 1px solid var(--red);
	padding: 9px 20px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	border-radius: 25px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: #fff;
	background: #e52020;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}
h2 {
	font-size: 44px;
}
.relative {
	position:relative;
}

/**** HEADER ****/
header {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
header .col-xs-12 {
	position: relative;
	padding-right: 120px;
}
header .idiomas {
	position:absolute;
	right: 15px;
	top: 27px;
}
header .idiomas img {
	width: 36px;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
  height: 54px;
  margin-bottom: 6px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: #fff;
	font-size: 15px;
	border: none;
	text-transform: none;
	font-weight: 600;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Montserrat', sans-serif;	
	padding: 7px 15px;
	border-radius: 16px;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background: var(--red) !important;
	color: #fff !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background: var(--red) !important;
    color: #fff !important;
}
.navbar-default .navbar-nav li {
	padding-right: 2px;
	padding-left: 2px;
}
.navbar-right {
    padding-top: 15px;
}
header .navbar-brand img.logocolor {
  	display: none;
}

/* HOME */
.slider {
	background: url(images/slider.jpg) no-repeat center center;
	background-size: cover;
	height: 700px;
	padding-top: 150px;
	/*
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	*/
}
.slider .subtitulo {
	font-size: 25px;
	font-weight:bold;
	text-align:right;
	font-style:italic;
}
.slider .container-fluid, .slider .row, .slider .relative {
	height: 100%;
}
.relative {
	position: relative;
}
.content-30-anos {
	color: #fff;
	float: right;
	width: 399px;
	text-align: right;
}
.content-30-anos img {
	width: 270px;
}
.content-30-anos .justify {
	text-align:justify;
}
.titulo-slider {
  position: absolute;
  font-style: italic;
  color: #fff;
  font-weight: bold;
  font-size: 29px;
  width: 410px;
  top: 90px;
  left: 90px;
}
@media(max-width:767px) {
	.titulo-slider {
    	position: relative;
    	font-size: 24px;
    	max-width:100%;
    	width:100%;
    	top: inherit;
    	left: inherit;
    	margin-bottom:40px;
  	}
  	.content-30-anos img {
    	width: 180px;
  	}
  	.content-30-anos {
  		width: 100%;
	}
}
img.especialistas {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 150px;
}
.que-hacemos {
	background: rgb(242,242,242);
	background: linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
	position:relative;
}
.que-hacemos img.hospital {
	position:absolute;
	left:0;
	top:220px;
	left: 0;
	width:500px;
}
.fondo {
	/**
	background: url(images/bg.png) no-repeat top left;
	background-size: 900px;
	**/
	background: rgb(242,242,242);
	background: linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
}
.que-hacemos .col-sm-5 {
  padding-right: 30px;
  text-align: right;
  color: var(--red);
  font-size: 56px;
  font-weight: 800;
  line-height: 62px;
}
.que-hacemos img {
	width: 350px;
	max-width: 100%;
	margin-bottom: 15px;
}
.edificio img {
	max-width: 100%;
	position: relative;
}
.edificio img.mobile {
	display: none;
}
footer {
	background: var(--black);
	color: #fff;
	padding-top: 50px;
}
.contactos p {
	position: relative;
	padding-left: 30px;
}
.contactos p img {
	width: 24px;
	position: absolute;
	left: 0;
	top: 0;
}
@media(min-width: 767px) {
	footer .sello {
		text-align: right;
	}
}
footer .sello img {
	width: 150px;
}
.socialfooter {
	margin-top: 30px;
}
.socialfooter a {
	display: inline-block;
	background: #fff;
	color: #000;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	margin-right: 4px;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
}
.copyright {
	background: #1a1a1a;
	padding-top: 24px;
	padding-bottom: 24px;
	color: #fff;
	font-size: 14px;
}
.copyright a {
	color: #fff;
}
 
body.page header {
	background: #fff;
	position: relative;
	top: inherit;
	left: inherit;
}
body.page header .navbar-brand img.logocolor {
 	display: inline-block;
}
body.page header .navbar-brand img.logowhite {
 	display: none;
}
body.page .navbar-default .navbar-nav li a {
	color: #000;
}

/* Paginas */
.cab {
	background: url(images/slider.jpg) no-repeat center center;
	text-align: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.cab.nosotros {
	background: url(images/cabnosotros.jpg) no-repeat center center;
	background-size: cover;
}
.cab.areas {
	background: url(images/cabareas.jpg) no-repeat center center;
	background-size: cover;
}
.cab.soluciones {
	background: url(images/cabsoluciones.jpg) no-repeat center center;
	background-size: cover;
}
.cab.clientes {
	background: url(images/cabclientes.jpg) no-repeat center center;
	background-size: cover;
}
.cab h1 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-weight: 600;
	padding-top: 140px;
	padding-bottom: 140px;
}
.cab .borde {
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
}
.cab .borde span {
	display: block;
	width: 600px;
	max-width: 90%;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	background: var(--red);
	height: 16px;
}
.blok {
	display: block;
	position: relative;
	padding: 20px 20px 20px 70px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #000;
	background: #e5e5e5;
	border-radius: 6px;
	min-height: 50px;
}
.blok img {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 50px;
}
.blok4 img {
	top: 1px;
}
.tab-content > .tab-pane {
	padding-top: 50px;
}
@media(min-width: 991px) {
	.tab-content > .tab-pane {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.nav-tabs > li > a {
  font-weight: 600;
  color: #aaa;
}
.instalaciones {
	display: block;
	padding: 25px 60px 25px 90px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #000;
	background: url(images/bginstalaciones.jpg) repeat;
	border-radius: 6px;
	min-height: 30px;
	position: relative;
	text-align:center;
}
.instalaciones img {
  width: 70px;
  position: absolute;
  left: 10px;
  top: 4px;
}
.instalaciones p {
	margin:0;
	padding:0;
}
.instalaciones a {
  position: absolute;
  display: inline-block;
  color: #999;
  border: 1px solid #999;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: normal;
  line-height: 27px;
  font-size: 20px;
  top:22px;
  right:15px;
}
img.border-radius {
	border-radius: 16px;
}
.tont {
	background: url(images/tont.png) no-repeat center center;
	background-size: cover;
	border-radius: 16px;
	padding: 80px 20px;
	width: 700px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.tont a {
	display: inline-block;
	color: #fff;
	border: 2px solid #fff;
	padding: 15px 30px;
	border-radius: 30px;
	font-weight: 600;
}
.tont a:hover {
	background: #fff;
	color: #111;
}
.legal h4 {
	margin: 30px 0;
	font-weight: 700;
}
.contenidossolucion {
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
}
.lista-soluciones p {
	position: relative;
	padding-left: 20px;
	font-weight: 500;
}
.lista-soluciones span {
	color: var(--red);
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 6px;
}
.menusoluciones a {
  display: block;
  color: #111;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
.menusoluciones a i {
	color: var(--red);
	margin-right:5px;
	font-size:12px;
}
.menusoluciones a.active {
  color: var(--red);
}
.contacto {
	background: #d9d9d9;
	padding: 30px;
	border-radius: 20px;
}
.contacto input {
	width: 100%;
	background: #fff;
	color: #111;
	padding: 12px 20px;
	border-radius: 20px;
	margin-bottom: 15px;
	border: 1px solid #555;
}
.contacto textarea {
	width: 100%;
	background: #fff;
	color: #111;
	padding: 12px 20px;
	border-radius: 20px;
	margin-bottom: 15px;
	height: 120px;
	border: 1px solid #555;
}
.contacto .boton {
	padding: 12px 30px;
}
.alert-info {
	margin-bottom: 20px;
}
.contenedorsoluciones {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	border-radius: 12px;
	padding: 30px;
}
.mapa {
	position:relative;
}
.mapa .contenido-mapa {
	position:absolute;
	top: 40px;
	left:0;
	width:100%;
}
.mapa .contenido-mapa h3 {
	font-weight: 500;
	font-size:32px;
	padding-top:30px;
}
.black30 {
	position:absolute;
	left: 30px;
	top:0;
	width: 140px;
	border-radius:14px;
}
.links-paises a {
	white-space:nowrap;
	display:inline-block;
	color:#333;
	padding: 5px 15px;
	border-radius: 20px;
	background:transparent;
	font-weight:500;
	background:#f2f2f2;
	margin: 1px 2px 5px 2px;
}
.links-paises a.active {
	background:var(--red);
	color:#fff;
}
.trabajos img {
	margin-bottom: 12px;
}
.trabajos {
  color: #333;
  font-weight: 500;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.trabajos .col-sm-4 {
	margin-bottom: 40px;
}
#internacional .col-sm-4, #nacional .col-sm-4 {
	margin-bottom: 40px;
}
#internacional img, #nacional img {
	margin-bottom: 12px;
}
#internacional, #nacional {
	color: #333;
  font-weight: 500;
}


@media (max-width: 1100px) {
	.mapa .col-sm-12 {
		padding-left:0;
		padding-right:0;
	}
	header {
		background: #fff;
	}
	header .col-xs-12 {
  	padding-right: 106px;
	}
	header .navbar-brand img.logocolor {
 		display: inline-block;
	}
	header .navbar-brand img.logowhite {
 		display: none;
	}
	.slider .subtitulo {
  	font-size: 19px;
  }
  	.navbar-header {
    	float: none;
  	}
  	.navbar-left,.navbar-right {
      	float: none !important;
  	}
  	.navbar-toggle {
      	display: block;
      	margin-right: 0;
  	}
  	.navbar-collapse {
      	border-top: 1px solid transparent;
      	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  	}
  	.navbar-fixed-top {
      	top: 0;
      	border-width: 0 0 1px;
  	}
  	.navbar-collapse.collapse {
      	display: none!important;
  	}
  	.navbar-nav {
      	float: none!important;
      	margin-top: 7.5px;
  	}
  	.navbar-nav>li {
      	float: none;
  	}
  	.navbar-nav>li>a {
      	padding-top: 10px;
      	padding-bottom: 10px;
  	}
  	.collapse.in{
      	display:block !important;
	  }
  	.navbar-default .navbar-toggle {
  		border-color: #ddd;
  		background: #fff;
	    background-color: rgb(255, 255, 255);
	}
	.navbar-collapse {
		background: #fff;
	}
	.navbar-default .navbar-nav li {
		padding-right: 30px;
  		padding-left: 6px;
	}	
	.navbar-default .navbar-nav li a {
	 	color: #000;
	  	font-size: 15px;
	  	border: none;
	  	text-transform: none;
	  	font-weight: 600;
	  	transition: all .2s ease-in-out;
	  	-webkit-transition: all .2s ease-in-out;
	  	-moz-transition: all .2s ease-in-out;
	  	-o-transition: all .2s ease-in-out;
	  	font-family: 'Montserrat', sans-serif;
	  	padding: 9px 15px;
	  	border-radius: 16px;
	  	margin-bottom: 10px;
	}
	.que-hacemos img.hospital {
  		 width: 388px;
	}
	.black30 {
		display:none;
	}
}


@media(max-width:991px) {
	.que-hacemos img.hospital {
   		width: 335px;
  	}
}

@media(max-width: 767px) {
	.que-hacemos img.hospital {
   		display:none;
  	}
	img.especialistas {
 		position: absolute;
  		bottom: 30px;
  		left: 15px;
  		width: 120px;
	}
	.content-30-anos {
  		max-width: 100%;
	}
	.que-hacemos, .fondo {
		background: none;
	}
	.que-hacemos .col-sm-5 {
		padding-right: 30px;
	  	text-align: left;
	  	font-size: 50px;
		line-height: 60px;
	}
	.edificio img.desktop {
		display: none;
	} 
	.edificio img.mobile {
		display: block;
	} 
	.servicio-home {
		margin-bottom: 20px;
	}
	.cab h1 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.que-hacemos {
  		padding-bottom: 0;
	}
	.mapa .contenido-mapa h3 {
 		font-weight: 500;
  	font-size: 24px;
  	padding-top: 0;
	}
}


@media(max-width: 498px) {
  	img.especialistas {
    	width: 100px;
  	}
  	.que-hacemos .col-sm-5 {
    	font-size: 40px;
    	line-height: 50px;
  	}
  	.nav-tabs > li {
  		float: none;
	}
	.content-30-anos .justify {
 		text-align: left;
	}
	.titulo-slider {
    	font-size: 20px;
    }
    .slider {
    	padding-top: 120px;
    }
    .que-hacemos .row {
    	margin:0 -6px;
    }
    .que-hacemos .col-xs-6, .que-hacemos .col-xs-3 {
    	padding: 0 6px;
    }
    footer {
    	font-size:15px;
    }
    header .navbar-brand img {
	  height: 45px;
	  margin-bottom: 10px;
	  margin-left: -20px;
	  margin-top: 4px;
	}
	.mapa .contenido-mapa {
  	top: 15px;
  }
   .mapa .contenido-mapa h3 {
    font-weight: 500;
    font-size: 23px;
    padding-top: 0;
    line-height: 28px;
  }
}

@media(max-width: 398px) {
	.servicio-home {
		float: none;
    	width: 268px;
    	max-width: 100%;
    	margin-left: auto;
    	margin-right: auto;
	}
	.cab h1 {
  		font-size: 26px;
  		padding-top: 90px;
  		padding-bottom: 90px;
	}
	h2 {
 		font-size: 32px;
	}
	.que-hacemos .col-xs-6, .que-hacemos .col-xs-3 {
    	float:none;
    	width:100%;
    }
    .que-hacemos img {
    	width:275px;
    	margin-left:auto;
    	margin-right:auto;
    	display:block;
    }
}