@font-face {
    font-family: Kiona;
    src: url(../fonts/Kiona-Regular.ttf);
}
.font-kiona {
    font-family: Kiona;
}
body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Arial", sans-serif;
    color: #777;
}
.container-parallax, 
.container-fluid {
    width: calc(100vw);
    height: calc(100vh);
    overflow-x: hidden;
}
.parallax-container {
    width: calc(100vw);
    /*height: calc(100vh);*/
    min-height: calc(22.5vh);
    left: 0;
    margin-left: 0;
}
.container-fluid {
    overflow: auto;
}
.bg-blue-dark {
    background-color: #0D1020 !important;
}
.bg-blue-md {
    background-color: #04116d !important;
}
.bg-beige {
    background-color: #CABAA2 !important;
}
.bg-brown {
    background-color: #7D5E48 !important;
}
.bg-brown-light {
    background-color: #B8A08F !important;
}
.text-brown {
    color: #7D5E48 !important;
}
.text-brown-light {
    color: #B8A08F !important;
}
.text-beige {
    color: #CABAA2 !important;
}
.mayusc {
    text-transform: uppercase;
}
.icon-grid-img {
    width: 70%;
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
    background-color: #CABAA2 !important;
}
.icon-grid-img:hover {
    background-color: #7D5E48 !important;
    /* width: 80%; */
    /* animation: fadeIn 0.3s; */
    transform: scale(1.1);
}
.icon-grid-img::after {
    /* background-color: #CABAA2 !important; */
}
.icon-grid-img::before {
    /* background-color: #000 !important; */
}
.icon-grid-title {
    padding: 20 0px;
    text-align: center;
    width: 100%;
    font-weight: bolder;
    font-size: medium;
}
.big-title {
    font-weight: normal !important;
    font-size: 4rem;
    padding: 0.3rem;
}
.text-x-large {
    font-size: x-large;
}
#box-icons-buttons .container {
    zoom: 0.7;;
}
.btn-menu-mobile {
    position: absolute;
    width: calc(40vw);
    top: calc(55vh);
    left: calc(30vw);
    border-color: rgba(0,0,0,0) !important;
    font-family: Kiona;
    color: #FFF !important;
    z-index: 12;
}
.frame-manu-mobile {
    position: absolute;
    width: calc(80vw);
    left: calc(10vw);
    height: calc(80vh);
    top: calc(25vw);
    bottom: calc(5vw);
    border: solid 1px #FFF;
    
}
.navbar-home-mobile .navbar-brand {
    z-index:11;
    background-color: #04116d;
    position: absolute;
    top: calc(7vh);
    width: calc(50vw);
    left: calc(25vw);
}
#navbarSupportedContent {
    z-index: 12;
    padding: 15px;
    /* background-color: #04116d; */
}
#navbarSupportedContent .navbar-nav .nav-item .nav-link {
    color: #666;
}
#navbarDropdownM .nav-bar-flags {
    width: 25px;
}
.icons-social-footer {
    float: left;
}
.icons-social-footer .btn-menu-mobile-social .img-icon {
    width: 25px;
}
.icons-social-mobile {
    width: auto;
    position: absolute;
    left: calc(25vw);
    right: calc(25vw);
    padding: 8px;
    top: calc(63vh);
    z-index: 15;
}
.icons-social-mobile .btn-menu-mobile-social .img-icon {
    width: 40px;
}
#box-contact > .container {
    zoom: 0.75;
}
.card-body {
    padding: 0.5rem 0.3rem;
}
.card-body .card-title {
    margin-bottom: -0.25rem;
}
.icon-wa-float {
    display: none;
}
.my-float {
	/* margin-top:16px; */
    width: 100%;
}
.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    /* opacity: 0.65; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}
.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}
h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    /* font: 20px "Lato", sans-serif; */
    font: 20px;
    color: #111;
}
.cursor-pointer {
    cursor: pointer;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}
.card-deck .card {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
}
.img-icon {
    width: 100%;
}
@media only screen and (min-width:600px) {
    .text-001 {
        /* margin-top:calc(10vh); */
    }
}
@media only screen and (min-width: 576px) {
    .card-deck {
        width: 100%;
    }
}
@media only screen and (min-width:600px) {
    .bgimg-1 {
        border-top: calc(5vh) solid #FFF;
        border-bottom: calc(5vh) solid #FFF;
    }
    .icon-grid-title {
        font-size: 1.3em;
        font-weight: bolder;
    }
    .text-x-large {
        font-size: xx-large;
    }
    .img-logo {
      position: relative;
      top: 39px;
    }
    .icon-wa-float {
        display: block;
        position:fixed;
        width:60px;
        height:60px;
        bottom:70px;
        right:70px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        box-shadow: 2px 2px 3px #999;
        z-index:100;
    }
}
/** ====== OUR TEAM ====== **/
.our-team {
    padding: 30px 0 40px;
    margin-bottom: 30px;
    background-color: #f7f5ec;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.our-team .picture {
    display: inline-block;
    height: 130px;
    width: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}
.our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #7D5E48;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.our-team:hover .picture::before {
    height: 100%;
}
.our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #7D5E48;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.our-team .picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.our-team:hover .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.our-team .title {
    display: block;
    font-size: 16px;
    color: #4e5052;
    text-transform: capitalize;
}
.our-team .name {
    font-size: 1.75em;
}
.our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #7D5E48;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social {
    bottom: 0;
}
.our-team .social li {
    display: inline-block;
}
.our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.our-team .social li a:hover {
    color: #7D5E48;
    background-color: #f7f5ec;
}