.logo_home{ 
    width: 80%;
    height: auto;
    margin: auto;
    padding: auto;
}

.logo_nav{
    width: 120px;
    height: auto;
}

.logo_content{
    width: 70px;
    height: auto;
    padding-bottom: 15px;
}

.border_radius{
    border-radius: 0;
}

.institucional_photo{
    width: 100%;
    height: auto;
}

.services{
    margin-top: 100px;
    width: 100%;
}

.size{
    font-size: 18px;
}

.size_text{
    font-size: 12px;
}

.bg-green{
    background-color: #5ed111;
}

/* 3.3: Header Call */
.header-call span {
    display: block;
    color: #5ed111;
    line-height: 0.875;
}

.color_footer{
    color: #0078ff;
}
.header-call a {
    font-size: 1.5rem;
    font-weight: 600;
    color: #5ed111;
}
.header-call a:hover {
    color: #5ed111;
}

/* Footer */

/* 19.1: Footer Widgets */
.footer-widget > .h4 {
    margin-bottom: 20px;
}
.contact-widget-content p {
    color: #474747;
}
.contact-widget-content ul {
    margin: 0;
}
.contact-widget-content ul li {
    min-height: 30px;
    margin-top: 15px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-widget-content ul li i {
    color: #0078ff;
    line-height: 2;
    text-align: center;
    border: 1px solid #e1eeff;
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin-right: 15px;
}
.contact-widget-content ul li a {
    color: #777;
}
.contact-widget-content ul li a:hover {
    color: #5ed111;
}

.footer-widget .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widget .menu > li:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 3px solid #777;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
}
.footer-widget .menu > li:hover:before {
    border-color: #5ed111;
}
.footer-widget .menu > li:not(:last-child) {
    margin-bottom: 7px;
}
.footer-widget .menu > li > a {
    color: #777;
}
.footer-widget .menu > li > a:hover {
    color: #5ed111;
}

/* 19.2: Copyright and Social Profiles */
.bottom-footer {
    padding: 25px 0;
}
.bottom-footer p {
    color: #fff;
}
.bottom-footer li:not(:last-child) {
    margin-right: 15px;
}
.bottom-footer a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 2.2;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
}
.bottom-footer a:hover {
    color: #fff;
    background: #5ed111;
}

/* Padding/Margin */
.pt-120 { padding-top: 120px; }
.pb-120 { padding-bottom: 120px; }
.pt-90 { padding-top: 90px; }
.pb-90 { padding-bottom: 90px; }
.pt-80 { padding-top: 80px; }
.pb-80 { padding-bottom: 80px; }
.pt-70 { padding-top: 70px; }
.pb-70 { padding-bottom: 70px; }
.pt-60 { padding-top: 60px; }
.pb-60 { padding-bottom: 60px; }
.pt-65 { padding-top: 65px; }
.pb-65 { padding-bottom: 65px; }
.pt-55 { padding-top: 55px; }
.pb-55 { padding-bottom: 55px; }
.pt-50 { padding-top: 50px; }
.pb-50 { padding-bottom: 50px; }
.pt-30 { padding-top: 30px; }
.pb-30 { padding-bottom: 30px; }

.mt-60 { margin-top: 60px; }
.mb-60 { margin-bottom: 60px; }
.mt-55 { margin-top: 55px; }
.mb-55 { margin-bottom: 55px; }
.mt-50 { margin-top: 50px; }
.mb-50 { margin-bottom: 50px; }
.mt-30 { margin-top: 30px; }
.mb-30 { margin-bottom: 30px; }

/*Map*/
#map {
    height: 400px;  /* The height is 400 pixels */
    width: auto;  /* The width is the width of the web page */
}

/*Content Color*/
.color_green{
    background-color: #5ed111;
}
.color_cian{
    background-color: #1abc9c;
}
.color_blue{
    background-color: #34495e;
}
.color_tomato{
    background-color: #e74c3c;
}


/*Content*/
.content_color{
    padding: 70px;
}

.content_color_footer{
    padding: 50px;
    border-bottom: 2px solid #5ed111;
}

/*Team Member*/

.transition {
    transition: .3s cubic-bezier(.3, 0, 0, 1.3)
}
.three .transition {
    transition: .7s cubic-bezier(.3, 0, 0, 1.3)
}
.five .transition {
    transition: .5s cubic-bezier(.3, 0, 0, 1.3)
}

/* --------- FIVE --------- */

.five {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.color{
    background: #286da8;
    width: 170px;
    height: 20px;
    display: inline-block;
    text-align: center;
}
.five > li {
    background: #FFFFFF;
    border: 1px solid rgba(150,150,150,0.29);
    -moz-box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
    box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
    width: 170px;
    height: 270px;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
}
.five > li img {
    margin-top: 40px;
}
.five > li:hover img {
    margin-top: 45px;
}

.five > li span .text-wrapper {
    opacity: 0;
}


.five > li .wrapper {
    overflow: hidden;
    position: absolute;
    width: 170px;
    height: 270px;
}

.five .mamber-img {
    width: 100px;
}
.five > li h3 em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 14px;
    margin-top: 10px; color: #5ed111;
}


/*Packages*/
.single-package {
    position: relative;
    padding: 30px 15px;
    margin-bottom: 30px;
    border: 1px solid #e1eeff;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.single-package .pupular-pack {
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #0078ff;
    font-size: 0.625rem;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 146px;
    padding: 2px 0;
    letter-spacing: 1px;
}
.single-package:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.single-package h4 {
    margin-top: -3px;
}
.single-package h4 + span {
    font-size: 0.75rem;
    color: #979797;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    padding-bottom: 10px;
}
.single-package ul {
    font-size: 0.9375rem;
    margin-top: 25px;
}
.single-package ul li {
    margin-top: 8px;
}
.single-package ul li span {
    color: #5ed111;
}
.single-package p {
    color: #202e39;
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.single-package:hover p {
    color: #5ed111;
}
.single-package p sup {
    font-size: 0.875rem;
}
.single-package p span {
    display: block;
    font-size: 0.75rem;
    color: #979797;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}

#popup_content_wrap {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.74);
    z-index: 9999999;
}

#popup_content {
    width: 50%;
    height: auto;
    padding: 1px;
    position: relative;
    top: 5%;
    left: 25%;
}

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

.img-popup{
    width: 450px;
}

@media only screen and (max-width: 991px) {
    #popup_content {
        width: 97%;
        height: auto;
        padding: 1px;
        position: relative;
        top: 5%;
        left: 3%;
    }
}

@media (max-width: 375px) {
    #popup_content {
        width: 97%;
        height: auto;
        padding: 1px;
        position: relative;
        top: 5%;
        left: 3%;
    }
}

@media (max-width: 360px) {
    #popup_content {
        width: 97%;
        height: auto;
        padding: 1px;
        position: relative;
        top: 5%;
        left: 3%;
    }
}

@media (max-width: 411px) {
    #popup_content {
        width: 97%;
        height: auto;
        padding: 1px;
        position: relative;
        top: 5%;
        left: 3%;
    }
}

@media (max-width: 320px) {
    #popup_content {
        width: 97%;
        height: auto;
        padding: 1px;
        position: relative;
        top: 5%;
        left: 3%;
    }
}

@media (max-width: 375px) {
    #popup_content {
        width: 95%;
        height: auto;
        padding: 1px;
        position: relative;
        top: 5%;
        left: 5%;
    }
}

@media (max-width: 414px) {
    #popup_content {
        width: 97%;
        height: auto;
        padding: 1px;
        position: relative;
        top: 5%;
        left: 3%;
    }
}

@media (max-width: 768px) {
    #popup_content {
        width: 97%;
        height: auto;
        padding: 1px;
        position: relative;
        top: 5%;
        left: 3%;
    }
}

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

