@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
.navbar{
    background: linear-gradient(101deg, rgba(255, 255, 255, 0.718) 0%, rgba(150, 148, 148, 0.681) 50%, rgba(0, 0, 0, 0.535) 100%);
}
h2,h3{
    font-family: 'EB Garamond', serif;
}

.separacion{
    color:  #A01027;
    opacity: 1;
}

.textoBanner1{
    font-family:' EB Garamond', serif;
    background: rgba(160, 16, 39, 0.5);
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    position : absolute;

    top: 40%;
    left: 5%;
    width: 42%;
    height: 40%;
    justify-content:baseline

}

.contacto{
    font-family: 'EB Garamond', serif;


    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 1), 0px 4px 4px rgba(0, 0, 0, 1), 0px 4px 4px rgba(0, 0, 0, 1);
}

.formFooter{
    background-image: url(Images/camara.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.textoForm{
    color:rgb(255, 255, 255);
    text-shadow: 0px 2px 2px rgba(20, 1, 1, 0.95);
}

.mail{
    text-decoration: none;
    color:white
}
.cajas{
    -webkit-box-shadow: 0px 0px 5px 0px #232323; 
    box-shadow: 0px 0px 5px 0px #232323;
}
.subtitulo{
color: #A01027;
}

.fila{
    
    border-bottom: 1px solid #A01027  ;
}

.navbar-collapse{
    justify-content: end;
}

.imagenBanner{
    object-fit: cover;
    margin-left: 30%;
}

@media (min-width: 360px) and (max-width: 768px) {

    .img-fluid{
        object-fit: cover;
    }
    .textoBanner1{
        top: 27%;
        left: 8%;
        width: 85%;
        height: 55%;
    }
    h1{
        text-align: center;
        font-size: 34px;
    }
    h4{
        font-size: 25px;
        text-align: center;
    }

    .textoBanner1{   
        height: 68%;
    }
  }