/*REGLAS GENERALES*******************************************************************/
:root {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 17px;
    background-color: white;
    color: black;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
}
h1 {
    color: #f96d64;
    font-size: 2.8rem;
    font-weight: 400;
    text-align: center;
    /*alinear verticalmente*/
    align-content: center;
    background-color: #fff8;
}
/********************************************************************/
/* SECCION HEADER FOOTER**************************************************/
#header footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    
}
#header a footer a {
    text-decoration: none;
}
/*******************************************************************/
/* SECCION HEADER**************************************************/
#header {
background-color: #fff;
display: grid;
grid-template-columns: 70px 1fr;

}
#header div {
    text-align: right;
    align-content:  center;
}
#header img {
    width: 100%;
}
#header a {
    color: #333;
    text-decoration: none;
}

/*******************************************************************/

/* SECCION FOOTER**************************************************/
#footer #bandasuperior {
    background-color: #22272a;
    color: #fff;
    height: 350px;
    padding-top: 50px;
    text-align: center;

    
}
#footer #bandainferior h2 {
border-bottom: 1px solid #fff;
text-align: center;
}
#footer #bandainferior {
    background-color: #22272a;
    padding-top: 20px;
    padding-bottom: 20px;
   
    
}
#footer #bandainferior,
#bandainferior a {
    color: #d2d2d2;
}
#bandainferior p  {
    text-align: center;
}




/*******************************************************************/
/* PRESENTACION******************************************************************/
/*
#presentacion>div {
    display: grid; /* hacemos que sea una cuadricula */
    /*
    grid-template-columns: 50% 20% 50%;
    grid-template-columns: 300px 1fr 2fr;
    gap: 20px;
}
    */
#presentacion {
color: #fff;
background-color: #2b2a29;
padding-top: 50px;
padding-bottom: 50px;
}    
#presentacion>h2 {
    text-align: center;
    font-size: 1.85rem;
}
#presentacion>hr {
    color: #fff;
    width: 300px;
}
#presentacion>div {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 30px;
}
#presentacion>div>img {
    width: 100%;

}
/*******************************************************************/
 /* SECCION ENCABEZADO**************************************************/

#encabezado {
    background-image: url(/img/fondo-cabecera.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    display: grid;
    grid-template-columns: 1fr;

}
/*******************************************************************/
/* SECCION  PIDE CITA**************************************************/
#pideCita {

    background-color: #575757;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
#pideCita>p {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
}
#pideCita>a {
    color: #1b1b1b;
    background-color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.3rem;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    
}


/*******************************************************************/
/* SECCION  SERVICIOS**************************************************/
#servicios {
 padding-top: 50px;
 padding-bottom: 50px;
}
#servicios>div {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 30px;
    text-align: center;
}


/* SECCION  SERVICIOS/primerasMarcas**************************************************/
/*******************************************************************/
#servicios, #primerasMarcas  {
 padding-top: 50px;
 padding-bottom: 50px;
}
#servicios h2, #primerasMarcas h2 {
    text-align: center;
    font-size: 1.6rem;
    color: #515151;
}
#servicios hr, #primerasMarcas hr {
    width: 300px;
    background-color: #8d8d8d;
}

#servicios p, #primerasmarcas p {
    text-align: center;
    align-items: center;
}

/* SECCION  primerasMarcas**************************************************/
/*******************************************************************/

#primerasmarcas>img {         
 height: 130px;

}

