argentina buenos aires pilar rosario uruguay montevideo Colombia Barranquilla Bogotá @media (max-width:845px){ div.contenedor { display: flex; flex-wrap: wrap; width: 98vw; height: 90vh; justify-content: flex-start; flex-direction: unset; gap: 10vh; } div.contenedor2 { gap: 7vh; display: inline-flex; flex-wrap: wrap; width: 100%; justify-content: center; flex-direction: column; } .bordes { width: 100%; border: none; } .argentina{ order:1 } .colombia{ order:2 } .uruguay{ order:3 } .paises{ gap:2vh; } .abajo{ order:4 } } @media (min-width:846px){ div.bandera{ border-left: none; } .bordes{ border-right: solid thin rgb(140 140 140 / 39%); border-left: solid thin rgb(140 140 140 / 39%); padding-bottom: 122px; width: 280px; } div.contenedor{ display: flex; flex-wrap: wrap; width: 98vw; height: 90vh; justify-content: flex-start; flex-direction: column; gap: 10vh; } div.contenedor2{ gap: 5vh; display: inline-flex; flex-wrap: wrap; width: 100%; justify-content: center; } } .paises{ text-align: center; display: inline-flex; flex-direction: column; gap: 2vh; } .tamaño_img_logo{ height: 125px; } .tamaño_img_bandera{ border-radius: 100%; height: 50px; text-align: center; } a:hover{ color: rgb(6,151,204); } body.site{ padding: 0px; border: none; } .site-title{ display:none !important; } .itemBackToTop{ display:none !important; } .pull-right{ display:none !important; } footer{ display:none; } body{ line-height: normal; background-color: #D9D9D9 !important; } .nombre_pais{ font-size: xx-large; font-weight: bolder; color: rgb(6,151,204); text-transform: uppercase; } .links{ text-decoration: none !important; } .ciudades{ font-size: xx-large; text-align: center; text-transform: uppercase; color: rgb(59 59 59 / 87%); } .logo{ width: 100%; height: 25vh; display: flex; align-items: flex-end; justify-content: center; } .body .container { background-color: #D9D9D9; border-radius: 0px !important; padding: 0px !important; border: none !important; -moz-box-shadow:none !important; box-shadow: none !important; margin:0px; }