.header-1 .toggle_menu:not(.toggle_menu_side_special) {
    left: unset;
}

.reverse-step.step-gorizontal .step:nth-child(1)  {
    background: rgba(4, 43, 61, 0.6);   
}

.reverse-step.step-gorizontal .step:nth-child(2)  {
    background: #042b3d;   
}

.step-gorizontal .step h6 {
    font-size: 36px;
}

.page_title, .call-to-action {
    background: url(../img/5.jpeg) no-repeat;
    background-size: cover;
}

.page_title_2 {
	background: url(../img/8.jpg) no-repeat;
	background-size: cover;
}

.flexslider .slides img {
    object-fit: cover;
    aspect-ratio: 16/9;
}

.service-single.with-icon.layout2 h6, .service-single.with-icon.layout2 h5 {
    font-size: 16px;
}

.cover-logo {
    background-size: contain;
}

.step-gorizontal.mission-gorizontal .step {
    width: 50%;
}

.service-v2.service-v2-2 [class*="col-"]:nth-child(1) .service-single.with-icon.layout2 {
    background: rgba(4, 43, 61, 5.55112e-17);
}

.service-v2.service-v2-2 [class*="col-"]:nth-child(2) .service-single.with-icon.layout2 {
    background: rgba(4, 43, 61, 0.2);
}

.service-v2.service-v2-2 [class*="col-"]:nth-child(3) .service-single.with-icon.layout2 {
    background: rgba(4, 43, 61, 0.4);
}

.service-v2.service-v2-2 [class*="col-"]:nth-child(4) .service-single.with-icon.layout2 {
    background: rgba(4, 43, 61, 0.6);
}

.service-v2.service-v2-2 [class*="col-"]:nth-child(5) .service-single.with-icon.layout2 {
    background: rgba(4, 43, 61, 0.8);
}

.service-v2.service-v2-2 [class*="col-"]:nth-child(6) .service-single.with-icon.layout2 {
    background: #042b3d;
}

.service-v2.service-v2-2 [class*="col-"]:nth-child(1) .service-single.with-icon.layout2:hover {
	background-image: linear-gradient(to top, #dd4454 0%, #dd9044 100%);
}

.service-v2.service-v2-2 [class*="col-"]:nth-child(2) .service-single.with-icon.layout2:hover {
	background-image: linear-gradient(to top, #dd4454 0%, #dd9044 100%);
}

.service-v2.service-v2-2 [class*="col-"]:nth-child(3) .service-single.with-icon.layout2:hover {
	background-image: linear-gradient(to top, #dd4454 0%, #dd9044 100%);
}

.service-v2.service-v2-2 [class*="col-"]:nth-child(4) .service-single.with-icon.layout2:hover {
	background-image: linear-gradient(to top, #dd4454 0%, #dd9044 100%);
}

.service-v2.service-v2-2 [class*="col-"]:nth-child(5) .service-single.with-icon.layout2:hover {
	background-image: linear-gradient(to top, #dd4454 0%, #dd9044 100%);
}


a.logo img {
    width: 80px;
}

footer a.logo img {
    width: 120px;
}

a.logo .logo-text {
    font-size: 26px;
}

.item-media img {
    object-fit: contain;
    aspect-ratio: 1;
}

.whatsApp_button{
    padding: 10px 15px;
    border-radius: 50%;
    background-color: rgb(45, 202, 45);
    text-decoration: none;
}

.whatsApp_button_app{
    padding: 8px 13px;
    border-radius: 50%;
    background-color: rgb(45, 202, 45);
    text-decoration: none;
}

.whatsApp_button i{
    font-size: 30px;
    color: white;
}

.whatsApp_button_app i{
    font-size: 40px;
    color: white;
}

.whatsApp_button_app{
    z-index: 100;
    position: fixed;
    bottom: 100px;
    right: 28px;
}

.page_slider p {
	font-size: 2.2rem;
}

.page_slider {
    position: relative;
}

.slider-container {
    position: relative;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.cover-image-1 {
    position: relative;
    z-index: 2;
}

.header-title{
    font-weight: 700;
    max-width: 250px;
}

@media (min-width: 300px) {
	.page_slider .intro_featured_word {
		font-size: 1.7rem;
	}
}

@media (min-width: 992px) {
	.page_slider p {
		font-size: 2.8rem;
	}
}

@media (min-width: 768px) and (max-width: 1450px) {
	.page_slider .intro_featured_word {
		font-size: 2.5rem;
	}
}

@media (min-width: 1200px) {
    /* .page_slider .intro_featured_word {
        font-size: 60px;
    } */
}

@media (max-width: 1200px) {
    a.logo img {
        max-height: unset;
        margin-right: unset;
    }

    a.logo {
        margin-bottom: unset;
        justify-content: unset;
    }

    .header-1 .toggle_menu:not(.toggle_menu_side_special) {
        bottom: 15px;
    }
}