* {
box-sizing: border-box;
}

body {
margin: 0px;
padding: 0px;
background-color:#b70230;
color:  #7b7d7d;
font-family: 'Montserrat', sans-serif;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

  h1,h4 {
  color: #ffffff;
  text-align: center;
  }

  h2,h3 {
  color: #ffffff;
}

  h5 {
     color: #FFfffF
}

h6 {
   color: #ffffff
}

p {
   color: #ffffff

}

input {
    width: 100%;
  display: block;
  color: black;
  text-align: left;
  padding: 6px 20px;
}


textarea {
  width: 100%;
display: block;
color: black;
text-align: left;
padding: 6px 14px;
}

#footer {
 padding-top: 10px;
 padding-bottom: 70px;
 background-color: #b70230;
 text-align: center;
}
#footer img {
  max-width: 10%;
  height: auto;
}


#footer2 {
 padding-top: 70px;
 padding-bottom: 70px;
 background-color: #b70230;
 text-align: center;
}
#footer2 img {
  max-width: 45%;
  height: auto;
}



#top {
 padding-top: 30px;
 padding-bottom: 15px;
 background-color: #b70230;
 text-align: center;
}


.contenido

{
  padding: 0px 150px 30px 150px;
}

img {
 display: block;
 padding-bottom: 17px;
}

img {
  display: block;
  padding-bottom: 17px;
}


.fondo {
  background-color:#ffffff;
  padding: 50px;
}

.boton2 {
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 6px;
    border: 2px solid #ffffff;
    color: #b70230;
}

a {
  color: white;
}