* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

.section-advice ul {
  list-style: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

strong,
.strong {
  font-weight: 600;
}

button {
  border: none;
  background: none;
}

.hide {
  display: none !important;
}

q:before,
q:after {
  content: "";
}

*:focus,
:focus {
  outline: 0;
}

/* Guía colores */
/* Gris claro: #ededed */
/* Gris claro2: #e5e5e5 (lineas footer) */
/* Gris claro3 (fondo cookies) #f9f9f9; */
/* Gris medio: #b5b5b5 (comillas cita) */
/* Gris oscuro: #4f4f4f (texto principal) */
/* Verde tranparencia: #f4fbf9 (fondo cita) */
/* Verde cucunver: #2faf87 */
/* Verde oscuro: #14684c (botones hover) */
/* Rojos: #cb1549 (error formulario) */
html,
body {
  width: 100%;
  font-size: 100%;
  text-align: center;
  font-family: "Open Sans", sans serif;
  color: #4f4f4f;
}

.statcounter {
  display: none;
}

.main-container,
.main-container2,
.main-container3 {
  width: 100%;
  margin: auto;
  clear: both;
}

.main-container,
.main-container3 {
  max-width: 1440px;
}

.main-container2 {
  max-width: 1140px;
}

.main-container3 {
  margin-top: 6rem;
}

header.main-container {
  width: 100%;
  text-align: left;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.my-3 {
  margin-top: 3em;
  margin-bottom: 3em;
}

/* Menú idiomas */
#menu-lang {
  float: right;
  font-size: 0.9rem;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 37px;
}

#menu-lang ul {
  padding: 0.5rem;
  border: solid 1px #ffffff;
  border-radius: 0.3rem;
  position: absolute;
  z-index: 5;
  right: 0;
  background: #fff;
}

#menu-lang ul li.current {
  cursor: pointer;
}

#menu-lang ul li:not(.current) {
  display: none;
}

#menu-lang.show ul {
  border: solid 1px #ededed;
}

#menu-lang.show ul li:not(.current) {
  display: block;
}

#menu-lang.show ul li:not(:first-child) {
  margin-top: 0.5rem;
}

#menu-lang span.flag {
  display: inline-block;
  width: 19px;
  height: 14px;
  border: solid 1px #ededed;
  background-size: 20px auto;
  background-repeat: no-repeat;
  /*background-size: 100%;*/
  margin-right: 7px;
}

#menu-lang .gl span.flag {
  background-image: url("../../img/web/00-sprites.svg");
  background-position: -1px -139px;
}

#menu-lang .es span.flag {
  background-image: url("../../img/web/00-sprites.svg");
  background-position: -1px -157px;
  margin-bottom: -2px;
}

#menu-lang .ca span.flag {
  background-image: url("../../img/web/00-sprites.svg");
  background-position: -1px -171px;
}

#menu-lang .eu span.flag {
  background-image: url("../../img/web/00-sprites.svg");
  background-position: -1px -185px;
}

#menu-lang .fr span.flag {
  background-image: url("../../img/web/flag-fr.svg");
  background-size: 100%;
}

#menu-lang span.arrow {
  display: inline-block;
  width: 13px;
  height: 7px;
  background-image: url("../../img/web/00-sprites.svg");
  background-repeat: no-repeat;
  background-position: 0px -84px;
  background-size: 100%;
  margin-left: 20px;
}

#menu-lang.show ul li a:hover {
  color: #2faf87;
}

/* Menú principal */
header.main-container #menu-main {
  clear: both;
  width: 100%;
  margin-top: 37px;
  overflow: auto;
}

header.main-container #menu-main ul li {
  float: left;
  width: auto;
  line-height: 2.2rem;
}

header.main-container #menu-main ul li:not(:first-child) {
  padding-top: 0.6rem;
}

header.main-container #menu-main ul li:not(:first-child) {
  margin-left: calc((100% - 870px) / 7);
}

header.main-container #menu-main ul li.logo a img {
  width: 200px;
  height: 35px;
}

header.main-container #menu-main ul li a {
  font-weight: 600;
}

header.main-container #menu-main ul li a:hover {
  color: #2faf87;
}

header.main-container #menu-main ul li.current a {
  color: #2faf87;
}

header.main-container #menu-main ul li.login {
  margin-left: 25px;
}

header.main-container #menu-main ul li a.btn-free-trial {
  background-color: #2faf87;
  border: solid 1px #2faf87;
  color: #fff;
  padding: 0px 20px;
  font-weight: normal;
  font-size: 0.9rem;
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  width: 135px;
}

header.main-container #menu-main ul li a.btn-free-trial:hover {
  background-color: #14684c;
  border: solid 1px #14684c;
}

header.main-container #menu-main ul li a.btn-login {
  background-color: #fafafa;
  border: solid 1px #2faf87;
  color: #2faf87;
  padding: 0px 20px;
  font-weight: normal;
  font-size: 0.9rem;
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  width: 135px;
}

header.main-container #menu-main ul li a.btn-login:hover {
  color: #14684c;
  border: solid 1px #14684c;
}

header.main-container #menu-main ul li.burger {
  display: none;
}

header.main-container #menu-main ul li.burger button#burger-menu {
  display: block;
  background-image: url("../../img/web/15-burger-menu.png");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 50px 25px;
  background-position: 0 0;
  cursor: pointer;
}

header.main-container #menu-main ul li.burger button#burger-menu.open {
  background-position: -25px 0;
}

#cofinanced {
  float: right;
  margin: -30px 5px 0 0;
}

#cofinanced2 {
  float: right;
  display: none;
}

div.cucunver-buttons-container.cucunver-buttons-container-reset a {
  margin: 0;
}

/* Menú móviles */
aside#menu-mobile {
  display: none;
  position: absolute;
  top: 80px;
  right: -100vw;
  background: #ffffff;
  width: 100vw;
  height: calc(100vh - 80px);
  opacity: 0.1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
}

aside#menu-mobile.open {
  display: block;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

aside#menu-mobile ul li {
  padding: 3rem 0 0 1rem;
  font-size: 1.2rem;
  list-style: none;
}

aside#menu-mobile ul li a:hover {
  color: #2faf87;
}

/* Footer */
footer.main-container {
  text-align: left;
  margin-top: 5rem;
  overflow: auto;
  padding-bottom: 3rem;
}

footer ul li {
  list-style: none;
}

footer.main-container a.logo img {
  width: 160px;
}

footer.main-container div.site-map {
  margin-top: 1.5rem;
  width: 100%;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  padding: 2.5rem 0 2.5rem 0;
  overflow: auto;
}

footer.main-container div.site-map div.col-1,
footer.main-container div.site-map div.col-2,
footer.main-container div.site-map div.col-3 {
  float: left;
  font-size: 0.9rem;
  margin-right: 6rem;
}

footer.main-container div.site-map div.col-2 {
  margin-right: 9rem;
}

footer.main-container div.site-map div.col-1 span.title,
footer.main-container div.site-map div.col-2 span.title,
footer.main-container div.site-map div.col-3 span.title,
footer.main-container div.site-map div.col-4 span.title {
  color: #2faf87;
  font-weight: 600;
  font-size: 1rem;
  display: block;
  margin-bottom: 0.8rem;
}

footer.main-container div.site-map div.col-1 nav ul li,
footer.main-container div.site-map div.col-2 nav ul li {
  line-height: 1.5rem;
}

footer.main-container div.site-map div.col-1 nav ul li a:hover,
footer.main-container div.site-map div.col-2 nav ul li a:hover {
  color: #2faf87;
}

footer.main-container div.site-map div.col-3 div.row-1,
footer.main-container div.site-map div.col-3 div.row-2 {
  overflow: auto;
}

footer.main-container div.site-map div.col-3 div.row-1 div.icon,
footer.main-container div.site-map div.col-3 div.row-2 div.icon {
  float: left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 25px;
  margin: 0.4rem 1rem 0 0;
  background-image: url("../../img/web/00-sprites.svg");
}

footer.main-container div.site-map div.col-3 div.row-1 div.icon {
  background-position: 0px -113px;
  height: 27px;
}

footer.main-container div.site-map div.col-3 div.row-2 div.icon {
  background-position: 0px -139px;
  height: 20px;
  margin-top: 0;
}

footer.main-container div.site-map div.col-3 div.row-1 div.data,
footer.main-container div.site-map div.col-3 div.row-2 div.data {
  float: left;
}

footer.main-container div.site-map div.col-3 div.row-1 div.data {
  font-weight: 600;
}

footer.main-container div.site-map div.col-3 div.row-2 {
  margin-top: 1.5rem;
}

footer.main-container div.site-map div.col-3 div.row-2 div.data a:hover {
  color: #2faf87;
}

footer.main-container div.site-map div.col-3 div.row-3 {
  margin-top: 1.5rem;
}

footer.main-container div.site-map div.col-3 div.row-3 a.icon.tt,
footer.main-container div.site-map div.col-3 div.row-3 a.icon.fb,
footer.main-container div.site-map div.col-3 div.row-3 a.icon.ln,
footer.main-container div.site-map div.col-3 div.row-3 a.icon.ig,
footer.main-container div.site-map div.col-3 div.row-3 a.icon.yt {
  display: block;
  float: left;
  width: 17px;
  height: 17px;
  margin-right: 1.2rem;
}

footer.main-container div.site-map div.col-3 div.row-3 a.icon.tt:hover,
footer.main-container div.site-map div.col-3 div.row-3 a.icon.fb:hover,
footer.main-container div.site-map div.col-3 div.row-3 a.icon.ln:hover,
footer.main-container div.site-map div.col-3 div.row-3 a.icon.ig:hover,
footer.main-container div.site-map div.col-3 div.row-3 a.icon.yt:hover {
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}

footer.main-container div.site-map div.col-3 div.row-3 a.icon.tt {
  margin-left: calc(25px + 1rem);
  background-image: url("../../img/web/043-twitter-oscuro.svg");
}

footer.main-container div.site-map div.col-3 div.row-3 a.icon.fb {
  background-image: url("../../img/web/040-facebook-oscuro.svg");
}

footer.main-container div.site-map div.col-3 div.row-3 a.icon.ln {
  background-image: url("../../img/web/042-linkeidn-oscuro.svg");
}

footer.main-container div.site-map div.col-3 div.row-3 a.icon.ig {
  background-image: url("../../img/web/041-instagram-oscuro.svg");
}

footer.main-container div.site-map div.col-3 div.row-3 a.icon.yt {
  background-image: url("../../img/web/044-youtube-oscuro.svg");
}

footer.main-container div.site-map div.lang {
  clear: both;
  padding-top: 2rem;
  font-size: 0.9rem;
  font-weight: 600;
}

footer.main-container div.site-map div.lang a {
  font-weight: 300;
  margin-left: 0.7rem;
}

footer.main-container div.site-map div.lang a:hover {
  color: #2faf87;
}

footer.main-container div.site-map div.col-4 div.row-2 {
  margin-top: 1.5rem;
}

footer.main-container div.site-map div.col-4 div.row-2 .left {
  display: inline-block;
  background-color: #2faf87;
  border: solid 1px #2faf87;
  color: #fff;
  padding: 10px;
  border-radius: 0.25rem;
  width: 150px;
  text-align: center;
  margin-right: 20px;
}

footer.main-container div.site-map div.col-4 div.row-2 .left:hover {
  background-color: #14684c;
  border: solid 1px #14684c;
}

footer.main-container div.site-map div.col-4 div.row-2 .right {
  display: inline-block;
  background-color: #fafafa;
  border: solid 1px #2faf87;
  color: #2faf87;
  padding: 10px;
  border-radius: 0.25rem;
  min-width: 150px;
  text-align: center;
}

footer.main-container div.site-map div.col-4 div.row-2 .right:hover {
  border: solid 1px #14684c;
  color: #14684c;
}

footer.main-container div#signets {
  margin-top: 3rem;
}

footer.main-container div#signets p {
  margin-bottom: 1rem;
}

footer.main-container div#signets ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#cookies-advice {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 1.2rem 1rem 1rem 1rem;
  background-color: #f9f9f9;
  z-index: 20;
}

#cookies-advice .main-container p {
  display: block;
  text-align: left;
  width: 80%;
  float: left;
  font-size: 0.9rem;
  padding: 0 0.5rem;
}

#cookies-advice .main-container span {
  display: block;
  width: 185px;
  float: left;
  font-size: 1.1rem;
  background-color: #2faf87;
  color: #fff;
  padding: 0.6rem 0;
  border-radius: 0.25rem;
  cursor: pointer;
  margin-top: 0.3rem;
  max-height: 40px;
}

#cookies-advice .main-container span:hover {
  background-color: #14684c;
}

/* HOME */
/* Home, anuncio principal */
main #home-cover {
  margin-top: 1rem;
  clear: both;
  width: 100%;
  background-image: url("../../img/web/02-bg-home-cover.svg");
  background-position-x: calc(50% + 70px);
  background-repeat: no-repeat;
}

main #home-cover-img {
  display: none;
}

main #home-cover .main-container {
  text-align: left;
}

main #home-cover .main-container h1 {
  padding-top: 6rem;
  font-size: 3.5rem;
  font-weight: normal;
  width: 619px;
  text-align: center;
}

main a.btn-free-trial,
main a.btn-request-demo {
  display: inline-block;
  padding: 10px;
  background-color: #2faf87;
  color: #fff;
  border-radius: 0.25rem;
  margin-left: 100px;
  margin-top: 1.5rem;
  width: 200px;
  text-align: center;
}

main a.btn-free-trial:hover,
main a.btn-request-demo {
  background-color: #14684c;
}

main a.btn-request-demo {
  background-color: #fff;
  border: solid 1px #2faf87;
  color: #2faf87;
  margin-left: 10px;
}

/* Home, tour */
main #homepage swiper-container#partners img {
  filter: grayscale(100%);
  height: 100px;
}

main #home-tour {
  margin-top: 5rem;
}

main #home-tour h2.title {
  margin: 1rem auto;
  margin-top: 5rem;
  font-size: 2rem;
  font-weight: 300;
}

main #home-tour p.subtitle {
  font-size: 1.5rem;
}

main #home-tour .cucunver-facade iframe,
main #home-tour .cucunver-facade img {
  margin-top: 2rem;
  width: 700px;
  height: 400px;
}

/* Home, características */
main #home-features {
  margin-top: 3rem;
  overflow: auto;
}

main #home-features h2.title {
  margin: auto;
  font-size: 2rem;
  font-weight: 300;
  margin-top: 1em;
}

main #home-features article {
  float: left;
  width: 25.5%;
  text-align: center;
  padding: 2.2rem 3% 0 3%;
}

main #home-features article:nth-child(2) {
  width: 24.5%;
  padding-left: 0;
}

main #home-features article:nth-child(5) {
  width: 24.5%;
  padding-right: 0;
}

main #home-features article img {
  width: 160px;
  height: 160px;
  margin: 0 auto 1.5rem auto;
}

main #home-features article span.title {
  display: block;
  margin: auto;
  font-size: 1.3rem;
  font-weight: 600;
}

main #home-features article p {
  font-size: 0.9rem;
  margin-top: 1rem;
}

/* Home, texto principal */
main #home-body {
  margin: 5rem auto 6rem auto;
  overflow: auto;
}

main #home-body H2.title {
  margin-top: 1em;
  width: 100%;
  font-size: 2rem;
}

main #home-body div.col-1,
main #home-body div.col-2 {
  float: left;
  margin-top: 4rem;
}

main #home-body div.col-1 {
  width: 50%;
  padding-right: 6%;
}

main #home-body div.col-1 p {
  margin-bottom: 2.5rem;
}

main #home-body div.col-2 {
  width: 44%;
  margin-left: 6%;
  border: solid 1px #e5e5e5;
  padding: 1.1rem;
  text-align: left;
  font-size: 1.1rem;
}

main #home-body div.col-2 ul {
  margin: 1.5rem 0 0 1.5rem;
}

main #home-body div.col-2 ul li {
  margin-bottom: 0.8rem;
  padding-left: 30px;
  background-image: url("../../img/web/14-icono-listados.svg");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 0 center;
}

/* Home, opiniciones de clientes */
#client-opinions {
  margin: 0;
}

#opinions {
  background-color: #edf9f7;
}

#opinions swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4em 8em;
}

#opinions swiper-slide img {
  height: 100px;
}

#opinions blockquote {
  margin: 0 2em;
}

#opinions blockquote b {
  color: #2faf87;
}

#opinions blockquote:before {
  display: flex;
  content: url("data:image/svg+xml,%3Csvg height='4em' xmlns='http://www.w3.org/2000/svg' fill='%232faf87' viewBox='0 0 32 32' aria-hidden='true'%3E%3Cpath d='M9.352 4C4.456 7.456 1 13.12 1 19.36c0 5.088 3.072 8.064 6.624 8.064 3.36 0 5.856-2.688 5.856-5.856 0-3.168-2.208-5.472-5.088-5.472-.576 0-1.344.096-1.536.192.48-3.264 3.552-7.104 6.624-9.024L9.352 4zm16.512 0c-4.8 3.456-8.256 9.12-8.256 15.36 0 5.088 3.072 8.064 6.624 8.064 3.264 0 5.856-2.688 5.856-5.856 0-3.168-2.304-5.472-5.184-5.472-.576 0-1.248.096-1.44.192.48-3.264 3.456-7.104 6.528-9.024L25.864 4z'%3E%3C/path%3E%3C/svg%3E");
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.2em;
  margin-bottom: 0.1em;
}

/* Descubre cucunver, portada */
main div#discover-cover .cucunver-buttons-container {
  margin-top: 2rem;
}

main div#discover-cover {
  margin-top: 7rem;
  overflow: auto;
}

main div#discover-cover div.col-1 {
  float: left;
  width: 50%;
  padding-right: 5rem;
}

main div#discover-cover div.col-1 h1.title {
  font-size: 2.2rem;
  margin-top: 4rem;
}

main div#discover-cover div.col-1 p {
  margin-top: 3rem;
  line-height: 1.6rem;
}

main div#discover-cover div.col-2 {
  float: right;
  width: 50%;
}

/* Descubre cucunver, características */
main section#discover-features {
  clear: both;
  margin-top: 6rem;
  border-top: solid 1px #e5e5e5;
  padding-top: 4rem;
}

main section#discover-features article {
  width: 50%;
  margin-bottom: 4rem;
  float: left;
}

main section#discover-features article img {
  width: auto;
  height: 180px;
  margin-bottom: 0.5rem;
}

main section#discover-features article.col-1 {
  clear: both;
}

main section#discover-features article.col-1 div.container {
  padding-left: 7rem;
  padding-right: 4rem;
}

main section#discover-features article.col-2 div.container {
  padding-left: 4rem;
  padding-right: 7rem;
}

main section#discover-features article p {
  line-height: 1.7rem;
}

main section#discover-features article a {
  color: #2faf87;
  margin-top: 2rem;
  text-decoration: underline;
}

main section#discover-features article div.more-info {
  border: solid 1px #2faf87;
  padding: 1rem 2rem 1rem 2rem;
  margin-top: 1rem;
}

main section#discover-features article.col-1 div.more-info {
  width: calc(100% - 0.5rem);
  float: left;
}

main section#discover-features article.col-2 div.more-info {
  width: calc(100% - 0.5rem);
  float: right;
}

main section#discover-features article div.more-info p {
  text-align: left;
  margin-top: 1rem;
  line-height: 1.5rem;
}

main section#discover-features article div.more-info#discover-app div {
  margin-top: 1rem;
}

main section#discover-features article div.more-info#discover-app img {
  width: 180px;
  height: 60px;
}

/* precios */
main section#prices .main-title {
  font-size: 2rem;
}

#billing-status-advice2 .ptachado {
  text-decoration: line-through;
  font-size: 1.3em;
  opacity: 0.7;
}

/* Sobre nosotros, navegacion */
main section#aboutus nav {
  margin-top: 6rem;
  border-bottom: solid 1px #e5e5e5;
  overflow: auto;
}

main section#aboutus nav ul li {
  float: left;
  width: 200px;
  text-align: center;
}

main section#aboutus nav ul li.us {
  margin-left: calc(50% - 300px - 4rem);
}

main section#aboutus nav ul li.social {
  margin-left: 4rem;
}

main section#aboutus nav ul li.conciliation {
  margin-left: 4rem;
}

main section#aboutus nav ul li img {
  display: block;
  margin: auto;
  width: 79px;
}

main section#aboutus nav ul li a {
  display: inline-block;
}

main section#aboutus nav ul li a span {
  display: inline-block;
  margin: 2rem auto 0.7rem auto;
  font-size: 0.9rem;
}

main section#aboutus nav ul li a:hover span {
  color: #2faf87;
}

main section#aboutus nav ul li.current a {
  color: #2faf87;
  border-bottom: solid 3px #2faf87;
}

/* Sobre nosotros, contenido */
main section#aboutus article {
  margin-top: 4.5rem;
}

main section#aboutus article .mobile-head {
  display: none;
}

main section#aboutus article .main-title {
  font-size: 2.1rem;
  font-weight: 400;
}

main section#aboutus article#social .main-title {
  margin-bottom: 4rem;
}

main section#aboutus article#nosotros h2 {
  font-size: 0.95rem;
  font-weight: 400;
  margin: 0.8rem auto 4rem auto;
}

main section#aboutus article#nosotros div {
  margin-bottom: 1.5rem;
}

main section#aboutus article#nosotros .list {
  display: grid;
  grid-template-columns: 30px auto;
  column-gap: 2rem;
  align-items: center;
}

main section#aboutus article#nosotros div.list img {
  width: 30px;
  height: 30px;
}

main section#aboutus article p {
  text-align: left;
  line-height: 1.6rem;
}

/* Sobre nosotros, cita */
main section#aboutus article .quote {
  width: 745px;
  margin: auto;
  background-color: #f4fbf9;
  padding: 2rem 1rem;
  font-size: 1.1rem;
  position: relative;
  margin-top: 4rem;
}

main section#aboutus article#social .quote {
  width: 982px;
}

main section#aboutus article .quote span.quote-open,
main section#aboutus article .quote span.quote-close {
  font-size: 5rem;
  color: #b5b5b5;
}

main section#aboutus article .quote span.quote-open {
  position: absolute;
  z-index: 3;
  top: -0.3rem;
  left: -1rem;
}

main section#aboutus article .quote span.quote-close {
  position: absolute;
  z-index: 3;
  bottom: -2.5rem;
  right: -0.8rem;
}

main section#aboutus article .quote a {
  color: #2faf87;
  text-decoration: underline;
}

/* Sobre nosotros, team */
main section#aboutus article div#team {
  margin-top: 3rem;
  padding-bottom: 7rem;
}

main section#aboutus article div#team div.title {
  font-size: 2rem;
}

main section#aboutus article div#team div#avatars {
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

main section#aboutus article div#team div#avatars div.avatar {
  display: block;
}

main section#aboutus article div#team div#avatars div.avatar img {
  display: block;
  width: 151px;
}

main section#aboutus article div#team div#avatars div.avatar span.name {
  display: block;
  margin-top: 2rem;
}

main section#aboutus article div#team div#avatars div.avatar span.position {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.8rem;
  font-style: italic;
}

/* Sobre nosotros, responsabilidad social */
main section#aboutus article#social div.subtitle {
  text-align: left;
  font-size: 1.3rem;
  margin-top: 2.5rem;
}

main section#aboutus article#social div#tips {
  margin-top: 3rem;
  padding-bottom: 1rem;
  overflow: auto;
}

main section#aboutus article#social div#tips div.col-1,
main section#aboutus article#social div#tips div.col-2 {
  float: left;
  width: 50%;
  text-align: left;
}

main section#aboutus article#social div#tips div.col-1 {
  padding-right: 2rem;
}

main section#aboutus article#social div#tips div.col-2 {
  padding-left: 2rem;
}

main section#aboutus article#social div#tips div.title {
  font-weight: 600;
}

main section#aboutus article#social div#tips ul {
  margin-top: 2rem;
}

main section#aboutus article#social div#tips ul li {
  margin-top: 1rem;
  background-image: url("../../img/web/32-recicled-icon.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0 2px;
  padding-left: 35px;
}

/* Sobre nosotros, conciliación */
main section#aboutus article#conciliacion .main-title {
  margin-bottom: 2rem;
}

main section#aboutus article#conciliacion q.subtitle {
  font-size: 0.97rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  display: inline-block;
}

main section#aboutus article#conciliacion q span.strong {
  font-style: italic;
}

main section#aboutus article#conciliacion p.subtitle2 {
  font-size: 1.3rem;
}

main section#aboutus article#conciliacion p {
  margin-bottom: 1.5rem;
}

main section#aboutus article#conciliacion ul {
  text-align: left;
}

main section#aboutus article#conciliacion ul li {
  margin-bottom: 0.9rem;
}

/* Contacto */
main div#contact .main-title {
  margin-top: 6rem;
  font-size: 2.1rem;
  font-weight: 400;
}

main div#contact ul {
  margin: 3rem auto 0 auto;
  text-align: left;
  width: 660px;
  overflow: auto;
}

main div#contact ul li {
  margin-bottom: 1.2rem;
}

main div#contact ul li label {
  display: inline-block;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 600;
}

main div#contact ul li input#form-title,
main div#contact ul li input#form-email,
main div#contact ul li textarea#form-txt,
main div#contact ul li .field-text {
  width: 100%;
  padding: 0.5rem;
  border: solid 1px #e5e5e5;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
}

main div#contact ul li input#form-title:hover,
main div#contact ul li textarea#form-txt:hover,
main div#contact ul li input#form-email:hover,
main div#contact ul li .field-text:hover {
  border: solid 1px #2faf87;
}

main div#contact ul li input#form-title.error,
main div#contact ul li input#form-email.error,
main div#contact ul li textarea#form-txt.error,
main div#contact ul li .field-text.error {
  border: solid 1px #cb1549;
}

main div#contact ul li textarea#form-txt {
  height: 15rem;
}

main div#contact ul li button#form-submit {
  background-color: #2faf87;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  min-width: 185px;
  padding: 0.5rem 0;
  border-radius: 0.25rem;
  cursor: pointer;
  float: right;
  margin-top: 2rem;
}

main div#contact ul li button#form-submit:hover {
  background-color: #14684c;
}

main div#contact ul li.recaptcha {
  float: left;
}

main div#contact ul li.recaptcha {
  float: left;
}

main div#contact ul li.submit {
  float: right;
}

main div#contact p.success {
  clear: both;
  font-size: 0.9rem;
  text-align: left;
  width: 660px;
  margin: 3rem auto 0 auto;
}

main div#contact p.success span {
  color: #2faf87;
}

/* Contacto, mapa */
main iframe#map {
  clear: both;
  margin-top: 5rem;
}

/* Aviso legal */
main section#advice {
  text-align: left;
  margin-top: 5rem;
  font-size: 0.9rem;
}

main section#advice p {
  margin: 1rem 0;
}

main section#advice ol {
  padding-left: 40px;
}

main section#advice ul {
  list-style: disc;
  padding-left: 40px;
}

main section#advice li {
  margin: 1rem 0;
}

main section#advice h1 {
  font-size: 2rem;
}

main section#advice h2,
main section#advice h1,
main section#advice h3 {
  color: #2faf87;
}

main section#advice .contact p {
  margin-left: 1rem;
  margin-top: 0.2rem;
}

/* Transparencia */
main section#transparency {
  text-align: left;
  margin-top: 5rem;
  font-size: 0.9rem;
}

main section#transparency p {
  margin: 1rem 0;
}

main section#transparency ol {
  padding-left: 40px;
}

main section#transparency ul {
  list-style: disc;
  padding-left: 40px;
}

main section#transparency li {
  margin: 1rem 0;
}

main section#transparency h1 {
  font-size: 2rem;
}

main section#transparency h2,
main section#transparency h1,
main section#transparency h3 {
  color: #2faf87;
}

main section#transparency .contact p {
  margin-left: 1rem;
  margin-top: 0.2rem;
}

.cucunver-link {
  text-decoration: underline;
  color: #2bc6c1;
}

.cucunver-link:hover {
  text-decoration: underline;
  color: #2999bc;
  cursor: pointer;
}

/* Generico */
.btn-primary {
  color: #fff;
  background-color: #2faf87;
  border-color: #14684c;
  font-family: "Open Sans", sans serif !important;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  outline: none;
  border-radius: 0.2rem;
}

.btn-primary:hover {
  background-color: #14684c;
  border-radius: 0.2rem;
}

.btn-secondary {
  font-family: "Open Sans", sans serif !important;
  color: #4f4f4f !important;
  background-color: #f0f0f0 !important;
  border-radius: 0.2rem;
}

.btn-secondary:hover {
  background-color: #cdcdcd !important;
  border-radius: 0.2rem;
}

.btn-optional {
  min-width: calc(9em - 2px);
  color: #2faf87;
  background-color: #fff;
  padding: 0.75rem 2rem;
  border: solid 1px #2faf87;
  font-family: "Open Sans", sans serif !important;
  font-size: 1rem;
  font-weight: 400;
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
  border-radius: 0.2rem;
}

.btn-optional:hover {
  color: #14684c;
  border-color: #14684c;
  border-radius: 0.2rem;
}

/* precios */
#billing-status .cucunver-info {
  background: url(../img/034-info.svg) no-repeat 1.9rem 1.2rem #f4fbf9;
  background-size: 40px;
  padding: 1.7rem 1.5rem 1rem 6rem;
  font-size: 1.1rem;
}

#billing-status .cucunver-info-alert,
#main-dashboard .cucunver-info-alert {
  background: url(../img/034-info.svg) no-repeat 1.9rem 1.2rem #fbf4f6;
  background-size: 40px;
  padding: 1.7rem 1.5rem 1rem 6rem;
  font-size: 1.1rem;
}

#billing-status .cucunver-info p {
  margin-bottom: 0.5rem;
}

#main-dashboard .cucunver-widget-4.cucunver-info,
#main-dashboard .cucunver-info-alert {
  margin: 5px 0 2rem 0;
  width: 100%;
}

#dashboard-p2,
#dashboard-p2b {
  background: url(../img/034-info.svg) no-repeat 1.9rem 1.2rem #f4fbf9;
  background-size: 40px;
  padding: 1.7rem 1.5rem 1rem 6rem;
  font-size: 1.1rem;
}

#billing-status .blue,
#dashboard-p2.blue,
#dashboard-p2b.blue {
  border: solid 1px #2999bc;
  background: url(../img/034-info.svg) no-repeat 1.9rem 1.2rem #f4f8fb;
  background-size: 40px;
  padding: 1.7rem 1.5rem 1rem 6rem;
  font-size: 1.1rem;
}

#billing-status .blue {
  padding: 2rem 1.5rem 1.5rem 6rem;
}

#dashboard-p2.blue .btn-primary,
#dashboard-p2b .btn-primary {
  background-color: #2999bc;
}

#dashboard-p2 p,
#dashboard-p2b p {
  margin: 0.2rem;
}

#billing-status-advice1 {
  width: 100%;
  margin: 3rem 0 4rem;
  text-align: center;
  color: #4f4f4f;
}

#billing-status-advice1 .msg1 {
  font-size: 1.5rem;
}

#billing-status-advice1 .msg2 {
  font-size: 1rem;
}

#billing-status-advice1 .msg3 {
  margin-top: 2rem;
}

#billing-status-advice2 {
  width: 100%;
  margin: 2rem 0 2rem;
}

#billing-status-advice2 {
  display: grid;
  grid-template-columns: repeat(5, 20%);
}

#billing-status-advice2 .msg:not(.msg4) {
  display: grid;
  grid-template-rows: 18rem repeat(14, 3rem);
  justify-items: center;
  align-items: center;
  border-left: 1px solid #e5e5e5;
}

#billing-status-advice2 .msg div:first-child {
  border-bottom: 2px solid #edf9f7;
  align-self: end;
  width: 100%;
  line-height: 1.2rem;
}

#billing-status-advice2 .msg div:first-child>div {
  margin: 20px 0;
}

#billing-status-advice2 .msg div:first-child>div.p1 {
  font-size: 1.35rem;
  font-weight: bold;
  color: #4f4f4f;
  margin-bottom: 0.1rem;
}

#billing-status-advice2 .msg div:first-child>div.p2 {
  font-size: 3rem;
  color: #4f4f4f;
  margin-bottom: 0.5rem;
}

#billing-status-advice2 .msg div:first-child>div.p2 .scn {
  font-size: 2rem;
}

#billing-status-advice2 .msg div:first-child>div.p2 .trd {
  font-size: 1.2rem;
}

#billing-status-advice2 .msg div:first-child>div.p3 {
  color: #8c8c8c;
  font-size: 1rem;
  margin-bottom: 0.1rem;
}

#billing-status-advice2 .msg div:first-child>div.p3 span {
  font-weight: bold;
}

#billing-status-advice2 .msg div:first-child>div.p4 {
  color: #2faf87;
  margin-top: -0px;
}

#billing-status-advice2 .msg div img {
  width: 30px;
  height: 30px;
}

#billing-status-advice2 .msg.msg0 {
  font-weight: bold;
  border: none;
}

#billing-status-advice2 .msg1 {
  background: url(../img/034-plan1.png) no-repeat center 0px;
  background-size: 110px;
}

#billing-status-advice2 .msg2 {
  background: url(../img/035-plan2.svg) no-repeat center 0px;
  background-size: 110px;
}

#billing-status-advice2 .msg.msg3 {
  background: url(../img/036-plan3.svg) no-repeat center 0px;
  background-size: 110px;
}

#billing-status-advice2 .msg4 {
  background-color: #edf9f7;
  padding: 6rem 2rem;
}

#billing-status-advice2 .msg4 .fundacion {
  width: 110px;
  height: 110px;
  align-self: center;
  align-content: center;
}

#billing-status-advice-btn1 {
  margin: 1rem;
  display: inline-block;
}

#billing-status-advice-btn2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* Precios incluido en plan */
#billing-plan-include div {
  display: grid;
  grid-template-columns: 50px calc(100% - 50px - 1rem);
  grid-template-rows: repeat(11, 3rem);
  margin: 2rem 0 5rem;
  align-items: center;
  justify-items: center;
  text-align: left;
  grid-gap: 1rem;
}

#billing-plan-include div img {
  width: 35px;
  height: 35px;
}

#billing-plan-include div span.new-function,
#billing-status-advice2 div span.new-function {
  font-size: 0.9rem;
  color: #2faf87;
  font-weight: bolder;
  font-style: italic;
}

#billing-plan-include div p {
  width: 100%;
}

/* Precios preguntas frecuentes */
#faq-container>.faq-items {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 2rem));
  grid-template-rows: repeat(2, calc(50% - 2rem));
  grid-gap: 4rem;
  margin-top: 2rem;
}

#faq-container .faq-items div {
  text-align: left;
}

#faq-container .faq-items div .faq-title {
  color: #2faf87;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

#faq-container .faq-items div .faq-detail {
  text-align: justify;
}

#faq-container .more-info {
  text-align: left;
  margin-top: 2rem;
}

#faq-container .more-info .more-info-link {
  color: #2faf87;
  text-decoration: underline;
}

/* Precios más información */
#faq-container-moreinfo .faq-item-detail-moreinfo {
  text-align: left;
  margin-top: 1rem;
}

#faq-container-moreinfo .faq-item-detail-moreinfo .faq-title {
  color: #2faf87;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

#faq-container-moreinfo .faq-item-detail-moreinfo .faq-detail {
  text-align: justify;
}

#faq-container-moreinfo .more-info {
  text-align: left;
  margin-top: 2rem;
}

#faq-container-moreinfo .more-info .more-info-link {
  color: #2faf87;
  text-decoration: underline;
}

/* Breakpoints
-   1440px - 1280px web
-   1280px
-   1279px -  992px
-   1279px -  769px
-   837px
-  	768px
-   450px
-   375px
-   320px
*/

@media all and (min-width: 1280px) and (max-width: 1440px) {
  header.main-container #menu-main ul li:not(:first-child) {
    margin-left: calc((100% - 980px) / 7);
  }

  /* Menú idiomas */
  header.main-container #menu-lang ul {
    right: 2rem;
    top: 0.5rem;
  }

  /* Menú principal */
  header.main-container #menu-main ul li {
    margin-left: 2rem;
  }

  /* Footer */
  footer.main-container a.logo img {
    margin-left: 1.5%;
  }

  footer.main-container div.site-map div.col-1 {
    margin-left: 1.5%;
  }

  footer.main-container div.site-map div.lang {
    margin-left: 1.5%;
  }

  footer.main-container div#signets {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  /* Home, anuncio principal */
  main #home-cover {
    background-position-x: calc(50% - 30px);
  }

  main #home-cover .main-container h1 {
    width: calc(619px + 2rem);
    padding-left: 2rem;
  }

  /* Home, características */
  main #home-features article {
    width: 25.5%;
    padding: 2.2rem 3% 0 3%;
  }

  main #home-features article:nth-child(2) {
    width: 24.5%;
    padding-left: 2.5%;
  }

  main #home-features article:nth-child(5) {
    width: 24.5%;
    padding-right: 2.5%;
  }

  /* Home, texto principal */
  main #home-body div.col-1 {
    padding-right: 4.5%;
    padding-left: 1.5%;
  }

  main #home-body div.col-2 {
    margin-left: 4.5%;
    margin-right: 1.5%;
  }

  /* Descubre cucunver */
  main div#discover-cover {
    margin-top: 6rem;
  }

  main div#discover-cover div.col-1 {
    padding-right: 2rem;
    padding-left: 3rem;
  }

  main div#discover-cover div.col-2 img {
    max-width: 630px;
  }
}

@media all and (max-width: 1279px) {
  .main-container3 {
    padding: 0 1rem;
  }

  /* Menú idiomas */
  header.main-container #menu-lang {
    position: absolute;
    right: 50px;
    top: 0;
    width: 40px;
    height: 100%;
  }

  header.main-container #menu-lang ul {
    margin: 1.2rem 0 0 0;
    padding: 0;
  }

  header.main-container #menu-lang ul>li {
    padding: 0.5rem;
  }

  header.main-container #menu-lang.show ul li:not(:first-child) {
    margin-top: 0;
  }

  header.main-container #menu-lang span.flag {
    width: 30px;
    height: 21px;
    background-size: 32px auto;
    border: 0;
    margin: 0 auto;
  }

  header.main-container #menu-lang .gl span.flag {
    background-position: -1px -224px;
  }

  header.main-container #menu-lang .es span.flag {
    background-position: -1px -252px;
  }

  header.main-container #menu-lang .ca span.flag {
    background-position: -1px -274px;
  }

  header.main-container #menu-lang .eu span.flag {
    background-position: -1px -297px;
  }

  header.main-container #menu-lang span.text,
  header.main-container #menu-lang span.arrow {
    display: none;
  }

  /* Home, anuncio principal */
  main #home-cover {
    padding-top: 80px;
    height: 500px;
    background-position-x: 0;
    background-position-y: 10em;
    background-size: 70%;
  }

  main #home-cover .main-container {
    height: 100%;
    position: relative;
  }

  main #home-cover .main-container .cucunver-buttons-container {
    position: absolute;
    bottom: -3.5em;
    overflow: auto;
    width: 100%;
  }
}

@media all and (min-width: 992px) and (max-width: 1279px) {
  main #home-cover-img {
    width: 70%;
    margin-top: 2rem;
  }

  #cofinanced {
    display: none;
  }

  #cofinanced2 {
    display: block;
  }
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  #opinions swiper-slide {
    padding: 4em 3em;
  }

  .main-container {
    max-width: 100%;
  }

  /* Menú principal */
  header.main-container {
    position: fixed;
    background: #fff;
    z-index: 20;
    top: 0;
    left: 0;
  }

  header.main-container #menu-main {
    margin-top: 0;
    padding: 1rem;
    border-bottom: solid 1px #e5e5e5;
  }

  header.main-container #menu-main ul li.discover,
  header.main-container #menu-main ul li.aboutus,
  header.main-container #menu-main ul li.blog,
  header.main-container #menu-main ul li.contact,
  header.main-container #menu-main ul li.prices,
  header.main-container #menu-main ul li.free-trial,
  header.main-container #menu-main ul li.login {
    display: none;
  }

  header.main-container #menu-main ul li.burger {
    display: block;
    float: right;
    margin-left: 0;
  }

  #cofinanced {
    display: none;
  }

  #cofinanced2 {
    display: block;
  }

  /* Home, anuncio principal */
  main #home-cover {
    /* background-image: none; */
    padding-top: 80px;
  }

  main #home-cover-img {
    display: block;
    margin: auto;
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main #home-cover .main-container h1 {
    padding: 1rem 2rem 0 2rem;
    font-size: 1.8rem;
    font-weight: normal;
    width: 100%;
    text-align: center;
  }

  main a.btn-free-trial {
    margin-left: calc(50% - 200px);
  }

  main #home-features {
    text-align: center;
  }

  main #home-features h2.title {
    padding: 0 2rem 0 2rem;
    font-size: 1.8rem;
  }

  main #home-features article {
    float: none;
    text-align: center;
    padding: 0 2rem 0 2rem;
    margin: 3rem auto 0 auto;
    width: 100%;
  }

  main #home-features article:nth-child(2) {
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main #home-features article:nth-child(5) {
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main #home-features article p {
    font-size: 1rem;
  }

  main #home-body div.title {
    padding: 0 2rem 0 2rem;
    font-size: 1.8rem;
  }

  main #home-body div.col-1 {
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main #home-body div.col-1,
  main #home-body div.col-2 {
    float: none;
    margin-top: 2rem;
  }

  main #home-body div.col-1 p {
    margin-bottom: 2rem;
  }

  main #home-body div.col-2 {
    width: 100%;
    margin-left: 0;
    border: none;
    padding: 1rem 2rem 0 2rem;
    text-align: left;
    font-size: 1rem;
  }

  footer.main-container {
    text-align: center;
  }

  footer a.logo {
    margin: auto;
  }

  footer.main-container div.site-map {
    border-top: none;
    border-bottom: none;
    padding: 1rem 0 2.5rem 0;
  }

  footer.main-container div.site-map div.col-1,
  footer.main-container div.site-map div.col-2,
  footer.main-container div.site-map div.col-3 {
    float: none;
    font-size: 0.9rem;
    margin-right: 0;
  }

  footer.main-container div.site-map div.col-2,
  footer.main-container div.site-map div.col-3 {
    margin-top: 2rem;
  }

  footer.main-container div.site-map div.col-3 div.row-1 div.icon,
  footer.main-container div.site-map div.col-3 div.row-2 div.icon {
    float: none;
    display: inline-block;
    margin: 0;
  }

  footer.main-container div.site-map div.col-3 div.row-1 div.data,
  footer.main-container div.site-map div.col-3 div.row-2 div.data {
    float: none;
  }

  footer.main-container div.site-map div.col-3 div.row-3 a.icon.tt,
  footer.main-container div.site-map div.col-3 div.row-3 a.icon.fb,
  footer.main-container div.site-map div.col-3 div.row-3 a.icon.ln,
  footer.main-container div.site-map div.col-3 div.row-3 a.icon.ig,
  footer.main-container div.site-map div.col-3 div.row-3 a.icon.yt {
    display: inline-block;
    float: none;
    width: 17px;
    margin-right: 0.6rem;
    margin-left: 0.6rem;
  }

  footer.main-container div#signets ul {
    display: block;
    text-align: center;
  }

  footer.main-container div#signets li {
    margin: 0 auto 1.5rem auto;
  }

  footer.main-container div#signets li.xunta,
  footer.main-container div#signets li.ministerio {
    width: 40%;
  }

  footer.main-container div#signets li.igape {
    width: 30%;
  }

  footer.main-container div#signets li.europa {
    width: 45%;
  }

  footer.main-container div#signets li.mapfre {
    width: 35%;
  }

  footer.main-container div#signets li.logo-footer {
    display: none;
  }

  footer.main-container div#signets li img {
    width: 100%;
  }

  #cookies-advice .main-container {
    text-align: center;
  }

  #cookies-advice .main-container p {
    float: none;
    width: 100%;
  }

  #cookies-advice .main-container span {
    display: block;
    float: none;
    margin: 0.3rem auto 0 auto;
  }

  /* discover */
  main div#discover-cover div.col-1 {
    float: none;
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main div#discover-cover div.col-1 h1.title {
    font-size: 1.8rem;
    margin-top: 1.2rem;
  }

  main div#discover-cover div.col-2 {
    float: none;
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main #home-body div.col-2 p {
    text-align: center;
  }

  main div#discover-cover div.col-2 img {
    width: 100%;
    max-width: 715px;
  }

  main section#discover-features {
    border-top: none;
    margin-top: 0;
  }

  main section#discover-features article {
    width: 100%;
    margin-bottom: 4rem;
    float: none;
  }

  main section#discover-features article.col-1 div.container,
  main section#discover-features article.col-2 div.container {
    padding: 0 2rem 0 2rem;
  }

  main section#discover-features article div.more-info {
    border: none;
    width: 100%;
    margin-bottom: 4rem;
    margin-top: 1rem;
  }

  main section#discover-features article.col-1 div.more-info,
  main section#discover-features article.col-2 div.more-info {
    width: 100%;
    float: none;
  }

  /* sobre nosotros */
  main section#aboutus nav ul li {
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
  }

  main section#aboutus nav {
    border-bottom: none;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    padding: 1rem 0 1rem 0;
    top: 4.2rem;
    left: 0;
    margin-top: 0;
    z-index: 19;
  }

  main section#aboutus nav ul li.us {
    margin-left: calc(50% - 30px - 1rem);
  }

  main section#aboutus nav ul li.social {
    margin-left: 1rem;
  }

  main section#aboutus nav ul li.conciliation {
    margin-left: 1rem;
  }

  main section#aboutus nav ul li a {
    width: 20px;
    height: 20px;
    background-color: #e5e5e5;
    border-radius: 100%;
  }

  main section#aboutus nav ul li.current a {
    background-color: #2faf87;
    border-bottom: none;
  }

  main section#aboutus nav ul li a:hover {
    background-color: #2faf87;
  }

  main section#aboutus nav ul li a img,
  main section#aboutus nav ul li a span {
    display: none;
  }

  main section#aboutus article .mobile-head {
    margin-bottom: 1.5rem;
    display: block;
    padding-top: calc(6.2rem + 20px);
    z-index: 100;
  }

  main section#aboutus .mobile-head img {
    margin-top: 1rem;
    width: 79px;
  }

  main section#aboutus article {
    margin-top: 0;
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main section#aboutus article p {
    margin-top: 1rem;
    text-align: center;
  }

  main section#aboutus article .main-title {
    font-size: 1.8rem;
  }

  main section#aboutus article#nosotros h2 {
    font-size: 0.95rem;
    font-weight: 400;
    margin: 0.8rem auto 1rem auto;
  }

  main section#aboutus article .quote,
  main section#aboutus article#social .quote {
    width: calc(100% - 40px);
    margin-top: 1rem;
  }

  main section#aboutus article div#team {
    margin-top: 3rem;
    padding-bottom: 0;
  }

  main section#aboutus article div#team div#avatars {
    margin-top: 2rem;
    display: block;
  }

  main section#aboutus article div#team div#avatars div.avatar img {
    display: block;
    margin: auto;
    width: 151px;
  }

  main section#aboutus article div#team div#avatars div.avatar {
    display: block;
    margin-bottom: 1.5rem;
  }

  main section#aboutus article#conciliacion ul {
    text-align: center;
  }

  main section#aboutus article#social div#tips div.col-1,
  main section#aboutus article#social div#tips div.col-2 {
    float: none;
    width: 100%;
    text-align: left;
  }

  main section#aboutus article#social div#tips div.col-1 {
    padding-right: 0;
  }

  main section#aboutus article#social div#tips div.col-2 {
    padding-left: 0rem;
  }

  /* contacto */
  main div#contact ul {
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main div#contact ul li input#form-title,
  main div#contact ul li input#form-email,
  main div#contact ul li textarea#form-txt {
    padding-top: 1rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
  }

  main div#contact .main-title {
    font-size: 1.8rem;
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main div#contact p.success span {
    color: #2faf87;
    padding: 0 2rem 0 2rem;
  }

  /* precios */
  #billing-status-advice2 .msg:not(.msg4) {
    grid-template-rows: 19rem repeat(17, 3rem);
  }
}

@media all and (max-width: 834px) {
  #opinions swiper-slide {
    flex-direction: column;
    padding: 4em 3em;
  }

  #billing-status-advice2 .msg0 {
    padding: 0 0.2rem;
  }

  #billing-status-advice2 {
    grid-template-columns: repeat(5, 220px);
    overflow: auto;
  }

  #faq-container>.faq-items {
    grid-template-columns: 100%;
    grid-template-rows: repeat(4, auto);
  }

  main #home-cover {
    background-position-y: 15em;
  }
}

@media all and (max-width: 768px) {
  .main-container {
    max-width: 100%;
  }

  main a.btn-free-trial {
    margin-top: 3rem;
    margin-left: calc(50% - 220px);
  }

  /* Menú principal */
  header.main-container {
    position: fixed;
    background: #fff;
    z-index: 20;
    top: 0;
    left: 0;
  }

  header.main-container #menu-main {
    margin-top: 0;
    padding: 1rem;
    border-bottom: solid 1px #e5e5e5;
  }

  header.main-container #menu-main ul li.discover,
  header.main-container #menu-main ul li.aboutus,
  header.main-container #menu-main ul li.blog,
  header.main-container #menu-main ul li.contact,
  header.main-container #menu-main ul li.prices,
  header.main-container #menu-main ul li.free-trial,
  header.main-container #menu-main ul li.login {
    display: none;
  }

  header.main-container #menu-main ul li.burger {
    display: block;
    float: right;
    margin-left: 0;
  }

  #cofinanced {
    display: none;
  }

  #cofinanced2 {
    display: block;
    margin-top: 10px;
  }

  /* Home, anuncio principal */
  main #home-cover {
    background-position-x: -60px;
    background-size: 80%;
  }

  main #home-cover-img {
    display: block;
    margin: auto;
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main #home-cover .main-container h1 {
    padding: 1rem 2rem 0 2rem;
    font-size: 1.8rem;
    font-weight: normal;
    width: 100%;
    text-align: center;
  }

  main #home-cover .main-container h1 {
    padding: 1rem 2rem 0 2rem;
    font-size: 1.8rem;
    font-weight: normal;
    width: 100%;
    text-align: center;
  }

  main a.btn-free-trial,
  main a.btn-request-demo {
    margin-top: 0;
  }

  main #home-tour .cucunver-facade iframe,
  main #home-tour .cucunver-facade img {
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  main #home-features {
    text-align: center;
  }

  main #home-features h2.title {
    padding: 0 2rem 0 2rem;
    font-size: 1.8rem;
  }

  main #home-features article {
    float: none;
    text-align: center;
    padding: 0 2rem 0 2rem;
    margin: 3rem auto 0 auto;
    width: 100%;
  }

  main #home-features article:nth-child(2) {
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main #home-features article:nth-child(5) {
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main #home-features article p {
    font-size: 1rem;
  }

  main #home-body div.title {
    padding: 0 2rem 0 2rem;
    font-size: 1.8rem;
  }

  main #home-body div.col-1 {
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main #home-body div.col-1,
  main #home-body div.col-2 {
    float: none;
    margin-top: 2rem;
  }

  main #home-body div.col-1 p {
    margin-bottom: 2rem;
  }

  main #home-body div.col-2 {
    width: 100%;
    margin-left: 0;
    border: none;
    padding: 1rem 2rem 0 2rem;
    text-align: left;
    font-size: 1rem;
  }

  footer.main-container {
    text-align: center;
  }

  footer a.logo {
    margin: auto;
  }

  footer.main-container div.site-map {
    border-top: none;
    border-bottom: none;
    padding: 1rem 0 2.5rem 0;
  }

  footer.main-container div.site-map div.col-1,
  footer.main-container div.site-map div.col-2,
  footer.main-container div.site-map div.col-3 {
    float: none;
    font-size: 0.9rem;
    margin-right: 0;
  }

  footer.main-container div.site-map div.col-2,
  footer.main-container div.site-map div.col-3 {
    margin-top: 2rem;
  }

  footer.main-container div.site-map div.col-3 div.row-1 div.icon,
  footer.main-container div.site-map div.col-3 div.row-2 div.icon {
    float: none;
    display: inline-block;
    margin: 0;
  }

  footer.main-container div.site-map div.col-3 div.row-1 div.data,
  footer.main-container div.site-map div.col-3 div.row-2 div.data {
    float: none;
  }

  footer.main-container div.site-map div.col-3 div.row-3 a.icon.tt,
  footer.main-container div.site-map div.col-3 div.row-3 a.icon.fb,
  footer.main-container div.site-map div.col-3 div.row-3 a.icon.ln,
  footer.main-container div.site-map div.col-3 div.row-3 a.icon.ig,
  footer.main-container div.site-map div.col-3 div.row-3 a.icon.yt {
    display: inline-block;
    float: none;
    width: 17px;
    margin-right: 0.6rem;
    margin-left: 0.6rem;
  }

  footer.main-container div#signets ul {
    display: block;
    text-align: center;
  }

  footer.main-container div#signets li {
    margin: 0 auto 1.5rem auto;
  }

  footer.main-container div#signets li.xunta,
  footer.main-container div#signets li.ministerio {
    width: 40%;
  }

  footer.main-container div#signets li.igape {
    width: 30%;
  }

  footer.main-container div#signets li.europa {
    width: 45%;
  }

  footer.main-container div#signets li.mapfre {
    width: 35%;
  }

  footer.main-container div#signets li.logo-footer {
    display: none;
  }

  footer.main-container div#signets li img {
    width: 100%;
  }

  #cookies-advice .main-container {
    text-align: center;
  }

  #cookies-advice .main-container p {
    float: none;
    width: 100%;
  }

  #cookies-advice .main-container span {
    display: block;
    float: none;
    margin: 0.3rem auto 0 auto;
  }

  /* discover */
  main div#discover-cover div.col-1 {
    float: none;
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main div#discover-cover div.col-1 h1.title {
    font-size: 1.8rem;
    margin-top: 1.2rem;
  }

  main div#discover-cover div.col-2 {
    float: none;
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main #home-body div.col-2 p {
    text-align: center;
  }

  main div#discover-cover div.col-2 img {
    width: 100%;
  }

  main section#discover-features {
    border-top: none;
    margin-top: 0;
  }

  main section#discover-features article {
    width: 100%;
    margin-bottom: 4rem;
    float: none;
  }

  main section#discover-features article.col-1 div.container,
  main section#discover-features article.col-2 div.container {
    padding: 0 2rem 0 2rem;
  }

  main section#discover-features article div.more-info {
    border: none;
    width: 100%;
    margin-bottom: 4rem;
    margin-top: 1rem;
  }

  main section#discover-features article.col-1 div.more-info,
  main section#discover-features article.col-2 div.more-info {
    width: 100%;
    float: none;
  }

  /* sobre nosotros */
  main section#aboutus nav ul li {
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
  }

  main section#aboutus nav {
    border-bottom: none;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    padding: 1rem 0 1rem 0;
    top: 4.2rem;
    left: 0;
    margin-top: 0;
    z-index: 19;
  }

  main section#aboutus nav ul li.us {
    margin-left: calc(50% - 30px - 1rem);
  }

  main section#aboutus nav ul li.social {
    margin-left: 1rem;
  }

  main section#aboutus nav ul li.conciliation {
    margin-left: 1rem;
  }

  main section#aboutus nav ul li a {
    width: 20px;
    height: 20px;
    background-color: #e5e5e5;
    border-radius: 100%;
  }

  main section#aboutus nav ul li.current a {
    background-color: #2faf87;
    border-bottom: none;
  }

  main section#aboutus nav ul li a:hover {
    background-color: #2faf87;
  }

  main section#aboutus nav ul li a img,
  main section#aboutus nav ul li a span {
    display: none;
  }

  main section#aboutus article .mobile-head {
    margin-bottom: 1.5rem;
    display: block;
    padding-top: calc(6.2rem + 20px);
    z-index: 100;
  }

  main section#aboutus .mobile-head img {
    margin-top: 1rem;
    width: 79px;
  }

  main section#aboutus article {
    margin-top: 0;
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main section#aboutus article p {
    margin-top: 1rem;
    text-align: center;
  }

  main section#aboutus article .main-title {
    font-size: 1.8rem;
  }

  main section#aboutus article#nosotros h2 {
    font-size: 0.95rem;
    font-weight: 400;
    margin: 0.8rem auto 1rem auto;
  }

  main section#aboutus article .quote,
  main section#aboutus article#social .quote {
    width: calc(100% - 40px);
    margin-top: 1rem;
  }

  main section#aboutus article div#team {
    margin-top: 3rem;
    padding-bottom: 0;
  }

  main section#aboutus article div#team div#avatars {
    margin-top: 2rem;
    display: block;
  }

  main section#aboutus article div#team div#avatars div.avatar img {
    display: block;
    margin: auto;
    width: 151px;
  }

  main section#aboutus article div#team div#avatars div.avatar {
    display: block;
    margin-bottom: 1.5rem;
  }

  main section#aboutus article#conciliacion ul {
    text-align: center;
  }

  main section#aboutus article#social div#tips div.col-1,
  main section#aboutus article#social div#tips div.col-2 {
    float: none;
    width: 100%;
    text-align: left;
  }

  main section#aboutus article#social div#tips div.col-1 {
    padding-right: 0;
  }

  main section#aboutus article#social div#tips div.col-2 {
    padding-left: 0rem;
  }

  /* contacto */
  main div#contact ul {
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main div#contact ul li input#form-title,
  main div#contact ul li input#form-email,
  main div#contact ul li textarea#form-txt {
    padding-top: 1rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
  }

  main div#contact .main-title {
    font-size: 1.8rem;
    width: 100%;
    padding: 0 2rem 0 2rem;
  }

  main div#contact p.success span {
    color: #2faf87;
    padding: 0 2rem 0 2rem;
  }
}

@media all and (max-width: 450px) {
  #opinions swiper-slide {
    flex-direction: column;
    padding: 4em 0;
  }

  main #home-cover {
    background-size: 100%;
    background-position-y: 15em;
    background-position-x: -6em;
    height: 450px;
  }

  main a.btn-free-trial,
  main a.btn-request-demo {
    width: calc(50% - 20px);
    margin-left: 12px;
  }
}

@media all and (max-width: 375px) {
  #opinions swiper-slide {
    flex-direction: column;
    padding: 4em 0;
  }

  #billing-plan-include div {
    grid-template-rows: repeat(16, 5rem);
  }

  main #home-cover {
    background-position-y: 22em;
    background-position-x: -8em;
  }
}

@media screen and (max-width: 320px) {
  #opinions swiper-slide {
    flex-direction: column;
    padding: 4em 0;
  }

  footer.main-container div.site-map div.col-4 div.row-2 .left {
    width: 170px;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  main #home-cover {
    background-position-y: 25em;
    background-position-x: -7em;
  }
}

.digiteal-icon{
  content: url('../../img/digiteal-icon.png');
}

#paymentModal-form{
  .payment-type{
    margin-bottom: 25px;

    h4, h5{
      margin: 0;
    }

    .types{
      margin: 25px 0;
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      flex-wrap: wrap;
      gap:20px;

      .type{

        input {
          border: 0;
          clip: rect(0 0 0 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px;
        }

        label{
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 150px;
          height: 150px;
          position: relative;
          background: #f2f4f7;
          border: 2px solid #e8ebed;
          padding: 25px;
          margin:0;
          box-sizing: border-box;
          border-radius: 6px;
          cursor: pointer;
          text-align: center;
          transition: all .5s ease;
          filter: grayscale(1);
        }

        input:not(disabled) + label:hover{
          border-color: #28333b;
          filter: grayscale(.6);

          .logo, p{
            color: #28333b;
          }
        }
      }

      input:checked + label {
        border-color: #40b3ff;
        background: rgba(64, 179, 255, .1);
        filter: grayscale(0);

        .logo{
          color: #40b3ff;
        }

        p{
          color: #28333b;
        }

        &::after{
          content: "\2713";
          font: normal normal normal 16px/1 "LineAwesome";
          font-weight: 900;
          position: absolute;
          height: 30px;
          width: 30px;
          top: -15px;
          right: -15px;
          background: #fff;
          border: 2px solid #40b3ff;
          border-radius: 50%;
          display: flex ;
          align-items: center;
          justify-content: center;
        }

        .logo, p{
          transition: all .5s ease;
        }
      }

      .logo, p{
        transition: all .5s ease;
      }

      .logo{
        font-size: 48px;
        color: #8a959c;

        img{
          min-height: 80px;
          max-width: 100%;
          height: auto;
          vertical-align: middle;
          border-style: none;
        }
      }

      p{
        margin-bottom: 0;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .5px;
        color: #8a959c;
      }
    }
  }

  #paymentModal-data{
    display: flex;
    flex-direction: column;

    label{
      display: inline-block;
      margin-bottom: 0.5rem;
    }
  }
}
