/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

/* -> cookie bar
================================ */
#cookie-bar {
	background: #303849;
	height: auto;
	color: #fff;
	text-align: center;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 600;
    padding: 8px 20px;
    font-size: 16px;
}
#cookie-bar p {
	margin: 0;
	padding: 0;
}
#cookie-bar a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	background-color: transparent;
    padding: 10px 20px;
    line-height: 1;
    margin-left: 20px;
    border-radius: 5px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	border: 1px solid #fff;
}
#cookie-bar a:hover {
    background-color: #3ebbf2;
    border-color: #3ebbf2;
}
/*================================ */

/* -> Slick Slider
================================ */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

#testimonials .slick-track {
	display: flex;
	align-items: center;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	outline: none;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	position: absolute;
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-disabled{
	opacity: 0;
	visibility: hidden;
}

/*Portefolio Arrows*/
/*Portefolio Arrows*/
.slick-prev,
.slick-next{
	text-decoration: none;
    width: 85px;
    height: 85px;
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    z-index: 100;
    overflow: hidden;
    cursor: pointer;
    font-size: 0;
    color: #fff;
    background-color: rgba(255,255,255,0.2);
    opacity: 1;
    text-align: center;
    border: none;
    border-radius: 0px;
    transition: all 0.2s ease-in-out 0s;
    outline: none!important;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
}

.slick-prev{
    left: 40px;
}

	.slick-prev:hover,
	.slick-next:hover{
       background-color: #3ebcf29f;
    }

.slick-next{
    right: 40px;
}

	.slick-prev:before,
    .slick-next:before{
		font-family: "Font Awesome 5 Free";
        font-weight: 900;
		font-size: 18px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
	}

    .slick-prev:before{
		content: "\f0a8";
	}

    .slick-next:before{
		content: "\f0a9";
    }
    
    .slick-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        text-align: center;
        display: block;
        padding: 0;
        list-style: none;
        z-index: 4;
    }
    
        .slick-dots li{
            position: relative;
            display: inline-block;
            width: 8px;
            height: 8px;
            margin: 0 12px 0 0;
            padding: 0;
            cursor: pointer;
        }
    
            .slick-dots li button{
                font-size: 0;
                line-height: 0;
                display: block;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                cursor: pointer;
                color: transparent;
                background-color: transparent;
                outline: none;
                border: none;
                background-color: #fff;
                transition: all 0.3s;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                opacity: 0.55;
                padding: 0;
            }
    
            .slick-dots li button:hover,
            .slick-dots li.slick-active button{
                opacity: 1;
                background-color: #fff;
            }
    
    .slick-disabled{
        opacity: 0;
        visibility: hidden;
    }
/*================================ */


/* -> Main
================================ */
body {
	font-family: "Assistant", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #525a6c;
	overflow-x: hidden;
    padding: 0px 80px;
}

a {
	color: #000;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s
}

a:hover {
    text-decoration: underline;
    color: inherit;
}

section{
    position: relative;
    z-index: 2;
}

.transition {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s
}

.blue{
    color: #1782DC;
}

h1{
    font-weight: 700;
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
}

h2{
    font-weight: 700;
    color: #0a1328;
    font-size: 62px;
    line-height: 64px;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
}

h3{
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #0a1328;
    font-size: 36px;
    line-height: 46px;
}

h4{
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #0a1328;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.title-box p{
    color: #525a6c;
    margin-top: 20px;
}

.btn,
.btn-alt{
    position: relative;
    display: inline-block;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding: 22px 36px;
    outline: none;
    cursor: pointer;
    border-radius: 0px;
    transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.btn{
    background-color: #0a1328 ;
    color: #fff!important;
}

    .btn:hover{
        background-color: #00a0ae;
        text-decoration: none;
        color: #fff!important;
    }

.btn-alt{
    background-color: #00a0ae;
    color: #fff!important;
}

    .btn-alt:hover{
        color: #1782DC!important;
    }

#pages-header .container{
    background-position:center;
    background-size: cover;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding-top: 180px;
    position: relative;
}

    #pages-header .container:after{
        background-color: rgba(2, 29, 73, 0.6);
        mix-blend-mode: multiply;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        content: '';
        z-index: 1;
    }

    #pages-header .container>*{
        z-index: 3;
    }

    .breadcrumbs{
        padding: 0;
    }

    .breadcrumbs > li{
        position: relative;
    }
        .breadcrumbs > li:after{
            position: relative;
            content: "/";
            margin-left: 10px;
            color: #fff;
            font-weight: 500
        }
        .breadcrumbs > li:last-child:after{
            display: none;
        }

        .breadcrumbs > li > a{
            color: #fff;
            opacity: 0.7;
            text-transform: uppercase;
            text-decoration: none;
        }

        .breadcrumbs > li > a:hover,
        .breadcrumbs > li > span{
            opacity: 1;
            color: #fff;
            text-transform: uppercase;
        }

.page{
    padding: 100px 0px;
} 

hr{
    border-top: 1px solid #000;
    margin: 30px 0px;
}

.pagination{
    list-style-type: none;
    padding-left: 25px;
    display: flex;
    justify-content: flex-end;
} 

    .pagination li{
        display: inline-block;
    }

        .pagination li a{
            height: 52px;
            width: 52px;
            color: #181d4e;
            background-color: transparent;
            border: 2px solid #181d4e;
            text-align: center;
            display: inline-block;
            margin-right: 10px;
            font-size: 17px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
        }

            .pagination li a.active,
            .pagination li a:hover{
                background-color: #181d4e;
                color: #fff!important;
                border-color: #181d4e;
            }

            .pagination li a i{
                display: block;
            }
/* ============================= */

/* -> Menu
================================ */
.navbar {
    height: 180px;
    padding: 0px 80px;
    background-color: #fff;
}

.navbar.scrolled{
    height: 100px;
    -webkit-box-shadow: 0 3px 7px -3px rgba(0,0,0,.2);
    box-shadow: 0 3px 7px -3px rgba(0,0,0,.2);
}

    #pre-nav{
        background-color: #0a1328;
        height: 60px;
        line-height: 60px;
        color: #d7d7d7;
        font-size: 14px;
        overflow: hidden;
    }

    #pre-nav a{
        color: #d7d7d7;
    }

        #pre-nav i{
            color: #71c5d0;
        }

    .navbar.scrolled #pre-nav{
        height: 0;
    }

    .navbar > .container{
        display: flex;
        align-items: center;
        height: 120px;
    }

    .navbar.scrolled > .container{
        height: 100px;
    }


    .navbar-brand{
        margin-right: 80px;
    }
    
        .navbar-brand img{
            height: 60px;
        }
        
        .navbar-brand img:last-child{
            height: 70px;
        }

        .navbar.scrolled .navbar-brand img{
            filter: none;
        }

        .navbar ul li{
            position: relative;
            margin: 0px 25px;
        }
        
        .navbar ul li:last-child{
            margin-right: 0;
        }

            .navbar ul > li > a{
                color: #0a1328;
                position: relative;
                padding: 0px!important;
                display: inline-block;
                font-size: 18px;
                line-height: 28px;
                text-decoration: none;
                font-weight: 600;
                font-family: "Barlow", sans-serif;
            }

            .navbar ul > li > a:before {
                content: "";
                display: block;
                height: 2px;
                width: 0%;
                background: #3ebbf2;
                position: absolute;
                bottom: -3px;
                left: 0;
                -webkit-transition: width .3s;
                -o-transition: width .3s;
                transition: width .3s;
            }

                .navbar ul > li > a.active:before,
                .navbar ul > li > a:hover:before{
                    width: 100%;
                }

            .navbar.scrolled ul > li > a{
                color: #0a1328;
            }

            .navbar ul > li > a.active,
            .navbar ul > li > a:hover{
                color: #3ebbf2;
            }
/* ============================= */


@media (min-width: 1024px) and (max-width: 1100px) {
    body {
        padding: 0px;
    }

    .navbar {
        padding: 0px 30px;
    }
}

/*////////////////////////////
//Home
////////////////////////////*/
#slideshow{
    position: relative;
    padding-top: 180px;
}

#slideshow .slides{
    height: calc(100vh - 250px)!important;
    min-height: 600px;
    z-index: 4;
}

        .slick-active .slideshow-bg {
            -webkit-animation: zoominout 100s 0s infinite ease-out;
            animation: zoominout 100s 0s infinite ease-out;
            background-size: cover;
            background-position: center center;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

        /* .slideshow-bg:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background-image: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 60%);
        } */

        .caption{
            position: relative;
            z-index: 4;
            padding: 0px 15px;
            max-width: 800px;
            text-align: center;
            margin: 0px auto;
        }

            .caption p{
                color: #ffffffe2;
                font-size: 20px;
                line-height: 30px;
                display: block;
                opacity: 0!important;
                visibility: hidden;
                -webkit-transform: translateX(100px);
                    -ms-transform: translateX(100px);
                        transform: translateX(100px);
                -webkit-transition-duration: 0s;
                     -o-transition-duration: 0s;
                        transition-duration: 0s;
            }

                .slick-active .caption p{
                    opacity: 1!important;
                    visibility: visible;
                    -webkit-transform: translateX(0px);
                        -ms-transform: translateX(0px);
                            transform: translateX(0px);
                    -webkit-transition-duration: 1s;
                        -o-transition-duration: 1s;
                            transition-duration: 1s;
                    -webkit-transition-delay: 0.7s;
                        -o-transition-delay: 0.7s;
                            transition-delay: 0.7s;
                }

            .caption h1{
                opacity: 0!important;
                visibility: hidden;
                -webkit-transform: translateX(100px);
                    -ms-transform: translateX(100px);
                        transform: translateX(100px);
                -webkit-transition-duration: 0s;
                     -o-transition-duration: 0s;
                        transition-duration: 0s;
            }

            .slick-active .caption h1{
                opacity: 1!important;
                visibility: visible;
                -webkit-transform: translateX(0px);
                    -ms-transform: translateX(0px);
                        transform: translateX(0px);
                -webkit-transition-duration: 1s;
                     -o-transition-duration: 1s;
                        transition-duration: 1s;
                -webkit-transition-delay: 0.5s;
                     -o-transition-delay: 0.5s;
                        transition-delay: 0.5s;
            }

            .caption .btn-box{
                opacity: 0;
                visibility: hidden;
                -webkit-transform: translateX(100px);
                    -ms-transform: translateX(100px);
                        transform: translateX(100px);
                -webkit-transition-duration: 0s;
                     -o-transition-duration: 0s;
                        transition-duration: 0s;
            }

            .slick-active .caption .btn-box{
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateX(0px);
                    -ms-transform: translateX(0px);
                        transform: translateX(0px);
                -webkit-transition-duration: 1s;
                     -o-transition-duration: 1s;
                        transition-duration: 1s;
                -webkit-transition-delay: 0.9s;
                     -o-transition-delay: 0.9s;
                        transition-delay: 0.9s;
              }
/* ============================= */


/* -> about
================================ */
#about{
    padding: 140px 0px;
}

    .about-img{
        height: 100%;
        background-size: cover;
        background-position: center;
    }
/* ============================= */


/* -> Services
================================ */
#services{
    position: relative;
    padding: 140px 0px;
    background-color: #f1f5f6;
    margin-top: 20px;
}

    .service{
        margin-bottom: 30px;
    }

        .service-box{
            padding: 40px;
            border: 10px solid #fff;
            transition: all .4s ease;
            overflow: hidden;
            position: relative;
            text-align: center;
        }

            .service-icon{
                height: 1px;
                padding-bottom: 100%;
                border-radius: 50%;
                overflow: hidden;
                margin-bottom: 30px;
                background-position: center;
                background-size: cover;
            }

            .service-box h4{
                margin-bottom: 30px; 
            }
/* ============================= */


/* -> News
================================ */
#news{
    padding: 140px 0px;
}

    .news{
        
    }

        .news-head{
        }

            .news-head .category{
                color: #ffffff;
                background-color: #00a0ae;
                text-transform: uppercase;
                font-weight: 600;
                padding: 0.1428571429rem 0.5714285714rem;
                letter-spacing: .06em;
                margin: 0 5px 5px 0;
                display: inline-block;
                font-family: "Barlow", sans-serif;
            }

            .news-head .date{

            }

        .news-img{
            height: 1px;
            padding-bottom: 100%;
            background-position: center;
            background-size: cover;
            display: block;
        }
        
        #news-page .news-img{
            height: 100%;
            padding-bottom: 0;
            background-position: center;
            background-size: cover;
        }

        .news hr{
            border-bottom: 4px solid #eee;
            border-top: none;
        }

    .share-post{
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        color: #000;
    }

        .share-post a{
            /* font-size: 14px; */
            margin-left: 5px;
        }

    #post-page .text-justify hr{
       border-top: 1px solid #ccc;
    }
/* ============================= */


/* -> Parallax
================================ */
#parallax{
    height: 600px;
    background-image: url('../img/parallax.webp');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

    #parallax:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-image: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 60%);
    }

    #parallax h2,
    #parallax p{
        position: relative;
        color: white;
        z-index: 2;
    }
/* ============================= */


/* -> Contacts
================================ */
#contacts{
    padding: 140px 0px;
}

.contact-info{
    text-align: center;
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
    text-align: center;
    padding: 0px 20px;
    border-right: 4px solid #f1f5f6;
    font-size: 18px;
    float: left;
}

.contact-info:last-child{
    border-right: none;
}

    .contact-icon{
        display: block;
        font-size: 54px;
        margin-bottom: 25px;
        color: #00a0ae;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

form{
    margin-top: 50px;
}

    .form-input{
        margin-bottom: 20px;
    }

    .form-text{
        font-weight: 600;
    }

        .form-text a{
            text-decoration: underline;
        }

        .form-input label{
            width: 40px;
            flex-shrink: 0;
            color: #555;
            border: 1px solid #ccc;
            border-right: none;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .form-input.error label{
            border-color: #e10000;
        }

        input[type='text'],
        input[type='email'],
        select,
        textarea{
            width: 100%;
            color: #525a6c!important;
            font-size: 16px;
            padding: 0px 20px!important;
            height: 60px!important;
            border-radius: 0px;
            background-color: #e3ebec!important;
            border: 1px solid #e3ebec!important;
            font-family: 'Assistant', sans-serif;
        }

        textarea{
            height: 200px!important;
            resize: none;
            padding: 20px!important;
        }

        input[type='text']:hover,
        input[type='email']:hover,
        select:hover,
        textarea:hover,
        input[type='text']:focus,
        input[type='email']:focus,
        select:focus,
        textarea:focus{
            border: 1px solid #e3ebec!important; 
        }

        .form-input.error input[type="text"],
        .form-input.error input[type="email"],
        .form-input.error textarea,
        .form-input.error select{
            border-color: #e10000;
        }

        .form-text{
            font-size:15px;
            line-height: 26px;
            margin-top: 0;
        }
        
            .form-text input{
                transform: translateY(2px);
                display: inline-block;
            }
        
            .form-text label{
                cursor: pointer;
                line-height: 26px;
                text-align: justify;
            }
        
            .form-text.error label{
                color: #e10000;
            }
        
            .form-text a{
                color: #254099!important;
                text-decoration: underline!important;
            }

#map{
    height: 500px;
    margin-bottom: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b4b4b6;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #b4b4b6;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #b4b4b6;
}
:-moz-placeholder { /* Firefox 18- */
    color: #b4b4b6;
}
/* ============================= */


/* -> Footer
================================ */
footer{
    color: #fff;
    width: 100%;
    bottom: 0;
    z-index: 0;
    background-color: #000;
    line-height: 24px;
}
    #footer-copy{
        padding: 40px 10%;
        border-top: 1px solid #fff;
    }

    footer a{
        color: #fff;
    }

    #copyright{
        margin-top: 20px;
    }

/* ========== NEWS GALLERY ========== */
#news-gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

#news-gallery .gallery-thumb {
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* Aspect ratio 4:3 */
    background-size: cover;
    background-position: center;
    background-color: #f0f0f0;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#news-gallery .gallery-item:hover .gallery-thumb {
    transform: scale(1.02);
}

#news-gallery .gallery-thumb.video-local {
    padding-bottom: 0;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}

#news-gallery .gallery-thumb.video-local video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#news-gallery .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#news-gallery .gallery-item:hover .gallery-overlay {
    opacity: 1;
}

#news-gallery .gallery-overlay i {
    color: #fff;
    font-size: 2rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

#news-gallery .gallery-caption {
    margin: 8px 0 0 0;
    font-size: 0.85rem;
    color: #666;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news-gallery a {
    text-decoration: none;
    display: block;
}
/* ============================= */