@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,700;1,400;1,700&display=swap");.c-form-container{color:#000;margin:0;padding:2em;font-size:16px}.c-form-container *{font-family:"Ubuntu",sans-serif;font-size:16px}.c-form-container form{margin:0 auto;max-width:600px}.c-form-container button{background:#005098;color:white;display:flex;align-items:center;font-weight:bold;padding:15px 25px;border:none;outline:none;border-radius:2px;cursor:pointer}.c-form-container button span{margin-right:10px}.c-form-container .c-form-label{font-weight:bold;margin-bottom:15px}.c-form-container .c-form-group{margin-bottom:30px}.c-form-container input[type=text],.c-form-container input[type=tel],.c-form-container input[type=email]{width:100%;border:1px solid #D9D9D9;padding:15px;outline:none;font-size:16px;font-family:"Ubuntu",sans-serif;border-radius:2px;box-sizing:border-box}.c-form-container .c-form-input{margin-bottom:15px}.c-form-container .c-form-input div:not(:last-of-type){margin-bottom:10px}.c-form-container .c-form-radio{margin-bottom:30px}.c-form-container .c-form-legal a{color:inherit}.c-form-container ::placeholder{color:#575757;opacity:1}.c-form-container ::-ms-input-placeholder{color:#575757}
#bs-home {display:none;}
.experto {
  background-color:#EAEAEA;
}
.textocentro img {
  float:right;
  padding-bottom: 20px!important;
}
.azul-texto {
  color:#00a7df;
}
.copy-img {
  padding-bottom: 20px!important;
}
@media screen and (max-width: 767px){
  .copy-text.landing-title-header {
    background: #f3f3f3;
    padding-top: 10px!important;
    color: #333;
    padding-bottom: 10px!important;
    padding-left: 5px!important;
  }}
.cita-quienes {
  border-top: 4px double #00a7df;
  border-bottom: 4px double #00a7df;
  padding: 10px;
  color: #00a7df;
  font-size: 26px!important;
  font-weight: 600;
  margin: 40px 0!important;
  line-height: 30px!important;
  font-style: italic;
}
.parallax {
  background-image: url(https://www.viajes.carrefour.es/statics/media/layout/franquicias/oficina-viajes-carrefour.jpg);
  height: 350px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 {
  background-image: url(https://www.viajes.carrefour.es/statics/media/layout/franquicias/franquicias-viajes-carrefour.png);
  height: 350px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.beneficios {
  background-color: #529cd40a;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.cta-circuitos{
  color: #FFFFF9 !important;
  background-color: #005098;
  border-color: #EA7B2A;
  border-radius: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: lato-bold;
  transition: all .2s ease-out;
  cursor: pointer;
  font-size: 15px;
  white-space: nowrap;
  padding: .5rem 1rem;
  height: 50px;
}