/*======================================*/ /*Mapa*/ /*======================================*/ .mapa{ width: 100%; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; background-color:rgba(0,0,0,1);} .mapa header{ position: relative; z-index: 3; margin-bottom: 0; width: 50%; padding: 0 30px 0 calc((100% - min(96%, 1280px)) / 2); } .mapa-titulo{ font-family:'title',helvetica,verdana,sans-serif;color:rgba(255,255,255,1);line-height: 1.2; } .mapa-introduccion{ color:rgba(242,243,240,1); } .mapa-introduccion strong{ display: flex; font-weight: normal; font-family:'title',helvetica,verdana,sans-serif; } .mapa-contenedor{ width: 50%; height: 450px; } .mapa-contenedor iframe{ width: 100%; height: 100%; } @media (max-width: 800px){ .mapa{ flex-wrap: wrap; } .mapa header{ width: 90%; margin: 0 auto; padding: 50px 0; } .mapa-contenedor{ width: 100%; height: 350px; } .mapa-introduccion{ line-height: 1.6; } }