/* lg */

@media(width: 1280px) {
    .relogio img {
        transform: translate(-50%, 14%);
    }
    .rope {
        top: 11% !important;
    }
    .header_home h1 {
        font-size: 45px;
    }
}
@media(width: 1366px) {
	
	}

@media(width: 1440px) {
	 
	 } 
	 
@media (min-width: 1366px) and (max-width: 1440px) {
    h1 {
        font-size: 50px;
    }
    .rope {
        top: -6% !important;
        width: 100%;
        left: 0% !important;
    }
    .relogio img {
        left: 50%;
        top: -2%;
        transform: translate(-50%, -6%);
    }
}

@media (min-width: 1200px) {
	
	}
/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    .relogio img {
        transform: translate(-50%, 26%);
    }
    .rope {
        top: 18% !important;
    }
    .header_home h1 {
        font-size: 39px;
    }
    #globe {
        display: none;
    }
    .bottom_left {
        border-radius: 0;
    }
    .bottom_right {
        border-radius: 0;
    }
}
/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .bottom_left {
        border-radius: 0;
    }
    .bottom_right {
        border-radius: 0;
    }
    .rope {
        left: -54%;
        width: 207%;
        top: 13% !important;
    }
    .header_home {
        width: 60%;
    }
    .header_home h1 {
        font-size: 44px;
    }
    .logo {
        right: 22px;
        top: 41px;
    }
    .bottom_left img {
        height: auto;
        width: 44%;
    }
    .imagem img {
        height: auto;
        width: 65%;
        text-align: center;
        margin: 0 auto;
    }
    .icones img {
        width: 70%;
    }
    .button_main {
        margin-bottom: 50px;
    }
    .relogio img {
        transform: translate(-50%, 11%);
        width: 58%;
    }
}
/* xs */

@media (max-width: 767px) {
	
	#close_menu {
    top: 28px !important;
}

.icons_menu {
    margin-top: 42px;
}
    .titulo h1 {
        font-size: 23px;
        height: auto;
    }
    .titulo {
        margin: 30px 0 60px;
        width: 70%;
    }
    h1 {
        font-size: 31px;
    }
    .icones img {
        width: 70% !important;
        height: auto;
    }
    .imagem img {
        width: 100%;
        height: auto;
    }
    .icons img {
        height: 44%;
        width: auto;
    }
    .little_icons {
        margin-top: -55px;
    }
    .logo {
        left: 20px;
        top: 12px;
    }
    .logo img {
        width: 70%;
        height: auto;
    }
    .header_home {
        width: 95%;
        top: 60px;
        left: 20px;
    }
    .overlay ul li {
        min-height: 37px;
    }
    .button_main {
        margin-bottom: 50px;
        font-size: 14px;
    }
    .dica {
        bottom: 0;
        font-size: 19px;
        left: 20px;
    }
    .calltoaction {
        bottom: 27px;
    }
    .overlay .overlay-close {
        width: 60px;
        height: 60px;
    }
    .bottom_left {
        border-radius: 0;
    }
    .bottom_right {
        border-radius: 0;
    }
}
/* XS Portrait */

@media (min-width: 416px) and (max-width: 667px) {
	
	.logo img {
    width: 30%;
    height: auto;
}

h1 {
    font-size: 24px;
	 margin-top: -5px;
}
.relogio img {
    /* transform: translate(-50%, 7%); */
    transform: translate(-26%, -22%);
    /* width: 58%; */
    width: 39%;
}

.overlay {
    position: relative;
}

aba {
    height: 700px;
}

.bottom_right {

    font-size: 18px;
}
.highlight {
   font-size: 19px;
}
	
	}