/*
Theme Name: Centro Quirutar
Theme URI: https://plantillasplus.com
Author: Plantillas Plus
Author URI: https://plantillasplus.com
Description: Pagina web oficial de la Clinica Centro Quirutar.
Version: 1.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: centro-quirutar
*/

  /* Colores institucionales */
  :root {
    --color-principal: #005b99;
    --color-secundario: #ee00aa;
    --color-terciario: #8e44ad;
  }

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}
body {
    background-color: #eff1ff;
    color: #4f4c6a;
    font-family: Arial, sans-serif;
    margin: 0;
}
/* Estilos generales */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
	flex: 1;
	width: 100%;
	width: -webkit-fill-available;
}
footer {
    background: #2f3972;
    color: white;
    text-align: center;
	margin-top: 40px;
}
.row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

@media (max-width: 768px) {
.container {
    max-width: 1200px;
    margin: 0 auto;
	padding: 10px;}
}