.encabezado {
	background-color: #35478C;
	padding: 0;
	color: white;
    padding-top: 68px;
    text-align: justify;
}

    .encabezado p {
        padding: 0 5%;
    }

	.encabezado h1 {
		color: white;
        text-align: center;
	}

.imagen1 {
    height: 60%;
    background-size: cover;
    background-position: center top;
    background-image: url("../img/adiestramiento.jpg");
}

.opciones {
	padding: 3% 3% 0 3%;
    display: table;
}

    .opciones .row .columns {
        padding: 0 1% 0 1%;
    }

.card {
    padding: 6%;
    width: 100%;
    text-align: center;
    margin: 1% 0;
    background-color: #35478C;
    color: #ffffff;
}

    .card h5 {
        margin-top: 0;
        margin-bottom: 0;
        color: white;
    }


#boton {
    color: white;
    background-color: #35478C;
}

#boton:active, #boton:hover {
    background-color: white;
    color: #35478C;
}


@media screen and (min-width: 1025px) {
    .card {
        display: table-cell;
        vertical-align: middle;
    }
}

@media screen and (max-width: 1024px) {
    .opciones .row .columns {
        padding: 0 0 0 0;
    }
}

@media screen and (max-height: 480px) {
    .imagen1 {
        height: 80%;
    }
}
