@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Roboto:wght@300;700&display=swap');
body{margin:0}
html,body{overflow-x:hidden;}
.header-image{
    background: url("/media/images/consulado-honduras-estados-unidos.jpg");
    height: 20rem;
    position: relative;
    background-position: 70% 70%;
}
.h2-title{
    font-size: 30px;
}
.main-container{
    padding: 0 15%;
}
.main-container p{
    font-family: 'Roboto', sans-serif;
    line-height: 1.9rem;
    font-size: 18px;
}
#leaflet { height: 500px; width: 100%; }
.header-image-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    background-color: black;
    opacity: 0.5;
}
.main-title{
    position: absolute;
    width: auto;
    margin-right: 20%;
    margin-left: 20%;
    margin-top:5%;
    color:white;
    z-index: 9999;
    font-size: 20px;
    text-align: center;
    line-height: 2.5em;
}
.main-title h1{font-family: 'Montserrat', sans-serif;}
.navbar {
    position: relative;
    z-index: 999999;
    background-color:#0E3650;
    padding-bottom:1%;
    }
    .navbar-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 70%;
    padding-top: 1%;
    }
    .nav-item {
    display: inline;
    margin-right: 7%;
    font-size: 15px;
    font-weight: 600;
    }
    .nav-item a {
    color: white;
    text-decoration: none;
    }
    .main-carousel--cont{

    }
    .main-carousel--cont h2{text-align: center; font-family: 'Montserrat', sans-serif;}
    .cards-container{
        margin-top:3%;
        padding-left: 0;
  
    }
    .card-container{
        display: inline-block;
        vertical-align: top;
        margin-right:2%;
        counter-increment: carousel-cell;
    }
    .card-container a{
        color:black;
        text-decoration: none;
    }
    .card-container:hover{cursor: pointer;}
    .card-container:hover .card-container--text h3{color:#0E3650}
    .card-container--image img{width: 100%; border-radius: 4px;}
    .card-container--text h3{
        margin:0;
        margin-top:1%;
        text-align: center;
        font-size: 25px;
    }
    .carousel-cell {
        width: 23%;
        height: 260px;
        background: white;
        border-radius: 5px;
        counter-increment: carousel-cell;
    }
    .main-carousel--cont {
        width: 100%;
        display: flex;

    }
    .categories{
        margin-top:5%;
        display: flex;
    }
    .square-container {
        text-align: left;
        display: inline-block;
        width: 21%;
        vertical-align: top;
        line-height: 1.2;
        border-width: 1px;
        border-style: solid;
        border-color: grey;
        border-image: initial;
        border-radius: 2px;
        margin: 0px 0.5em 25px 0px;
        padding: 0.75em 1em;
        box-shadow: 1px 1px 2px #bfbfbf;
        background-color: white;
        position: relative;
        margin-bottom: 2%;
        height: 13rem;
    }
    .square-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-left: 2%;
    }
    .square-container ul li {
        margin-bottom: 2%;
        font-size: 15px;
        cursor: pointer;
    }
    .square-container ul li a{
        color:#0e3650;
    }
    /*FOOTER*/
.footer{
    background: #0E3650;
    padding: 2% 10%;
    margin-top: 4%;
}
.footer-first,.footer-second,.footer-third{
    display: inline-block;
}
.footer-first,.footer-second{
    margin-right: 10%;
}
.footer p{
    color: white;
}
.footer-title p{
    font-size: 20px;
    font-weight: 700;
}
.footer-content a{
    color: white;
    text-decoration: none;
}
.footer-first,.footer-second,.footer-third{
    vertical-align:top;
}
.footer-content p{
    font-size: 15px;
    cursor: pointer;
}
.footer-content p:hover{
    text-decoration: underline;
}
/*FINISHED FOOTER*/
.up-arrow{
    width: 48px;
    height: 40px;
    line-height: 46px;
    font-size: 22px;
    text-align: center;
    color: #8e8e8e;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgb(0 0 0 / 4%);
    overflow: hidden;
    z-index: 99999;
    position: fixed;
    bottom: 1em !important;
    right: 1em;
    display: block;
    }
    .up-arrow p{
        margin-bottom: 0;
        margin-top: 0;
    }
    .our-service--expert {
        width: 27%;
        box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
        padding: 2% 2%;
        border-radius: 5px;
        display: inline-block;
        margin-right: 1.5%;
        height: 12vw;
        cursor: pointer;
    }
    .our-service--expert--image {
        display: inline-block;
        width: 20%;
        margin-right: 3%;
    }
    .our-service--expert--text {
        display: inline-block;
        width: 70%;
        vertical-align: top;
    }
    .our-service--expert--image img {
        width: 100%;
    }
    .mb-3{margin-bottom:3%}
    .nav-item-provinces a::after {
        content: " ▼";
        font-size: 12px;
    }
    @media screen and (max-width:700px){
        .carousel-cell {
            width: 45%;

        }
        .categories{
            flex-direction: column;
        }
        .main-container{
            padding: 0 1%;
            padding-left: 10px;
        }
        .card-container--image img {
            width: 100%;
            border-radius: 4px;
 
        }
        .flickity-prev-next-button {
            top: 30% !important;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            transform: translateY(-50%);
        }
        .card-container--text h3 {
            font-size: 20px;
        }
        .main-carousel--cont {

            flex-direction: column;
        }
        .card-container{
            margin-bottom: 2rem;
        }
        .square-container{
            width: 90%;
            height: 10rem;
        }
        .our-service--expert {
            width: 95%;
            height: 23vh;
            margin-bottom: 10%;
        }
        .main-title{
            width: 100%;
            margin-left: 0;
        }
        .main-title h1 {
            font-size: 30px;
            width: 100%;
            text-align: center;
        }
        .header-image{
            height: 15rem;
        }
        .navbar-menu {
            margin-left: 7%;
            width: 100%;
            padding: 2% 0;
        }
    }
    @media screen and (max-width:320px){
        .our-service--expert {
            width: 95%;
            height: 37vh;
            margin-bottom: 10%;
        }
        .main-title{
            width: 100%;
            margin-left: 0;
        }
        .main-title h1 {
            font-size: 25px;
            width: 100%;
            text-align: center;
        }
        .main-carousel {
            height: 160px;
        }
    }
    @media screen and (min-width:700px) and (max-width:1024px){
        .card-container--image img {
        
        }
        .main-container{
            padding: 0 5%;
        }
        .square-container{
            width:26%
        }
        .main-title{
            width: 100%;
            margin-left: 0;
        }
        .main-title h1 {
            font-size: 35px;
            width: 100%;
            text-align: center;
        }
        .our-service--expert{
            height: 15em;
        }
        .navbar-menu{
            margin-left: 55%;
        }
        .flickity-prev-next-button {
            top: 35% !important;
        }
        .main-carousel{height: 13em;}
    }
    @media screen and (min-width:900px) and (max-width:1200px){
        .square-container{
            width: 28%;
        }
        .our-service--expert {
            height: 12em;
        }

    }