@charset "utf-8";
@import url("../webfonts/Helvetica_Regular/stylesheet.css");

#ContenedorPrincipal #Inicio {
    width: 100%;
}
#ContenedorPrincipal #Inicio #ImagenInicio {
    width: 100%;
}
#Inicio #ImagenInicio img {
    width: 100%;
}
#ContenedorPrincipal #Texto {
    width: 100%;
    margin-bottom: 50px;
}
#ContenedorPrincipal #Texto h2 {
    width: 85%;
    color: #a88fa8;
    font-family: "Roboto Regular", "Roboto Light Regular", "Montserrat Regular", "Montserrat Medium Regular", HelveticaNeueLt, "Helvetica Regular", "Roboto Light", Roboto, "Roboto Medium";
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
#ContenedorPrincipal #Texto p {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    color: #a88fa8;
    font-family: "Roboto Regular", "Roboto Light Regular", "Montserrat Regular", "Montserrat Medium Regular", HelveticaNeueLt, "Helvetica Regular", "Roboto Light", Roboto, "Roboto Medium";
    text-align: center;
    font-size: large;
}
#Texto p a {
    color: #a88fa8;
    font-family: "Roboto Regular", "Roboto Light Regular", "Montserrat Regular", "Montserrat Medium Regular", HelveticaNeueLt, "Helvetica Regular", "Roboto Light", Roboto, "Roboto Medium";
    text-decoration: none;
    font-weight: bold;
}
#ContenedorPrincipal #boton {
    width: 100%;
}
#ContenedorPrincipal #boton #buton {
    width: 21%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    margin-bottom: 50px;
}
#buton a button {
    width: 100%;
    background-color: #a88fa8;
    color: #FFFFFF;
    font-family: "Roboto Regular", "Roboto Light Regular", "Montserrat Regular", "Montserrat Medium Regular", HelveticaNeueLt, "Helvetica Regular", "Roboto Light", Roboto, "Roboto Medium";
    text-align: center;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: x-large;
}

@media screen and (orientation:portrait) and (max-width:767px){
#buton a button {
    width: 140%;
}


}
