    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;700&display=swap');
    body {
        font-family: 'Montserrat', sans-serif;
        overflow-x: hidden;
    }
    /* header */
    
    header {
        background-color: #820000;
    }
    /* Menu principal */
    
    #menu {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
    }
    /* Carrusel de imagenes */
    
    .carousel-inner {
        max-height: 40rem;
        background-size: cover;
    }
    
    #local {
        background: linear-gradient(180deg, #F2F3F4 0%, #ffffff 100%);
        padding-bottom: 50px;
        position: relative;
    }
    
    #numeros-local div {
        padding: 0 20px 0 0;
        height: 48px;
    }
    
    #numeros-local div:not(:last-child) {
        border-right: 2px solid #3f3f3f;
    }
    
    #numeros-local div:not(:first-child) {
        padding-left: 20px;
    }
    
    #numeros-local p {
        margin: 0;
    }
    
    #bg-contacto {
        position: relative;
        top: -150px;
    }
    
    #seccion-contacto {
        /* background-color: #820000;*/
        min-height: 600px;
        position: relative;
    }
    
    #contenedor-formulario {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fcfcfc;
        border-radius: 5px;
        max-width: 600px;
    }
    
    #titulo-formulario {
        color: #3f3f3f;
    }
    
    footer {
        background: linear-gradient(180deg, #ffffff 5%, #820000 100%);
        min-height: 120px;
        margin-top: 50px;
    }
    
    footer p {
        color: #ffffff;
        text-align: center;
    }
    
    #iconos {
        padding: 5px;
        align-items: center;
    }
    
    #iconos i {
        font-size: 26px;
        padding: 0 8px;
        color: #ffffff;
    }
    
    .colorcoval {
        color: #820000;
    }
    
    .areaprincipal {
        background-color: #fcfcfc;
        padding-left: 50px;
    }
    
    .Error {
        color: #820000;
        font-weight: bold;
    }
    
    @media (max-width: 1200px) {
        #local {
            flex-wrap: wrap;
            padding-top: 30px;
        }
        .wrapper {
            width: 90%;
            margin: auto;
            padding-top: 50px;
        }
    }
    
    @media (max-width: 768px) {
        #intro,
        #equipo {
            width: 90% !important;
        }
        .servicio-fila {
            width: 100% !important;
            text-align: center;
        }
        #bg-contacto {
            top: -110px;
        }
        .team img {
            width: 90%;
        }
    }
    
    @media (max-width: 576px) {
        .carousel-inner {
            max-height: 55rem;
        }
        .icono-wrap {
            flex-wrap: wrap;
            justify-content: center !important;
        }
        #typewriter {
            font-size: 18px;
        }
        #bg-contacto {
            top: -90px;
        }
        #contenedor-formulario {
            max-width: 400px;
        }
        .team img {
            width: 80%;
        }
        .titulo-footer {
            font-size: 16px !important;
        }
        #intro h1 {
            font-size: 20px !important;
        }
        #intro p {
            font-size: 16px !important;
        }
        #numeros-local p {
            font-size: 14px !important;
        }
    }