*
{
    font-family: Open Sans,Arial,sans-serif;
}
header
{
    background-image: url(../images/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

h2.subtitulo
{
    color:var(--rojo-principal);
    font-weight: 500;
    font-size: 100%;
}
h1.titulo
{
    color:var(--rojo-principal);
    font-weight: 500;
    font-size: 2rem;


}
h1.titulo-bonito
{
    color:#800000; 
    padding-bottom:5rem; padding-top: 5rem;text-align: center; margin:0;
    background-image: url(../images/hosting-company-01.png),linear-gradient(180deg,#ffffff 0%,#eef9ff 100%)!important;
    background-size: contain;
    background-position: center bottom 0px;


}

p.parrafo
{
    text-align: justify;
}
p.bajoVideo
{
    color: black;
    text-align: justify;
    text-indent: 15px;
   
   
   
}

/* Para la página de productos */
h2.titulo-productos
{
    color: var(--rojo-principal);
    font-weight: 500;
}
div.borde-fila
{
    border-radius: 5px;
    border: 1px solid #b5b5b5;
    padding: 2rem;
    margin: 1rem;
}



/* Estilos arquitectos*/
figure.arquitectos-figure
{
    text-align: center;

}
figure.arquitectos-figure figcaption
{
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: var(--rojo-principal);
}

/* Para las páginas de productos */
h3.titulo-productos
{
    
    color: #800000;
    font-weight: 500;
    font-size: 1.5rem;
    padding: .5rem;
    text-align: center;
}
div.bordeBajo
{
    border-bottom: 1px solid #b5b5b5;
}
table.tabla-medidas
{
    border: 1px solid #eee;
}
table.tabla-medidas tr td
{
    border-top: 1px solid #eee;
    padding: 6px 24px;
}

/* Para la página de prestaciones */


div.borde-prestaciones
{
    border:1px solid #b5b5b5;
    border-radius: 5px;
    text-align: center;
}
div.borde-prestaciones h3
{
    background-color: #800000;
    color: white;
    font-weight: 500;
    font-size: 1.5rem;
    padding: .5rem;
}
div.borde-prestaciones h3, div.borde-prestaciones h4
{
    text-align: center;
    
}

/*----------- Para la página del Blog ----------*/
section#blog h4
{
    padding: .5rem 0;
    font-size: 18px !important;
    color: var(--rojo-principal);
}

article
{
    border: solid 1px #ebebeb;
    border-radius: 10px;
    max-width: 400px;
    background-color: white;
    box-shadow: 3px 3px 3px #ccc;
    
}

article img
{
    
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    max-width: 100%;
    height: auto;
}
div.detalles
{
    padding: .5rem;
}

/* Contacto*/
.formulario-contacto
{
    margin:1rem auto;
    max-width: 600px;
}
label
{
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    
}
legend{
    font-size:2.4rem;
    color:#333333;
    
}
input:not([type="submit"]), textarea /* Todos los inputs menos submit*/
{
    display:block;
    background-color: #f5f5f5;
    padding:.5rem;
    width: 100%;
    margin-bottom: 2rem;
    border:none;
    border-radius: 1rem;
    font-size: 1.2rem;
}
textarea
{
    height:20rem;
}



@media (max-width: 992px) {
  .navbar .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none;
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding-left: 1rem;
  }
}
