

/* RESPONSIVE*/

@media screen and (max-width: 768px) {
  .onlydesktop {
    display: none;
  }

  .onlymobile {
    display: block !important;
  }

  #imagencoche {
    display: none;
  }

  body {
    background-image: url("../images/fondo.png"), none;
    background-size: 50%, 50%;
    background-position: top left, top right;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
  }

  #contenido {
    padding-left: 5% !important;
    padding-right: 5% !important;
    padding-top: 30px;
    background-color: #88f9f9;
  }
.titularmargenalto {
  margin-top: 0px;
}
.footermobile {
  margin-top: 50px;
  display: block;
}
  .marcobrave {
    width: 100%;
    display: block;
    max-width: 1440px;
    height: 100%;
    max-height: 750px;

    margin: 0 auto;
    text-align: center;
    display: block;

    background-image: url("../images/linea.png");
    background-position: top center;
    background-repeat: no-repeat;

  }

  .titular{

    font-size: 50px;
    line-height: 50px;
      margin-bottom: 20px;
      margin-top: 40px;
   
  text-shadow: 3px 3px 0px #25B5A6;
  }

  .titularrosaverde {
    color: #F22D66;
    text-shadow: 3px 3px 0px #25B5A6;
  }

  .titularverdenaranja {
    color: #25B5A6;
    text-shadow: 3px 3px 0px #FF4712;
  }

  .titularnaranjaverde {
    color: #FF4712;
    text-shadow: 3px 3px 0px #25B5A6;
  }
.pretitularperfil {
    margin-top: 10%;
  text-align: left;
  color: #000000;
  font-weight: 700;
  font-size: 15px;
}
.titularperfil {
  color: #F22D66;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 40px;
  font-weight: 700;
  text-shadow: 3px 3px 0px #25b5a6;
  text-align: left;
}

.margentitular {
  padding-top: 15px;
}

.txtaus {
  padding-bottom:15px;
}
.titprof{
      font-size: 12px !important;
      line-height: 12px !important;
          min-height: 28px;
}

.listasintomasprevi {
  line-height: 2vw;
  margin-top: 10px;
}
  .boton{
  border-radius: 11px;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  max-width: 47%;
  width: 100%;
  min-height: 39px;
  vertical-align: middle;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  margin-left: 1%;
  }
  .botones{
    clear:both;
  }
.btnleermas{
  font-size: 15px;
  text-align: left;
  line-height: 19px;
  font-weight: bold;
  display: inline-block;
}

.btnleermenos{
  display: block;
  margin-top: 10px;
  float: right;;
}
.botonperfil{
  max-width: 100% !important;
  margin-bottom: 10px;
}
.mobilealignleft{
     width: 100%;
     text-align: left !important;
     ;
}
.mobilealignright {
     width: 100%;
     text-align: right !important;
     ;
}
.mobilefloatleft {
  clear: both;
  float: left;
}

.mobilefloatright {
    clear: both;
  float: right;
}


  .parrafo {
  font-size: 15px;
  text-align: left;
  line-height: 19px;
  }
  .parrafocenter {
    font-size: 15px;
    text-align: center !important;
    line-height: 19px;
  }

  .txtmas{
      font-size: 15px;
    text-align: left;
    display: none;
      line-height: 19px;
  }

.imgperfil{
  width:100%;
  max-width: 75px;;
}

.cajaperfil{
display: block;
min-height: 200px;
}
.margenesaltos {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}


.listasintomas {
  
  margin-top: 50px;
}

} /* FIN RESPONSIVE*/
