
/*------------------------------------------------------------------

Project:	Talos - Creative Multipurpose HTML Template
Version:	1.0
Last change:	24/09/16 
Assigned to:	IG Design
Primary use:	Multipurpose OnePage Design


Table of contents

1. Preloader
2. Navigation
3. Primary
4. Home
5. About
6. Quotes
7. Team
8. Separators
9. Counter
10. Work
11. Ajax Projects Expander Styles
12. Single External Project
13. Logos Carousel
14. Services 
15. Blog
16. Contact
14. Google Maps 
15. Contact Form
16. Footers
17. Tooltip
18. Media Queries

-------------------------------------------------------------------*/


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic);
@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=devanagari,latin-ext';

.preload * {
	opacity:0;
}

body.royal_preloader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    visibility: visible;
    position: fixed;
	width:100%;
	height:100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 0;
    z-index: 9999999999999999;
}
#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -ms-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
}
#royal_preloader.complete {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.5s;
       -moz-transition: opacity 0.2s linear 0.5s;
        -ms-transition: opacity 0.2s linear 0.5s;
         -o-transition: opacity 0.2s linear 0.5s;
            transition: opacity 0.2s linear 0.5s;
}
#royal_preloader.royal_preloader_line {
    height: 2px;
    bottom: auto;
}

/* Number Mode */

#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    float:left;
    width: 500px;
	padding-left:70px;
    height: 400px;
	margin-top:-200px;
    line-height: 400px;
    font-size: 270px;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
    text-align: right;
	opacity:.3;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage:after {
    position: absolute;
	top:-90px;
	content:'%';
	right:-50px;
	padding-left:20px;
    font-size: 65px;
	font-weight:400;
	z-index:3;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage > div {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border-left-color: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: rotate 0.8s linear infinite;
       -moz-animation: rotate 0.8s linear infinite;
        -ms-animation: rotate 0.8s linear infinite;
         -o-animation: rotate 0.8s linear infinite;
            animation: rotate 0.8s linear infinite;
}

/* Line Mode */

#royal_preloader.royal_preloader_line .royal_preloader_loader {
    position: absolute;
    height: 100%;
    left: 0;
}
#royal_preloader.royal_preloader_line .royal_preloader_peg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100px;
    opacity: 0.5;
}

/* Text Mode */

#royal_preloader.royal_preloader_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
	opacity:.2;
    left: 50%;
	font-family: 'Poppins', sans-serif;
	font-weight:700;
    height: 50px;
    line-height: 60px;
    margin: auto;
    letter-spacing: -4px;
    font-size: 50px;
    white-space: nowrap;
}
#royal_preloader.royal_preloader_text .royal_preloader_loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Scale Text Mode */

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 80px;
    line-height: 80px;
    margin: auto;
    letter-spacing: .5px;
    /*manu tamaño texto loader*/
    font-size: 18px;
    white-space: nowrap;
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span {
    display: inline-block;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span.loaded {
    -webkit-animation: scale 0.2s forwards;
       -moz-animation: scale 0.2s forwards;
        -ms-animation: scale 0.2s forwards;
         -o-animation: scale 0.2s forwards;
            animation: scale 0.2s forwards;
}

/* Logo Mode */

#royal_preloader.royal_preloader_logo .royal_preloader_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
}
#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    color: #072E77;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

/* Progress Mode */

#royal_preloader.royal_preloader_progress .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: rgba(21, 21, 21, 0.6);
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	letter-spacing:2px;
	padding-top:10px;
    font-size: 11px;
    text-align: center;
}
#royal_preloader.royal_preloader_progress .royal_preloader_percentage:after {
    position: absolute;
	content:'%';
	z-index:3;
}
#royal_preloader.royal_preloader_progress .royal_preloader_loader {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 20%;
    height: 2px;
    margin: -10px auto auto auto;
    background-color: rgba(0, 0, 0, 0.2);
}
#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    width: 0;
    height: 100%;
    margin: auto;
    padding: 0;
}


@-webkit-keyframes rotate {
    0% { -webkit-transform: rotate(0);}
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotate {
    0% { -ms-transform: rotate(0); }
    100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes rotate {
    0% { -o-transform: rotate(0); }
    100% { -o-transform: rotate(360deg); }
}
@keyframes rotate {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes scale {
    0% { -webkit-transform: scale(0); opacity: 0;}
    50% { -webkit-transform: scale(2);  opacity: 0.5;}
    100% { -webkit-transform: scale(1);  opacity: 1;}
}
@-moz-keyframes scale {
    0% { -moz-transform: scale(0); opacity: 0;}
    50% { -moz-transform: scale(2); opacity: 0.5;}
    100% { -moz-transform: scale(1); opacity: 1;}
}
@-ms-keyframes scale {
    0% { -ms-transform: scale(0); opacity: 0;}
    50% { -ms-transform: scale(2); opacity: 0.5;}
    100% { -ms-transform: scale(1); opacity: 1;}
}
@-o-keyframes scale {
    0% { -o-transform: scale(0); opacity: 0;}
    50% { -o-transform: scale(2); opacity: 0;.5}
    100% { -o-transform: scale(1); opacity: 1;}
}
@keyframes scale {
    0% { transform: scale(0); opacity: 0;}
    50% { transform: scale(2); opacity: 0.5;}
    100% { transform: scale(1); opacity: 1;}
}




/* #Navigation
================================================== */

#menu-wrap{
    position: fixed;
	width:100%;
	z-index:5000;
	top:0;
	left:0;
}
#menu-wrap .container .columns  {
	margin-top: 0;
	margin-bottom: 0;
}
.menu-back{
	background: rgba(0,0,0,0);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header {
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
	background: rgba(0,0,0,.93);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .logo {
	width:90px;
	height:28px;
	top:30px;
    background:url('../imagenes/logo_light.png') no-repeat center center;
	background-size:90px 28px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li a {
    padding: 30px 20px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul > li a {
	padding:0;
	margin-left:10px;
	margin-right:10px;
	color:#c5c5c5;
	font-family: 'Open Sans';
	font-weight:500;
	font-size: 10px;
	line-height:18px;
	letter-spacing:2px;
	text-transform:uppercase;
    width: calc(100% - 20px);
    display: block;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul > li a:hover {
	color:#fff;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub {
    width: 240px;
    left: auto;
    padding: 10px 20px;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}

.logo{
	position:absolute;
	width:143px;
	height:44px;
	z-index:10000;
	top:40px;
	background:url('../imagenes/logo_light.png') no-repeat center center;
	background-size:143px 44px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink .logo_uv {
    width:98x;
    height:25px;
    top:30px;
    left: 120px;
    background:url('../imagenes/uv_b2.png') no-repeat center center;
    background-size:98px 25px;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
}

.logo_uv{
    position:absolute;
    width:138px;
    height:35px;
    z-index:10000;
    top:42px;
    left:190px;
    background:url('../imagenes/uv_b2.png') no-repeat center center;
    background-size:138px 35px;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
}



.menu-mobile {
    display: none;
	padding-top:40px;
	padding-bottom:40px;

}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 30px;
	height:40px;
	line-height:40px;
    padding: 0;
    float: right;
    position: relative;
    top: 0;
	color:#fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 8px 12px;
    background: #212121;
    color: #fff;
}



.menu  {
	position:relative;
	width:100%;
}
.menu > ul {
    margin: 0 auto;
    width: auto;
	float:right;
    list-style: none;
    padding: 0;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    /*manu ancho entre apartados texto menu*/
    padding: 50px 12px;
    display: block;
	font-family: 'Open Sans';
	font-weight:700;
	font-size: 11px;
	line-height:18px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#fff;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.menu > ul > li:hover > ul {
}
.menu > ul > li > ul {
    display: none;
    width: 100%;
    /*manu color area submenu*/
    background: rgba(15, 15, 15, 0.9);
    padding: 60px 50px;
    position: absolute;
    z-index: 99999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li p {
	padding:0;
    padding-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	color:#fff;
	font-family: 'Open Sans';
	font-weight:500;
	font-size: 12px;
	line-height:18px;
	letter-spacing:2px;
	text-transform:uppercase;
    width: calc(100% - 20px);
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.menu > ul > li > ul > li p span {
	vertical-align: super;
	font-size: 9px;
	line-height:9px;
	font-weight:500;
}
.menu > ul > li > ul > li a {
	padding:0;
	margin-left:10px;
	margin-right:10px;
    /*manu color texto submenu*/
	color: #ffffff;
	font-family: 'Open Sans';
	font-weight:600;
	font-size: 10px;
	line-height:18px;
	letter-spacing:2px;
	text-transform:uppercase;
    width: calc(100% - 20px);
    display: block;
}
.menu > ul > li a span {
	vertical-align: super;
	font-size: 8.5px;
	line-height:8.5px;
	font-weight:600;
}
.menu > ul > li > ul > li a:hover {
    /*manu color texto submenu hover*/
	color: #ac933e;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 240px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 1199px) {

	.menu-back{
		background: rgba(0,0,0,.93);
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.cbp-af-header.cbp-af-header-shrink {
		background: rgba(0,0,0,.93);
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.cbp-af-header.cbp-af-header-shrink .logo{
		position:absolute;
		width:90px;
		height:28px;
		z-index:10000;
		top:30px;
		background:url('../imagenes/logo_light.png') no-repeat center center;
		background-size:90px 28px;
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.logo{
		position:absolute;
		width:90px;
		height:28px;
		z-index:10000;
		top:30px;
        left:-5px;
        background:url('../imagenes/logo_light.png') no-repeat center center;
		background-size:90px 28px;
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}

    .cbp-af-header.cbp-af-header-shrink .logo_uv{
        position:absolute;
        width:83px;
        height:21px;
        z-index:10000;
        top:30px;
        background:url('../imagenes/uv_b2.png') no-repeat center center;
        background-size:83px 21px;
        -webkit-transition : all 0.3s ease-out;
        -moz-transition : all 0.3s ease-out;
        -o-transition :all 0.3s ease-out;
        transition : all 0.3s ease-out;
    }

    .logo_uv{
        position:absolute;
        width:83px;
        height:21px;
        z-index:10000;
        top:32px;
        left:100px;
        background:url('../imagenes/uv_b2.png') no-repeat center center;
        background-size:83px 21px;
        -webkit-transition : all 0.3s ease-out;
        -moz-transition : all 0.3s ease-out;
        -o-transition :all 0.3s ease-out;
        transition : all 0.3s ease-out;
    }
	#menu-wrap{
		position: relative;
	}
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li a {
		padding: 20px 0;
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul > li a {
		padding:0;
		margin-left:10px;
		margin-right:10px;
		color:#c5c5c5;
		font-family: 'Open Sans';
		font-weight:500;
		font-size: 10px;
		line-height:18px;
		letter-spacing:2px;
		text-transform:uppercase;
		width: calc(100% - 20px);
		display: block;
	}

	.menu > ul > li a {
		padding: 20px 0;
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.menu > ul > li > ul > li a {
		padding:0;
		margin-left:10px;
		margin-right:10px;
		color:#c5c5c5;
		font-family: 'Open Sans';
		font-weight:500;
		font-size: 10px;
		line-height:18px;
		letter-spacing:2px;
		text-transform:uppercase;
		width: calc(100% - 20px);
		display: block;
	}
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }

	.menu > ul > li > ul {
		padding: 20px 0;
	}
    .menu > ul {
		width: 100%;
		float:none;
		position:relative;
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
		padding: 0;
    }
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub {
        width: 100%;
		padding: 0;
	}
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub > li a {
		border: 0;
		padding: 10px 0;
	}
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
		padding-bottom:15px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}


/* #Primary
================================================== */

.section{
    position:relative;
	width:100%;
}
.full-height{
	height:100vh;
}
.half-height{
	height:70vh;
}
.padding-top-bottom{
	padding-top:5px;
	padding-bottom:60px;
}
.padding-top{
	padding-top:120px;
}
.padding-bottom{
	padding-bottom:120px;
}
.padding-top-bottom-small{
	padding-top:70px;
	padding-bottom:70px;
}
.padding-top-small{
	padding-top:70px;
}
.padding-bottom-small{
	padding-bottom:70px;
}
.padding-top-page{
	padding-top:180px;
}
.back-dark{
	background-color:#212121;
}
.back-dark3{
	background-color:#303030;
}
.back-dark2{
	background-color:#181818;
}
.back-dark1{
	background-color:#060606;
}
.back-black{
	background-color:#000000;
}
.back-white{
	background-color:#ffffff;
}
.back-white1{
	background-color:#fefefe;
}
.back-white2{
	background-color:#fcfcfc;
}
.back-white3 {
    background: url('../imagenes/index/banner/parallax.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width:100%;
    z-index: -100;
}

.back-gray{
	background-color: #f6f6f6;
}

.title-text {
    position:relative;
	width:100%;
	padding-bottom:50px;
}
.title-text.top-page-title {
	padding-bottom:0;
}
.title-text.top-page-title p{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 13px;
	line-height: 16px;
	letter-spacing:1px;
	color:#fff;
}
.title-text.top-page-title h3{
	text-align:left;
	padding-top:40px;
	width:100%;
	max-width:580px;
	color:#fff;
}
.title-text.top-page-title p span{
	position:relative;
	padding-left:80px;
}
.title-text.top-page-title p span:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:9px;
	left:16px;
	background-color:#fff;
}

.title-text.left p{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 13px;
	line-height: 16px;
	letter-spacing:1px;
	color:#000;
}
.title-text.left h3{
	text-align:left;
	padding-top:40px;
	width:100%;
	max-width:580px;
}
.title-text.left p span{
	position:relative;
	padding-left:80px;
}
.title-text.left p span:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:9px;
	left:16px;
	background-color:#646464;
}

/*manu*/
.title-text.right p{
    position:relative;
    text-align:right;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing:0.5px;
    color:#212121;
}
.title-text.right h3{
    text-align:right;
    padding-top:40px;
    width:100%;

}
.title-text.right p span{
    position:relative;
    padding-left:22px;
}
.title-text.right p span:after {
    content:'';
    position:absolute;
    width:8px;
    height:1px;
    top:9px;
    left:6px;
    background-color:#646464;
}
/*manu*/


/* #Home
================================================== */

.home-carousel-wrap{
	position:relative;
	width:100%;
	height:100vh;
	overflow:hidden;
	z-index:2;
}
#owl-home .item {
	position: relative;
    width:100%;
    display: block;
	height:100vh;
	background-size:cover;
	background-position:center center;
}
#owl-home .item.background-home-image-1 {
	background-image:url('../imagenes/home-1.jpg');
}
#owl-home .item.background-home-image-2 {
	background-image:url('../imagenes/home-2.jpg');
}
#owl-home .item.background-home-image-3 {
	background-image:url('../imagenes/home-3.jpg');
}


#owl-home.owl-theme .owl-controls{
	position:absolute;
	left:30px;
	text-align: center;
	top:50%;
	z-index:100;
	width:8px;
	z-index:20;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#owl-home.owl-theme .owl-controls .owl-page span{
	background:#212121;
	border-radius:50%;
	width:4px;
	height:4px;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-home.owl-theme .owl-controls .owl-page span:hover{
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
}
#owl-home.owl-theme .owl-controls .owl-page.active span {
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
}

.home-mask{
	position:absolute;
	background:#212121;
	opacity:.8;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:1;
	top:0;
	left:0;
}
.home-light-mask{
	position:absolute;
	opacity:.95;
	width:100%;
	height:100%;
	background-color:#fff;
	overflow:hidden;
	z-index:1;
	top:0;
	left:0;
}

.page-center-text{
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	z-index:10;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-text{
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	z-index:10;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-text h1{
	font-size: 62px;
	line-height:76px;
	color:#212121;
	font-weight:700;
	text-align:left;
}
.home-text.project-top-text h1{
	color:#fff;
	text-align:center;
}
.home-text h1 span.cross-out{
	position:relative;
	font-size: 36px;
	line-height:76px;
}
.home-text h1 span.cross-out:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url('../imagenes/freeh.svg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
}
.link-down{
	position:absolute;
	width:34px;
	height:48px;
	bottom:50px;
	left:50%;
	margin-left:-17px;
	background-image:url('../imagenes/scrolldown.gif');
	background-size:34px 48px;
	background-position:center center;
	z-index:100;
}

.home-link{
	position:absolute;
	width:100%;
	bottom:30px;
	left:0;
	z-index:10;
}


.parallax-home {
	background: url('../imagenes/parallax-home.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;
}
@media only screen and (min-width: 1930px) { .parallax-home { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-home { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-home { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}


/* #letters
================================================== */

.cd-title {
  position: relative;
}
.cd-title h1 {
}



.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
/* --------------------------------

xtype

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 2px;
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #fff;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

/* #About
================================================== */

.about-wrap{
	position:relative;
	width:100%;
	max-width:650px;
}
.about-wrap.about-page{
	max-width:100%;
}
.about-wrap.about-page h5,
.about-wrap.about-page p{
	padding-left:80px;
}
.about-wrap h5{
	text-align:left;
	padding-left:170px;
	padding-bottom:20px;
}
.about-wrap p{
	text-align:left;
	padding-left:170px;
}
.about-wrap .about-icon{
	position:absolute;
	top:0;
	left:0;
	width: 64px;
	height: 64px;
	z-index:3;
}
svg * {
  fill: none;
  stroke: currentColor;
}

.pulse {
	-webkit-animation: pulse 1s linear infinite;
	-moz-animation: pulse 1s linear infinite;
	-ms-animation: pulse 1s linear infinite;
	animation: pulse 1s linear infinite;
}
@keyframes "pulse" {
 0% {
    -webkit-transform: scale(1.1);
   	-moz-transform: scale(1.1);
   	-o-transform: scale(1.1);
   	-ms-transform: scale(1.1);
   	transform: scale(1.1);
 }
 50% {
    -webkit-transform: scale(0.8);
   	-moz-transform: scale(0.8);
   	-o-transform: scale(0.8);
   	-ms-transform: scale(0.8);
   	transform: scale(0.8);
 }
 100% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
 }

}
@-moz-keyframes pulse {
 0% {
   -moz-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -moz-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -moz-transform: scale(1);
   transform: scale(1);
 }

}
@-webkit-keyframes "pulse" {
 0% {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }

}
@-ms-keyframes "pulse" {
 0% {
   -ms-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -ms-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -ms-transform: scale(1);
   transform: scale(1);
 }
}
/* #Quotes
================================================== */

#owl-sep-1 {
	position:relative;
	width:100%;
	max-width:900px;
	display:block;
}
#owl-sep-1 .item{
	position:relative;
	width:100%;
	margin-left:0 auto;
	z-index:2;
	display:block;
}
.quote{
	position:relative;
	padding-left:40px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	padding-bottom:50px;
	background-image:url('../imagenes/qu.png');
	background-repeat:no-repeat;
	background-position: 0 0;
	background-size: 18px 11px;
}
.quote h4{
	text-align:left;
	font-style: italic;
	font-size: 22px;
	line-height: 34px;
	color:#fff;
	letter-spacing:2px;
	font-weight:300;
	width:100%;
}
#owl-sep-1.owl-theme .owl-controls{
	position:absolute;
	left:0;
	text-align: left;
	bottom:0;
    /*manu en index mdm y la caixa */
    padding: 10px;
	z-index:100;
	width:100%;
	z-index:20;
}
#owl-sep-1.owl-theme .owl-controls .owl-page span{
	background: #d9d9d9;
	border-radius:50%;
	width:5px;
	height:5px;
	margin-right:10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-sep-1.owl-theme .owl-controls .owl-page span:hover{
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
#owl-sep-1.owl-theme .owl-controls .owl-page.active span {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

#owl-sep-2 {
    position:relative;
    width:100%;
    max-width:900px;
    display:block;
}
#owl-sep-2 .item{
    position:relative;
    width:100%;
    margin-left:0 auto;
    z-index:2;
    display:block;
}
#owl-sep-2.owl-theme .owl-controls{
    position:absolute;
    left:0;
    text-align: left;
    bottom:0;
    /*manu en index mdm y la caixa */
    padding: 0px;
    z-index:100;
    width:100%;
    z-index:20;
}
#owl-sep-2.owl-theme .owl-controls .owl-page span{
    background: #d9d9d9;
    border-radius:50%;
    width:5px;
    height:5px;
    margin-right:10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-sep-2.owl-theme .owl-controls .owl-page span:hover{
    -webkit-transform: scale(1.4);
    transform: scale(1.4);

}
#owl-sep-2.owl-theme .owl-controls .owl-page.active span {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background: #ac933e;
}

.parallax-5 {
	background: url('../imagenes/index/banner/parallax.jpg') repeat fixed;
	background-size: 500px 441px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;
}

.parallax-6 {
	background: url('../imagenes/parallax-6.jpg') repeat fixed;
	background-size: 450px 450px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;
}


.parallax-7 {
    background: url('../imagenes/10alamenos9/parallax.jpg') repeat fixed;
    background-size: 500px 441px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width:100%;
}


.parallax-title-top {
	background: url('../imagenes/type.png') repeat fixed;
	background-size: 200px 200px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;
}

/* #Team
================================================== */

.team-wrap{
	position:relative;
	width:100%;
}
.team-wrap h6{
	text-align:left;
	padding-bottom:20px;
}
.team-wrap p{
	text-align:left;
	padding-bottom:25px;
}
.team-wrap img{
	width:100%;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.team-wrap.fst img:hover{
    transform: scale(1.01, 1.01);
    -webkit-transform: scale(1.01, 1.01);
}
.team-wrap.snd img:hover{
    transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
}
.team-wrap.trd img:hover{
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}

.social-team{
	position:relative;
	display:block;
	padding-bottom:30px;
}
.list-social-team li {
    padding:0;
	margin:0;
    list-style: none;
	text-align:left;
	width:20px;
	height:20px;
    display: inline-block;
	cursor:pointer;
	border-radius:50%;
	margin-right:4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.list-social-team li.icon-team a {
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height:20px;
	text-align:left;
	width:20px;
	color:#212121;
	opacity:1;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.list-social-team li:hover{
}
.list-social-team li:hover.icon-team a{
}



/* #Sep
================================================== */

.parallax-1 {
	background: url('../imagenes/index/banner/parallax.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;
}
@media only screen and (min-width: 1930px) { .parallax-1 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.dark-over-sep{
	position:absolute;
	background: #c7c7c7;
	opacity:.7;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
	top:0;
	left:0;
}
.light-over-sep{
	position:absolute;
	background:#fff;
	opacity:.5;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
	top:0;
	left:0;
}


/* #Counter
================================================== */

.counter-wrap{
	position:relative;
	width:100%;
}
.z-bigger{
	z-index:20;
}
.z-low{
	z-index:1;
}
.counter-wrap h6{
	text-align:center;
	color:#fff;
}
.counter-wrap p{
	text-align:center;
	font-size:50px;
	line-height:50px;
	padding-bottom:12px;
}
.counter-wrap.freelance-num h6{
	text-align:center;
	color:#fff;
	padding-top:40px;
	padding-bottom:40px;
	letter-spacing:2px;
	font-weight:400;
}
.counter-wrap.freelance-num p{
	position:absolute;
	font-family: 'Poppins', sans-serif;
	top:50%;
	margin-top:-40px;
	height:80px;
	left:0;
	width:100%;
	text-align:center;
	font-size:80px;
	line-height:80px;
	padding-bottom:0;
	opacity:0.4;
}
.counter-wrap.small p{
	font-size:35px;
	line-height:35px;
	padding-bottom:8px;
}


/* #Showcase
================================================== */

.case-study-wrapper {
    position:absolute;
    width:100%;
    max-width:800px;
    top:50%;
    left:50%;
    z-index:10;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.case-study-wrapper li {
    list-style:none;
    display:block;
    padding-bottom:30px;
    text-align:center;
    margin:0 auto;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.case-study-wrapper li a {
    color:#f9f9f9;
    text-align:center;
    display:block;
    font-size:20px;
    padding:0;
    margin:0;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    line-height:22px;
    letter-spacing:2px;
    color:#f9f9f9;


}
.case-study-wrapper li a span {
    font-size:11px;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    padding:0;
    margin:0;
    line-height:11px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#999;
}
.case-study-wrapper li a:hover {
    color:#f9f9f9;
}
.case-study-wrapper:hover li {
    opacity:0.2;
}
.case-study-wrapper:hover li:hover {
    opacity:1;
}

.dark-over-portfolio{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:5;
    background-color:#212121;
    opacity:.8;
}

.case-study-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin:0;
    z-index:2;
}
.case-study-images li {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center center;
    background-repeat:no-repeat;
    top: 0;
    left: 0;
    overflow: hidden;
    list-style:none;
    opacity:0;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.case-study-images li.show {
    opacity:1;
}





/* #Work
================================================== */

.work-wrap{
    position:relative;
    width:100%;
}
.work-wrap img{
    width:100%;
    display:block;
}

.translate-left{
    position:relative;
    padding:30px;
    padding-bottom:45px;
    margin-top:70px;
    display:block;
    background:rgba(255,255,255,.85);
    z-index:3;
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    transform: translateX(-120px);
}
.description-title-text {
    position:relative;
    width:100%;
    padding-bottom:30px;
}
.description-title-text.left p{
    position:relative;
    text-align:left;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing:1px;
    color:#000;
}
.description-title-text.left p span{
    position:relative;
    padding-left:80px;
}
.description-title-text.left p span:before {
    content:'';
    position:absolute;
    width:40px;
    height:1px;
    top:10px;
    left:16px;
    background-color:#646464;
}
.des-programs-author {
    position:relative;
    width:100%;
}
.des-programs-author.left h6{
    text-align:left;
    width:100%;
    font-weight:300;
    color:#b2b2b2;
    font-style: italic;
}
.des-programs-author.left p{
    padding-top:5px;
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    text-align:left;
    width:100%;
    font-weight:500;
    color:#7b7b7b;
    padding-bottom:30px;
}
.des-programs-author.left p span{
    font-weight:300;
}
.des-programs-author.left .link{
    position:relative;
    overflow:hidden;
    display:block;
    font-weight:300;
    font-family: 'Poppins', sans-serif;
    font-size:13px;
    line-height:13px;
    letter-spacing:2px;
    text-align:left;
    padding-bottom:7px;
    float:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.des-programs-author.left .link:hover{
    color:#b2b2b2;
}
.des-programs-author.left .link:before {
    content:'';
    position:absolute;
    width:100%;
    height:2px;
    bottom:0;
    left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.des-programs-author.left .link:hover:before {
    left:-2px;
}


.translate-right{
    position:relative;
    padding:30px;
    padding-bottom:45px;
    margin-top:70px;
    display:block;
    background:rgba(255,255,255,.85);
    z-index:20;
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -ms-transform: translateX(120px);
    -o-transform: translateX(120px);
    transform: translateX(120px);
}
.description-title-text.right p{
    position:relative;
    text-align:right;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing:1px;
    color:#000;
}
.description-title-text.right p span{
    position:relative;
    padding-left:80px;
}
.description-title-text.right p span:before {
    content:'';
    position:absolute;
    width:40px;
    height:1px;
    top:10px;
    left:16px;
    background-color:#646464;
}
.des-programs-author {
    position:relative;
    width:100%;
}
.des-programs-author.right h6{
    text-align:right;
    width:100%;
    font-weight:300;
    color:#b2b2b2;
    font-style: italic;
}
.des-programs-author.right p{
    padding-top:5px;
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    text-align:right;
    width:100%;
    font-weight:500;
    color:#7b7b7b;
    padding-bottom:30px;
}
.des-programs-author.right p span{
    font-weight:300;
}
.des-programs-author.right .link{
    position:relative;
    overflow:hidden;
    display:block;
    font-weight:300;
    font-family: 'Poppins', sans-serif;
    font-size:13px;
    line-height:13px;
    letter-spacing:2px;
    text-align:right;
    padding-bottom:7px;
    float:right;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.des-programs-author.right .link:hover{
    color:#b2b2b2;
}
.des-programs-author.right .link:before {
    content:'';
    position:absolute;
    width:100%;
    height:2px;
    bottom:0;
    left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.des-programs-author.right .link:hover:before {
    left:-2px;
}
.container .columns.float-right {
    float:right;
}


.portfolio-bottom-link{
    position:relative;
    overflow:hidden;
    display:block;
    font-weight:400;
    font-family: 'Poppins', sans-serif;
    font-size:18px;
    line-height:18px;
    letter-spacing:2px;
    text-align:center;
    padding-top:80px;
    color:#fff;
    padding-bottom:80px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-bottom-link:hover {
    color: #ac933e;
}

.portfolio-bottom-link:before {
    content:'';
    position:absolute;
    width:100%;
    height:50%;
    top:0;
    left:-100%;
    background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-bottom-link:after {
    content:'';
    position:absolute;
    width:100%;
    height:50%;
    bottom:0;
    right:-100%;
    background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-bottom-link:hover:before {
    left:0;
}
.portfolio-bottom-link:hover:after {
    right:0;
}


/* #Shop
================================================== */

.dark-over-home-slider{
	position:absolute;
	background:#212121;
	opacity:.7;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:4;
	top:0;
	left:0;
}
.dark-over-home-slider-1{
	position:absolute;
	background:#212121;
	opacity:.15;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:4;
	top:0;
	left:0;
}

.parallax-nav {
	background: url('../imagenes/parallax-5.jpg') repeat fixed;
	background-size: 500px 441px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;
	opacity:.2;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .parallax-nav {
	opacity:1;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

#shop-grid{
	position:relative;
	text-align:center;
	margin:0 auto;
	width:100%;
}
#shop-grid:after {
  content: '';
  display: block;
  clear: both;
}

.shop-item{
	position:relative;
	float:left;
	width:32%;
    padding: 10px;
	display:inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	margin-left:-1px;
	-webkit-transform: translate3d(1px,0,0);
	transform: translate3d(1px,0,0);
}
.shop-item img{
	width:100%;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.shop-item .mask{
	position:absolute;
	top:0;
	left:0;
	border:2px solid #313131;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,.9);
	z-index:2;
	opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.shop-item:hover .mask{
    /*//master.php when mouse hover card*/
	opacity:1;
	border:12px solid #727272;
}
.shop-item .product-det{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	z-index:5;
	opacity:0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.shop-item:hover .product-det{
	opacity:1;
}
.shop-item .product-det h3{
	text-align:center;
	padding-bottom:20px;
	font-size: 38px;
	line-height: 38px;
}
.shop-item .product-det h3 span{
	font-style: italic;
	font-size: 20px;
	letter-spacing:3px;
	line-height: 42px;
    text-decoration: line-through;
}
.shop-item .product-det h6{
	text-align:center;
	letter-spacing:3px;
	font-weight:600;
	padding-bottom:20px;
}
.shop-item .product-det .product-links{
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.shop-item .product-det .product-links a{
	display:inline-block;
	padding:12px 0;
	width:90px;
	font-family: 'Poppins', sans-serif;
	text-transform:uppercase;
	font-size: 11px;
	line-height: 11px;
	letter-spacing:2px;
	font-weight:400;
	margin:0 auto;
	text-align:center;
	color:#fff;
	background-color:#212121;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.shop-item .product-det .product-links a:first-child:hover{
	background-color:#212121;
}


.portfolio-filter {
	position:absolute;
	z-index:40;
	top:30px;
	left:30px;
	margin-bottom:25px;
}
#filter.project-filter {
	position:relative;
	width:100%;
}
#filter.project-filter li {
	display: block;
	text-align: left;
}
#filter.project-filter:after {
  content: '';
  display: block;
  clear: both;
}
#filter.project-filter li a {
	position: relative;
	display: inline-block;
	letter-spacing:1px;
	font-weight:400;
	padding:5px 25px;
	margin-right:10px;
	margin-bottom:5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	text-align: center;
	outline: none;
	color: #fff;
	border-radius:0;
	background-color:#212121;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter.project-filter li .current {
}
#filter.project-filter li a:hover {
}



.portfolio-filter2 {
    position:absolute;
    z-index:40;
    top:30px;
    left:30px;
    margin-bottom:25px;
}
#filter2.project-filter2 {
    position:relative;
    width:100%;
}
#filter2.project-filter2 li {
    display: block;
    text-align: left;
}
#filter2.project-filter2:after {
    content: '';
    display: block;
    clear: both;
}
#filter2.project-filter2 li a {
    position: relative;
    display: inline-block;
    letter-spacing:1px;
    font-weight:400;
    padding:5px 25px;
    margin-right:10px;
    margin-bottom:5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    text-align: center;
    outline: none;
    color: #fff;
    border-radius:0;
    background-color:#212121;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter2.project-filter2 li .currentb {
}
#filter2.project-filter2 li a:hover {
}





.portfolio-filter3 {
    position:absolute;
    z-index:40;
    top:30px;
    left:30px;
    margin-bottom:25px;
}
#filter3.project-filter3 {
    position:relative;
    width:100%;
}
#filter3.project-filter3 li {
    display: block;
    text-align: left;
}
#filter3.project-filter3:after {
    content: '';
    display: block;
    clear: both;
}
#filter3.project-filter3 li a {
    position: relative;
    display: inline-block;
    letter-spacing:1px;
    font-weight:400;
    padding:5px 25px;
    margin-right:10px;
    margin-bottom:5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    text-align: center;
    outline: none;
    color: #fff;
    border-radius:0;
    background-color:#212121;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter3.project-filter3 li .currentc {
}
#filter3.project-filter3 li a:hover {
}








.shop-det-wrap{
	position:relative;
	width:100%;
}
.shop-det-wrap h5{
	text-align:center;
	padding-bottom:20px;
}
.shop-det-wrap p{
	text-align:center;
}
.shop-det-wrap .shop-det-icon{
	position:relative;
	text-align:center;
	margin:0 auto;
	width: 48px;
	height: 48px;
	margin-bottom:20px;
	z-index:3;
}

.cart-slide-out{
	position:fixed;
	right:0;
    /*altura de la lupa en people.php mannu*/
	top:100px;
	z-index:300;
	padding:12px;
	background-color:#ac933e;
	color:#fff;
	cursor:pointer;
}
.cart-slide-out img{
	width:22px;
	display:block;
}
.cart-slide-out .cart-slide-out-item{
    position:absolute;
    cursor: default;
    top:45px;
    /*width desplegable - manu*/
    /*ancho collap*/
    right:-350px;
    /*ancho ext*/
    width:350px;
    border: 1px solid #cccccc;
    z-index:301;
    background: #ffffff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.cart-slide-out:hover .cart-slide-out-item{
	right:0;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item{
	position:relative;
	padding:0px;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item:after {
  content: '';
  display: block;
  clear: both;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item img{
	width:80px;
	display:block;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item h6{
	text-align:left;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item p{
	text-align:left;
	font-size:11px;
	font-weight:500;
	letter-spacing:3px;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item .subtotal{
	position:relative;
	width:100%;
	color: #414141;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight:500;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid rgba(31,31,31,.1);
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item .subtotal span{
	float:right;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item a{
	color: #414141;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	line-height: 14px;
	letter-spacing:2px;
	font-weight:600;
	text-align:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item a:after{
	/*font-family: 'FontAwesome';*/
	/*content: '\f178 ';*/
	/*padding-left:12px;*/
    /*-webkit-transition: all 300ms linear;*/
    /*-moz-transition: all 300ms linear;*/
    /*-o-transition: all 300ms linear;*/
    /*-ms-transition: all 300ms linear;*/
    /*transition: all 300ms linear;*/
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item a:hover:after{
	padding-left:16px;
}


/* #Product page
================================================== */

.product-wrapper{
	position:relative;
	text-align:center;
	margin:0 auto;
	width:100%;
}
.product-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.product-wrap{
	position:relative;
	float:left;
	width:50%;
	display:inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}

#owl-product {
	position:relative;
	width:100%;
	display:block;
}
#owl-product .item{
	position:relative;
	width:100%;
	z-index:2;
	display:block;
}
#owl-product .item img{
	width:100%;
	display:block;
}
#owl-product.owl-theme .owl-controls{
	position:absolute;
	left:0;
	text-align: center;
	bottom:30px;
	z-index:100;
	width:100%;
	z-index:20;
}
#owl-product.owl-theme .owl-controls .owl-page span{
	background:#000;
	border-radius:50%;
	width:5px;
	height:5px;
	margin-right:5px;
	margin-left:5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-product.owl-theme .owl-controls .owl-page span:hover{
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
#owl-product.owl-theme .owl-controls .owl-page.active span {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

.related{
	position:relative;
	text-align:center;
	margin:0 auto;
	width:100%;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	color:#f9f9f9;
	font-size: 12px;
	line-height: 12px;
	letter-spacing:2px;
	padding-top:10px;
	padding-bottom:10px;
	text-transform:uppercase;
}

.price-description{
	position:relative;
	width:70%;
	margin:0 auto;
	margin-top:70px;
}
.price-description h3{
	font-size: 38px;
	line-height: 38px;
	text-align:left;
}
.price-description h3 span{
	font-style: italic;
	font-size: 20px;
	letter-spacing:3px;
	line-height: 18px;
    text-decoration: line-through;
	opacity:.5;
}
.price-description .stock{
	position:relative;
	display:block;
	font-size: 11px;
	line-height: 16px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	text-align:left;
	padding-bottom:50px;
}
.price-description h4{
	text-align:left;
	font-size: 24px;
	line-height: 26px;
	padding-top:10px;
}

.price-description .sku{
	position:relative;
	display:block;
	font-size: 11px;
	line-height: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	letter-spacing:1px;
	text-align:left;
	margin-top:70px;
	padding-top:30px;
	padding-bottom:30px;
	border-top:1px solid rgba(41,41,41,.1);
	border-bottom:1px solid rgba(41,41,41,.1);
}
.price-description .sku a{
	display:inline-block;
	color:#999;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.price-description form{
	position:absolute;
	top:10px;
	right:0;
	z-index:20;
}
.quantity{
	position:relative;
}
.input-text{
  width: 100px;
  font-size: 15px;
  line-height: 15px;
  text-align:center;
  font-weight: 500;
  border:none;
  outline:none;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:15px;
  background: #060606;
  color:#fff;
}
.price-description button{
	width: 100px;
	font-size: 9px;
	line-height: 9px;
	padding-top:12px;
	padding-bottom:12px;
	font-weight: 400;
	letter-spacing:1px;
	padding-left:0;
	padding-right:0;
	text-align:center;
	text-transform:uppercase;
	border:none;
	outline:none;
	margin:0;
	color:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.price-description button:hover{
	background:#343434;
}




/* #Portfolio
================================================== */


#projects-grid{
	position:relative;
	text-align:center;
	margin:0 auto;
	width:100%;
	max-width:1270px;
	overflow:hidden;
	padding-top:10px;
}
#projects-grid.full-work-width{
	max-width:100%;
	padding-top:0;
}
#projects-grid:after {
  content: '';
  display: block;
  clear: both;
}

.portfolio-box-1{
	position:relative;
	float:left;
	width:50%;
	display:inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	margin-left:-1px;
	-webkit-transform: translate3d(1px,0,0);
	transform: translate3d(1px,0,0);
}
.portfolio-box-1.three-col-por{
	width:33.333333333333333333333%;
}
.portfolio-box-1.four-col-por{
	width:25%;
}
.portfolio-box-1 .mask{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-color:#212121;
	opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.portfolio-box-1 .mask.gal-cr{
	background-image:url('../imagenes/more.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:40px 40px;
}
.portfolio-box-1:hover .mask{
	opacity:.9;
}
.portfolio-box-1 h3{
	position:absolute;
	left:25px;
	bottom:40px;
	font-family: 'Poppins', sans-serif;
	letter-spacing:1px;
	font-weight:500;
	font-size: 18px;
	line-height: 24px;
	text-align:left;
	z-index:3;
	letter-spacing:-1px;
	color:#fff;
	opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box-1:hover h3{
	left:40px;
	opacity:1;
}
.portfolio-box-1 h3 span{
	font-weight:300;
	font-size: 10px;
	letter-spacing:2px;
}
.portfolio-box-1 img{
    /*manu hightlights*/
	/*width:100%;*/
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*.portfolio-box-1:hover img{*/
/*    -webkit-transform: scale(1.05);*/
/*    -moz-transform: scale(1.05);*/
/*    -ms-transform: scale(1.05);*/
/*    -o-transform: scale(1.05);*/
/*    transform: scale(1.05);*/
/*}*/


#portfolio-filter {
	position:relative;
}
#filter {
	position:relative;
	width:100%;
}
#filter li {
	display: inline-block;
	text-align: center;
    margin-right: -10px;
}
#filter:after {
  content: '';
  display: block;
  clear: both;
}
#filter li a {
	position: relative;
	display: inline-block;
	letter-spacing:1px;
	font-weight:400;
	padding:5px 20px;
	margin-right:10px;
	margin-bottom:5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	text-align: center;
	outline: none;
	color: #fff;
	border-radius:3px;
	background-color:#212121;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter li .current {
}
#filter li a:hover {
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}




/* #Portfolio2
================================================== */


#projects-grid2{
    position:relative;
    text-align:center;
    margin:0 auto;
    width:100%;
    max-width:1270px;
    overflow:hidden;
    padding-top:10px;
}
#projects-grid2.full-work-width{
    max-width:100%;
    padding-top:0;
}
#projects-grid2:after {
    content: '';
    display: block;
    clear: both;
}

.portfolio-box-2{
    position:relative;
    float:left;
    width:50%;
    display:inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow:hidden;
    margin-left:-1px;
    -webkit-transform: translate3d(1px,0,0);
    transform: translate3d(1px,0,0);
}
.portfolio-box-2.three-col-por{
    width:33.333333333333333333333%;
}
.portfolio-box-2.four-col-por{
    width:25%;
}
.portfolio-box-2 .mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    background-color:#212121;
    opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.portfolio-box-2 .mask.gal-cr{
    background-image:url('../imagenes/more.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:40px 40px;
}
.portfolio-box-2:hover .mask{
    opacity:.9;
}
.portfolio-box-2 h3{
    position:absolute;
    left:25px;
    bottom:40px;
    font-family: 'Poppins', sans-serif;
    letter-spacing:1px;
    font-weight:500;
    font-size: 18px;
    line-height: 24px;
    text-align:left;
    z-index:3;
    letter-spacing:-1px;
    color:#fff;
    opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box-2:hover h3{
    left:40px;
    opacity:1;
}
.portfolio-box-2 h3 span{
    font-weight:300;
    font-size: 10px;
    letter-spacing:2px;
}
.portfolio-box-2 img{
    /*manu highlights*/
    /*width:100%;*/
    display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*.portfolio-box-2:hover img{*/
/*    -webkit-transform: scale(1.05);*/
/*    -moz-transform: scale(1.05);*/
/*    -ms-transform: scale(1.05);*/
/*    -o-transform: scale(1.05);*/
/*    transform: scale(1.05);*/
/*}*/


#portfolio-filter2 {
    position:relative;
}
#filter2 {
    position:relative;
    width:100%;
}
#filter2 li {
    display: inline-block;
    text-align: center;
    margin-right: -10px;
}
#filter2:after {
    content: '';
    display: block;
    clear: both;
}
#filter2 li a {
    position: relative;
    display: inline-block;
    letter-spacing:1px;
    font-weight:400;
    padding:5px 20px;
    margin-right:10px;
    margin-bottom:5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    text-align: center;
    outline: none;
    color: #fff;
    border-radius:3px;
    background-color:#212121;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter2 li .currentb {
}
#filter2 li a:hover {
}
.isotope-item2 {
    z-index: 2;
}
.isotope-hidden2.isotope-item2 {
    pointer-events: none;
    z-index: 1;
}
.isotope2, .isotope2 .isotope-item2 {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.isotope2 {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope2 .isotope-item2 {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:         top, left, opacity;
    transition-property:         transform, opacity;
}



/* #Portfolio3
================================================== */
#projects-grid3{
    position:relative;
    text-align:center;
    margin:0 auto;
    width:100%;
    max-width:1270px;
    overflow:hidden;
    padding-top:10px;
}
#projects-grid3.full-work-width{
    max-width:100%;
    padding-top:0;
}
#projects-grid3:after {
    content: '';
    display: block;
    clear: both;
}

.portfolio-box-3{
    position:relative;
    float:left;
    width:50%;
    display:inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow:hidden;
    margin-left:-1px;
    -webkit-transform: translate3d(1px,0,0);
    transform: translate3d(1px,0,0);
}
.portfolio-box-3.three-col-por{
    width:33.333333333333333333333%;
}
.portfolio-box-3.four-col-por{
    width:25%;
}
.portfolio-box-3 .mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    background-color:#212121;
    opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.portfolio-box-3 .mask.gal-cr{
    background-image:url('../imagenes/more.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:40px 40px;
}
.portfolio-box-3:hover .mask{
    opacity:.9;
}
.portfolio-box-3 h3{
    position:absolute;
    left:25px;
    bottom:40px;
    font-family: 'Poppins', sans-serif;
    letter-spacing:1px;
    font-weight:500;
    font-size: 18px;
    line-height: 24px;
    text-align:left;
    z-index:3;
    letter-spacing:-1px;
    color:#fff;
    opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box-3:hover h3{
    left:40px;
    opacity:1;
}
.portfolio-box-3 h3 span{
    font-weight:300;
    font-size: 10px;
    letter-spacing:2px;
}
.portfolio-box-3 img{
    /*manu highlights*/
    /*width:100%;*/
    display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*.portfolio-box-3:hover img{*/
/*    -webkit-transform: scale(1.05);*/
/*    -moz-transform: scale(1.05);*/
/*    -ms-transform: scale(1.05);*/
/*    -o-transform: scale(1.05);*/
/*    transform: scale(1.05);*/
/*}*/


#portfolio-filter3 {
    position:relative;
}
#filter3 {
    position:relative;
    width:100%;
}
#filter3 li {
    display: inline-block;
    text-align: center;
    margin-right: -10px;
}
#filter3:after {
    content: '';
    display: block;
    clear: both;
}
#filter3 li a {
    position: relative;
    display: inline-block;
    letter-spacing:1px;
    font-weight:400;
    padding:5px 20px;
    margin-right:10px;
    margin-bottom:5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    text-align: center;
    outline: none;
    color: #fff;
    border-radius:3px;
    background-color:#212121;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter3 li .currentc {
}
#filter3 li a:hover {
}
.isotope-item3 {
    z-index: 2;
}
.isotope-hidden3.isotope-item3 {
    pointer-events: none;
    z-index: 1;
}
.isotope3, .isotope3 .isotope-item3 {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.isotope3 {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope3 .isotope-item3 {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:         top, left, opacity;
    transition-property:         transform, opacity;
}






/* #External page project
================================================== */

.parallax-project {
	background: url('../imagenes/portfolio/project1.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;
}
@media only screen and (min-width: 1930px) { .parallax-project { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-project { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-project { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-project-controls {
	background: url('../imagenes/type.png') repeat fixed;
	overflow:hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;
}

.project-next-prev{
	position:relative;
	width:100%;
	overflow:hidden;
	z-index: 5;
}
.project-next-prev:after {
  content: '';
  display: block;
  clear: both;
}
.project-prev{
	position:relative;
	width:50%;
	display:inline-block;
	height:350px;
	float:left;
	background:url('../imagenes/project-left.svg')no-repeat center center;
	background-size:120px 120px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.project-prev .text,
.project-next .text{
	position:absolute;
	letter-spacing:3px;
	font-family: 'Poppins', sans-serif;
	width:100%;
	left:0;
	top:120%;
	margin-top:-28px;
	font-size:20px;
	line-height:28px;
	text-align:center;
	color:#fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.project-prev:hover .text,
.project-next:hover .text{
	top:50%;
}
.project-prev .text span,
.project-next .text span{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 10px;
	color:#b5b5b5;
	line-height:28px;
	letter-spacing:2px;
	text-transform: uppercase;
}

.project-prev:hover{
	background-position:center -100%;
}
.project-next{
	position:relative;
	width:50%;
	display:inline-block;
	height:350px;
	float:left;
	background:url('../imagenes/project-right.svg')no-repeat center center;
	background-size:120px 120px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.project-next:hover{
	background-position:center -100%;
}



/* #Ajax Projects Expander Styles
================================================== */

	.relative{
		position: relative;
	}
	.portfolio{
		width:100%;
		height: auto;
		margin:0 auto;
		max-width: 1320px;
	}
	.expander-wrap {
		position:relative;
		display: none;
		text-align: center;
	}

	#expander-wrap{
		position: relative;
		width:100%;
		max-width:1320px;
		margin:0 auto;
		overflow: hidden;
	}


/* Expander Item Controls */

	.project-controls{
		position: relative;
		width:100%;
		height: auto;
		top:50px;
		max-width: 1320px;
		margin:0 auto;
	}
	.expander-inner{
		position: relative;
	}
	.cls-btn{
		width:100%;
		padding: 0;
		margin: 0 auto;
		display: block;
		height: auto;
	}
	.expander-wrap .cls-btn .close {
		position:relative;
		display: inline-block;
		color:#000;
		top:0;
		margin-top:60px;
		margin-bottom:20px;
		width:50px;
		height:50px;
		background-image:url('../imagenes/close.png');
		background-repeat:no-repeat;
		background-position:center center;
		background-size: 40px 40px;
		text-align:center;
		cursor: pointer;
		float:none;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.expander-close:hover {
		cursor:pointer;
	}
	.expander-wrap .cls-btn .close:hover {
		background-size: 35px 35px;
	}

/* #Single Projects
================================================== */

#owl-portfolio-slider{
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
}
#owl-portfolio-slider .item{
	position:relative;
	width:100%;
}
#owl-portfolio-slider .item img{
	width:100%;
	display:block;
	height:auto;
}
#owl-portfolio-slider.owl-theme .owl-controls{
	position:absolute;
	left:0;
	text-align: center;
	bottom:30px;
	z-index:100;
	width:100%;
	z-index:20;
}
#owl-portfolio-slider.owl-theme .owl-controls .owl-page span{
	background:#000;
	border-radius:0;
	width:2px;
	height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-portfolio-slider.owl-theme .owl-controls .owl-page span:hover{
	height:12px;
}
#owl-portfolio-slider.owl-theme .owl-controls .owl-page.active span {
	height:20px;
}
.project-page img{
	width:100%;
	display:block;
	height:auto;
}
.project-page h6{
	text-align:left;
	margin-bottom:20px;
}
.project-page p{
	text-align:left;
	margin-bottom:45px;
}
.project-page p:last-child{
	margin-bottom:0;
}
.project-page a{
	color:#000;
	text-align:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.project-page a:hover{
}

/* Video Hover Image */

.video-wrapper, figure.vimeo, figure.youtube {
	margin:0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.youtube a img, figure.vimeo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	max-width:none;
}
figure.vimeo a:after, figure.youtube a:after {
	content:"";
	width:60px;
	height:60px;
	background:#fff;
	z-index:9;
	position:absolute;
	top:50%;
	left:50%;
	margin:-30px 0 0 -30px;
	border-radius:50%;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
figure.vimeo:hover a:after, figure.youtube:hover a:after {
	background:#212121;
	-webkit-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
}
figure.vimeo a:before, figure.youtube a:before {
	content:"";
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 10px solid #414141;
	z-index:10;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-3px;
	margin-top:-7px;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
figure.vimeo:hover a:before, figure.youtube:hover a:before {
	border-left: 10px solid #fff;
}
figure.vimeo a:hover img, figure.youtube a:hover img {
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-transform: scale(1.03) rotate(1deg);
	transform: scale(1.03) rotate(1deg);
}
figure.vimeo a img, figure.youtube a img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	a -webkit-transform: scale(1);
	transform: scale(1);
}

/* #Sep 2
================================================== */

.parallax-2 {
	background: url('../imagenes/parallax-2.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;
}
@media only screen and (min-width: 1930px) { .parallax-2 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}


/* #Logos
================================================== */

#owl-logos{
	position:relative;
	width:calc(100% - 30px);
	overflow:hidden;
	margin:0 auto;
	/*text-align:center;*/
}
#owl-logos .item{
	position:relative;
	margin-left:15px;
	margin-right:15px;
	overflow:hidden;
	/*text-align:center;*/
    /*background-color: #eeeeee;*/
}
#owl-logos .item img{
	width:100%;
	display:block;
	margin:0 auto;
	text-align:center;
}




#owl-logos .man-text {
    font-size: 13px;
    line-height: 18px;
    padding: 10px;
    letter-spacing: 0.5px;
}
#owl-logos .nom-text {
    color:#ac933e;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    padding: 10px
}
#owl-logos .lug-text {
    color: #868686;
    margin-top: -15px;
    font-size: 11px;
    line-height: 18px;
    padding: 10px;
    margin-bottom: 20px;
}





#owl-logos.owl-theme .owl-controls{
	position:absolute;
	left:0;
	text-align: center;
	bottom:0;
	z-index:100;
	width:100%;
	z-index:20;
}
#owl-logos.owl-theme .owl-controls .owl-page span{
	background: #c4c4c4;
	border-radius:0;
	width:2px;
	height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-logos.owl-theme .owl-controls .owl-page span:hover{
	height:12px;
}
#owl-logos.owl-theme .owl-controls .owl-page.active span {
	height:20px;
}



/* #Services
================================================== */

.services-wrap {
	position:relative;
	padding:50px;
}
.services-wrap h5{
	text-align:left;
	padding-bottom:20px;
}
.services-wrap h5 span{
	padding-right:10px;
	font-size:18px;
	font-family: 'et-line';
}
.services-wrap .icon-ser{
	position:absolute;
	bottom:20px;
	right:20px;
	z-index:1;
	opacity:.2;
}

.pricing-wrap{
	position:relative;
	width:100%;
}
.pricing-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.pricing-plan{
	position:relative;
	width:33.33333333%;
	float:left;
	display:inline-block;
	padding:50px;
	padding-bottom:140px;
	overflow:hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 1px rgba(0,0,0,.14);
}
.pricing-plan:before {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	top:0;
	left:-100%;
	background:rgba(21,21,21,.014);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pricing-plan:after {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	bottom:0;
	right:-100%;
	background:rgba(21,21,21,.014);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pricing-plan:hover:before {
	left:0;
}
.pricing-plan:hover:after {
	right:0;
}
.pricing-plan .top{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 13px;
	line-height: 16px;
	letter-spacing:1px;
	color:#212121;
	padding-bottom:40px;
}
.pricing-plan .top span{
	padding-left:80px;
}
.pricing-plan .top:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:7px;
	left:34px;
	background-color:#212121;
}
.pricing-plan .price{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	font-size: 38px;
	line-height: 38px;
	color:#212121;
	padding-bottom:40px;
}
.pricing-plan .price .small{
	font-size: 20px;
	line-height: 46px;
}
.pricing-plan .price .small-text{
	font-size: 14px;
	line-height: 46px;
	font-style: italic;
}
.pricing-plan .price .small-super{
	vertical-align: super;
	font-size: 20px;
}
.pricing-plan .offers{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing:1px;
	color:#656565;
	padding-bottom:12px;
}
.pricing-plan .button{
	position:absolute;
	left:50px;
	bottom:50px;
	z-index:4;
	cursor:pointer;
	text-align:center;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing:2px;
	color:#fff;
	width:70px;
	border-radius:3px;
	padding-top:8px;
	padding-bottom:8px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pricing-plan .button:hover{
	background:#212121;
}


.parallax-3 {
	background: url('../imagenes/parallax-3.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;
}
@media only screen and (min-width: 1930px) { .parallax-3 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
.services-bottom-link{
	position:relative;
	overflow:hidden;
	display:block;
	z-index:10;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	line-height:22px;
	letter-spacing:2px;
	text-align:center;
	padding-top:0px;
	color:#fff;
	padding-bottom:0px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.services-bottom-link:before {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	top:0;
	left:-100%;
	background:rgba(255,255,255,.2);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.services-bottom-link:after {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	bottom:0;
	right:-100%;
	background:rgba(255,255,255,.2);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.services-bottom-link:hover:before {
	left:0;
}
.services-bottom-link:hover:after {
	right:0;
}


/* #Skills
================================================== */

.pro-bar-container {
	position:relative;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 2px;
	background: #212121;
}
.pro-bar-margin {
	margin-bottom:34px;
}
.skills-name{
	font-family: 'Poppins', sans-serif;
	position:relative;
	width:100%;
	text-align:left;
	padding-bottom:5px;
	font-weight:300;
	font-size: 13px;
	letter-spacing:2px;
	color:#fff;
}
.skills-name span{
	font-weight:300;
	color:#dbdbdb;
	padding-left:3px;
	float:right;
}
.pro-bar {
	position:relative;
	height: 2px;
	overflow:hidden;
}
	.pro-bar.bar-100	{ width: 100%; }
	.pro-bar.bar-99		{ width: 99%;  }
	.pro-bar.bar-98		{ width: 98%;  }
	.pro-bar.bar-97		{ width: 97%;  }
	.pro-bar.bar-96		{ width: 96%;  }
	.pro-bar.bar-95		{ width: 95%;  }
	.pro-bar.bar-94		{ width: 94%;  }
	.pro-bar.bar-93		{ width: 93%;  }
	.pro-bar.bar-92		{ width: 92%;  }
	.pro-bar.bar-91		{ width: 91%;  }
	.pro-bar.bar-90		{ width: 90%;  }
	.pro-bar.bar-89		{ width: 89%;  }
	.pro-bar.bar-88		{ width: 88%;  }
	.pro-bar.bar-87		{ width: 87%;  }
	.pro-bar.bar-86		{ width: 86%;  }
	.pro-bar.bar-85		{ width: 85%;  }
	.pro-bar.bar-84		{ width: 84%;  }
	.pro-bar.bar-83		{ width: 83%;  }
	.pro-bar.bar-82		{ width: 82%;  }
	.pro-bar.bar-81		{ width: 81%;  }
	.pro-bar.bar-80		{ width: 80%;  }
	.pro-bar.bar-79		{ width: 79%;  }
	.pro-bar.bar-78		{ width: 78%;  }
	.pro-bar.bar-77		{ width: 77%;  }
	.pro-bar.bar-76		{ width: 76%;  }
	.pro-bar.bar-75		{ width: 75%;  }
	.pro-bar.bar-74		{ width: 74%;  }
	.pro-bar.bar-73		{ width: 73%;  }
	.pro-bar.bar-72		{ width: 72%;  }
	.pro-bar.bar-71		{ width: 71%;  }
	.pro-bar.bar-70		{ width: 70%;  }
	.pro-bar.bar-69		{ width: 69%;  }
	.pro-bar.bar-68		{ width: 68%;  }
	.pro-bar.bar-67		{ width: 67%;  }
	.pro-bar.bar-66		{ width: 66%;  }
	.pro-bar.bar-65		{ width: 65%;  }
	.pro-bar.bar-64		{ width: 64%;  }
	.pro-bar.bar-63		{ width: 63%;  }
	.pro-bar.bar-62		{ width: 62%;  }
	.pro-bar.bar-61		{ width: 61%;  }
	.pro-bar.bar-60		{ width: 60%;  }
	.pro-bar.bar-59		{ width: 59%;  }
	.pro-bar.bar-58		{ width: 58%;  }
	.pro-bar.bar-57		{ width: 57%;  }
	.pro-bar.bar-56		{ width: 56%;  }
	.pro-bar.bar-55		{ width: 55%;  }
	.pro-bar.bar-54		{ width: 54%;  }
	.pro-bar.bar-53		{ width: 53%;  }
	.pro-bar.bar-52		{ width: 52%;  }
	.pro-bar.bar-51		{ width: 51%;  }
	.pro-bar.bar-50		{ width: 50%;  }
	.pro-bar.bar-49		{ width: 49%;  }
	.pro-bar.bar-48		{ width: 48%;  }
	.pro-bar.bar-47		{ width: 47%;  }
	.pro-bar.bar-46		{ width: 46%;  }
	.pro-bar.bar-45		{ width: 45%;  }
	.pro-bar.bar-44		{ width: 44%;  }
	.pro-bar.bar-43		{ width: 43%;  }
	.pro-bar.bar-42		{ width: 42%;  }
	.pro-bar.bar-41		{ width: 41%;  }
	.pro-bar.bar-40		{ width: 40%;  }
	.pro-bar.bar-39		{ width: 39%;  }
	.pro-bar.bar-38		{ width: 38%;  }
	.pro-bar.bar-37		{ width: 37%;  }
	.pro-bar.bar-36		{ width: 36%;  }
	.pro-bar.bar-35		{ width: 35%;  }
	.pro-bar.bar-34		{ width: 34%;  }
	.pro-bar.bar-33		{ width: 33%;  }
	.pro-bar.bar-32		{ width: 32%;  }
	.pro-bar.bar-31		{ width: 31%;  }
	.pro-bar.bar-30		{ width: 30%;  }
	.pro-bar.bar-29		{ width: 29%;  }
	.pro-bar.bar-28		{ width: 28%;  }
	.pro-bar.bar-27		{ width: 27%;  }
	.pro-bar.bar-26		{ width: 26%;  }
	.pro-bar.bar-25		{ width: 25%;  }
	.pro-bar.bar-24		{ width: 24%;  }
	.pro-bar.bar-23		{ width: 23%;  }
	.pro-bar.bar-22		{ width: 22%;  }
	.pro-bar.bar-21		{ width: 21%;  }
	.pro-bar.bar-20		{ width: 20%;  }
	.pro-bar.bar-19		{ width: 19%;  }
	.pro-bar.bar-18		{ width: 18%;  }
	.pro-bar.bar-17		{ width: 17%;  }
	.pro-bar.bar-16		{ width: 16%;  }
	.pro-bar.bar-15		{ width: 15%;  }
	.pro-bar.bar-14		{ width: 14%;  }
	.pro-bar.bar-13		{ width: 13%;  }
	.pro-bar.bar-12		{ width: 12%;  }
	.pro-bar.bar-11		{ width: 11%;  }
	.pro-bar.bar-10		{ width: 10%;  }
	.pro-bar.bar-9		{ width: 9%;   }
	.pro-bar.bar-8		{ width: 8%;   }
	.pro-bar.bar-7		{ width: 7%;   }
	.pro-bar.bar-6		{ width: 6%;   }
	.pro-bar.bar-5		{ width: 5%;   }
	.pro-bar.bar-4		{ width: 4%;   }
	.pro-bar.bar-3		{ width: 3%;   }
	.pro-bar.bar-2		{ width: 2%;   }
	.pro-bar.bar-1		{ width: 1%;   }
	.pro-bar.bar-0		{ width: 0%;   }



/* #FAQ
================================================== */


.smk_accordion {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.smk_accordion .accordion_in {
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden;
    margin-bottom:2px;
}
.smk_accordion .accordion_in .acc_head {
    position: relative;
    padding: 15px;
    text-align:left;
    background: #e8e8e8;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size: 14px;
    line-height:20px;
    color:  #ac933e;
    letter-spacing:1px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_head:hover {
    color:#333;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
    color:#666;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    background: url('../imagenes/acc1.png')no-repeat center center;
    background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_head:hover .acc_icon_expand {
    background: url('../imagenes/acc2.png')no-repeat center center;
    background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
    background: url('../imagenes/acc3.png')no-repeat center center;
    background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_content {
    color:#606060;
    padding:20px 0px 0px 0px;
    background: #ffffff;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
    margin-top: 5px;
}
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
}
.smk_accordion .accordion_in.acc_active > .acc_content {
    display: block;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
    padding-left: 0px;
}


/* #Blog
================================================== */


.journal-wrap {
	position:relative;
	width:100%;
}
.journal-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.journal-wrap img {
	width:95%;
	display:block;
}
.journal-det {
	position:absolute;
	width:120%;
	top:35px;
	left:93%;
	z-index:3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 10px 10px 10px;
	display:block;
	/*background:rgba(255,255,255,.85);*/
	background:rgba(250,250,250,.85);
    box-shadow: -12px 0 15px -4px rgba(21, 21, 21, 0.2);
}
.journal-det h6{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size: 11px;
	line-height: 16px;
	letter-spacing:1px;
	color:#000;
	padding-bottom:3px;
    padding: 10px;
}
.journal-det h6 span{
	position:relative;
	padding-left:60px;
}
.journal-det h6 span:before {
	content:'';
	position:absolute;
	width:20px;
	height:1px;
	top:8px;
	left:16px;
	background-color:#646464;
}
.journal-det h5{
	position:relative;
	text-align:left;
	padding-bottom:20px;
}

.journal-det .link{
    position: relative;
    overflow: hidden;
    display: block;
    margin-left: 10px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: left;
    float: left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.journal-det .link:hover{
	color:#b2b2b2;
}
.journal-det .link:before {
	content:'';
	position:absolute;
	width:100%;
	height:2px;
	bottom:0;
	left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.journal-det .link:hover:before {
	left:-2px;
}


.journal-wrap-right {
	position:relative;
	width:100%;
}
.journal-wrap-right:after {
  content: '';
  display: block;
  clear: both;
}
.journal-wrap-right img {
	width:85%;
	display:block;
	float:right;
}
.journal-det-right {
	position:absolute;
	width:70%;
	top:50px;
	left:0;
	z-index:3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:30px;
	display:block;
	background:rgba(255,255,255,.85);
}
.journal-det-right h6{
	position:relative;
	text-align:right;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size: 11px;
	line-height: 16px;
	letter-spacing:1px;
	color:#000;
	padding-bottom:3px;
}
.journal-det-right h6 span{
	position:relative;
	padding-left:60px;
}
.journal-det-right h6 span:before {
	content:'';
	position:absolute;
	width:20px;
	height:1px;
	top:8px;
	left:16px;
	background-color:#646464;
}
.journal-det-right h5{
	position:relative;
	text-align:right;
	padding-bottom:20px;
}
.journal-det-right .link{
	position:relative;
	overflow:hidden;
	display:block;
	font-weight:300;
	font-family: 'Poppins', sans-serif;
	font-size:12px;
	line-height:18px;
	letter-spacing:2px;
	text-align:right;
	float:right;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.journal-det-right .link:hover{
	color:#b2b2b2;
}
.journal-det-right .link:before {
	content:'';
	position:absolute;
	width:100%;
	height:2px;
	bottom:0;
	left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.journal-det-right .link:hover:before {
	left:-2px;
}



/* #pagination */

nav[role="navigation"] {
  text-align: center;
}
.cd-pagination {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cd-pagination li {
  /* hide numbers on small devices */
  display: none;
  margin: 0 .2em;
}
.cd-pagination li.button-pag {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
.cd-pagination a, .cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  font-size: 11px;
  letter-spacing:2px;
	font-weight:600;
}
.cd-pagination a {
	border: 1px solid #e6e6e6;
	border-radius: 0.25em;
	color:#000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.no-touch .cd-pagination a:hover {
	background-color: #000;
	border: 1px solid #000;
	color:#fff;
}
.cd-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-pagination a.disabled {
  /* button disabled */
	color:#fff;
	pointer-events: none;
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
  opacity: .4;
}
.cd-pagination .button-pag:first-of-type a::before {
  content: '\00ab';
}
.cd-pagination .button-pag:last-of-type a::after {
  content: ' \00bb';
}
.cd-pagination .current {
  /* selected number */
	color: #ffffff;
	pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .cd-pagination li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-pagination {
  }
}

/* --------------------------------

No space - remove distance between list items

-------------------------------- */
.cd-pagination.no-space {
  width: auto;
  max-width: none;
  display: inline-block;
  border-radius: 0.25em;
  border: 1px solid #e6e6e6;
}
.cd-pagination.no-space:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.no-space li {
  margin: 0;
  float: left;
  border-right: 1px solid #e6e6e6;
}
.cd-pagination.no-space li:last-of-type {
  border-right: none;
}
.cd-pagination.no-space a, .cd-pagination.no-space span {
  float: left;
  border-radius: 0;
  border: none;
}
.cd-pagination.no-space li:first-of-type a {
  border-radius: 0.25em 0 0 0.25em;
}
.cd-pagination.no-space li:last-of-type a {
  border-radius: 0 0.25em 0.25em 0;
}

/* --------------------------------

move buttons - move prev and next buttons to the sides

-------------------------------- */
.cd-pagination.move-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.move-buttons .button-pag:first-of-type {
  float: left;
}
.cd-pagination.move-buttons .button-pag:last-of-type {
  float: right;
}

.cd-pagination.no-space.move-buttons {
  width: 90%;
  max-width: 768px;
  display: block;
  overflow: hidden;
}
.cd-pagination.no-space.move-buttons li {
  float: none;
  border: none;
}
.cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
  float: none;
}

/* --------------------------------

custom icons - customize the small arrow inside the next and prev buttons

-------------------------------- */
.cd-pagination.custom-icons .button-pag a {
  position: relative;
}
.cd-pagination.custom-icons .button-pag:first-of-type a {
  padding-left: 2.4em;
}
.cd-pagination.custom-icons .button-pag:last-of-type a {
  padding-right: 2.4em;
}
.cd-pagination.custom-icons .button-pag:first-of-type a::before,
.cd-pagination.custom-icons .button-pag:last-of-type a::after {
  content: '';
  position: absolute;
  display: inline-block;
  /* set size for custom icons */
  width: 16px;
  height: 16px;
  top: 50%;
  /* set margin-top = icon height/2 */
  margin-top: -8px;
  background: transparent url("../imagenes/cd-icon-arrow-1.svg") no-repeat center center;
}
.cd-pagination.custom-icons .button-pag:first-of-type a::before {
  left: .8em;
}
.cd-pagination.custom-icons .button-pag:last-of-type a::after {
  right: .8em;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* --------------------------------

custom buttons - replace prev and next buttons text with a custom icon

-------------------------------- */
.cd-pagination.custom-buttons a, .cd-pagination.custom-buttons span {
  vertical-align: middle;
}
.cd-pagination.custom-buttons .button-pag a {
  /* set custom width */
  width: 40px;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: #000;
  background-image: url("../imagenes/cd-icon-arrow-2.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.cd-pagination.custom-buttons .button-pag:last-of-type a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.no-touch .cd-pagination.custom-buttons .button-pag:last-of-type a:active {
  -webkit-transform: scale(0.9) rotate(180deg);
  -moz-transform: scale(0.9) rotate(180deg);
  -ms-transform: scale(0.9) rotate(180deg);
  -o-transform: scale(0.9) rotate(180deg);
  transform: scale(0.9) rotate(180deg);
}

.cd-pagination.no-space.custom-buttons .button-pag:last-of-type a {
  border-radius: 0.25em 0 0 0.25em;
}

/* --------------------------------

animated buttons - animate the text inside prev and next buttons

-------------------------------- */
.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span {
  padding: 0 1.2em;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.cd-pagination.animated-buttons .button-pag a {
  position: relative;
  padding: 0 2em;
}
.cd-pagination.animated-buttons .button-pag:first-of-type a::before,
.cd-pagination.animated-buttons .button-pag:last-of-type a::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-pagination.animated-buttons .button-pag:last-of-type a::after {
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.cd-pagination.animated-buttons i {
  display: block;
  height: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.no-touch .cd-pagination.animated-buttons .button-pag a:hover i {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-touch .cd-pagination.animated-buttons .button-pag:first-of-type a:hover::before {
  -webkit-transform: translateX(-50%) translateY(-50px);
  -moz-transform: translateX(-50%) translateY(-50px);
  -ms-transform: translateX(-50%) translateY(-50px);
  -o-transform: translateX(-50%) translateY(-50px);
  transform: translateX(-50%) translateY(-50px);
}

.no-touch .cd-pagination.animated-buttons .button-pag:last-of-type a:hover::after {
  -webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -o-transform: translateX(-50%) rotate(180deg) translateY(50px);
  transform: translateX(-50%) rotate(180deg) translateY(50px);
}


/* #Post
================================================== */

#owl-post-slider{
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
}
#owl-post-slider .item{
	position:relative;
	width:100%;
}
#owl-post-slider .item img{
	width:100%;
	display:block;
	height:auto;
}
#owl-post-slider.owl-theme .owl-controls{
	position:absolute;
	left:0;
	text-align: center;
	bottom:30px;
	z-index:100;
	width:100%;
	z-index:20;
}
#owl-post-slider.owl-theme .owl-controls .owl-page span{
	background:#fff;
	border-radius:0;
	width:2px;
	height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-post-slider.owl-theme .owl-controls .owl-page span:hover{
	height:12px;
}
#owl-post-slider.owl-theme .owl-controls .owl-page.active span {
	height:20px;
}

.post{
	position:relative;
	width:100%;
	display:block;
	padding-top:30px;
}
.post p{
	padding-bottom:20px;
}
.gu-box{
	position:relative;
	width:100%;
	border-left:2px solid #bababa;
	padding-bottom:20px;
}
.gu-box p{
	color:#000;
	padding-left:30px;
	padding-top:20px;
	padding-bottom:20px;
	letter-spacing:2px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height:28px;
}
.gu-box span{
	color:#999999;
	padding-left:30px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	letter-spacing:3px;
	font-size: 12px;
	line-height:20px;
}
.gu-box.margin-gu{
	margin-top:10px;
	margin-bottom:30px;
}

.tags-wrap{
	position:relative;
	width:100%;
	display:block;
	padding-top:30px;
	padding-bottom:30px;
}
.tags-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.tags{
	position:relative;
	display:inline-block;
	float:left;
	padding:8px 20px;
	background: #212121;
	font-size:11px;
	letter-spacing:1px;
	line-height:11px;
	border-radius:2px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	margin-right:2px;
	margin-bottom:2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.content-comm{
	position:relative;
	width:100%;
	margin-top:25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom:15px;
	overflow:hidden;
	margin-bottom:-12px;
	padding-bottom:12px;
	/*border-bottom:1px solid rgba(0,0,0,.1);*/
}
.content-comm.sub-comm{
	position:relative;
	width:calc(100% - 50px);
	margin-left:50px;
}
.content-comm:after {
	content: '';
	display: block;
	clear: both;
}
.content-comm img {
	display: block;
	float:left;
    /*manu*/
	width:140px;
	margin-right:25px;
	margin-bottom:0px;
}
.content-comm p {
	text-align:left;
	padding-bottom:5px;
}
.name-aut-replay{
	position:absolute;
	bottom:10px;
	right:0;
	text-align:right;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:11px;
	line-height:11px;
	font-weight:400;
}
.name-aut-replay a{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.name-aut-replay a:hover{
	color:#212121;
}

.comments{
	position:relative;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	margin-top:60px;
}
.comments input{
	position:relative;
	width:calc(100% - 40px);
	padding-left:20px;
	padding-right:20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	font-size: 12px;
	line-height:24px;
	padding-bottom: 15px;
	background:transparent;
	border:none;
	color: #737373;
	margin-bottom:20px;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
.comments textarea {
	width:calc(100% - 40px);
	padding-left:20px;
	padding-right:20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	font-size: 12px;
	line-height:24px;
	background:transparent;
	height:70px;
	border:none;
	color: #737373;
	margin-bottom:20px;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
.comments textarea,
.comments input {
	border-bottom:1px solid rgba(100,100,100,.2);
}
.comments textarea:active,
.comments input:active {
	color: #101010;
}
.comments textarea:active,
.comments input:hover {
	color: #101010;
}
.comments textarea:focus,
.comments input:focus {
    outline: none !important;
}
.comments input:-ms-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
.comments input::-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
.comments input:-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
.comments input::-webkit-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
.comments textarea:-ms-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
.comments textarea::-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
.comments textarea:-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
.comments textarea::-webkit-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
.comments button {
	background:#efefef;
	color:#212121;
	font-size:14px;
	padding: 13px 30px;
	max-width:140px;
}
.comments button:hover {
	color:#fff;
}
.comments button:focus,
.comments button:active {
	border:none;
	outline:none;
}

.sidebar{
	position:relative;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}

.sidebar input{
	/*width:calc(100% - 40px);*/
	width:calc(100%);
	padding-left:20px;
	padding-right:20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	font-size: 14px;
	line-height:22px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ffffff;
    /*manu*/
	/*background: #e7e7e7;*/
	border:1px solid #b0b0b0;
    border-radius: 2px;
	color: #737373;
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}
.sidebar input:active {
	color: #fff;
	outline: none !important;
}
.sidebar input:hover {
	color: #737373;
	outline: none !important;
}
.sidebar input:focus {
	color: #fff;
	outline: none !important;
}

.sidebar input:-ms-input-placeholder  {
	font-size: 12px;
	/*text-transform:uppercase;*/
	-webkit-transition:  color 0.3s;
	transition:  color 0.3s;
}
.sidebar input::-moz-placeholder  {
	font-size: 12px;
	/*text-transform:uppercase;*/
	-webkit-transition:  color 0.3s;
	transition:  color 0.3s;
}
.sidebar input:-moz-placeholder  {
	font-size: 12px;
	/*text-transform:uppercase;*/
	-webkit-transition:  color 0.3s;
	transition:  color 0.3s;
}
.sidebar input::-webkit-input-placeholder  {
	font-size: 12px;
	/*text-transform:uppercase;*/
	-webkit-transition:  color 0.3s;
	transition:  color 0.3s;
}
.sidebar input:active:-ms-input-placeholder  {
	color: #fff;
}
.sidebar input:active::-moz-placeholder  {
	color: #fff;
}
.sidebar input:active:-moz-placeholder  {
	color: #fff;
}
.sidebar input:active::-webkit-input-placeholder  {
	color: #fff;
}
.sidebar input:focus:-ms-input-placeholder  {
	color: #fff;
}
.sidebar input:focus::-moz-placeholder  {
	color: #fff;
}
.sidebar input:focus:-moz-placeholder  {
	color: #fff;
}
.sidebar input:focus::-webkit-input-placeholder  {
	color: #fff;
}

.separator-sidebar{
	position:relative;
	width:100%;
	padding-top:50px;
}

.sidebar h6{
	text-align:left;
	padding-bottom:20px;
}

.link-recents{
	position:relative;
	width:100%;
	overflow:hidden;
	text-align:left;
}
.link-recents a{
	position:relative;
	display:block;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height:16px;
	text-align:left;
	/*text-transform:uppercase;*/
	padding-top:5px;
	padding-bottom:5px;
	/*border-top:1px solid rgba(0,0,0,.1);*/
	letter-spacing:0.1px;
	color:#323232;
	font-weight:400;
	-webkit-transition: padding-left 0.3s, color 0.3s;
	transition: padding-left 0.3s, color 0.3s;
}
.link-recents a:last-child{
	/*border-bottom:1px solid rgba(0,0,0,.1);*/
}
.link-recents a:hover {
	padding-left:10px;
}


.link-tag{
	position:relative;
	width:100%;
	overflow:hidden;
	text-align:left;
}
.link-tag a {
	position:relative;
	display:inline-block;
	float:left;
	padding:8px 20px;
	background: #212121;
	font-size:11px;
	letter-spacing:1px;
	line-height:11px;
	border-radius:2px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	margin-right:2px;
	margin-bottom:2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.link-tag a:hover {
}



/* #Contact
================================================== */

.contact-full-wrap {
	position:relative;
	width:100%;
	z-index:10;
}
.contact-full-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.contact-half-wrap {
	position:relative;
	width:50%;
	display:inline-block;
	float:left;
	height:100vh;
}
.con-soc-links{
	position:relative;
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}
.con-soc-links a{
	display:inline-block;
	color: #b7b7b7;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	text-align:center;
	letter-spacing:2px;
	font-style: italic;
	padding-bottom:14px;
	padding-top:4px;
	font-size: 16px;
	line-height: 20px;
	overflow:hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.con-soc-links a:hover {
    font-size:11px;
}
.con-soc-links a span{
	position:relative;
	padding-left:25px;
	padding-right:25px;
}
.con-soc-links a span:before{
	position:absolute;
	content:'';
	bottom:-20px;
	border-radius:3px;
	left:0;
	width:100%;
	height:2px;
	z-index:-1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.con-soc-links a:hover span:before{
	bottom:-7px;
	height:30px;
}


.contact-det-wrap{
	position:relative;
	width:100%;
	display:block;
}
.contact-det-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.contact-det{
    color: #ffffff;
	position:relative;
	width:20%;
    height: 260px;
	display:inline-block;
	float:left;
	padding:50px;
	z-index:3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px -15px 18px rgba(0,0,0,.2);
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.contact-det:hover{
    /*color: #ac933e;*/
	z-index:4;
    -webkit-transform: scale(1.05) translateY(-100px);
       -moz-transform: scale(1.05) translateY(-100px);
        -ms-transform: scale(1.05) translateY(-100px);
         -o-transform: scale(1.05) translateY(-100px);
            transform: scale(1.05) translateY(-100px);
}
.contact-det:nth-of-type(1) {
	background-color: #424242;
}
.contact-det:nth-of-type(2) {
	background-color: #363636;
}
.contact-det:nth-of-type(3) {
	background-color: #282828;
}
.contact-det:nth-of-type(4) {
    background-color: #202020;
}
.contact-det:nth-of-type(5) {
    background-color: #111111;
}
.contact-det p{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 13px;
	line-height: 16px;
	letter-spacing:1px;
	color:#fff;
	padding-bottom:30px;
}
/*texto de contacto*/
.contact-det h6{
    font-size: 11px;
	text-align:left;
	padding-top:6px;
	font-style: italic;
	width:100%;
	font-weight:300;
	color:#f1f1f1;
	letter-spacing:0.8px;
}
.contact-det p span{
    font-size: 11px;
	padding-left:80px;
}
.contact-det p:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:7px;
	left:34px;
	background-color:#fff;
}


/*contact de 10alamenos9*/
.contact-det2{
    color: #ffffff;
    position:relative;
    width:33%;
    height: 200px;
    display:inline-block;
    float:left;
    padding:100px;
    z-index:3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px -15px 18px rgba(0,0,0,.2);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.contact-det2:hover{
    /*color: #ac933e;*/
    z-index:4;
    -webkit-transform: scale(1.05) translateY(-100px);
    -moz-transform: scale(1.05) translateY(-100px);
    -ms-transform: scale(1.05) translateY(-100px);
    -o-transform: scale(1.05) translateY(-100px);
    transform: scale(1.05) translateY(-100px);
}
.contact-det2:nth-of-type(1) {
    background-color: #424242;
}
.contact-det2:nth-of-type(2) {
    background-color: #363636;
}
.contact-det2:nth-of-type(3) {
    background-color: #282828;
}

.contact-det2 p{
    position:relative;
    text-align:left;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing:1px;
    color:#fff;
    padding-bottom:30px;
}
/*texto de contacto*/
.contact-det2 h6{
    font-size: 11px;
    text-align:left;
    padding-top:6px;
    font-style: italic;
    width:100%;
    font-weight:300;
    color:#f1f1f1;
    letter-spacing:0.8px;
}
.contact-det2 p span{
    font-size: 11px;
    padding-left:80px;
}
.contact-det2 p:before {
    content:'';
    position:absolute;
    width:40px;
    height:1px;
    top:7px;
    left:34px;
    background-color:#fff;
}


/* #Google map
================================================== */

#google-container {
	position: relative;
	width: 100%;
    height:90vh;
}
#cd-google-map {
	position: relative;
}
#cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-size: 32px 64px;
	opacity:.7;
	background-image: url("../imagenes/cd-icon-controller.svg");
	z-index:3;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
	opacity:1;
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
	opacity:1;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
	opacity:1;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}
#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 140px;
	margin-bottom: 1px;
	z-index:3;
}
#cd-zoom-out {
	background-position: 50% -32px;
	z-index:3;
}


/* #Contact form
================================================== */

#ajax-form {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	line-height:14px;
	color:#101010;
	margin:0 auto;
}
#ajax-form label {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:30px;
}
#ajax-form input{
	position:relative;
	width:calc(100% - 40px);
	padding-left:20px;
	padding-right:20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	font-size: 13px;
	line-height:24px;
	padding-bottom: 15px;
	background:transparent;
	border:none;
	color: #737373;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea {
	width:calc(100% - 40px);
	padding-left:20px;
	padding-right:20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	font-size: 13px;
	line-height:24px;
	background:transparent;
	height:100px;
	border:none;
	color: #737373;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea,
#ajax-form input {
	border-bottom:1px solid rgba(100,100,100,.2);
}
.error {
	font: 11px/22px 'Open Sans', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	display: none;
	color:#636363;
}
#ajaxsuccess {
	background: #f2f2f2;
	color:#101010;
	font: 20px/60px 'Open Sans', sans-serif;
	height:60px;
	display: none;
	padding-left:10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.text-align-center{
	text-align:center;
	padding-top:10px;
 }
#ajax-form textarea:active,
#ajax-form input:active {
	color: #101010;
}
#ajax-form textarea:active,
#ajax-form input:hover {
	color: #101010;
}
#ajax-form textarea:focus,
#ajax-form input:focus {
    outline: none !important;
}
#ajax-form input:-ms-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form input::-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form input:-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form input::-webkit-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form textarea:-ms-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form textarea::-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form textarea:-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form textarea::-webkit-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form button {
	background:#323232;
	color:#fff;
	font-size:13px;
	padding: 13px 25px;
	max-width:150px;
}
#ajax-form button:hover {
	color:#fff;
}
#ajax-form button:focus,
#ajax-form button:active {
	border:none;
	outline:none;
}


.button-effect {
	min-width: 150px;
	max-width: 200px;
	display: block;
	margin: 0 auto;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	cursor:pointer;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button-effect:focus {
	outline: none;
}
.button-effect > span {
	vertical-align: middle;
}
.button--moema {
	padding: 16px 30px;
    /*manu*/
    border-radius: 3px;
	text-align:center;
	background: #4b4b4b;
	letter-spacing:2px;
	color: #ffffff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button--moema::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
    /*manu*/
	border-radius: 0px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
	-webkit-transition: background-color 0.3s 0s, color 0.3s 0s;
	transition: background-color 0.3s 0s, color 0.3s 0s;
	color: #000000;
    background: #ac933e;
	-webkit-animation: anim-moema-1 0.6s forwards;
	animation: anim-moema-1 0.6s forwards;
}
.button--moema:hover::before {
	-webkit-animation: anim-moema-2 0.6s 0.5s forwards;
	animation: anim-moema-2 0.6s 0.5s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}


/* #footer
================================================== */

.footer-top{
	position:relative;
}
.footer-top:after {
  content: '';
  display: block;
  clear: both;
}
.footer-top img{
	width:120px;
	display:block;
}
.overflow-hidden{
	overflow:hidden;
}
.social-footer{
	position:relative;
	display:block;
	float:right;
}
.list-social-footer li {
    padding:0;
	margin:0;
    list-style: none;
	text-align:center;
	width:30px;
	height:30px;
    display: inline-block;
	cursor:pointer;
	background:#323232;
	border-radius:50%;
	margin-left:4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.list-social-footer li.icon-footer a {
	font-family: 'FontAwesome';
	font-size: 13px;
	line-height:30px;
	width:30px;
	color:#fff;
	opacity:1;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.list-social-footer li:hover{
}
.list-social-footer li:hover.icon-footer a{
}


.footer-line{
	position:relative;
	width:100%;
	height:1px;
	background-color:rgba(255,255,255,.1);
}
.arrow-up-footer {
	position:relative;
	width:30px;
	height:30px;
	margin:0 auto;
	text-align:center;
	background-image:url('../imagenes/up-arrow.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 22px 12px;
}
.left-footer p{
	text-align:left;
	font-size:12px;
	line-height:20px;
	color: #f4f4f4;
	letter-spacing:1px;
}
.right-footer p{
	text-align:right;
	font-size:12px;
	line-height:20px;
	color: #f4f4f4;
	letter-spacing:1px;
}


/* #Tooltip
================================================== */

	.tipper { height: 1px; left: -99999px; position: absolute; pointer-events: none; top: -99999px; width: 1px;z-index:100000; }
	.tipper .tipper-content { background: rgba(20, 20, 20, 0.85);font-weight:400;letter-spacing:1px;box-shadow: 0 0 25px rgba(0,0,0,0.5);text-transform:uppercase; border-radius: 3px; color: #fff; display: block; float: left; font-family: 'Open Sans'; font-size: 9px; margin: 0; padding: 6px 20px; position: relative; white-space: nowrap; }
	.tipper .tipper-caret { background: url('../imagenes/tipper-icon.png') no-repeat; display: block; height: 11px;  position: absolute; width: 100%; }

	.tipper.right .tipper-content { box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.right .tipper-caret { background-position: left center; left: -5px; top: 0; }

	.tipper.left .tipper-content { box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.left .tipper-caret { background-position: right center; right: -5px; top: 0; }

	.tipper.top .tipper-caret,
	.tipper.bottom .tipper-caret { display: block; float: none; height: 5px;  width: 12px;margin-left:-6px; }

	.tipper.top .tipper-content { box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.top .tipper-caret { background-position: center bottom; bottom: -5px; left: 0; text-align:center;}

	.tipper.bottom .tipper-content { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.bottom .tipper-caret { background-position: center top; top: -5px; left: 0; }

/* #Media Queries
================================================== */

@media only screen and (max-width: 1320px) {
#owl-sep-1.owl-theme .owl-controls .owl-page span{
	display:none;
}
#owl-home.owl-theme .owl-controls{
	left:30px;
	bottom:30px;
	top:auto;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.services-wrap {
	padding:40px;
}
    .portfolio-box-1.four-col-por{
        width:33.33333333333333%;
    }
    .portfolio-box-2.four-col-por{
        width:33.33333333333333%;
    }
    .portfolio-box-3.four-col-por{
        width:33.33333333333333%;
    }

}

@media only screen and (max-width: 1200px) {
.price-description .sku{
	margin-bottom:70px;
}
.product-wrap{
	width:100%;
}
.none-link-on-mob{
	display:none;
}
.parallax-nav{
	display:none;
}
.home-text h1{
	font-size: 46px;
	line-height:56px;
}
.home-text h1 span.cross-out{
	font-size: 26px;
	line-height:56px;
}


.quote{
	padding-left:0;
	padding-bottom:0;
	background-image:none;
}
.quote:before {
	display:none;
}

.translate-right,
.translate-left{
	padding:0;
	padding-bottom:45px;
	margin-top:20px;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.journal-wrap img,
.journal-wrap-right img {
	width:100%;
	float:none;
}
.journal-det,
.journal-det-right {
	position:relative;
	width:100%;
	top:auto;
	right:auto;
	left:auto;
	padding:0;
	padding-top:30px;
	padding-bottom:40px;
	background:none;
	text-align:left;
}
 .journal-det-right h6{
	text-align:left;
}
.journal-det-right h5{
	text-align:left;
}
.journal-det-right .link{
	text-align:left;
	float:left;
}
.contact-det-wrap{
	padding-top:120px;
	padding-bottom:50px;
}
.contact-det{
	width:100%;
	padding:40px;
	box-shadow: 0px -15px 18px rgba(0,0,0,0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.contact-det:hover{
	z-index:4;
    -webkit-transform: scale(1.05) translateY(0);
       -moz-transform: scale(1.05) translateY(0);
        -ms-transform: scale(1.05) translateY(0);
         -o-transform: scale(1.05) translateY(0);
            transform: scale(1.05) translateY(0);
}

    .contact-det2-wrap{
        padding-top:120px;
        padding-bottom:50px;
    }
    .contact-det2{
        width:100%;
        padding:40px;
        box-shadow: 0px -15px 18px rgba(0,0,0,0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .contact-det2:hover{
        z-index:4;
        -webkit-transform: scale(1.05) translateY(0);
        -moz-transform: scale(1.05) translateY(0);
        -ms-transform: scale(1.05) translateY(0);
        -o-transform: scale(1.05) translateY(0);
        transform: scale(1.05) translateY(0);
    }
#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    width: 270px;
	padding-left:70px;
    height: 200px;
	margin-top:-100px;
    line-height: 200px;
    font-size: 140px;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage:after {
	padding-left:0;
	top:-45px;
    font-size: 35px;
}
}

@media only screen and (max-width: 1000px) {
.portfolio-box-1{
	width:50%;
}
.portfolio-box-1.three-col-por{
	width:50%;
}
.portfolio-box-1.four-col-por{
    width:50%;
}
.portfolio-box-2{
    width:50%;
}
.portfolio-box-2.three-col-por{
    width:50%;
}
.portfolio-box-2.four-col-por{
    width:50%;
}
.portfolio-box-3{
    width:50%;
}
.portfolio-box-3.three-col-por{
    width:50%;
}
.portfolio-box-3.four-col-por{
    width:50%;
}

.title-text.left h3{
	font-size: 22px;
	line-height: 28px;
}
.about-wrap h5{
	padding-left:80px;
}
.about-wrap p{
	padding-left:80px;
}
.about-wrap .about-icon{
	font-size:24px;
	line-height:24px;
}
.contact-half-wrap {
	width:100%;
	height:50vh;
}
#google-container {
    height:50vh;
}
}

@media only screen and (max-width: 800px) {
.shop-item{
	width:100%;
}
.home-text h1{
	font-size: 36px;
	line-height:46px;
}
.home-text h1 span.cross-out{
	font-size: 20px;
	line-height:46px;
}
.quote h4{
	font-size: 18px;
	line-height: 24px;
}
.pricing-plan{
	width:100%;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    width: 180px;
	padding-left:40px;
    height: 140px;
	margin-top:-70px;
    line-height: 140px;
    font-size: 100px;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage:after {
	padding-left:0;
	top:-30px;
    font-size: 30px;
}
}

@media only screen and (max-width: 600px) {
.home-text h1{
	font-size: 26px;
	line-height:36px;
}
.home-text h1 span.cross-out{
	font-size: 14px;
	line-height:36px;
}
.portfolio-box-1{
	width:100%;
}
.portfolio-box-1.three-col-por{
	width:100%;
}
.portfolio-box-1.four-col-por{
    width:100%;
}
.portfolio-box-2{
    width:100%;
}
.portfolio-box-2.three-col-por{
    width:100%;
}
.portfolio-box-2.four-col-por{
    width:100%;
}
.portfolio-box-3{
    width:100%;
}
.portfolio-box-3.three-col-por{
    width:100%;
}
.portfolio-box-3.four-col-por{
    width:100%;
}

.content-comm img {

    float:left;
    /*manu*/
    max-width:110px;
    max-height:110px;
    margin-right:15px;

    /*manu fotos people en pantalla movil*/
	/*display: none;*/
}
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.right-footer p,
.left-footer p{
	text-align:center;
}
.footer-top{
	position:relative;
	text-align:center;
	margin:0 auto;
}
.footer-top img{
	text-align:center;
	margin:0 auto;
}
.social-footer{
	text-align:center;
	margin:0 auto;
	float:none;
	padding-top:10px;
	padding-bottom:10px;
}
.list-social-footer li {
    margin-left:2px;
	margin-right:2px;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.right-footer p,
.left-footer p{
	text-align:center;
}
.footer-top{
	position:relative;
	text-align:center;
	margin:0 auto;
}
.footer-top img{
	text-align:center;
	margin:0 auto;
}
.social-footer{
	text-align:center;
	margin:0 auto;
	float:none;
	padding-top:10px;
	padding-bottom:10px;
}
.list-social-footer li {
    margin-left:2px;
	margin-right:2px;
}
}

@media only screen and (max-width: 319px) {
.right-footer p,
.left-footer p{
	text-align:center;
}
.footer-top{
	position:relative;
	text-align:center;
	margin:0 auto;
}
.footer-top img{
	text-align:center;
	margin:0 auto;
}
.social-footer{
	text-align:center;
	margin:0 auto;
	float:none;
	padding-top:10px;
	padding-bottom:10px;
}
.list-social-footer li {
    margin-left:2px;
	margin-right:2px;
}
}

/* #the institute.php
================================================== */

.top-call-action{
    position:relative;
    width:100%;
    margin:0 auto;
    text-align:center;
}
.top-call-action:after {
    content: '';
    display: block;
    clear: both;
}
.top-call-action h6{
    margin:0 auto;
    text-align:center;
    font-weight:500;
    margin-right:25px;
    color:#bebebe;
    display:inline-block;
}
.top-call-action .link{
    position:relative;
    display:inline-block;
    margin:0 auto;
    font-family: 'FontAwesome';
    text-align:center;
    font-weight:300;
    color:#fff;
    border-radius: 10px/40px;
    width:70px;
    height:32px;
    font-size:14px;
    line-height:32px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.top-call-action .link:hover{
    background-color:#000;
}

.process{
    position:relative;
    width:100%;
    margin:0 auto;
    text-align:center;
}
.process h6{
    text-align:center;
    padding-bottom:20px;
}
.process h6 span{
    font-family: 'FontAwesome';
    padding-left:25px;
    padding-right:25px;
    font-size:14px;
    font-weight:300;
}
.process p{
    margin:0 auto;
    text-align:center;
    width:100%;
    max-width:850px;
}


.img-top{
    position:relative;
    width:100%;
    margin:0 auto;
    text-align:center;
}
.img-top img{
    width:100%;
    display:block;
    max-width:900px;
    margin:0 auto;
    text-align:center;
}
.about-wrap{
    position:relative;
    width:100%;
}
.about-wrap h5{
    text-align:left;
    padding-left:100px;
    padding-bottom:20px;
}
.about-wrap p{
    text-align:left;
    padding-left:100px;
}
.about-wrap .about-icon{
    position:absolute;
    font-family: 'et-line';
    top:0;
    left:0;
    z-index:2;
    width:48px;
    font-size:32px;
    line-height:32px;
    text-align:left;
}
.about-wrap .about-icon img{
    width:100%;
    display:block;
}

/* -------------------------------- */
/* ------------- MANU ------------- */
/* -------------------------------- */


.sep1px {
    position: relative;
    height: 1px;
    background-color: #CCC;
}
.sep1npx {
    position: relative;
    height: 2px;
    background-color: #f5f5f5;
}
.sepblanco {
    position: relative;
    height: 2px;
    background-color: #ffffff;
    margin-top:8px;
    margin-bottom:2px;
}
.sep0 {
    position:relative;
    height:30px;
}
.sep5 {
    position:relative;
    height:5px;
}
.sep10 {
    position:relative;
    height:10px;
}
.sep15 {
    position:relative;
    height:15px;
}
.sep20 {
    position:relative;
    height:20px;
}
.sep30 {
    position:relative;
    height:30px;
}
.sep40 {
    position:relative;
    height:40px;
}
.sep250 {
    position:relative;
    height:250px;
}

.linea_dorada {
    height:2px;
    background-color:#ac933e;
}

.linea_gris {
    height:1px;
    background-color: #7a7a7a;
}
.uppercase {
    text-transform: uppercase;
}

.fbox-icon {
    width: 64px;
    height: 64px;
}

.nomargin {margin: 0 !important; }

.gris {color: #6e6e6e;}
.gris2 {color: #545454;}


.hbold {font-weight: 600;}
/*/////////////////////////////////////////////////////////////////*/
.button_dorado {
    text-decoration:none;
    background: #ac933e;
    color:#fff;
    padding: 4px 10px 4px 10px;
    cursor:pointer;
    text-align:center;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size: 11px;
    line-height: 22px;
    letter-spacing:2px;
    border-radius:2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.button_dorado:link{color:#fff;}
.button_dorado:visited{color:#fff;}
.button_dorado:hover{
    background: #e8e8e8;
    color:#212121;
}
.button_dorado:active{color:#fff;}
/*/////////////////////////////////////////////////////////////////*/
/* Estilo de los botones dorados */
.button_dorado2 {
    text-decoration: none;
    background: #363636;
    color: #fff;
    padding: 6px 15px;
    cursor: pointer;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 2px;
    border-radius: 2px;
    border: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.button_dorado2:link, .button_dorado2:visited {
    background: #ac933e;
    color: #ffffff;

}

.button_dorado2:hover {
    background: #ac933e;
    color: #262626;
}

.button_dorado2:active {
    background: #ac933e;
    color: #ffffff;
}


/* Estilo de los botones dorados3 */
.button_dorado3 {
    text-decoration: none;
    background: #363636;
    color: #fff;
    padding: 6px 25px;
    cursor: pointer;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 2px;
    border-radius: 2px;
    border: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.button_dorado3:link, .button_dorado3:visited {
    background: #ac933e;
    color: #ffffff;

}

.button_dorado3:hover {
    background: #ac933e;
    color: #262626;
}

.button_dorado3:active {
    background: #ac933e;
    color: #ffffff;
}


/* Estilo de los botones dorados4 */
.button_dorado4 {
    text-decoration: none;
    background: #363636;
    color: #fff;
    padding: 6px 25px;
    cursor: pointer;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 2px;
    border-radius: 2px;
    border: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.button_dorado4:link, .button_dorado4:visited {
    background: #ac933e;
    color: #ffffff;

}

.button_dorado4:hover {
    background: #ac933e;
    color: #262626;
}

.button_dorado4:active {
    background: #ac933e;
    color: #ffffff;
}




/* Estilo para el botón activo (seleccionado) */
.activo2 {
    background: #ac933e; !important;
    color: white !important;
}
/*/////////////////////////////////////////////////////////////////*/
.button_gris {
    background: #dcdcdc;
    color: #343434;
    padding: 4px 10px 4px 10px;
    cursor:pointer;
    text-align:center;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size: 11px;
    line-height: 22px;
    letter-spacing:2px;
    border-radius:2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.button_gris:link{color:#343434;}
.button_gris:visited{color:#343434;}
.button_gris:hover{
    background: #ac933e;
    color: #ffffff;
}
.button_gris:active{color:#343434;}
/*/////////////////////////////////////////////////////////////////*/
.button_gris_oscuro {
    background: #a8a8a8;
    color: #343434;
    padding: 4px 10px 4px 10px;
    cursor:pointer;
    text-align:center;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size: 11px;
    line-height: 22px;
    letter-spacing:2px;
    border-radius:2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.button_gris_oscuro:link{color:#343434;}
.button_gris_oscuro:visited{color:#343434;}
.button_gris_oscuro:hover{
    background: #ac933e;
    color: #ffffff;
}
.button_gris_oscuro:active{color:#343434;}
/*/////////////////////////////////////////////////////////////////*/
.button_more_info {
    background: #ffffff;
    border: 1px solid #bebebe;
    color: #3b3b3b;
    padding: 5px 12px 5px 12px;
    cursor:pointer;
    text-align:center;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size: 10px;
    line-height: 10px;
    letter-spacing:1px;
    border-radius:3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.button_more_info:link{color:#3b3b3b;}
.button_more_info:visited{color:#3b3b3b;}
.button_more_info:hover {
    border: 1px solid #ac933e;
    color: #ffffff;
    background:#ac933e;	 }
.button_more_info:active{color:#3b3b3b;}
/*/////////////////////////////////////////////////////////////////*/

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .button_more_info {
        background: #ffffff;
        border: 1px solid #bebebe;
        color: #3b3b3b;
        padding: 5px 6px 5px 6px;
        cursor:pointer;
        text-align:center;
        font-family: 'Poppins', sans-serif;
        font-weight:500;
        font-size: 10px;
        line-height: 10px;
        letter-spacing:0px;
        border-radius:3px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }
    .button_more_info:link{color:#3b3b3b;}
    .button_more_info:visited{color:#3b3b3b;}
    .button_more_info:hover {
        border: 1px solid #ac933e;
        color: #ffffff;
        background:#ac933e;	 }
    .button_more_info:active{color:#3b3b3b;}

}







.button_add {
    background: #ffffff;
    border: 1px solid #bebebe;
    color: #3b3b3b;
    padding: 4px 10px 4px 10px;
    cursor:pointer;
    text-align:center;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size: 10px;
    line-height: 10px;
    letter-spacing:1px;
    border-radius:2px;
    margin-top: 8px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.button_add:link{color:#3b3b3b;}
.button_add:visited{color:#3b3b3b;}
.button_add:hover {
    border: 1px solid #ac933e;
    color: #ffffff;
    background: #ac933e;
}
.button_add:active{color:#3b3b3b;}
/*/////////////////////////////////////////////////////////////////*/
.highlights {
    position: relative;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #000;
    padding-bottom: 3px;
    padding: 10px;
}

.dorado {color:#ac933e;}

/*/////////////////////////////////////////////////////////////////*/
a.enlace_alfa {text-decoration:none;opacity:1; color: #232323;}
a.enlace_alfa:link {opacity:1;}
a.enlace_alfa:visited {opacity:1;}
a.enlace_alfa:hover {opacity:.7;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;}
a.enlace_alfa:active {opacity:1;}
/*/////////////////////////////////////////////////////////////////*/
a.enlace_adorado {text-decoration:none; color: #323232;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
a.enlace_adorado:link {color: #323232;}
a.enlace_adorado:visited {color: #323232;}
a.enlace_adorado:hover {color:#ac933e;}
a.enlace_adorado:active {color: #323232;}
/*/////////////////////////////////////////////////////////////////*/
a.enlace_dorado_ablanco {text-decoration:none; color: #ac933e;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
a.enlace_dorado_ablanco:link {color: #ac933e;}
a.enlace_dorado_ablanco:visited {color: #ac933e;}
a.enlace_dorado_ablanco:hover {color: #ffffff;}
a.enlace_dorado_ablanco:active {color: #ac933e;}
/*/////////////////////////////////////////////////////////////////*/
a.enlace_dorado_anegro {text-decoration:none; color: #ac933e;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
a.enlace_dorado_anegro:link {color: #ac933e;}
a.enlace_dorado_anegro:visited {color: #ac933e;}
a.enlace_dorado_anegro:hover {color: #323232;}
a.enlace_dorado_anegro:active {color: #ac933e;}
/*/////////////////////////////////////////////////////////////////*/
a.enlace_negro_adorado {text-decoration:none; color: #323232;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
a.enlace_negro_adorado:link {color: #323232;}
a.enlace_negro_adorado:visited {color: #323232;}
a.enlace_negro_adorado:hover {color: #ac933e;}
a.enlace_negro_adorado:active {color: #323232;}
/*/////////////////////////////////////////////////////////////////*/
a.enlace_blanco_adorado {text-decoration:none; color: #ffffff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
a.enlace_blanco_adorado:link {color: #ffffff;}
a.enlace_blanco_adorado:visited {color: #ffffff;}
a.enlace_blanco_adorado:hover {color:#ac933e;}
a.enlace_blanco_adorado:active {color: #ffffff;}
/*/////////////////////////////////////////////////////////////////*/

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.bold_12 {
    font-weight: bold;
    font-size: 12px;
}
.bold_14 {
    font-weight: bold;
    font-size: 14px;
}
.bold_16 {
    font-weight: bold;
    font-size: 16px;
}
.bold_18 {
    font-weight: bold;
    font-size: 18px;
}

.bold_20 {
    font-weight: bold;
    font-size: 20px;
}

.bold_22 {
    font-weight: bold;
    font-size: 22px;
}

.bold_24 {
    font-weight: bold;
    font-size: 24px;
}

.tit_fich {
    font-size: 20px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    color: #323232;
}
.tit_fich_sub {
    font-size: 20px;
}

.tit_people {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #444444;
}
.tit_people_nombre {
    font-size: 14px;
    font-weight: 500;
    color:#ac933e;
    padding-bottom: 5px;
}
.tit_people_nombre_ficha_personal {
    font-size: 18px;
    font-weight: 500;
    color:#ac933e;
    padding-bottom: 5px;
}
.tit_people_info {
    font-size: 12px;
    line-height: 18px;
}



.app-home-text .button-effect {
    min-width: 20px;
    max-width: 180px;
    float:left;
    display:inline-block;
    margin-top:70px;
    margin-right:30px;
    -webkit-box-shadow: 0 0 15px #121212;
    box-shadow: 0 0 15px #121212;
}
.app-home-text .button--moema {
    padding: 16px 35px;
    border-radius: 30px;
    text-align:center;
    background:#000;
    letter-spacing:3px;
    color: #fff;
    font-size:10px;
    line-height:10px;
    font-weight:600;
    text-transform:uppercase;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.app-home-text .button--moema::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    background: inherit;
    border-radius: 50px;
    z-index: -1;
    opacity: 0.4;
    -webkit-transform: scale3d(0.8, 0.5, 1);
    transform: scale3d(0.8, 0.5, 1);
}


.app-home-text a.button-video {
    position:relative;
    float:left;
    display:inline-block;
    margin-top:10px;
    font-size:10px;
    line-height:22px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    color: #8f8f8f;
    padding-left:32px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.app-home-text a.button-video:hover {
    color:#dbdbdb;
}
.app-home-text a.button-video:before {
    position:absolute;
    left:0;
    top:0;
    z-index:3;
    content:'\f144';
    color: #b6b6b6;
    font-family: 'FontAwesome';
    font-size:26px;
    -webkit-transition: color 0.3s, text-shadow 0.3s;
    transition: color 0.3s, text-shadow 0.3s;
}
.app-home-text a.button-video:hover:before {
    text-shadow: 0 0 15px #121212;
}


.sep-line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .06);
    display: block;
}


.sep-line-padding {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .06);
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* #HTML Video background
================================================== */

#poster_background {
    position: absolute;
    bottom: 0;
    left: 0;
    top:0;
    right:0;
    background:url('../imagenes/divulga/videos/poster.jpg')no-repeat center center;
    background-size:cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
video#video_background {
    position: absolute;
    top:50%;
    left:50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#video-wrap{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}


.flecha span {
    font-family: 'FontAwesome';
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 300;
    color:#ac933e;
}

/*manu columns 5*/
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5 {
        width: 20%;
        float: left;
    }
}

/*manu facilities*/
.tit_facilities {
    background-color: #f5f5f5;
    padding: 20px;
    color: #3d3d3d;
    font-weight: 500;
    height: 85px;
    letter-spacing: .2px;
}
.tit_facilities2 {
    background-color: #ffffff;
    padding: 20px;
    color: #3d3d3d;
    font-weight: 500;
    height: 85px;
    letter-spacing: .2px;
}
.sup {
    vertical-align: super;
    font-size: smaller;
    line-height: normal;
}
.technologies {
    border: 1px solid #cccccc;
}
.caja_technologies {
    padding: 10px;
    text-align: center;
    background-color: white;
}


/* #Gallery tech_transfer
================================================== */

#owl-gallery{
    position:relative;
    margin-top:25px;
    width:calc(100% - 0px);
    margin:0 auto;
    overflow:hidden;
    text-align:center;
    padding-bottom:70px;
}
#owl-gallery .item{
    position:relative;
    overflow:hidden;
    margin-left:2px;
    margin-right:2px;
    text-align:center;
    padding: 5px;
    border: 1px solid #cccccc;
    background-color: white;
}
#owl-gallery .item img{
    width:calc(100% - 0px);
    display:block;
    margin:0 auto;
    /*margin:0px;*/
    text-align:center;
    /*box-shadow: 0 0 15px #949494;*/
}
#owl-gallery .item .mask{
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:5;
    cursor:pointer;
    background-image:url('../imagenes/more.png');
    background-color:rgba(11,11,11,.7);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:40px 40px;
    opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
#owl-gallery .item .mask:hover{
    opacity:1;
}
#owl-gallery.owl-theme .owl-controls{
    position:absolute;
    left:0;
    text-align: center;
    bottom:0;
    z-index:100;
    width:100%;
    z-index:20;
}
#owl-gallery.owl-theme .owl-controls .owl-page span{
    background:#000;
    border-radius:0;
    width:2px;
    height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-gallery.owl-theme .owl-controls .owl-page span:hover{
    height:12px;
}
#owl-gallery.owl-theme .owl-controls .owl-page.active span {
    height:20px;
}




/* #Gallery tech_transfer
================================================== */

#owl-gallery2{
    position:relative;
    margin-top:25px;
    width:calc(100% - 0px);
    margin:0 auto;
    overflow:hidden;
    text-align:center;
    padding-bottom:70px;
}
#owl-gallery2 .item{
    position:relative;
    overflow:hidden;
    margin-left:10px;
    margin-right:10px;
    text-align:center;
}
#owl-gallery2 .item img{
    width:calc(100% - 20px);
    display:block;
    margin:0 auto;
    margin:0px;
    text-align:center;
    /*box-shadow: 0 0 15px #949494;*/
}
#owl-gallery2 .item .mask{
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:5;
    cursor:pointer;
    background-image:url('../imagenes/more.png');
    background-color:rgba(11,11,11,.7);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:40px 40px;
    opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
#owl-gallery2 .item .mask:hover{
    opacity:1;
}
#owl-gallery2.owl-theme .owl-controls{
    position:absolute;
    left:0;
    text-align: center;
    bottom:0;
    z-index:100;
    width:100%;
    z-index:20;
}
#owl-gallery2.owl-theme .owl-controls .owl-page span{
    background:#000;
    border-radius:0;
    width:2px;
    height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-gallery2.owl-theme .owl-controls .owl-page span:hover{
    height:12px;
}
#owl-gallery2.owl-theme .owl-controls .owl-page.active span {
    height:20px;
}


/*iconos contacto tech transfer.php*/
img.grayscale {
    filter: #000000; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    filter: brightness(20%);
    filter: contrast(-.5%);

}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
/*end*/


/*tech transfer text hover img*/
.container_so {
    position: relative;
    width: 100%;
    border: 1px solid #cccccc;"
}

.image_so {
    display: block;
    width: 100%;
    height: auto;
}

.overlay_so {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(15, 15, 15, 0.9);
}

.container_so:hover .overlay_so {
    opacity: 1;
}

.text_so {
    color: white;
    font-size: 12px;
    position: absolute;
    text-align: center;
    padding: 40px 20px 20px 20px;
}


.container_so2 {
    position: relative;
    width: 100%;
    border: 1px solid #cccccc;"
}

.image_so2 {
    display: block;
    width: 100%;
    height: auto;
}

.overlay_so2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(15, 15, 15, 0.9);
}

.container_so2:hover .overlay_so2 {
    opacity: 1;
}

.text_so2 {
    color: white;
    font-size: 12px;
    position: absolute;
    text-align: center;
    padding: 40px 20px 20px 20px;
}

/*end*/





.title-text-main {
    position:relative;
    width:100%;
    padding-bottom:40px;
    text-align:center;
    margin:0 auto;
}
.title-text-main h3{
    text-align:center;
    margin:0 auto;
    width:100%;
    max-width:620px;
}


.title-text {
    position:relative;
    width:100%;
    margin-top:80px;
    padding-bottom:30px;
}
.title-text .icon {
    position:relative;
    width:64px;
    height:64px;
    display:block;
    margin-bottom:40px;
}
.title-text.left p{
    position:relative;
    text-align:left;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing:1px;
    color:#757575;
}
.title-text.left h3{
    text-align:left;
    padding-top:15px;
    width:100%;
    max-width:500px;
}
.title-text.left p span{
    position:relative;
    padding-left:60px;
    color:#757575;
}
.title-text.left p span:before {
    content:'';
    position:absolute;
    width:20px;
    height:1px;
    top:9px;
    left:18px;
    background-color:#757575;
}
p.title-small-p  {
    text-align:left;
    width:100%;
    max-width:500px;
}

.title-text-img {
    position:relative;
    width:100%;
}
.title-text-img img {
    width:100%;
    display:block;
}

.title-text-button a.button {
    position:relative;
    float:left;
    display:inline-block;
    margin-top:40px;
    font-size:12px;
    line-height:22px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#323232;
    padding-right:32px;
    -webkit-transition: color 0.3s, padding-right 0.3s;
    transition: color 0.3s, padding-right 0.3s;
}
.title-text-button a.button:hover {
    padding-right:42px;
}
.title-text-button a.button:after {
    position:absolute;
    right:0;
    top:0;
    z-index:3;
    content:'\f178';
    color:#323232;
    font-family: 'FontAwesome';
    font-size:14px;
    line-height:22px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}



/* divulgacion icmol
================================================== */
.project-full-height{
    height:calc(100vh - 108px);
}


.vermu_nano_caja {
    border: 1px solid #cccccc;
    background-color: white;
}
.vermu_nano_padding {
    padding:20px;
    height: 150px;
}



/*/////////////////////////////*/
/*imagenes patrocinadores footer*/
/*/////////////////////////////*/

/*por debajo de  768px*/
.imafo {
    max-height: 45px;
}
.imafo2 {
    max-height: 30px;
}
/*///////////////*/


@media (min-width: 768px) {
    .imafo {
        max-height: 48px;
    }
    .imafo2 {
        max-height: 32px;
    }
}

@media (min-width: 992px) {
    .imafo {
        max-height: 50px;
    }
    .imafo2 {
        max-height: 35px;
    }
}

@media (min-width: 1200px) {
    .imafo {
        max-height: 60px;
    }
    .imafo2 {
        max-height: 45px;
    }
}

/*/////////////////////////////*/
/*/////////////////////////////*/
/*/////////////////////////////*/



/*/////////////////////////////*/
/*  alto highlighted projects  */
/*/////////////////////////////*/

/*por debajo de  768px*/
/*1 pequeño*/
.hl-h {
    padding-top: 20px;
    height: 160px;
}
.img_hl_eu {
    display: flex;
    width: 90px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    justify-content: center;
    margin-bottom: 15px;
}
.hl-f15 {
    font-size: 11px;
    line-height: 16px;

}
/*///////////////*/

/*2*/
@media (min-width: 768px) {
    .hl-h {
        padding-top: 20px;
        height: 120px;
    }
    .img_hl_eu {
        display: flex;
        width: 130px;
        height: 97px;
        margin: 0 auto;
        overflow: hidden;
        justify-content: center;
        margin-bottom: 15px;
    }
    .hl-f15 {
        font-size: 12px;
    }

}

/*3*/
@media (min-width: 992px) {
    .hl-h {
        padding-top: 20px;
        height: 120px;
    }
    .img_hl_eu {
        display: flex;
        width: 130px;
        height: 97px;
        margin: 0 auto;
        overflow: hidden;
        justify-content: center;
        margin-bottom: 15px;
    }
    .hl-f15 {
        font-size: 12px;
    }

}

/*4*/
@media (min-width: 1200px) {
    .hl-h {
        padding-top: 20px;
        height: 120px;
    }
    .img_hl_eu {
        display: flex;
        width: 130px;
        height: 87px;
        margin: 0 auto;
        overflow: hidden;
        justify-content: center;
        margin-bottom: 15px;
    }
    .hl-f15 {
        font-size: 12px;
    }

}

/*/////////////////////////////*/
/*/////////////////////////////*/
/*/////////////////////////////*/




.fle1 {
    position:relative;
    padding:0px;
    width:100%;
    color: #414141;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    text-align:left;
}

.fle1 a{
    color: #414141;
    font-family: 'Poppins', sans-serif;
    text-align:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.fle1 a:after{
    font-family: 'FontAwesome';
    content: '\f178 ';
    padding-left:6px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.fle1 a:hover:after{
    padding-left:10px;
    color: #ac933e;
}








.fle2 {
    position:relative;
    padding:0px;
    width:100px;
    color: #414141;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    text-align:left;
}

.fle2 a{
    color: #414141;
    font-family: 'Poppins', sans-serif;
    text-align:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.fle2 a:after{
    font-family: 'FontAwesome';
    content: '\f178 ';
    padding-left:6px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.fle2 a:hover:after{
    padding-left:10px;
    color: #ac933e;
}

/*//foot*/
.upar {
    float: left;
    margin-right: 20px;
}

.coel {
    margin-left: 5px;
    font-size: 11px;
    color: #e1e1e1
}
.ayda{
    color: white;
    font-size: 11px;
}

.highlight-projects-img {
    float: left; margin-right: -45px; margin-top: -3px;
}

.highlight-projects-img2 {
    float: left; margin-right: 0px; margin-top: -3px;
}

.highlight-projects-pad {
    line-height: 35px;
    padding: 10px;
}

.highlight-projects-pad-2 {
    line-height: 25px;
    padding: 10px;
}



.img_hl {
    display: flex;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    justify-content: center;
}
.img_hlp {
    display: flex;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
    justify-content: center;
}




.hl-f16 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hl-h-f {
    font-size: 12px;
    font-weight: bold;
}

.hl-nn {
    padding-top: 20px;
    height: 210px;
}

.hl-nn-tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hl-nn-res {
    font-size: 15px;
}
.hl-nn-an {
    font-size: 14px;
    font-weight: 600;

}


/*///login register lost password*/

@media screen and (max-width: 900px) {
    .op_size {
        margin-top: 22px;float:left; font-size: 11px; margin-right: 10px
    }

}
@media screen and (min-width: 900px) {
    .op_size {
        margin-top: 22px;float:left; font-size: 13px; margin-right: 20px
    }
}



/*////////////////////////////////*/
/*//////MODAL/////////////////////*/
/*////////////////////////////////*/
.animate-top{
    position:relative;
    animation:animatetop 0.4s
}
@keyframes animatetop{
    from{top:-300px;opacity:0}
    to{top:0;opacity:1}
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 30px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.275);
    z-index:10000;
}

.modal-content {
    margin: 5% auto;
    width: 1200px;
    max-width: 90%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: .2rem;
    outline: 0;
    opacity: .95;
}
/*//divulga talleres*/
.modal-content2 {
    margin: 5% auto;
    width: 800px;
    max-width: 90%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: .2rem;
    outline: 0;
    opacity: .98;
}



.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-title {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    font-size: 1.25rem;
}
.modal-header .close {
    width: 5%;
    float: left;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-body p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.modal-footer {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer>*{
    margin: 5px;
}

/* buttons */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
    width: 160px;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn-secondary {
    color: #fff;
    background-color: #7c8287;
    /*border-color: #7c8287;*/
}
.btn-secondary:hover {
    color: #fff;
    background-color: #ac933e;
    /*border-color: #ac933e;*/
}
/*////////////////////////////////*/
/*////////////////////////////////*/



/* Small Post
-----------------------------------------------------------------*/

.spost {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #E5E5E5;
}

.spost:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}


.spostgroup {
    margin-top: 2px;
    padding-top: 2px;
    border-top: 1px solid #E5E5E5;
}

.spostgroup:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}


/*people.php filter by group*/
/*///////////////////////////////////////*/
/*///////////////////////////////////////*/
/*///////////////////////////////////////*/

main {
    width: 100vw;
    height: 100vh;
    text-align: center;
}


h3.nav02 {
    /*position: absolute;*/
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    margin-top: 30px;
}


nav.drop-down {
    z-index: 10000;
    background-color: #1f1f1f;
    opacity: 0.9;
    text-align: center;
    top: -100vh;
    left: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrow: column;

/*la X*/
h3 {
    color: #ffffff;
    top: 30px;
    right: 150px;
}
}

nav.drop-down li {line-height: 26px}

nav.drop-down a {
    color: #f5f5f5;
    /*font-weight: bold;*/
    font-size: 14px;
/*text-transform: uppercase;*/
&:hover{
     color: #ac933e;
 }
}

/*people.php filter by position*/
/*///////////////////////////////////////*/
/*///////////////////////////////////////*/
/*///////////////////////////////////////*/

h3.nav03 {
    /*position: absolute;*/
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    margin-top: 30px;
}


nav.drop-down3 {
    color: white;
    z-index: 10000;
    background-color: #1f1f1f;
    opacity: 0.9;
    text-align: left;
    top: -100vh;
    left: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrow: column;
    font-size: 12px;

/*la X*/
h3 {
    color: #ffffff;
    top: 30px;
    right: 150px;
}
}

nav.drop-down3 li {line-height: 25px}

nav.drop-down3 a {
    color: #f5f5f5;
    /*font-weight: bold;*/
    font-size: 12px;
/*text-transform: uppercase;*/
&:hover{
     color: #ac933e;
 }
}



@media screen and (max-width: 900px) {

main {
    width: 100vw;
    height: 100vh;
    text-align: center;
}


h3.nav02 {
    /*position: absolute;*/
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    margin-top: 30px;
}


nav.drop-down {
    z-index: 10000;
    background-color: #1f1f1f;
    text-align: center;
    top: -100vh;
    left: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrow: column;

/*la X*/
h3 {
    color: #ffffff;
    top: 30px;
    right: 150px;
}
}

nav.drop-down li {line-height: 20px}

nav.drop-down a {
    color: #f5f5f5;
    /*font-weight: bold;*/
    font-size: 12px;
/*text-transform: uppercase;*/
&:hover{
     color: #ac933e;
 }
}

} /*del tamaño pantalla*/

/*///////////////////////////////////////*/
/*///////////////////////////////////////*/
/*///////////////////////////////////////*/

.boton_people {
    margin-right: 10px;
    width:calc(100%);
    padding-left:20px;
    padding-right:20px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    letter-spacing:1px;
    font-size: 13px;
    line-height:24px;
    padding-top: 12px;
    padding-bottom: 11px;
    background: #ffffff;
    /*manu*/
    /*background: #e7e7e7;*/
    border:1px solid #b0b0b0;
    border-radius: 2px;
    color: #737373;
&:hover{
     background-color: #d9d9d9;
     color: #ac933e;
     -webkit-transition: background 0.3s, color 0.3s;
     transition: background 0.3s, color 0.3s;
 }
}


/*botones facilities*/
.button-container {
    display: flex;
    gap: 10px; /* Espacio entre botones */
    float: right;
}
/* Estilo para pantallas pequeñas (móviles) */
@media (max-width: 768px) {
    .button-container {
        flex-direction: column; /* Apilar los botones verticalmente */
        gap: 25px; /* Más espacio entre botones */
        float: left;
    }
}
/*botones people*/
.button-container2 {
    display: flex;
    gap: 10px; /* Espacio entre botones */
    float: left;
}
/* Estilo para pantallas pequeñas (móviles) */
@media (max-width: 768px) {
    .button-container2 {
        flex-direction: column; /* Apilar los botones verticalmente */
        gap: 25px; /* Más espacio entre botones */
        float: left;
    }
}

.img-100-news {
    width: 100%;
    height: 209px; /* Ajusta esto según el tamaño deseado */
    object-fit: cover; /* Hace que la imagen siempre llene el espacio sin deformarse */
}

.img-100-new {
    width: 160px;
    height: 110px;
    object-fit: cover;
}

/*imagen de news.php*/
.img-100 {
    height: 209px; width: auto; object-fit: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .img-100 {
        height: 209x; width: auto; object-fit: cover;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .img-100 {
        height: 164px; width: auto; object-fit: cover;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .img-100 {
        height: 128px; width: auto; object-fit: cover;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .img-100 {
        height: 314px; width: auto; object-fit: cover;
    }
}

/*width: 278px; height: 208px;*/

/*imagen de news.php*/



/*imagen de schools.php*/
.img-schools {
    height: 300px; width: 300px; object-fit: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .img-schools {
        height: 250px; width: 250px; object-fit: cover;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .img-schools {
        height: 300px; width: auto; object-fit: cover;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .img-schools {
        height:350px; width: auto; object-fit: cover;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .img-schools {
        height: 350px; width: auto; object-fit: cover;
    }
}

/*imagen de schools.php*/



/* #Quotes 10alamenos9
================================================== */

#owl-sep-10 {
    position:relative;
    width:100%;
    max-width: 1320px;
    margin:0 auto;
    display:block;
}
#owl-sep-10 .item{
    position:relative;
    width:100%;
    margin-left:0 auto;
    z-index:2;
    display:block;
}
.quote10{
    position:relative;
    padding-left:96px;
    margin:0 auto;
    overflow:hidden;
    display:block;
    padding-bottom:60px;
    background-image:url('../imagenes/10alamenos9/qu.png');
    background-repeat:no-repeat;
    background-position: 0 10px;
    background-size: 18px 11px;
}
.quote10 h4{
    text-align:left;
    font-style: italic;
    color:#c8c8c8;
    font-weight:300;
    width:100%;
    max-width:830px;
}
.quote10:before {
    content:'';
    position:absolute;
    width:40px;
    height:1px;
    top:14px;
    left:34px;
    background-color:#f9f9f9;
}
#owl-sep-10.owl-theme .owl-controls{
    position:absolute;
    left:25px;
    text-align: left;
    bottom:0;
    z-index:100;
    width:100%;
    z-index:20;
}
#owl-sep-10.owl-theme .owl-controls .owl-page span{
    background:#fff;
    border-radius:0;
    width:2px;
    height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-sep-10.owl-theme .owl-controls .owl-page span:hover{
    height:15px;
}
#owl-sep-10.owl-theme .owl-controls .owl-page.active span {
    height:22px;
}

.back-quote10{
    background-image:url('../imagenes/10alamenos9/back-qu.png');
    background-repeat:no-repeat;
    background-position: bottom right;
    background-size: cover;
}


/*////filtro 10alamenos9.php///////*/
.filter_altura_img {height: 275px;}


/*divulga talleres y 10alamenos9sedes*/
.text_mobil {
    width: 100%;
    bottom: 0;
    left: 50%;
    position: absolute;
    color: white;
    text-align: center;
    padding: 10px 0;
    transform: translate(-50%);
    }

.text_mobil2 {
    width: 100%;
    bottom: 0;
    left: 50%;
    position: absolute;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    transform: translate(-50%);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);}

.text_mobil_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.7));
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/*------------------------*/
