
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,300,600,700);
* {
  box-sizing: border-box;
  color: black;
  font-family: 'Poppins', verdana;
  font-size: 10pt;
}
body {
  margin: 0;
  padding: 0;
  background-color: #ededed;
}

.section-up {
  background-color: #D44D46;
  color: white;
  > div {
    color: white;
    > span {
      color: white;
    }
  }
  height: 6rem;
  padding: 5px;
}

.cuadro{
  height: 55px;
  background-color: #fff;
}
.cuadritos {
  margin-top: 25px;
  background: #ededed url(../images/patron_bg.png) repeat-x bottom;  
}

.footer-down {
  border-top: 1px solid #c2c2c2;
  padding: 5px;
  height: 45px;  
  background-position: 0 25px;
}

.flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-container > .flex-item {
  -webkit-flex: auto;
  flex: auto;
}

.flex-container > .raw-item {
  width: 60rem;
}

.flex-container > .raw-item2 {
  width: 30rem;
}

.columnaimg img {
  height: calc(100% - 0px);
}
img.cover {
  object-fit: cover;
}

.cajafuera {
  width: 100vw;
  height: 73vh;
  display: grid;
  overflow: hidden;
  background: #ededed;
}
.formulariocaja {
  background-color: white;
  width: 450px;
  height: 496px;
  position: relative;
  margin: auto;
  padding: 0.3em;
  border-radius: 5px;
  color: white;
  border: 0.1em solid #c2c2c2;
  box-shadow: 4px 4px 4px 0px #d9d9d9 !important;
}

input {
  display: block;
  text-align: left;
  box-sizing: border-box;
}

.cajaentradatexto {
  width: 80%;
  padding: 10px;
  font-size: 1em;
  color: black;
  border: none;
  box-sizing: border-box;
  border-bottom: 1px solid #c3c3c3;
  background: transparent;
  margin-bottom: 2em;
}

.formtitulo {
  margin-top: 1.24em;
  font-size: 1.7em;
  font-weight: bold;
  padding-bottom: 0.8em;
  color: #D44D46;
  padding-left: 1em;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #D44D46;
}
.af {
  margin-right: 10%;
  margin-top: 5%;
}

.botonenviar {
  width: 80%;
  padding: 12px 30px;
  cursor: pointer;
  display: block;
  margin-top: 10px;
  border: 0;
  outline: none;
  border-radius: 10px;
  border: 1px solid black;
  font-size: 1.2em;
  color: white;
  background-color: #D44D46;
  text-align: center;
  margin: 5%;
  font-weight: bold;
}

hr {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .formulariocaja {
    background-color: white;
    width: 100%;
    height: 550px;
  }

  #marco_legal_new {
    display: none;
  }

  #version_casilla {
    display: none;
  }
}
