main{
    overflow-x: hidden;
}

.error {
    color: #9F2241; /* https://www.gob.mx/guias/grafica/v4/# */
}
.top_header {
    max-height:350px;
    height:100%;
    width:100%;
    text-align:center;
    margin-top:70px;
 }
.background-image {
    background-image: url("../img/home.png");
	background-color: #ffffff;
	background-position:center;
    height: 970px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
}
.center {
    margin: auto;
    text-align: center;
    width: 100%;
    padding-top: 120px;
}
.removeLogo {
     display: block;
}
.espacio {
    padding:60px;
}
.for-hor {
    margin-left:-15px;
}
