body { background-color:#666; } .gama_container{ width: 100%; max-width: 930px; margin: 0 auto; background-color: #fff; } #gama_title{ position: absolute; margin-left: 62px; margin-top: 45px; } #gama_produto_img{ width: 100%; } .gama_list_infos_ul{ list-style: none; height: 216px; margin: 0 auto; width: 600px; padding: 0; display: flex; justify-content: space-around; margin: -115px auto 0 auto; } .gama_list_infos_li{ display: inline-block; width: 185px; height: 100%; margin-right: 5px; } .gama_list_infos_li_div{ flex-direction: column; display: flex; align-items: center; justify-content: space-between; height: 100%; } .gama_border_shadow{ border: solid 12px #ffffff; box-shadow: 0px 0px 0px 1px #ededed, -3px 3px 8px 0px rgba(0,0,0,0.15); background-color: #ffffff; } .gama_list_infos_li_div_img{ width: 128px; object-fit: cover; object-position: center; border: 1px solid #ededed; } .gama_Times{ font-family: "Times New Roman"; font-weight: normal; } .gama_grey{ color: #666; } .gama_red{ color: #aa1728; } .gama_p_center{ text-align: center; } .gama_upper{ text-transform: uppercase; } .gama_p{ font-size: 10.5px; word-wrap: break-word; font-family: "Verdana"; } .gama_text{ width: 650px; display: flex; flex-direction: column; align-items: center; margin-top: 30px; margin: 30px auto 0 auto; } .gama_list_tecno_ul{ list-style: none; height: 150px; margin: 0 auto; width: 100%; padding: 0; display: flex; justify-content: center; } .gama_list_tecno_li{ display: inline-block; width: 120px; height: 100%; } #gama_footer{ display: flex; justify-content: center; align-items: center; background-color: #f7f7f7; padding: 25px 0; margin-top: 20px; flex-direction: column; } #gama_footer_img{ width: 110px; } #gama_footer video{ width: 90%; height: auto; background: url(boxvideo.png) center; margin-bottom: 35px; } @media only screen and (max-width : 667px) { .gama_list_infos_ul { width: 90%; flex-wrap: nowrap; height: 218px; } .gama_text { width: 90%; margin-top: 213px; } @media only screen and (max-width : 599px) { .gama_Times { font-size: 26px; } #gama_title { margin-left: 30px; font-size: 25px; } .gama_list_infos_ul { height: 197px; margin-top: -86px; } .gama_list_infos_li_div_img { width: 110px; } .gama_p { font-size: 13px; } .gama_list_tecno_ul { height: 130px; } .gama_list_tecno_li { width: 110px; } .gama_list_tecno_li_img{ width: 90px; } } @media only screen and (max-width : 499px) { .gama_Times { font-size: 20px; } #gama_title { width: 120px; margin-top: 23px; margin-left: 23px; font-size: 23px; } .gama_text { width: 90%; margin-top: 171px; } .gama_list_infos_ul { height: 160px; } .gama_list_infos_li { width: 140px; } .gama_list_infos_li_div_img { width: 80px; } .gama_p { font-size: 12px; } .gama_list_tecno_ul { height: 100px; } .gama_list_tecno_li { width: 100px; } .gama_list_tecno_li_img{ width: 80px; } }