

.title1 {
    text-align: center;
    color: #fff;
    font-family: 'BankGothic Md BT', 'Bank Gothic Light', 'BankGothic', sans-serif;
    font-size: 32px;
    margin-top: 10px; /* Ajusta la distancia desde la parte superior */
}

.title2 {
    font-family: 'BankGothic Md BT', 'Bank Gothic Light', 'BankGothic', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-top: 5px; /* Ajusta la distancia desde la parte superior */
}

.contenedor1 {
    width: 100%;
    margin: 20px auto; /* Ajusta el margen superior e inferior para centrarlo y subirlo más */
    background-color: #161A1D;
    box-shadow: 0px 0px 10px rgba(164, 22, 26, 0.5);
    padding: 20px;
}

.contenedor1 {
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    padding-right: 20px;
}

.contenedor1 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    opacity: 0.5;
}
#pressMe {
    width: 200px;
    height: 60px;
    font-size: 30pt;
    border-radius: 10px;
    border: none;
    background: #fff;
    line-height: 60px;
    margin-bottom: 5px;
}

#pressMe:hover {
    background: #A4161A;
    color: #D3D3D3;
}

body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    font-family: 'BankGothic Md BT', 'Bank Gothic Light', 'BankGothic', sans-serif;
}
.proyecto{
	color: #fff;
	margin-bottom: 1em;
	font-size: 2.5em;
	font-weight: 300;
	text-align: center;
	letter-spacing: 3px;
	width: 100%;
}
h2{
    font-family: 'BankGothic Md BT', 'Bank Gothic Light', 'BankGothic', sans-serif !important;
}


.mi-boton {
    border-radius: 10px;
    background-color: #A4161A;
    color: #ffffff; 
    padding: 10px 20px; 
    border: none; 
    cursor: pointer; 
    display: block; 
    margin: 0 auto; 
}

.mi-boton:hover {
    background-color: #ffffff; 
    color: #A4161A; 
}




.contenedor-central {
    text-align: center; /* Centra los elementos horizontalmente */
    margin-top: 20px; /* Ajusta el margen superior según sea necesario */
}

.cont1, .cont2 {
    width: calc(50% - 75px); /* Ajustamos el ancho */
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    margin-right: 20px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
    display: inline-block; /* Hace que los contenedores se comporten como elementos en línea */
}

.icono {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #A4161A;
    border-radius: 10px;
    margin-bottom: 10px;
}

.icono-pequeño {
    position: relative;
    display: flex; /* Usamos flexbox para centrar el contenido vertical y horizontalmente */
    justify-content: center; /* Centramos horizontalmente */
    align-items: center; /* Centramos verticalmente */
    width: 40px; /* Ancho del recuadro */
    height: 40px; /* Altura del recuadro */
    background-color: #A4161A;
    border-radius: 10px;
    margin-bottom: 10px;
}


.contenido {
    color: #000000;
}

.contenido h3 {
    color: black;
    font-family: 'BankGothic Md BT', 'Bank Gothic Light', 'BankGothic', sans-serif;
    text-align: left;
}
.texto{
    text-align: left;
}
.icono-pequeño box-icon {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .cont1, .cont2 {
        width: 100%; /* Ajustamos el ancho al 100% para que ocupe toda la pantalla */
        margin-right: 0; /* Eliminamos el margen derecho */
        margin-bottom: 20px; /* Añadimos un margen inferior entre los contenedores */
        display: block; /* Cambiamos el display a bloque para que se muestren uno encima del otro */
    }
}
