/*
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;
	--blue: #1F3662;
	--black: #000000;
	--primary: #555;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	color: var(--primary);
	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);
}
.blue {
	color: var(--blue);
}
.red {
	color: var(--red);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-red {
	background: var(--red);
}
a, .boton, 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(--blue);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white) !important;
	background: var(--red);
	border: 1px solid var(--red);
	padding: 10px 30px;
	font-weight: normal;
	font-family: 'Rubik', sans-serif;
	border-radius: 6px;
}
.boton2 {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white) !important;
	background: #c0c0c0;
	border: 1px solid #c0c0c0;
	padding: 10px 30px;
	font-weight: normal;
	font-family: 'Rubik', sans-serif;
	border-radius: 6px;
}
.boton2:hover, .boton2:focus {
	background: #b0b0b0;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: #e21616;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: var(--black);
}


/**** HEADER ****/
.top {
	padding-top: 7px;
	padding-bottom: 6px;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
}
.top a, .top a:hover, .top a:focus {
	color: #fff;
}
.top .social a {
	margin-left: 8px;
	font-size: 17px;
}
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 80px;
}
.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: var(--black);
	font-size: 15px;
	border: none;
	padding: 8px 5px;
	text-transform: uppercase;
	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: 'Poppins', sans-serif;
	border-bottom: 3px solid transparent;
}
.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: #000;
	border-bottom: 3px solid var(--red);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #000;
	border-bottom: 3px solid var(--red);
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-right {
    padding-top: 18px;
}

#video-background {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#video-background video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#video-background .contenido {
	/*
    -webkit-display:flex;
    display:flex;
    align-items:center;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    background:rgba(0,0,0,0.5);
    font-size:20px;
    font-weight:500;
    */
    display: none;
}
.bg1 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(images/bg1.png) no-repeat center center;
	background-size: cover;
	color:var(--black);
	text-align: center;
}
.pasos {
	background:#fff;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.3);
	position: relative;
	border-radius: 20px;
	padding: 20px;
}
.pasos img.numero {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 68px;
}
.pasos h4 {
	margin: 15px 0;
}
.paso1 {
	border-left: 4px solid var(--blue);
}
.paso2 {
	border-left: 4px solid var(--red);
	margin-top: 30px;
}
.paso3 {
	border-left: 4px solid var(--blue);
	margin-top: 70px;
}
.suptitle {
	letter-spacing: 2px;
	color: #999999;
}
.bg2 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(images/bg2.jpg) no-repeat center center;
	background-size: cover;
	color:var(--white);
	text-align: center;
}
.big {
	font-size: 76px;
	font-weight: 900;
	font-family: 'Poppins', sans-serif;
}
.big span {
	font-size: 40px;
	position: relative;
	top: -20px;
}
.cborde {
	border-right: 1px solid #fff;
}
.bg3 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(images/bg3.jpg) no-repeat center center;
	background-size: cover;
}
.stars .fa {
	color:#fec42d;
}
.testimonio {
	text-align:center;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.3);
	border-radius: 16px;
	border: 1px solid #f0f0f0;
	padding: 24px;
	background:#fff;
}
.autor {
	position: relative;
	text-align: left;
	padding-left: 80px;
}
.autor .image {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	left: 0;
}
.autor img {
	width: 50px !important;
	height:auto;
	top: 0;
	position: absolute;
	right: 0;
}
footer {
	padding-top: 50px;
	color:#fff;
}
footer a {
	color: #fff !important;
}
.linea {
	border-top: 1px solid #0770a1;
	padding-top: 15px;
	padding-bottom: 15px;
}
@media(min-width:767px) {
	.copyright {
		text-align: right;
	}
}
.logofooter {
	height: 80px;
}
.menufooter a {
	display: block;
	margin-bottom: 10px;
}
.socialfooter a {
	display: inline-block;
	width: 38px;
	height:38px;
	line-height: 38px;
	border-radius:50%;
	text-align: center;
	color:var(--blue) !important;
	font-size: 18px;
	margin-right: 6px;
	background:#fff;
}
.owl2 .owl-nav  {
	display: none !important;
	/*** 
	position: absolute;
	top: 70px;
	****/
}
.owl2 .owl-dots {
	display: block;
}
.owl2 .owl-dots, .owl3 .owl-dots {
	display: block !important;
	margin-top: 15px;
	margin-bottom: 40px;
}
.owl-carousel button.owl-dot {
    background: #e9e9e9;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: inline-block;
    width: 21px;
    height: 8px;
    border-radius: 18px;
    margin: 10px 4px;
}
.owl-carousel button.owl-dot.active {
	background: var(--blue);
}
.cab {
	padding-top: 80px;
	padding-bottom: 80px;
}
.cab h1 {
	margin: 0;
	padding: 0;
	color:#fff;
	font-weight: 700;
}
.cabnosotros {
	background: url(images/cabnosotros.jpg) no-repeat center center;
	background-size: cover;
}
.cabfaqs {
	background: url(images/cabfaqs.jpg) no-repeat center center;
	background-size: cover;
}
.cabaplicar {
	background: url(images/cabaplicar.jpg) no-repeat center center;
	background-size: cover;
}
.valores {
	padding-right: 35px;
}
.valores h4 {
	color:var(--blue);
	font-weight: bold;
}
.valores.cb {
	border-right: 3px solid #e9e9e9;
}
.valores .bullet {
	display: inline-block;
	width: 5px;
	height: 5px;
	background:var(--red);
	border-radius: 50%;
	margin-right: 10px;
}
.faqs p {
	padding-left: 15px;
}
.faqs h4 {
	font-weight: normal;
	color:var(--blue);
	margin: 30px 0 20px;
	font-family: 'Rubik', sans-serif;
}
.formulario input[type="text"], .formulario input[type="email"], .formulario select,
.formulario textarea {
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 100%;
	margin-bottom: 15px;
	background:#fff;
}
.mapa iframe {
	width: 100%;
	height: 400px;
}
.step {
	text-align: center;
	float: left;
	width: 90px;
}
.step img {
	width: 66px;
	margin-top: 4px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.4;	
}
.step img.listo {
	opacity: 1;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
label.terminos {
	font-weight: normal;
}




@media(max-width:767px) {
	.navbar-toggle {
		adding: 9px 10px;
  		margin-top: 16px;
  		margin-bottom: 8px;
  		margin-right: 0;
  		border: none;
  		background:#fff !important;
  		color:var(--blue);
    }
    #video-background {
		height: 444px;
  	}
  	.cborde {
  		border: none;
  		margin-bottom: 30px;
  	}
  	.navbar-default .navbar-nav > li > a {
  		margin-bottom: 12px;
  		border: 1px solid #f0f0f0 !important;
	}
	.pasos {
	  background: #fff;
	  box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.3);
	  position: relative;
	  border-radius: 20px;
	  padding: 20px;
	  width: 500px;
	  max-width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 0 !important;
	}
	.paso1, .paso2 {
		margin-bottom: 40px;
	}
	.valores.cb {
		border: none;
	}
	.step {
		width: 80px;
	}
	.step img {
		width: 56px;
	}


@media(max-width:498px) {
	#video-background {
		height: 344px;
  	}
  	.h1, h1 {
 		font-size: 30px;
	}
	.step {
		width: 56px;
		font-size: 13px;
	}
	.step img {
		width: 46px;
	}
}