/*
Theme Name: Papercom
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--pink: #FF0684;
	--green: #AAC21D;
	--black: #111111;
	--yellow: #FFFF00;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: var(--black);
	font-weight: normal;
}
.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);
}
.pink {
	color: var(--pink);
}
.yellow {
	color: var(--yellow);
}
.green {
	color: var(--green);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-green {
	background: var(--green);
}
.bg-pink {
	background: var(--pink);
}
.bg-yellow {
	background: var(--yellow);
}
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(--green);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--green);
	border: 1px solid var(--green);
	padding: 10px 30px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
	border-radius: 30px;
	opacity: 0.9;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: var(--green);
	opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: normal;
	color: var(--black);
	margin-bottom: 20px;
}


/**** HEADER ****/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 100;
}
.top {
	text-align: right;
	color: #fff;
	padding-top: 12px;
}
.top .email, .top .tel {
	display: inline-block;
	margin-right: 20px;
}
.top .email img, .top .tel img {
	margin-right: 4px;
	position: relative;
	top: -1px;
}
.top a {
	color: #fff;
}
.top .social {
	display: inline-block;
}
.top .idioma {
	display: inline-block;
}
.top .social {
	margin-right: 14px;
}
.top .social a {
	font-size: 19px;
	margin-right: 8px;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 70px;
    margin-top: -10px;
    margin-bottom: 8px;
}
.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: #ffffff;
	font-size: 17px;
	border: none;
	text-transform: none;
	font-weight: normal;
	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: 'Roboto', sans-serif;
	border-bottom: 3px solid transparent;
	padding: 25px 0;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: var(--white);
	border-bottom: 2px solid var(--yellow);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
    border-bottom: 2px solid var(--yellow);
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-right {
    padding-top: 5px;
}
ul.language-chooser {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.language-chooser li {
	margin: 0;
	padding: 0;
}
ul.language-chooser li.active {
	display: none;
}
ul.language-chooser a.qtranxs_text_en {
	background: url(images/eng.png) no-repeat left center;
	padding-left: 25px;
	background-size: 20px;
}
ul.language-chooser a.qtranxs_text_es {
	background: url(images/esp.png) no-repeat left center;
	padding-left: 25px;
	background-size: 20px;
}
.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff !important;
    background-color: transparent !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	border-top: 1px solid var(--green);
	background: #fff;
	margin-left: 0 !important;
	min-width: 200px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 16px !important;
	color: #000;
	font-weight: normal;
	padding: 12px 15px;
    display: block;
    background: #fff;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: var(--green);
}





.carousel-home .item {
	height: 600px;
}
.carousel-home img.imgcarousel {
	width: 100%;
}
.carousel-home .container-fluid {
    position: absolute;
    color: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
 	height:100%;
}
.carousel-home .row {
	height:100%;
} 
.carousel-home .col-sm-12 {
	height:100%;
}
.content-carousel {
	display: flex;
	height: 100%;
	align-items: center;
	color: #fff;
}
.content-carousel > div {
	text-align: left;
	width: 550px;
	max-width: 100%;
	margin: 0;
	font-size: 18px;
}
.content-carousel h1 {
	font-size: 60px;
	color: var(--yellow);
}
.bg-grey {
	background: #f2f2f2;
}
.banner {
	display: block;
	text-align: center;
	color: #fff !important;
	font-size: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 100px;
	padding-bottom: 100px;
	font-family: 'Roboto Slab', sans-serif;
	margin-bottom: 30px;
}
.page .banner {
	padding-top: 60px;
	padding-bottom: 0;
	height: 300px;
}
.banner1 {
	background: url(images/1.jpg) no-repeat center center;
	background-size: cover;
}
.banner2 {
	background: url(images/2.jpg) no-repeat center center;
	background-size: cover;
}
.banner3 {
	background: url(images/3.jpg) no-repeat center center;
	background-size: cover;
}
.banner4 {
	background: url(images/4.jpg) no-repeat center center;
	background-size: cover;
}
.contenidobanner {
	font-size: 16px;
}
h2 {
	font-size: 42px;
}
.nosotros-home {
	position: relative;
	padding-bottom: 50px;
}
.nosotros-home .col-sm-12 {
	padding-right: 55%;
}
.nosotros-home img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 780px;
}
.bggris {
	background: url(images/bggris.jpg) no-repeat center center;
	background-size: cover;
}
.bggris img, .contenidos img {
	border: 8px solid #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
}
.linea {
	width: 90px;
	height: 3px;
	background: var(--pink);
	margin: 25px 0 25px 0;
}
.text-center .linea {
	margin: 25px auto 25px auto;
}
@media(min-width:767px) {
	.pright {
		padding-right: 30px;
	}
}
.imgnoticia {
	display: block;
	width: 100%;
	height: 250px;
	margin-bottom: 15px;
}
h4 {
	font-size: 19px;
	line-height: 1.4em;
}
.noticia h4 a {
	color: var(--black);
}
.noticia h4 {
	margin-top: 10px;
	margin-bottom: 15px;
}
.actividad {
	position: relative;
	padding-left: 165px;
	margin-bottom: 40px;
}
.actividad h4 {
	margin: 0 0 5px 0;
	color: var(--black);
}
.actividad h4 a {
	color: var(--black);
}
.imgactividad {
	position: absolute;
	left: 15px;
	top: 0;
	width: 130px;
	height: 90px;
}
footer {
	background: #00001a;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 30px;
}
footer a {
	color: #fff !important;
}
.redesfooter {
	margin-top: 10px;
}
.redesfooter a {
	display: inline-block;
	background: var(--yellow);
	color: #00001a !important;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	font-size: 19px;
	margin-right: 10px;
}
p.locations {
	position: relative;
	padding-left: 27px;
}
p.locations img {
	position: absolute;
	left: 0;
	top: 1px;
}

p.locations2 {
	position: relative;
	padding-left: 54px;
	padding-top: 8px;
	min-height: 40px;
}
p.locations2 img {
	position: absolute;
	left: 0;
	top: 1px;
}

@media(min-width:767px) {
	.developer {
		text-align: right;
	}
}
.page header {
	border-bottom: 1px solid #fff;
}
.cab h1 {
	font-size: 60px;
}
.cab {
	padding-top: 150px;
	padding-bottom: 40px;
}
.cabnosotros {
	background: url(images/cabnosotros.jpg) no-repeat center center;
	background-size: cover;
}
.cabservicios {
	background: url(images/cabservicios.jpg) no-repeat center center;
	background-size: cover;
}
.cabnoticias {
	background: url(images/cabnoticias.jpg) no-repeat center center;
	background-size: cover;
}
.cabcontacto {
	background: url(images/cabcontacto.jpg) no-repeat center center;
	background-size: cover;
}
.noticia {
	margin-bottom: 40px;
}
.paginacion {
	margin-bottom: 10px;
}
.paginacion a, .paginacion span {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #333;
	background: #fff;
	margin: 0 2px;
	line-height: 35px;
	font-size: 15px;
	font-weight: normal;
}
.paginacion a.selected, .paginacion span.selected {
	color: #fff;
	background: #FF0684;
}
.bg-fondo {
	background: url(images/fondo.jpg) no-repeat center center;
	background-size: cover;
}
.bullets p {
	position: relative;
	padding-left: 13px;
	margin-bottom: 5px;
}
.bullets p::before {
	content: '';
	width: 6px;
	height: 6px;
	background: var(--pink);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}
.equipo {
	text-align: center;
	color: #444;
	margin-bottom: 40px;
}
.equipo h4 {
	margin-bottom: 3px;
}
.imgequipo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 246px;
	height: 246px;
	border-radius: 50%;
}
.equipo1 {
	border: 3px solid #ff0684;
}
.equipo2 {
	border: 3px solid #aac21d;
}
.equipo3 {
	border: 3px solid #00b3aa;
}
.equipo4 {
	border: 3px solid #ffff00;
}
.formulario input, .formulario select {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	margin-bottom: 16px;
	color: #111;
	background: #fff;
}
.formulario textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	margin-bottom: 16px;
	color: #111;
	height: 100px;
}
@media(min-width: 767px) {
	.agregar {
		padding-top: 25px;
	}
}
label {
	font-weight: normal;
	display: inline-block;
	margin-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;

}
input[type="radio"] {
	width: auto;
	margin: 0 5px 0 0;
	padding: 0;
}
input[type="checkbox"] {
	width: auto;
	margin: 0 5px 0 0;
	padding: 0;
}


@media(max-width:767px) {
	.top .email {
		display: none;
 	}
 	.navbar-toggle {
  		margin-right: 0;
  		background: transparent !important;
  		color: #fff !important;
	}
	.content-carousel h1 {
  		font-size: 48px;
  	}
  	.cab h1 {
  		font-size: 48px;
	}
  	.nosotros-home img {
	  position: relative;
	  right: inherit;
	  bottom: inherit;
	  width: auto;
	  margin-top: 20px;
	  max-width: 100%;
	}
	.nosotros-home .col-sm-12 {
  		padding-right: 15px;
	}
	.nosotros-home {
  		padding-bottom: 0;
	}	
	.navbar-collapse {
		background: #14919f;
	}
	h2 {
  		font-size: 36px;
	}
	
}

