/*
Template Name: Andior - Creative Portfolio Template
Theme URI: http://themeforest.net/user/ridianur
Author: ridianur
Author URI:  http://themeforest.net/user/ridianur
*/

/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
GENERAL SECTION
HEADER SECTION
SLIDER SECTION
VIDEO BACKGROUND SECTION
ABOUT SECTION
TEAM SECTION
PORTFOLIOS SECTION
CLIENT SECTION
CONTACT SECTION
FOOTER SECTION
BLOG SECTION
----SIDEBAR SECTION
MEDIA QUERIES
-------------------------------------------------------------

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

/*-----------------------------------------GENERAL SECTION--------------------------------------------------*/

/* Font Loading Optimization */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700;800&display=swap');

/* Font Fallbacks */
.font-open-sans {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.font-playfair {
	font-family: "Playfair Display", "Times New Roman", serif !important;
}

.font-raleway {
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body, html {
	height: 100%;
	overflow-x: hidden; /* Previene scroll horizontal global */
}
body {
	color: #121834;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	max-width: 100vw; /* Limita el ancho máximo del body */
	
}
b, strong {
	color: #121834;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	cursor: inherit;
}
a {
	color: #121834;
	text-decoration: none;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
a:hover {
	text-decoration: none;
	color: #bf919f;
}
a:focus {
	outline: none;
	color: #999999;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	font-family: Verdana, sans-serif;
	color: #1f1f1f;
	line-height: 1.3;
}
iframe {
	border: none;
	width: 100%;
}
img {
	max-width: 100%;
}
.spacing10 {
	width: 100%;
	height: 10px;
}
.spacing20 {
	width: 100%;
	height: 20px;
}
.spacing30 {
	width: 100%;
	height: 30px;
}
.spacing40 {
	width: 100%;
	height: 40px;
}
.spacing80 {
	width: 100%;
	height: 80px;
}
.margin-right10{margin-right:10px;margin-bottom:10px;}
ul, ol {
	list-style-position: outside;
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 20px;
}
.clearboth {
	clear: both;
}

.content {
    background: #fff none repeat scroll 0 0;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}
.content-photos {
    background: #fff none repeat scroll 0 0;
    padding: 0px 0;
    position: relative;
    z-index: 1;
}
.gray-bg {
	background: #fafafa;
    padding: 40px 0px;
}
blockquote {
    border: medium none;
    font-family: playfair display;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5;
    padding: 0 0 0 40px;
    position: relative;
}
blockquote::before{
	content:"\f10e";
    background: #bf919f none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: fontawesome;
    font-size: 14px;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
}

.turquoise-bg {
    background: #705109;
    background: radial-gradient(circle, rgb(126 106 60) 0%, rgb(179 141 86) 100%);
    color: #fff;
}
.dark-bg {
    background: #212121 none repeat scroll 0 0;
    color: #fff;
}

.gray-bg {
    background: #ecf1e6 none repeat scroll 0 0;
    color: #0a0a12;
}

.dark-bg .content-title{color:#fff;}
.progress-bar-andior {
    background-color: #bf919f;
}
.progress.skill-bar {
    border-radius: 0;
    height: 25px;
}
.skill {
    display: block;
    padding: 3px 10px;
    text-align: left;
    text-transform: uppercase;
}
.box-align-center {
    text-align: center;
}
.box-align-center blockquote::before {
    bottom: -40px;
    left: 50%;
    margin-left: -15px;
    top: auto;
}
.personal-color {
    color: #bf919f;
}
.align-right{text-align:right;}

/*-----------------------------BLUE BAR SECTION-----------------------------------*/
.blue-bar {
    background-color: #0943b5; /* Blue background */
    padding: 10px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

.blue-bar-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.blue-bar-logo .blue-logo-img {
    height: 30px;
    width: auto;
}

.logo-divider {
    width: 1px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 10px;
}

/*-----------------------------TOP NAVBAR SECTION-----------------------------------*/
.top-navbar {
    background-color: #1e3a8a; /* Blue background */
    padding: 15px 0;
    position: fixed;
    top: 70px; /* Position below blue bar */
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-logo .logo-img {
    height: 40px;
    width: auto;
}

.navbar-menu {
    display: flex;
    align-items: center;
}

.navbar-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

.navbar-links li {
    margin: 0;
}

.navbar-links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
}

.navbar-links a:hover {
    color: #bf919f;
    text-decoration: none;
}


/*-----------------------------HEADER SECTION-----------------------------------*/
@keyframes blink {
  50% {
    opacity: 0.0;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0.0;
  }
}
.blink {
  animation: blink 0.3s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}
.white-nav{background:#fff;}
.dark-nav {
    background: #1f1f1f none repeat scroll 0 0;
}
.white-nav .navigation> li> a{color:inherit;}
.bg-nav .navigation li a{color:#fff;}
.trans-nav{background:transparent;}
.bg-nav{
	background-color: rgba(31, 31, 31, 0.9);
	transition: background-color 0.3s ease 0s;
}
.bg-nav:hover{background-color: rgba(31, 31, 31, 1);}
.bg-nav.scrolled{
	background-color: rgba(31, 31, 31, 0.98);
}
.home-section.header {
	top: 50px; /* Position below both fixed bars */
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
    background: rgb(67, 78, 0, 0.5);
	transition: background-color 0.3s ease;
}




.home-section.header.scrolled {
	background: rgba(31, 31, 31, 0.95);
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.logo {
	display: block;
	float: left;
	max-width: 30%;
	padding: 10px 0;
}

.nav-logos {
	display: flex;
	align-items: center;
	gap: 15px;
	padding:8px;
}

.nav-logo-img {
	max-height: 40px;
	width: auto;
}

.nav-logo-divider {
	width: 1px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 0 5px;
}

.logo img {
	max-height: 60px;
}
.menu-box {
	float: right;
	max-width: 80%;
	text-align: right;
}
.navigation {
	display: block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.navigation li, .menu-box ul li {
    display: inline-block;
    position: relative;
}
.navigation li a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	opacity: 0.6;
	padding: 39px 17px;
	text-transform: uppercase;
}
.navigation li a:hover {
	opacity: 1;
}
.navigation .current a {
	opacity: 1;
}
.for-sticky {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.is-sticky .for-sticky {
	background: #1f1f1f none repeat scroll 0 0;
}
.menu-box ul li ul {
    background: rgba(0,0,0,0.8);
    left: 0;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 200px;
    z-index: 3;
}
.menu-box > ul >li:last-child ul{
	left: auto;
	right:0;
}
.navigation li, .menu-box ul ul li {
    display: block;
    position: relative;
}
.menu-box ul li ul li ul {
    left: 100%;
    top: 0;
}
.menu-box .navigation li ul li a, .menu-box ul li ul li a {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.7;
    padding: 15px 10px;
}
.box-mobile {
	float: right;
	padding-right: 30px;
}
.mobile-menu {
	background: none repeat scroll 0 0 #ffffff;
	display: block;
	height: 0;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 100%;
	width: 100%;
	z-index: 3;
	padding: 0;
}
.mobile-menu.in {
	border: 1px solid #EEEEEE;
	max-height: 480px;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
}
.mobile-menu li a {
	display: block;
	font-size: 11px;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border-top: none;
}
.menu-btn {
	background: #1f1f1f none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	margin: 11px 0;
	text-align: center;
	width: 30px;
	z-index: 3;
	font-size: 14px;
}
.img-bg {
	background-position: center center;
	background-size: cover;
}
.no-bottom{
	padding-bottom:0;
}
/*-----------------------------SLIDER SECTION-----------------------------------*/
.hero-box {
    padding-bottom: 150px;
    padding-top: 250px;
	text-align:center;
	position:relative;
}
.hero-head-bg {
    padding-bottom: 150px;
    padding-top: 250px;
}

.hero-head-bg ,.hero-head-bg .small-caption-box > h3{
    color: #fff;
	overflow-wrap: break-word;
}
.hero-head-bg .small-caption-box > h3::after {
    border-color: rgba(255, 255, 255, 0.2);
}
.hero-head-bg .hero-box-title .fa {
    opacity: 0.2;
}
.dark-bg .small-title{
	color:#fff;
}
.dark-bg .small-title .fa {
    color: #484848;
}
.dark-bg .progress.skill-bar {
    background: #232323 none repeat scroll 0 0;
}
.hero-box.hero-left {
    text-align: left;
}
.hero-left .hero-box-title .fa {
    left: 0;
    margin: 0;
}
.hero-left .small-caption-box > h3 {
    font-size: 50px;
}
.hero-btn{
	background: #bf919f none repeat scroll 0 0;
    border: 1px solid #bf919f;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
}
.hero-btn:hover{
	color:#bf919f;
	background:transparent;
}
.small-caption-box {
    display: inline-block;
    max-width: 100%;
    padding: 0;
}
.small-caption-box > h3 {
    font-size: 40px;
    letter-spacing: 3px;
    margin: 10px 0 20px;
    text-transform: uppercase;
	position:relative;
	z-index:2;
}
.small-caption-box > h3::after {
    border: 8px solid #eee;
    content: "";
    height: 300px;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    position: absolute;
    top: 50%;
    width: 300px;
    z-index: -1;
}
.small-caption-box > p {
    margin: auto;
    max-width: 800px;
	position:relative;
	z-index:3;
}
.hero-box-title .fa {
    color: #ccc;
    font-size: 100px;
    left: 50%;
    margin-left: -50px;
    opacity: 0.4;
    position: absolute;
    top: -40px;
    transform: rotate(-25deg);
    z-index: -1;
}
.smal-caption-sub {
    font-family: playfair display;
    font-size: 25px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    opacity: 0.8;
    text-transform: capitalize;
}
.slider .slide {
	display: none;
}
.slider .slide:first-child {
	display: block;
}
.caption-box {
	border: 7px solid #fff;
	margin: 10% auto;
	max-width: 600px;
	padding: 40px 0;
	position: relative;
	text-align: center;
}
.top-slider {
	color: #fff;
	font-family: "Playfair Display", "Times New Roman", serif;
	font-size: 25px;
	font-style: italic;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	opacity: 0.6;
	text-transform: capitalize;
}
.caption-box h3 {
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	letter-spacing: 20px;
	margin: 10px 0 40px;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
}
.caption-box i {
	color: #fff;
	display: block;
	font-size: 50px;
}
.shape {
	background: #fff;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	text-align: center;
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20eg);
}
.shape:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background: #fff;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}
.top-left {
	height: 50px;
	left: 20px;
	position: absolute;
	top: 20px;
	width: 50px;
}
.top-right {
	height: 50px;
	right: 20px;
	position: absolute;
	top: 20px;
	width: 50px;
}
.bot-left {
	height: 50px;
	left: 20px;
	position: absolute;
	bottom: 20px;
	width: 50px;
}
.bot-right {
	height: 50px;
	right: 20px;
	position: absolute;
	bottom: 20px;
	width: 50px;
}
.slider-mask {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.bottom-slide {
	color: #bababa;
	margin-bottom: 60px;
}
.slider .slide {
	display: none;
	position: relative;
}
.slider .slide:first-child {
	display: block;
}
.slide-btn {
	background: #bf919f none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1;
	padding: 15px 40px;
	text-align: center;
	text-transform: uppercase;
}
.slide-btn:hover {
	color: #bf919f;
	background: #fff;
}
.slide-border {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	height: 2px;
	margin-left: 80px;
	margin-right: 100px;
	width: 400px;
	max-width: calc(100vw - 200px); /* Evita overflow en pantallas pequeñas */
}
#home .owl-pagination {
	height: 80px;
	margin-top: -80px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
#home .owl-page.active {
	background: #bf919f;
}
#home .owl-page span {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	display: inline-block;
	height: 4px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
#home .owl-page span:hover {
	background: #fff;
}
#home .owl-page {
	display: inline-block;
	height: 4px;
	margin: 3px;
	position: relative;
	width: 40px;
}
.hero-img-bg {
    background-position: center center;
    background-size: cover;
    height: 500px;
    overflow: hidden;
}
.hero-img-bg .slider-mask{
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.hero-img-bg:hover .slider-mask{
	background-color:rgba(0,0,0,0.7);
}
.hero-big-slider .hero-slider-box-inner {
    max-width: 600px;
    padding-bottom: 5%;
    padding-top: 5%;
}
.hero-big-slider .hero-slider-box h3 {
    font-size: 50px;
}
.hero-big-slider .hero-slider-box p {
    font-size: 17px;
}
.hero-header-slider {
    height: 100%;
    min-height: 500px;
}
.slide.hero-img-bg,.hero-header-slider .owl-wrapper-outer ,.hero-header-slider .owl-wrapper,.hero-header-slider .owl-item {
    height: 100%;
}
.hero-slider-box {
	margin: 0 15px;
	position: relative;
	top: 60vh;
	-ms-transform: translateY(-50%) scale(0, 0);
    -webkit-transform:  translateY(-50%) scale(0, 0);
	transform:  translateY(-50%) scale(0, 0);
    z-index: 1;
	-webkit-transition: ease .5s;
	-moz-transition: ease .5s;
	-o-transition: ease .5s;
	-ms-transition: ease .5s;
}
.hero-header-slider .slide-nav{opacity:1;}
.hero-img-bg .hero-slider-box {
	-ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
	transform: translateY(-50%) scale(1, 1);
    z-index: 1;
}
.hero-slider-box-inner {
    border: 1px solid #fff;
    margin: auto;
    padding: 30px;
    position: relative;
    text-align: center;
    top: auto;
    max-width: 280px;
	-ms-transform: none;
    -webkit-transform: none;
	transform: none;
	text-align: center;
	background-color: rgba(45, 6, 9, 0.5);
}

.hero-slider-box h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 10px 0 30px;
	color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.hero-slider-box-inner img{
	width: 70%;
}


.hero-slider-box.slide-btn {
    font-size: 13px;
    letter-spacing: 3px;
    padding: 13px 25px;
}
.hero-slider-box p {
    color: #fff;
    margin-bottom: 0;
}
/*------------------------------VIDEO BACKGROUND SECTION---------------------------------*/
#home{position:relative;}
#bg-video {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
#big-video-wrap {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
#big-video-vid {
	position: absolute;
}
#big-video-wrap img {
	max-width: none;
	position: absolute;
}
.vjs-big-play-button, .vjs-text-track-display, .vjs-control-bar {
	display: none;
}

/*-----------------------------ABOUT SECTION-----------------------------------*/
.bordering {
    border: 8px solid #faf4ec;
    margin-bottom: 30px;
    padding: 30px;
}
.title-box {
	position: relative;
	vertical-align: middle;
}
.content-title::before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 80px;
	height: 6px;
	background: #a69c90;
	border-radius: 50px;
	z-index: -1;
}
.content-title {
    color: #312929;
    display: inline-block;
    font-size: 35px;
    font-weight: 800;
    margin: 0 0 20px;
    max-width: 100%;
    overflow-wrap: break-word;
    padding: 10px;
    position: relative;
    z-index: 1;
}
.sub-title {
	font-family: "Playfair Display", serif;
	font-size: 18px;
	font-style: italic;
	color:#555;
	margin-bottom: 40px;
}
.dark-bg .sub-title,.bg .sub-title{color:#eee;}
.small-title {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 20px;
    position: relative;
}
.small-sub{
    font-size: 16px;
	color:#121834;
    line-height: 1;
    margin-bottom: 60px;
    position: relative;
}
.dark-bg .small-sub{color:#eee;}
.small-title .fa {
	color: #ccc;
	font-size: 100px;
	left: 10px;
	opacity: 0.4;
	position: absolute;
	top: 0;
	transform: rotate(-25deg);
	z-index: -1;
}
/*-----------------------------TEAM SECTION-----------------------------------*/
.box-align-right {
	text-align: right;
	float: right;
}
.box-align-right .content-title::before {
	left: auto;
	right: 10px;
}
.team-box {
	float: left;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 50%;
}
.owl-item .team-box {
	float: none;
	width: 100%;
}
.team-overlay {
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	transition: 0.5s;
	opacity: 0;
}
.team-box:hover .team-overlay {
	opacity: 1;
}
.team-inbox {
	border: 4px solid #fff;
	display: inline-block;
	margin: 40px auto auto;
	padding: 20px;
	text-align: center;
	transition: 0.5s;
	-ms-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}
.team-box:hover .team-inbox {
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.team-inbox > h3 {
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 0 0 3px;
	text-transform: uppercase;
	transition: 0.6s;
}
.team-inbox > p {
	color: #fff;
	line-height: 1;
	font-family: "Playfair Display", "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
}
.team-soc {
	bottom: 10px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	text-align: right;
}
.team-page-parent .team-soc a {
    border: 1px solid #bf919f;
    line-height: 28px;
}
.team-page-parent .team-soc a:hover{
	border: 1px solid #bf919f;
}
.team-soc-relative {
    border-bottom: 1px solid #eee;
    bottom: 0;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-bottom: 40px;
    position: relative;
    right: 0;
    text-align: left;
}
.team-page-box {
    border-bottom: 1px solid #eee;
    margin: 20px 0;
    padding: 0 0 20px;
}
.team-page-box h3{
    font-size: 25px;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
	line-height:1;
}
.team-page-box > p {
    font-family: playfair display;
    font-style: italic;
	font-size: 16px;
	margin:0;
}
.team-soc > li {
	display: inline-block;
}
.team-soc a {
	background: #bf919f none repeat scroll 0 0;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.team-soc a:hover {
	background: #fff;
	color: #bf919f;
}
.owl-controls {
	max-width: 100%;
}
.owl-buttons {
	bottom: 20px;
	display: inline-block;
	right: 25px;
	position: absolute;
}
.owl-prev, .owl-next {
	display: inline-block;
}
.slide-nav {
    border: 1px solid;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    margin-right: 13px;
    opacity: 0;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 40px;
}

.inright:hover {
	margin-left: 5px;
}
.inleft:hover {
	margin-left: -5px;
	margin-right: 5px;
}
.team-slider:hover .slide-nav {
	opacity: 1;
}
.slide-nav:hover {
	color: #bf919f;
}
/*-----------------------------WORKS SECTION-----------------------------------*/

.single-work  .ic-close{
	display:none;
}
.single-work .port-item {
    padding: 0 15px;
}
.single-work .content{
	z-index:3;
}
.op-title {
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}

.op-sub {
    font-family: playfair display;
    font-size: 17px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 20px;
}
.port-item {
    padding: 0;
    border: 2px solid white;
}
.portfolio-body {
	margin: 0 15px;
	transition:0.1s;
}
.portfolio-body-wide{
	margin:0;
}
.port-page {
    border: 1px solid;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1px;
    padding: 15px 40px;
    text-transform: uppercase;
	margin-bottom:5px;
}
.portfolio-body-wide .port-inner {
    margin-top: 14%;
}
.work-content .slider:hover .slide-nav {
	opacity: 1;
}
.port-filter {
	list-style: outside none none;
	margin: 0 0 40px;
	padding: 0;
	display:block;
}
.port-filter > li {
	display: block;
}
.multi-page .port-filter > li {
    display: inline-block;
}
.multi-page .port-filter {
    text-align: center;
}
.port-filter a {
	border: 1px solid #bf919f;
	background: #bf919f none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 2px;
	padding: 2px 10px;
	text-transform: uppercase;
	max-width: 100%;
}
.port-filter a:hover {
	color: #bf919f;
	border: 1px solid #bf919f;
	background: transparent;
}
.port-filter .active {
	padding-right: 50px;
}
.port-ajax:hover .port-hover,.port-box:hover .port-hover  {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.port-hover {
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transition: 0.3s;
	width: 100%;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.port-inner {
	border: 4px solid #fff;
	display: inline-block;
	margin-top: 30px;
	max-width: 90%;
	padding: 20px;
	transition: 0.5s;
	-ms-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}
.port-ajax:hover .port-inner,.port-box:hover .port-inner {
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.port-inner > h3 {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
}
.port-inner > p {
	color: #fff;
	font-family: "Playfair Display", "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1;
}
.port-hover i {
	background: #bf919f none repeat scroll 0 0;
	border-radius: 100px;
	bottom: 10px;
	color: #fff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 10px;
	text-align: center;
	width: 30px;
}
.port-ajax,.port-box {
	display: block;
	position: relative;
}
.work-title {
	font-size: 22px;
	letter-spacing: 4px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 20px;
	position: relative;
	text-transform: uppercase;
	z-index:2;
}
.sub-content {
    font-family: playfair display;
    font-size: 15px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 60px;
    position: relative;
}
.work-title i {
	color: #ccc;
	font-size: 100px;
	left: 10px;
	opacity: 0.4;
	position: absolute;
	top: 0;
	transform: rotate(-25deg);
	z-index: -1;
}
.portfolio-gallery div {
	width: 33.3%;
	float: left;
}
.portfolio-gallery a {
	position: relative;
	display: block;
    padding: 1px;
}
.portfolio-gallery a span {
	background: rgba(0,0,0,0.3);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.portfolio-gallery a span:hover {
	opacity: 1;
}
.portfolio-gallery a i {
	background: #bf919f none repeat scroll 0 0;
	border-radius: 100px;
	color: #fff;
	height: 30px;
	left: 50%;
	line-height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 30px;
}
.go-btn {
    background: #737b4d none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    /* font-weight: bold; */
    letter-spacing: 3px;
    line-height: 1;
    padding: 16px 21px;
    text-align: center;
    border-radius: 50px;
}
.go-btn:hover {
	color: #fff;
	background: #60683d;
    ;
}
.ic-close {
	border: 1px solid #737b4d;
	border-radius: 100px;
	color: #737b4d;
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 30px;
	line-height: 28px;
	text-align: center;
	width: 30px;
	transition: 0.5s;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.ic-close:hover {
	-ms-transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
}
.work-content {
	border-bottom: 1px solid #eee;
}

/*-----------------------------CLIENT SECTION-----------------------------------*/
.bg {
    color: #fff;
    overflow: hidden;
    position: relative;
}
.bg .content-title {
    color: #fff;
}
#testimonial h3 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 4px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 20px;
    position: relative;
    text-transform: uppercase;
}
.big-ticker .fa {
    color: #fff;
    font-size: 100px;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-25deg);
    z-index: 0;
}
.big-ticker {
    text-align: right;
}
.testi-from{
    font-family: playfair display;
    font-size: 15px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 60px;
    position: relative;
}
.bg-mask {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
#client .para-img {
    background-image: url("../../images/bg/1.jpg");
}
.para-img {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.no-para .para-img{
	background-attachment: scroll;
}
.client-list{text-align:center;}
.owl-item .client-slide{width:100%;}
/*-----------------------------CONTACT SECTION-----------------------------------*/
.map_canvas {
    height: 350px;
    margin-bottom: 20px;
}
.box-map {
    line-height: 1;
    padding: 20px 0 20px 20px;
    text-align: center;
    width: 100%;
}
.box-map > h3 {
    font-size: 16px;
    letter-spacing: 3px;
    margin: 10px 0 10px;
    text-transform: uppercase;
}
form input,form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	color: #888;
	line-height: inherit;
	padding: 8px 13px;
	width: 100%;
	background: #fff;
}
#MyContactForm{text-align:left;}
#MyContactForm p span {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}
input:focus, textarea:focus {
	border-color: #aaa;
}
::-webkit-input-placeholder {
 color: #999;
}
#MyContactForm p label {
    cursor: text;
    display: block;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
}
:-moz-placeholder { /* Firefox 18- */
 color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #999;
}

:-ms-input-placeholder {
 color: #999;
}
#form-wrapper #MyContactForm .error {
    bottom: 12px;
    color: #FF0000;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    left: auto;
	font-style:italic;
    letter-spacing: 0;
    position: absolute;
    right: 20px;
    text-transform: capitalize;
    width: auto;
}
.contact-btn {
    background: #bf919f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
	border:1px solid #bf919f;
}

.contact-btn:hover,.contact-btn:focus {
	background: transparent;
	color: #bf919f;
}
#MyContactForm p {
	position: relative;
}
.response h3 {
    font-size: 22px;
    margin: 10px 0 25px;
    text-transform: uppercase;
}

.contact-box .sub-title{
	color:#000;
}
.ctc-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ctc-list > li {
    padding-left: 50px;
    position: relative;
}
.boxs-icon {
    background: #bf919f none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
}
/*-----------------------------FOOTER SECTION-----------------------------------*/

.footer {
	background: #737a4c none repeat scroll 0 0;
	color: #ffffff;
	padding: 40px 0;
}
.footer-icon a {
	background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
	color: #ffffff;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.footer-icon > li {
	display: inline-block;
}
.footer-icon {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}
.footer a:hover {
	color: #f4f4f4;
}
.footer-icon a:hover {
	color: #fff;
}
.footer p {
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}
.footer .footer-wigdet p{
	font-weight:300;
	text-transform:none;
	font-size:14px;
}

.footer .widgettitle {
    border: medium none;
    color: #fff;
    padding: 15px 0;
}


/*-----------------------------BLOG SECTION-----------------------------------*/
.blog-header {
    background: #1f1f1f none repeat scroll 0 0;
    position: relative;
    z-index: 999;
}
.blog-header-slider {
    background: #fafafa none repeat scroll 0 0;
}
.blog-img-bg {
    background-position: center center;
    background-size: cover;
    height: 500px;
    overflow: hidden;
}
.blog-box {
	margin: 0 15px;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%) scale(0, 0);
    -webkit-transform:  translateY(-50%) scale(0, 0);
	transform:  translateY(-50%) scale(0, 0);
    z-index: 1;
	-webkit-transition: ease .5s;
	-moz-transition: ease .5s;
	-o-transition: ease .5s;
	-ms-transition: ease .5s;
}
.blog-header-slider:hover .slide-nav{opacity:1;}
.blog-img-bg:hover .blog-box {
	-ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
	transform: translateY(-50%) scale(1, 1);
    z-index: 1;
}
.blog-box-inner {
    border: 4px solid #fff;
    margin: auto;
    padding: 30px;
    position: relative;
    text-align: center;
    top: auto;
    max-width: 300px;
	-ms-transform: none;
    -webkit-transform: none;
	transform: none;
	text-align: center;
}

.blog-box h3 {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 10px 0 30px;
	color: #fff;
    text-transform: uppercase;
}
.blog-box .slide-btn {
    font-size: 13px;
    letter-spacing: 3px;
    padding: 13px 25px;
}
.blog-box p {
    color: #fff;
    font-family: playfair display;
    font-style: italic;
    margin-bottom: 0;
}
.blog-title {
    display: block;
    font-size: 25px;
    letter-spacing: 1px;
    margin: 0 0 10px;
    position: relative;
    text-transform: uppercase;
}
.post-detail {
    border-bottom: 1px solid #eee;
    display: block;
    font-size: 13px;
    font-weight: 600;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 20px;
    position: relative;
    text-transform: uppercase;
}
.post-detail > li {
    display: inline-block;
    margin-right: 20px;
}
.post-detail > li i {
    background: #bf919f none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    margin-right: 2px;
    text-align: center;
    width: 25px;
}
.border-post {
    background: #eee none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #bf919f  ;
    border-color: #bf919f  ;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}
.pagination li a:hover{color:#000000;}
.pagination > li > a, .pagination > li > span {
    color: inherit;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.blog-slider:hover .slide-nav {
	opacity: 1;
}
.blog-mason .blog-title {
    border-bottom: 1px solid #eee;
    font-size: 20px;
    padding-bottom: 20px;
}
.share-box a {
    display: inline-block;
    margin-left: 5px;
}
.share-box {
    font-family: playfair display;
    font-style: italic;
    padding-top: 20px;
	text-align:right;
}
.title-related-post {
    border-bottom: 1px solid #eee;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 5px 0 40px;
    padding: 20px 0;
    text-transform: uppercase;
}
.related-title {
    font-size: 16px;
    margin: 10px 0 5px;
    text-transform: uppercase;
}
.related-cat {
    font-family: playfair display;
    font-style: italic;
    line-height: 1;
    margin-bottom: 20px;
}
#related_posts .col-sm-4{ margin-bottom:20px;}
#related_posts .col-sm-4 img{
opacity:1;
transition:0.3s;
}
#related_posts .col-sm-4:hover img{opacity:0.7;}
#related_posts .col-sm-4:nth-child(4) {
    clear: left;
}
#related_posts {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
/*-----------------------------SIDEBAR SECTION----------------------------------*/
.widgettitle {
    border: 1px solid #999;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 20px;
    padding: 15px;
    position: relative;
}
.widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.widget ul {
    padding: 0 0 0 20px;
}
#searchform {
    margin: 0x;
    position: relative;
}
#searchform #s {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    display: block;
    height: 50px;
    margin: 0;
    padding: 10px 45px 10px 15px;
    width: 100%;
}
#searchform #s:focus{border-color:#aaa;}
#searchform #searchsubmit {
    background: url("../../images/search.png") no-repeat scroll center center #bf919f  ;
    height: 30px;
    right: 10px;
    line-height: 1;
    margin-top: -15px;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
    width: 30px;
	border:none;
}
#searchform #searchsubmit:hover{background-color:#b9b9b9  ;}
.widget ul li {
    list-style: outside none square;
    margin-bottom: 5px;
}
.tagcloud a {
    border: 1px solid #bf919f;
    color: #bf919f;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding: 6px 17px;
    text-transform: uppercase;
}
.tagcloud a:hover{color:#fff;background:#bf919f ;}
.widget #flickr {
    list-style: outside none none;
    margin: 0;
    padding: 0;
	max-width: 440px;
}
.widget #flickr > li {
    display: block;
    float: left;
    list-style: outside none none;
    width: 33.3%;
}
.widget #flickr > li {
    display: block;
    float: left;
    list-style: outside none none;
    width: 33.3%;
	margin:0;
}
.widget #flickr a{
	transition:0.2s;
	display:block;
	background:#bf919f;
}
.widget #flickr a:hover{
opacity:0.8;
}

.widget-about-us h3::before {
    border-bottom: 3px solid #bf919f;
    bottom: 0;
    content: "";
    height: 100px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
    z-index: -1;
}
.widget-about-us {
    text-align: center;
}
.widget-about-us h3 {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 4px;
    margin: 0 0 10px;
    max-width: 100%;
    overflow-wrap: break-word;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.bordering-widget {
    border: 4px solid;
    color: #fff;
    margin: 20%;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 60%;
}
.abtw-box {
    position: relative;
	margin-bottom:20px;
	color:#fff;
}

.wdg-about-subtitle {
    font-family: "Playfair Display",serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 20px;
}
.widget .abtw-soc {
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 0;
}
.widget .abtw-soc > li {
    display: inline-block;
    list-style: outside none none;
}
.abtw-soc a {
    border: 1px solid;
    border-radius: 100px;
    color: #bf919f;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    width: 30px;
}
.abtw-soc a:hover{
	color:#fff;
	background:#bf919f;
	border-color:#bf919f;
}

/*-------------COMMENTS SECTION-------------*/
.comment-list, .com-child {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
}
.comment-list{padding:0;}
.comment-ava > img {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100px;
}
.comment-ava {
    float: left;
    padding-right: 20px;
    width: 20%;
}
.com-box {
    float: left;
    width: 80%;
}
.comment-list .comment {
    display: block;
    margin: 10px 0;
    overflow: hidden;
}
.com-author {
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.com-reply {
    float: right;
    font-size: 13px;
}
.com-meta {
    font-size: 12px;
    font-style: italic;
}
.comment-content {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 20px 0;
}
.com-btn {
	background: #bf919f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
	width:auto;
    text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.com-btn:hover{background:transparent ;color:#bf919f ;border-color:#bf919f  ;}
.comment-top > span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.title-strong {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}
.pagination > li > a, .pagination > li > span{color:inherit;}
/*-----------------------------MEDIA QUERIES-----------------------------------*/

@media (max-width:992px) {
.box-align-right {
	float: none;
}
.blog-mason .col-md-6,.blog-mason .col-md-4{width:100%;}
.footer,.footer-icon{text-align:center;}
.footer-icon{margin-top:10px;}
.caption-box h3 {
    font-size: 40px;
    letter-spacing: 10px;
}
.top-slider {
    font-size: 20px;
}
}
@media (max-width: 767px) {
.box-align-right {
	float: none;
}
.hero-big-slider .hero-slider-box-inner{max-width:450px;}
.logo img {
	max-height: 51px;
}
.logo {
	max-width: 50%;
}
.team-box {
	float: none;
	padding: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#home .owl-pagination{display:none;}
.hero-big-slider .hero-slider-box h3{
	font-size:35px;
}
}
@media (max-width: 600px) {
.hero-head-bg .small-caption-box > h3{
   font-size:25px;
}
.hero-head-bg p {
	display:none;
}
.hero-head-bg .smal-caption-sub{display:block;}
.hero-big-slider .hero-slider-box-inner{max-width:400px;}
.caption-box.clearfix {
    margin: 20% 6%;
    padding: 20px;
}
.hero-big-slider .hero-slider-box h3{
	font-size:25px;
}
.spc-btn.slide-btn {
    display: none;
}
.caption-box i {
    display: none;
}
	.blog-img-bg {
		height: 400px;
	}
}

/* Clases de margin personalizadas */
.mt-1 { margin-top: 5px !important; }
.mt-2 { margin-top: 10px !important; }
.mt-3 { margin-top: 15px !important; }
.mt-4 { margin-top: 20px !important; }
.mt-5 { margin-top: 25px !important; }
.mb-1 { margin-bottom: 5px !important; }
.mb-2 { margin-bottom: 10px !important; }
.mb-3 { margin-bottom: 15px !important; }
.mb-4 { margin-bottom: 20px !important; }
.mb-5 { margin-bottom: 25px !important; }

/* Clase para enlaces del footer */
.footer-link-white {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.footer-link-white:hover {
    color: #cccccc !important;
    text-decoration: underline !important;
}

/* Reorganizar footer en móvil */
@media (max-width: 768px) {
    .footer .row {
        display: flex;
        flex-direction: column;
    }
    
    .footer .col-md-2 {
        order: 3; /* Los logos van al final */
    }
    
    .footer .col-md-5:first-of-type {
        order: 1; /* Información del DNP va primero */
    }
    
    .footer .col-md-5:last-of-type {
        order: 2; /* Contacto va segundo */
    }
}

/* SVG flotante */
#floating-svg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#floating-svg svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Ocultar en dispositivos móviles */
@media (max-width: 768px) {
    #floating-svg {
        display: none;
    }
}

/* ===========================================
   BLEEDING IMAGE & CONTENT ALIGNMENT
   =========================================== */

.bleeding-image {
    margin-left: -33vw; /* XL screens - máximo sangrado */
    margin-bottom: -80px;
    display: block;
    width: auto;
    max-width: none;
    position: relative;
}

.content-padding-right {
    padding: 10px 30px 0 15px;
}

.content-column-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* Responsive Breakpoints for bleeding-image */
@media (max-width: 1920px) {
    .bleeding-image {
        margin-left: -24vw; /* Sangrado visible pero controlado */
        max-width: calc(100vw + 24vw - 100px); /* Permite el sangrado sin overflow */
        width: auto;
    }
}

@media (max-width: 1600px) {
    .bleeding-image {
        margin-left: -20vw; /* Sangrado proporcional */
        width: 35vw;
        max-width: calc(100vw + 20vw - 100px);
    }
}

@media (max-width: 1440px) {
    .bleeding-image {
        margin-left: -18vw; /* Sangrado moderado */
        max-width: calc(100vw + 18vw - 80px);
    }
}

@media (max-width: 1200px) {
    .bleeding-image {
        margin-left: -15vw; /* Sangrado conservador */
        width: 50vw;
        max-width: calc(100vw + 15vw - 60px);
    }
}

@media (max-width: 1024px) {
    .bleeding-image {
        margin-left: -12vw; /* Sangrado intermedio para tablets grandes */
        max-width: calc(100vw + 12vw - 50px);
    }
}

@media (max-width: 992px) {
    .bleeding-image {
        margin-left: -10vw; /* Sangrado mínimo en tablets */
        max-width: calc(100vw + 10vw - 40px);
    }
    
    .content-padding-right {
        padding: 40px 25px 0 15px;
    }
}

@media (max-width: 768px) {
    .content-photos {
        display: none !important; /* Ocultar content-photos en móviles */
    }
    
    /* Forzar visibilidad de todos los elementos del hero */
    #home * {
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Simplificar y hacer visible el hero en móviles */
    .hero-box {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
        display: block !important;
        visibility: visible !important;
        min-height: 400px !important;
    }
    
    .hero-head-bg {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
        display: block !important;
        visibility: visible !important;
        min-height: 400px !important;
    }
    
    /* Asegurar que el contenido sea visible */
    .small-caption-box {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 999 !important;
        padding: 20px 0px !important;
        border-radius: 10px !important;
        width: 400px !important;    
        margin: auto;
    }
    
    .small-caption-box img {
        max-width: 200px !important;
        height: auto !important;
        display: block !important;
        margin: 40px auto 20px auto !important;
        position: relative !important;
        top: 30px !important;
    }
    
    .small-caption-box p {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .small-caption-box .go-btn {
        display: inline-block !important;
        background: #737b4d !important;
        color: white !important;
        padding: 12px 20px !important;
        text-decoration: none !important;
        border-radius: 50px !important;
        font-size: 14px !important;
        font-weight: bold !important;
        letter-spacing: 1px !important;
        margin-top: 15px !important;
        width: auto !important;
        min-width: 200px !important;
        text-align: center !important;
        border: none !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
    }
    
    .small-caption-box .go-btn:hover {
        background: #60683d !important;
        color: white !important;
    }
    
    .small-caption-box .go-btn i {
        margin-left: 8px !important;
        font-size: 12px !important;
    }
    
    
    .content-column-left {
        margin-bottom: 30px;
        align-items: center;
    }
    
    .bleeding-image {
        display: none; /* Ocultar completamente en mobile */
    }
    
    /* Corregir elementos con anchos fijos problemáticos */
    img[width="300px"] {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }
    
    .slide-border {
        width: 80% !important;
        margin-left: 10% !important;
        margin-right: 10% !important;
        max-width: 300px !important;
    }
    
    .content-align-center{
        flex-direction: column !important;
    }
    
    /* Asegurar fuentes compatibles en móviles */
    h1, h2, h3, h4, h5, h6 {
        font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }
}

@media (max-width: 480px) {
    /* Simplificar para móviles pequeños */
    .hero-box {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
        min-height: 350px !important;
    }
    
    .hero-head-bg {
        padding-top: 80px !important;
        padding-bottom: 0px !important;
        min-height: 350px !important;
    }
    
    .small-caption-box {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .small-caption-box img {
        max-width: 220px !important;
        height: auto !important;
        display: block !important;
        margin: 30px auto 30px auto !important;
        position: relative !important;
        top: 20px !important;
    }
    
    .small-caption-box .go-btn {
        display: inline-block !important;
        background: #737b4d !important;
        color: white !important;
        padding: 10px 16px !important;
        text-decoration: none !important;
        border-radius: 50px !important;
        font-size: 13px !important;
        font-weight: bold !important;
        letter-spacing: 1px !important;
        margin-top: 10px !important;
        width: auto !important;
        min-width: 180px !important;
        text-align: center !important;
        border: none !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
    }
    
    .small-caption-box .go-btn:hover {
        background: #60683d !important;
        color: white !important;
    }
    
    .small-caption-box .go-btn i {
        margin-left: 6px !important;
        font-size: 11px !important;
    }
    
    .bleeding-image {
        margin-left: -5vw; /* Sangrado muy sutil en móviles pequeños */
        max-width: calc(100vw + 5vw - 30px); /* Sangrado mínimo sin overflow */
        width: auto;
    }
    
    .content-padding-right {
        padding: 0 25px;
    }
    
    .content-column-left {
        margin-bottom: 0px;
        align-items: center;
    }
    
    /* Asegurar fuentes compatibles en móviles pequeños */
    h1, h2, h3, h4, h5, h6 {
        font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }

    }

/* ===========================================
   TURQUOISE BACKGROUND
   =========================================== */

.turquoise-bg {
    background: linear-gradient(135deg, #20B2AA, #17A2B8);
    padding: 60px 0;
}

/* ===========================================
   ACCESSIBILITY - SKIP LINKS
   =========================================== */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 1000;
    border-radius: 4px;
}

.skip-link:focus {
    top: 6px;
}

/* ===========================================
   ALIGNMENT COMPONENT
   =========================================== */
.content-align-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/* ===========================================
   CONTENT ALIGNMENT
   =========================================== */
   .slider-shape {
    position: absolute !important;
    z-index: 1;
  }

  .ss-one {
    top: -285% !important;
    left: 15% !important;
  }

/* ===========================================
   ICON CIRCLE COMPONENT
   =========================================== */

.icon-circle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 30px 0;
}

.icon-circle {
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.icon-circle:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.icon-circle img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.icon-circle-text {
    color: white;
    line-height: 1.2;
    max-width: 200px;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .icon-circle {
        width: 100px;
        height: 100px;
    }
    
    .icon-circle img {
        width: 50px;
        height: 50px;
    }
    
    .icon-circle-text {
        max-width: 180px;
    }
}

@media (max-width: 480px) {
    .icon-circle {
        width: 80px;
        height: 80px;
    }
    
    .icon-circle img {
        width: 40px;
        height: 40px;
    }
    
    .icon-circle-text {
        max-width: 160px;
    }
}

/* ===========================================
   PATTERN SECTION STYLES
   =========================================== */

   .pattern-section {
    width: 100%;
    height: 52px;
    background-image: url("../../images/slider/vineta-pacto-cauca.svg");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto 40px;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: opacity 0.3s ease;
    border-top: 8px solid #31652d;
}

.pattern-section:hover {
    opacity: 1;
}

.pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0) 20%, 
        rgba(255,255,255,0) 80%, 
        rgba(255,255,255,0.1) 100%);
    pointer-events: none;
}

/* Responsive adjustments for pattern */
@media (max-width: 768px) {
    .pattern-section {
        height: 60px;
        background-size: auto 45px;
    }
}

@media (max-width: 480px) {
    .pattern-section {
        height: 50px;
        background-size: auto 35px;
    }
}

/* ===========================================
   TIMELINE STYLES
   =========================================== */

.timeline-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}

.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #bf919f, #8e6a7a);
    transform: translateX(-50%);
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    margin: 40px 0;
    width: 50%;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}

.timeline-item.fade-in {
    opacity: 0;
    transform: translateY(30px);
}

.timeline-item.fade-in.animated {
    opacity: 1;
    transform: translateY(0);
}

.timeline-item:nth-child(odd) {
    left: 0;
    padding-right: 40px;
    text-align: right;
}

.timeline-item:nth-child(even) {
    left: 50%;
    padding-left: 40px;
    text-align: left;
}

.timeline-marker {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #bf919f;
    border: 4px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: all 0.3s ease;
}

.timeline-item:nth-child(odd) .timeline-marker {
    right: -30px;
}

.timeline-item:nth-child(even) .timeline-marker {
    left: -30px;
}

.timeline-marker i {
    color: #fff;
    font-size: 20px;
}

.timeline-marker:hover {
    transform: scale(1.05);
    background: #8e6a7a;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .timeline-marker:hover {
        transform: scale(1.02);
        background: #8e6a7a;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    }
    
    .timeline-content:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }
    
    .timeline-tags .tag:hover {
        transform: translateY(-1px);
        background: #bf919f;
        color: #fff;
    }
}

.timeline-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
}

.timeline-item:nth-child(odd) .timeline-content::before {
    right: -30px;
    border-left-color: #fff;
}

.timeline-item:nth-child(even) .timeline-content::before {
    left: -30px;
    border-right-color: #fff;
}

.timeline-date {
    color: #bf919f;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.timeline-content h4 {
    color: #1f1f1f;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.timeline-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.timeline-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.timeline-tags .tag {
    background: #f8f9fa;
    color: #bf919f;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.timeline-tags .tag:hover {
    background: #bf919f;
    color: #fff;
    transform: translateY(-1px);
}

/* ===========================================
   TIMELINE RESPONSIVE DESIGN
   =========================================== */

/* Tablets and small laptops */
@media (max-width: 1024px) {
    .timeline-container {
        max-width: 900px;
        padding: 30px 20px;
    }
    
    .timeline-content {
        padding: 25px;
    }
    
    .timeline-content h4 {
        font-size: 19px;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .timeline-container {
        padding: 20px 15px;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding-left: 80px !important;
        padding-right: 15px !important;
        text-align: left !important;
        margin: 35px 0;
    }
    
    .timeline-marker {
        left: 0 !important;
        right: auto !important;
        width: 60px;
        height: 60px;
    }
    
    .timeline-content::before {
        left: -30px !important;
        right: auto !important;
        border-right-color: #fff !important;
        border-left-color: transparent !important;
    }
    
    .timeline-content {
        padding: 20px;
        margin-left: 0;
    }
    
    .timeline-content h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .timeline-content p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .timeline-tags {
        gap: 6px;
    }
    
    .timeline-tags .tag {
        font-size: 11px;
        padding: 3px 10px;
    }
}

/* Mobile landscape */
@media (max-width: 640px) {
    .timeline-container {
        padding: 15px 10px;
    }
    
    .timeline-item {
        padding-left: 75px !important;
        margin: 30px 0;
    }
    
    .timeline-marker {
        width: 55px;
        height: 55px;
    }
    
    .timeline-marker i {
        font-size: 18px;
    }
    
    .timeline-content {
        padding: 18px;
    }
    
    .timeline-content h4 {
        font-size: 17px;
    }
    
    .timeline-content p {
        font-size: 13px;
    }
}

/* Mobile portrait */
@media (max-width: 480px) {
    .timeline-container {
        padding: 10px 5px;
    }
    
    .timeline::before {
        left: 25px;
        width: 3px;
    }
    
    .timeline-item {
        margin: 25px 0;
        padding-left: 65px !important;
        padding-right: 10px !important;
    }
    
    .timeline-marker {
        width: 50px;
        height: 50px;
        left: -25px !important;
    }
    
    .timeline-marker i {
        font-size: 16px;
    }
    
    .timeline-content::before {
        left: -25px !important;
        border-width: 12px;
    }
    
    .timeline-content {
        padding: 15px;
        border-radius: 8px;
    }
    
    .timeline-content h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .timeline-content p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    
    .timeline-date {
        font-size: 11px;
        margin-bottom: 8px;
    }
    
    .timeline-tags {
        gap: 4px;
    }
    
    .timeline-tags .tag {
        font-size: 10px;
        padding: 2px 8px;
        border-radius: 15px;
    }
}

/* Extra small devices */
@media (max-width: 360px) {
    .timeline-container {
        padding: 5px;
    }
    
    .timeline-item {
        padding-left: 60px !important;
        margin: 20px 0;
    }
    
    .timeline-marker {
        width: 45px;
        height: 45px;
        left: -22px !important;
    }
    
    .timeline-marker i {
        font-size: 14px;
    }
    
    .timeline-content::before {
        left: -22px !important;
        border-width: 10px;
    }
    
    .timeline-content {
        padding: 12px;
    }
    
    .timeline-content h4 {
        font-size: 15px;
    }
    
    .timeline-content p {
        font-size: 11px;
    }
    
    .timeline-date {
        font-size: 10px;
    }
    
    .timeline-tags .tag {
        font-size: 9px;
        padding: 2px 6px;
    }
}

/* Landscape orientation adjustments */
@media (max-height: 500px) and (orientation: landscape) {
    .timeline-container {
        padding: 10px 0;
    }
    
    .timeline-item {
        margin: 20px 0;
    }
    
    .timeline-content {
        padding: 15px;
    }
    
    .timeline-content h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .timeline-content p {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .timeline-marker {
        border-width: 2px;
    }
    
    .timeline::before {
        width: 2px;
    }
}

/* Print styles */
@media print {
    .timeline-container {
        padding: 0;
    }
    
    .timeline::before {
        display: none;
    }
    
    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding: 0 !important;
        margin: 20px 0;
        page-break-inside: avoid;
    }
    
    .timeline-marker {
        display: none;
    }
    
    .timeline-content {
        box-shadow: none;
        border: 1px solid #ddd;
        padding: 15px;
    }
    
    .timeline-content::before {
        display: none;
    }
}
