/* =================================== */
/*  Basic Style
/* =================================== */


/* PANTONE: 289 C -> https://www.pantone.com/color-finder/289-C -> RGB: 12 35 64 HEX/HTML: #0C2340 CMYK: 100 76 12 70 */
/* PANTONE: 410EC -> https://www.pantone.com/color-finder/410-C -> RGB: 116 102 97 HEX/HTML: #746661 CMYK: 22 33 28 60 */

/*RESET*/
body {
    background-color: #fff;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 21px;
    font-size: 13px;
    color: #6a737b;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure,
p {
    margin: 0;
}

a {
    color: #fff;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

a.color {
    color: #0f3258;
}

iframe {
    border: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus,
a:hover {
    /* color: #6CB670; */
    color: #0f3258;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

span.color {
    /* color: #0feb9e; */
    color: #0f3258;
}

span.color.white {
    color: #FFF;
}


/*body > section,
.footer {
  padding: 70px 0;
}*/

/* =================================== */
/*  GENERAL STYLES
/* =================================== */

/*preloader*/

#preloader {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1100;
}

#preloader>img {
    left: 47%;
    position: absolute;
    top: 48%;
}

/*section block h2*/
.sec-title {
    margin-bottom: 40px;
}

.sec-title h2 {
    /*color: #0eb493;*/
    color: #0f3258;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
}

/*section subtitle*/
.sec-sub-title {
    margin: 35px 0 45px;
}

/*section devider*/
.devider {
    /*margin-top: 30px;*/
    margin-top: 10px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

/*devider icon*/
.devider i {
    color: #cccccc;
    padding: 0 10px;
}

.devider:before,
.devider:after {
    content: "";
    display: block;
    height: 1px;
    width: 154px;
    background-color: #e6e8ea;
    position: relative;

}

/*TODO: REFACTOR*/
.sec-sub-title p {
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    color: #5b646e;
}



.mb50 {
    margin-bottom: 50px;
}


.tACenter {
    text-align: center;
}

img.alfa50 {
    opacity: 0.5;
}

img.grayscale50 {
    -webkit-filter: grayscale(50%);
    /* Safari */
    filter: grayscale(50%);
}

img.grayscale100 {
    /*    -webkit-filter: grayscale(100%);
    !* Safari *!
    filter: grayscale(100%);*/
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}


/*=========================================
  Header
==========================================*/


/*general adjust*/

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

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

@media (max-width: 1200px) {
    .navbar .container {
        max-width: 1170px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .navbar-header {
        order: 4;
    }

    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-toggle {
        margin: 0;
    }
}


/*brand logo  menu*/

.navbar-brand img {
    height: 30px;
    width: auto;
}

@media (max-width: 820px) {
    .navbar-brand img {
        height: 24px;
    }
}


@media (max-width: 395px) {
    .navbar-brand img {
        height: 18px;
    }
}

.navbar>.container .navbar-brand.navbar-right {
    margin-left: auto;
}

@media (max-width: 767px) {
    .navbar>.container .navbar-brand.navbar-right {
        margin-left: 0;
        margin-right: auto;
    }
}


/*end brand logo  menu*/


/*menu*/

.navbar {
    background-color: #0f3258;
    border: 0 none;
    margin: 0;
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    transition: background-color 800ms linear;
}


/*menu responsive*/

.navbar-toggle i {
    color: #fff;
}

.navbar-brand {
    padding: 0;
}

.navbar-nav li a {
    padding: inherit 10px;
    position: relative;
}

@media (max-width: 960px) {
    .nav>li>a {
        padding-left: 4px;
        padding-right: 4px;
    }
}

.navbar-nav li a::before {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-nav li a::after {
    transition: ease all .3s;
    content: "";
    display: block;
    background-color: #fc6500;
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-nav li a:hover::after {
    transition: ease all .3s;
    height: 8px;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
    transition: ease all .3s;
    background-color: transparent;
    color: white;
}

.navbar-nav li a.current::after,
.navbar-nav li a:focus::after {
    transition: ease all .3s;
    background-color: #fc6500;
    height: 8px;
    /*border-top: 8px solid #fc6500;*/
    color: #fff;
}


/*menu responsive*/

@media (max-width: 767px) {
    .navbar-fixed-top .navbar-collapse {
        position: absolute;
        margin: 0;
        top: 50px;
        left: 0;
        width: 100%;
        padding: 0;
        max-height: calc(100vh - 50px);
        background-color: rgba(15, 50, 88, 0.8);
    }

    .navbar-fixed-top .navbar-collapse .navbar-nav {
        margin: 0;
        text-align: center;
    }

    .navbar-nav li a {
        font-size: 18px;
        padding: 15px 0;
        line-height: 1;
    }

    .navbar-nav li a::before {
        display: none;
    }

    .navbar-nav li a::after {
        display: none;
    }

    .navbar-nav li a:hover,
    .navbar-nav li a.current,
    .navbar-nav li a:focus {
        background-color: #fc6500;
    }
}


/*end menu*/


/*language selector*/

select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.navbar-lang .button {
    border-left: 1px solid white;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    padding: 0 8px;
}

.navbar-lang .button a.select-list-link {
    position: relative;
}

.navbar-lang .button a.select-list-link::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 0 30px;
    left: -40px;
}

@media (max-width: 767px) {
    .navbar-lang .button {
        border-left: none;
    }
}

.navbar-lang .button span {
    padding-left: 27px;
    background-position: left 5px center !important;
    color: white;
}

.navbar-lang select {
    background: transparent;
    border: none;
    color: white;
}

.navbar-lang .drop-down {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 0;
}

.drop-down select {
    display: none;
}

.drop-down .select-list {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.8);
}

.drop-down .select-list li {
    display: none;
}

.drop-down .select-list li span {
    display: inline-block;
    width: 100%;
    padding: 5px 15px 5px 35px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    opacity: 0.7;
    cursor: pointer;
    transition: ease all .3s;
    box-sizing: border-box;
}

.drop-down .select-list li span:hover,
.drop-down .select-list li span:focus {
    transition: ease all .3s;
    opacity: 1;
}


/*.demo.navbar-right {
  margin-bottom: 15px;
  margin-top: 15px;
}

.demo.navbar-right .form-control {
  font-size: 10px;
  height: 20px;
  margin-top: 1.5px;
}

.demo.navbar-right .btn {
  font-size: 10px;
  padding: 2px 10px;
  margin-top: 2.2px;
}*/

/*=========================================
  Language Selector
==========================================*/

.drop-down .dropdown-menu.open {
    background-color: rgba(0, 0, 0, 0.8);
}

.drop-down .dropdown-menu {
    background-color: transparent;
    color: #FFF;
    margin: 8px 0 0;
}

.dropdown-menu.inner>li>a {
    padding: 3px 16px;
}

.drop-down .dropdown-menu>li>a {
    color: #FFF;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #777;
}

.flag-icon {
    background-repeat: no-repeat;
    padding: 0 15px;
    background-position: center;
}

.flag-icon-select-style {
    border: none;
    background-color: transparent;
    color: #FFF !important;
}

.flag-icon-select-style .filter-option-inner-inner {
    display: block !important;
}

.flag-icon.flag-icon-es {
    background-image: url('../img/flags/es_ES.png');
}

.flag-icon.flag-icon-en {
    background-image: url('../img/flags/en_GB.png');
}

.flag-icon.flag-icon-fr {
    background-image: url('../img/flags/fr_FR.png');
}

.flag-icon.flag-icon-de {
    background-image: url('../img/flags/de_DE.png');
}

.flag-icon.flag-icon-pt {
    background-image: url('../img/flags/pt_PT.png');
}

.flag-icon.flag-icon-it {
    background-image: url('../img/flags/it_IT.png');
}

.flag-icon.flag-icon-pl {
    background-image: url('../img/flags/pl_PL.png');
}

/*=========================================
  CSS Loading
==========================================*/

.lds-facebook {
    /*display: inline-block;*/
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #0f3258;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

/*=========================================
  Slider
==========================================*/

.carousel-block {
    padding-top: 50px;
}

#slider {
    padding: 0;
}

.carousel-inner .item {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.carousel-inner .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.18);
    /*    -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);*/
}

.carousel-caption {
    /*top: 50%;*/
    /*   top: 0;*/
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 1170px;
    margin: 0 auto;
    justify-content: center;
}

.carousel-caption h2.color.azul {
    font-size: 62px;
    color: white;
    font-weight: 300;
    text-shadow: none;
    margin-bottom: 40px;
}

.carousel-caption h2 span {
    font-weight: 800;
}

.carousel-caption h3 {
    font-size: 48px;
    font-weight: 300;
    margin: 6px 0 20px;
}

.carousel-caption p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 14px;
    text-shadow: none;
}

.carousel-caption p:before,
.carousel-caption p:after {
    /* color: #0feb9e; */
    color: #0f3258;
    content: "___";
    position: relative;
    top: -8px;
}

.carousel-caption p:before {
    right: 20px;
}

.carousel-caption p:after {
    left: 20px;
}

.social-links {
    margin-top: 5%;
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin: 0 6px;
    text-shadow: none;
    transition: ease all .3s;
}

.social-links li a:hover {
    transition: ease all .3s;
    color: #fff;
}

.carousel-indicators {
    bottom: 10px;
    left: inherit;
    margin: 0;
    right: 30px;
    top: 49%;
    width: 0;
}

.carousel-indicators li {
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 8px;
    width: 8px;
}

.carousel-indicators .active {
    height: 8px;
    width: 8px;
}


/*carrusel responsive*/

@media (max-width: 530px) {
    .carousel-caption h2.color.azul {
        font-size: 4.5rem;
        margin-bottom: 30px;
    }
}

/*=========================================
  About us
==========================================*/

.about-us {
    background-color: #f4f7f9;
    margin-bottom: 40px;
    padding: 40px 0;
}

.about-us__intro {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

/*video about us*/
.about-us__video {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    padding-bottom: 46.25%;
    position: relative;
}

.about-us__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    border: 4px solid white;
    overflow: hidden;
}

.about-us__subtitle .sec-sub-title {
    text-align: center;
}

/*description video*/

/*description about us*/

.about-us__desc {
    display: flex;
    display: -ms-flexbox;
}

.about-us__desc p {
    padding-bottom: 20px;
    font-size: 16px;
    margin: 0 15px;
    line-height: 1.3;
}

/*=========================================
  About Salem
==========================================*/

.about-salem {
    margin-bottom: 40px;
    padding: 40px 0;
}



/*=========================================
    Features
==========================================*/

.feature__items {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.feature {
    padding-top: 15px;
    padding-bottom: 15px;
}

.feature__content {
    background-color: #0f3258;
    border-radius: 16px;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    cursor: pointer;
    transition: ease all .3s;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}

.feature__content:hover {
    transition: ease all .3s;
    background-color: rgba(14, 180, 147, 1);
}

.feature__desc {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    flex-direction: column;
}

.feature__content .title-elipse {
    color: white;
    padding: 20px;
    min-height: 112px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

.contentHideable {
    padding: 20px;
    background-color: white;
    border-radius: 0 0 14px 14px;
}


.owl-controls {
    bottom: -45px;
    margin-top: 10px;
    position: relative;
    text-align: center;
}

.owl-controls .owl-page {
    display: inline-block;
}

.owl-controls .owl-page span {
    border: 1px solid #C7CED3;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 5px 4px;
    width: 8px;
}

.owl-controls .owl-page.active span {
    background: #062033;
    border: 0;
}


/*=========================================
  Our Works
==========================================*/

.work-filter {
    margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
    color: #062033;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 17px;
    border-radius: 6px;
    text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
    /* background-color: #0eb493; */
    background-color: #0f3258;
    border-radius: 6px;
    color: #fff;
    padding: 5px 17px;
}

.project-wrapper {
    /* Una fila de noticias */
    /*min-height: 284px;*/
    /* Dos filas de noticias */
    /*min-height: 567px; */
    /*border: 1px solid #F00;*/
}

.mix {
    display: none;
}

.work-item {
    float: left;
    width: 25%;
    position: relative;
    height: 223px;
    border: 1px solid #0f3258;
}

.work-item>img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    /* Vertically center mod */
    top: 50%;
    /* Vertically center mod */
    left: 50%;
    /* Vertically center mod */
    transform: translate(-50%, -50%);
    /* Vertically center mod */
}

.work-item>h2 {
    position: absolute;
    top: 50%;
    /* Vertically center mod */
    left: 50%;
    /* Vertically center mod */
    transform: translate(-50%, -50%);
    /* Vertically center mod */
    /* top: 30%; Vertically center mod */
    /* left: 0; Vertically center mod */
    width: 100%;

    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    /* margin: 25px 0 8px; Vertically center mod */
    text-align: center;
    color: #0C2340;
}

.work-item .overlay>p {
    padding: 7px 10px;
}

.overlay {
    background-color: rgba(14, 180, 147, .9);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;

    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    -moz-transform: rotateY(180deg) scale(0.5, 0.5);
    -ms-transform: rotateY(180deg) scale(0.5, 0.5);
    -o-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.work-item:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.work-item .overlay a {
    /* border: 1px solid #fff; */
    border-radius: 50%;
    display: inline-block;
    margin-top: 20%;
    padding: 7px 10px;
}

.work-item .overlay a:hover {
    color: #fff;
}

.work-item .overlay h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 25px 0 8px;
}

.work-item .overlay p {
    font-size: 14px;
    line-height: 24px;
}



/*=========================================
  News
==========================================*/

.news-block__content {
    padding: 0 15px;
}

.news-filter {
    margin-bottom: 35px;
}

.news-filter ul li {
    display: inline-block;
}

.news-filter ul li a {
    color: #062033;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 17px;
    border-radius: 6px;
    /*text-transform: capitalize;*/
}

.news-filter ul li a:hover,
.news-filter ul li a.active {
    /* background-color: #0eb493; */
    background-color: #0f3258;
    border-radius: 6px;
    color: #fff;
    padding: 5px 17px;
}

.mix {
    display: none;
}

.news__items {
    display: flex;
    flex-wrap: wrap;
}

.news__item {
    /*    float: left;*/
    max-width: 25%;
    width: 100%;
    position: relative;
    overflow: hidden;
    /*display: table-cell;*/
    vertical-align: middle;
    min-height: 300px;
    height: 100% !important;
}

@media (max-width: 960px) {
    .news__item {
        max-width: 50%;
    }
}

@media (max-width: 530px) {
    .news__item {
        max-width: 100%;
    }
}

.news__item>img {
    /*    min-height: 300px;
    max-height: 300px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    min-width: 100%;
    min-height: 300px;
    height: auto;
}



.news__item h2.title-news {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: #0C2340;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
}


.news__item .overlay {
    background-color: rgba(14, 180, 147, .9);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    color: #fff;
    opacity: 0;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    -moz-transform: rotateY(180deg) scale(0.5, 0.5);
    -ms-transform: rotateY(180deg) scale(0.5, 0.5);
    -o-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.news__item:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.news__item .overlay a {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin-top: 20%;
    padding: 7px 10px;
}

.news__item .overlay a:hover {
    color: #fff;
}

.news__item .overlay h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 25px 0 8px;
}



.news__item .detail-news {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.news__item .overlay .text-news {
    font-size: 14px;
    line-height: normal;
}




/*=========================================
  Our Team Member
==========================================*/

.member-thumb {
    width: 273px;
    position: relative;
}

.member-thumb .overlay h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 10px 0;
}

.member-thumb .overlay {
    font-size: 16px;
    padding: 20px;
    line-height: 24px;
}

.team-member h4 {
    color: #062033;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.team-member:hover h4 {
    /* color: #0eb493; */
    color: #0f3258;
}

.team-member .social-links {
    margin-top: 24%;
}

.team-member .social-links li a {
    background-color: #0d7c67;
    color: #fff;
    height: 42px;
    padding: 10px 0 0;
    width: 42px;
}




/*=========================================
  Some fun facts
==========================================*/

#contadores {
    background-image: url("../img/parallax/city.jpg");
    background-color: rgba(6, 32, 51, .8);
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.facts .devider:before,
.facts .devider:after {
    color: #737C85;
}

.facts .devider i {
    color: #fff;
}

.parallax-overlay {
    background-color: rgba(6, 32, 51, .8);
    padding: 70px 0;
}

.counters-item {
    color: #fff;
}

.counters-item i {
    border: 1px solid #737C85;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 120px;
    margin: 0 0 35px;
    padding: 40px 0 0;
    width: 120px;
}

.counters-item strong {
    display: block;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
}

.counters-item p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    text-transform: uppercase;
}

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

.services {
    background-color: #f4f7f9;
    padding: 40px 0;
    margin-bottom: 40px;
}

.services__items {
    display: flex;
    flex-wrap: wrap;
}

.service-item {
    padding: 15px;
}

.service__content {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: nowrap;
    align-items: flex-start;
}

@media (max-width: 530px) {
    .service__content {
        flex-direction: column;
    }
}

.service-desc {
    padding-left: 20px;
}

@media (max-width: 530px) {
    .service-desc {
        padding-left: 0;
        text-align: center;
    }
}


.service-desc h3 {
    color: #062033;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-icon {
    /* border: 1px solid #0eb493; */
    border: 1px solid #0f3258;
    border-radius: 50%;
    /* color: #0eb493; */
    color: #0f3258;
    min-width: 70px;
    max-width: 70px;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*=========================================
  Contact Us
==========================================*/

.contact {
    padding-bottom: 0;
}

@media (max-width: 960px) {
    .contact__address {
        margin-bottom: 30px;
        text-align: center;
    }
}



.contact__name {
    color: #062033;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 25px;
}

.contact-address p {
    line-height: 24px;
}

a.contact__tel {
    color: #6a737b;
    text-decoration: none;
}

a.contact__tel::hover {
    color: #6a737b;
    text-decoration: none;
}

@media (max-width: 960px) {
    .contact__name {
        margin-bottom: 15px;
    }

    .contact__address-details {
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;

    }

    .contact-address p {
        padding: 0 10px;
    }
}

@media (max-width: 530px) {
    .contact__address-details {
        flex-direction: column;

    }
}


.contact-form h3 {
    color: #062033;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 25px;
}

.contact-form .input-group {
    width: 100%;
}

.contact-form .form-control {
    border-color: -moz-use-text-color -moz-use-text-color #cccccc;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none;
    margin-bottom: 10px;
}

.contact-form .input-field {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.contact-form .input-field:last-child {
    margin-right: 0;
}

.contact-form .form-control.error {
    border-bottom-color: #c0392b;
}

label.error {
    color: #c0392b;
    font-weight: normal;
    text-transform: capitalize;
}

.contact-form #form-submit {
    background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;
    border: 0 none;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    text-align: right;
    width: 150px;
}

.footer-social {
    margin-top: 17px;
}


.footer-social li a {
    color: #cdd2d6;
    display: block;
    margin-bottom: 10px;
    transition: ease all .3s;
}

.footer-social li a:hover {
    transition: ease all .3s;
    color: #0f3258;
}

@media (max-width: 960px) {
    .footer-social {
        display: flex;
        display: -ms-flexbox;
    }

    .footer-social li {
        margin-right: 10px;
    }

    .footer-social li a {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .footer-social {
        justify-content: center;
    }
}

#map_canvas {
    height: 215px;
    width: 100%;
}


/*=========================================
  FOOTER
==========================================*/

.footer {
    /* background-color: #1ea78d; */
    background-color: #0f3258;
    border-top: 5px solid #062033;
    color: #fff;
    padding: 20px 0;
}

.footer__content {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
}

@media (max-width: 768px) {
    .footer__content {
        flex-direction: column;
    }
}

.footer h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}

/*newsletter block*/

.footer__newsletter .subscribe {
    margin-bottom: 15px;
    position: relative;
}

.subscribe #subscribe {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    height: 40px;
    text-indent: 10px;
    width: 100%;
}

.subscribe #subs {
    background-color: transparent;
    border: 0 none;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 6px;
}


/*footer social*/



.footer__social-items {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .footer__social {
        text-align: center;
    }

    .footer__social-items {
        justify-content: center;
        margin-bottom: 30px;
        text-align: center;
    }
}

.footer__social-item {
    margin: 0 10px;
}


.footer a:hover {
    color: #fc6500;
}



/*.about-us p {
    line-height: 24px;
}*/



.footer-single {
    line-height: 24px;
}

.footer-single ul {}

.footer-single li {
    line-height: 32px;
}

.footer-single p i {
    margin: 0 10px;
}

/*footer credit*/

.credit a {
    color: #062033;
}

.credit a:hover {
    color: #fff;
}

.copyright {
    color: #fff;
    margin-top: 100px;
}

#back-top {
    bottom: 20px;
    position: fixed;
    right: 25px;
    z-index: 9;
    color: #0f3258;
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: ease all .3s;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}

#back-top:hover {
    transition: ease all .3s;
    background: rgba(14, 180, 147, 1);
}

#back-top .fa {
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: normal;
}