@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: '';
	src: url('fonts/.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #666;
/*	background-color: #6BB;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #FFD;
	text-align: center;
}

.btn-whatsapp {
	position: fixed;
	width: 70px;
	height: 70px;
	right: 5pX;
	bottom: 5px;
	z-index: 150;
}

.background {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: -500;
}

.web {
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: auto;
}

.full {
	width: 100%;
	height: 100%;
}

.transition {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

input:focus, 
textarea:focus, 
select:focus, 
button:focus {
	outline: 0px;
}

input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    -webkit-text-fill-color: #000;
}

textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
}

a:active {text-decoration: none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}

a img { border: 0px;}

p {margin: 0px; margin-bottom: 10px;}

.centrado {
	width: 100%;
	float: left;
	text-align: center;
}

.left {float: left;}
.right {float: right;}

.tleft {text-align: left;}
.tright {text-align: right;}

.bg-blanco {background-color: #FFF;}
.bg-negro {background-color: #000;}
.bg-rojo {background-color: #F00;}
.bg-amarillo {background-color: #DB5;}
.bg-azulito {background-color: #6BB;}
.bg-gris {background-color: #E6E6E6;}

.blanco {color: #FFF;}
.negro {color: #000;}
.rojo {color: #F00;}
.amarillo {color: #DB5;}
.azulito {color: #6BB;}
.gris {color: #E6E6E6;}

.blur {box-shadow: 10px 10px 15px #999;}

.redondeado {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.inline {width: 100%; float: left;}
.diline {width: 50%; float: left;}
.triline {width: 33%; float: left;}
.ditriline {width: 66%; float: left;}
.tetraline {width: 25%; float: left;}

.lightbox {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 500;
}

.lightbox-web {
	position: relative;
	width: 90%;
	max-width: 800px;
	display: inline-block;
}

.lightbox-iframe {
	background-color: #FFF;
	background-image: url(imagenes/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75px 75px;
	width: 100%;
	height: 70%;
	margin-top: 15%;
	box-shadow: 15px 15px 20px #000;
}

.lightbox-cerrar {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
/*	margin-top: 15% - 15px;*/
	margin-top: -moz-calc(15% - 15px);
	margin-top: -webkit-calc(15% - 15px);
	margin-top: -o-calc(15% - 15px);
	margin-top: calc(15% - 15px);
	z-index: 550;
}

.lightbox-main {
/*	background-color: #FFF;*/
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
	height: -moz-calc(100% - 40px);
	height: -webkit-calc(100% - 40px);
	height: -o-calc(100% - 40px);
	height: calc(100% - 40px);
	float: left;
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

.lightbox-header {
	width: 100%;
	float: left;
	margin: 0px;
	margin-bottom: 15px;
}

.lightbox-logo {
	width: 50px;
	height: 50px;
	float: right;
	margin: 10px;
}

.bg-header {
	position: fixed;
	background-color: #666;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 250;
}

.bg-header-aktivo {
	background-color: #333;
}

.header {
	width: 100%;
	float: left;
}

.logo {
	width: 210px;
	height: 70px;
	float: left;
	margin: 10px;
}

.logo-aktivo {
	width: 120px;
	height: 40px;
	margin: 5px;
}

.redes-sociales {
	position: fixed;
	width: 45px;
	height: 45px;
	right: 5px;
	z-index: 50;
}

.rs-facebook {
	top: 50%;
	margin-top: -120px;
}

.rs-instagram {
	top: 50%;
	margin-top: -55px;
}

.rs-linkedin {
	top: 50%;
	margin-top: 10px;
}

.rs-youtube {
	top: 50%;
	margin-top: 75px;
}

.menu-aktivo {
	width: 30px;
	height: 30px;
	margin-left: 10px;
}

.menu {
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: -o-calc(100% - 250px);
	width: calc(100% - 250px);
	height: 50px;
	float: right;
	line-height: 50px;
	text-align: right;
	margin: 20px 0px;
}

.menu-aktivo {
	height: 30px;
	line-height: 30px;
	margin: 10px 0px;
}

.bg-slider {
	background-image: url(imagenes/pleca-slider.png?v=3);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 50%;
	width: 100%;
	height: -moz-calc(100% - 100px);
	height: -webkit-calc(100% - 100px);
	height: -o-calc(100% - 100px);
	height: calc(100% - 100px);
	float: left;
	margin-top: 100px;
}

.slider {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}

.slider-info {
	position: relative;
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: -o-calc(50% - 20px);
	width: calc(50% - 20px);
	height: 100%;
	float: left;
	margin-right: 20px;
}

.slider-titulo {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 50%;
	text-align: left;
	color: #DB5;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 10px;
}

.slider-slogan {
	position: absolute;
	width: 75%;
	left: 0px;
	top: 50%;
	margin-top: 10px;
	text-align: left;
	font-size: 20px;
}

.slider-caracteristicas-main {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50%;
	margin-top: 75px;
}

.slider-caracteristicas {
	width: -moz-calc(100% / 3 - 15px);
	width: -webkit-calc(100% / 3 - 15px);
	width: -o-calc(100% / 3 - 15px);
	width: calc(100% / 3 - 15px);
	float: left;
	margin-right: 15px;
}

.slider-caracteristicas-ico {
	background-color: #DB5;
	width: 40px;
	height: 40px;
	float: left;
	padding: 5px;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}

.slider-caracteristicas-txt {
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	width: calc(100% - 50px);
	height: 40px;
	float: left;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
}

.slider-img {
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: -o-calc(50% - 20px);
	width: calc(50% - 20px);
	height: 90%;
	float: right;
	margin-left: 20px;
	object-fit: contain;
	object-position: 100% 0%;
}

.vacio {
	width: 100%;
	height: 50px;
	float: left;
}

.bg-contenido {
	width: 100%;
	float: left;
}

.contenido {
	width: 100%;
	float: left;
	padding: 15px 0px;
	text-align: justify;
}

.info {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	float: left;
	margin: 0px 10px;
	text-align: justify;
}

.nosotros {
	width: 100%;
	float: left;
	padding: 120px 0px;
}

.nosotros-titulo {
	width: 30%;
	font-size: 45px;
	font-weight: bold;
	float: left;
	margin: 0px;
}

.nosotros-txt {
	width: 70%;
	float: left;
	font-size: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}

.servicios-agencia {
	width: 100%;
	float: left;
	padding: 120px 0px;
	display: flex;
}

.servicios-agencia-titulo {
	width: 30%;
	font-size: 45px;
	font-weight: bold;
	float: left;
	margin: 0px;
	text-align: right;
	order: 2;
}

.servicios-agencia-txt {
	width: 70%;
	float: left;
	font-size: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	order: 1;
}

.servicios {
	width: 100%;
	float: left;
	padding: 120px 0px;
}

.servicios-titulo {
	width: 100%;
	font-size: 45px;
	font-weight: lighter;
	float: left;
	color: #333;
	margin: 0px;
}

.servicios-txt {
	width: 60%;
	font-weight: lighter;
	float: left;
	margin-right: 40%;
	color: #333;
}

.nuestros-servicios-main {
	width: -moz-calc(100% + 40px);
	width: -webkit-calc(100% + 40px);
	width: -o-calc(100% + 40px);
	width: calc(100% + 40px);
	float: left;
	margin-left: -20px;
	text-align: center;
}

.nuestros-servicios {
	width: -moz-calc(100% / 3 - 40px);
	width: -webkit-calc(100% / 3 - 40px);
	width: -o-calc(100% / 3 - 40px);
	width: calc(100% / 3 - 40px);
/*	float: left;*/
	display: inline-block;
	margin: 20px 18px;
	box-sizing: border-box;
}

.nuestros-servicios-img {
	border: #333 2px solid;
	width: 100%;
	height: 380px;
	float: left;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	object-fit: cover;
	object-position: 50% 50%;
	box-sizing: border-box;
}

.nuestros-servicios-titulo {
	width: 100%;
	height: 30px;
	float: left;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000;
}

.nuestros-servicios-txt {
	width: 100%;
	height: 200px;
	float: left;
	text-align: left;
	font-size: 16px;
	font-weight: lighter;
	color: #333;
}

.galeria-main {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.galeria-txt-main {
	width: 100%;
	max-width: 65%;
	float: left;
	text-align: left;
}

.galeria-txt-titulo {
	font-size: 65px;
	text-shadow: 5px 5px 10px #000;
}

.galeria-txt-info {
	text-align: left;
	font-size: 25px;
	text-shadow: 5px 5px 10px #000;
}

.galeria-img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	object-fit: cover;
	object-position: 50% 35%;
	z-index: -5;
}

.bg-footer {
	background-color: #000;
	width: 100%;
	float: left;
}

.footer {
	width: 100%;
	padding: 25px 0px;
	float: left;
	text-align: center;
	font-size: 11px;
}

#desarrollador-web {
	font-size: 11px;
	color: #FF0;
}