/*mobile*/
@media only screen and (max-width: 40em) {
  .cookie-inner-wrapper {
    flex-direction: column;
  }

  .cookie-message-wrapper span {
    line-height: 1;
    text-align: center;
  }

  .cookie-inner-wrapper .button {
    margin-top: 10px;
  }

  .cookie-inner-wrapper a {
    padding-top: 10px;
  }

  .btn_cookie_accept {
    width: fit-content;
    margin: 0 auto;
    margin-top: 10px;
  }

  .menu-button {
    float: right;
    position: relative;
    z-index: 20;
  }

  /*icon menu*/
  .toggle-sidebar {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 0px 0 0px;
    background: transparent;
    font-size: 0;
    color: transparent;
    top: 20px;
  }

  .toggle-sidebar:before {
    margin-top: -6px;
    height: 17px;
    border-top: 3px solid #10afb0;
    border-bottom: 3px solid #10afb0;
  }

  .toggle-sidebar:after,
  .toggle-sidebar:before {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 22px;
    width: 23px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .toggle-sidebar:after {
    top: 23px;
    height: 3px;
    background: #10afb0;
  }

  .toggle-sidebar.sidebar-open {
    background: #10afb0;
  }

  .toggle-sidebar.sidebar-open:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 0;
    border-bottom: 0;
    margin-top: 0;
    border-top: 3px solid #fff;
  }

  .toggle-sidebar.sidebar-open:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    border-top: 3px solid #fff;
  }

  .toggle-sidebar.sidebar-open {}

  /*end icon menu*/

  .logo {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .logo .absolute {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .banner {
    margin-top: 20px;
  }

  .header {
    position: inherit;
  }

  .menu-button.navbar-fixed::after {
    border-bottom: 0;
    width: 44px;
    right: 0;
    left: 0;
  }

  .navbar-fixed::after {
    height: 44px;
    top: 20px;
  }

  .menu-button.navbar-fixed {
    position: relative;
    right: 0;
    border-bottom: 0;
    width: 44px;
    height: 44px;
    top: 20px;
  }

  .menu-mob {
    position: relative;
    z-index: 20;
  }

  .menu-list {
    display: none;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    z-index: 2;
    position: absolute;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 80px;
  }

  .menu-list>a:first-child,
  .menu-list a:hover {
    color: rgb(162, 236, 243);
  }

  .menu-list a {
    font-size: 18px;
    padding-left: 15px;
    line-height: 2;
  }

  .menu-active {
    display: flex !important;
  }

  .contactos h1 {
    font-family: "Open Sans";
    font-size: 45px;
    color: #10afb0;
    font-weight: 700;
    letter-spacing: -2px;
    text-align: center;
  }

  .grid-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contactos .display-flex {
    flex-direction: column;
    margin: 0;
  }

  .contactos .display-flex>div {
    border-right: 0px solid #10afb0;
    text-align: center;
    padding: 0;
    height: fit-content;
    justify-content: center;
    line-height: 2;
    padding-bottom: 10px;
    flex-direction: column;
  }

  .contactos p {
    font-size: 18px;
    padding-top: 20px;
  }

  footer {
    display: none;
  }

  .banner-img>div:nth-child(2) {
    display: none !important;
  }

  .banner h1 {
    font-size: 40px;
  }

  .agendar {
    margin-left: 0;
    min-width: 100%;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
  }

  .single-item {
    width: 100%;
  }

  .video {
    height: 363px;
  }

  .video video {
    height: 363px;
  }

  .links-buttons {
    position: fixed;
    right: 20px;
    transition: opacity 0.3s ease-in;
    width: 50px;
    height: 50px;
    bottom: 16px;
  }

  .button-mobile {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #10afb0;

    box-sizing: border-box;
  }

  .B2qGZE,
  .B101Af,
  .B2bWGj {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    line-height: calc(50px - (2 * var(--controlButtonBorderSize, 0px)));
    justify-content: center;
    transform-style: preserve-3d;
  }

  .B2qGZE,
  .B101Af,
  .B2bWGj li {
    font-size: 10px;
  }

  .B2qGZE.B1-dBe,
  .B101Af,
  .B2bWGj li.B1UQZl:before,
  .B2qGZE.B1-dBe,
  .B101Af,
  .B2bWGj li.B2zFTV:before {
    margin-right: 3px;
  }

  .B2qGZE.B1-dBe,
  .B101Af,
  .B2bWGj li:before {
    background: white;
    content: "";
    height: 6px;
    width: 6px;
    display: inline-block;
    border-radius: 27px;
    transition: all 0.3s ease;
    opacity: 1;
    transform: scale(1);
  }

  .back-links {
    width: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 21;
  }

  .site-root {
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .PLK-qGZE .PLK-101Af {
    width: 100%;
    height: 100%;
    border-radius: 50%;

    box-sizing: border-box;
  }

  .PLK-2bWGj {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    line-height: calc(50px - (2 * var(--controlButtonBorderSize, 0px)));
    justify-content: center;
    transform-style: preserve-3d;
  }

  .PLK-2bWGj li {
    font-size: 10px;
  }

  .PLK-2bWGj li:before {
    content: "";
    height: 6px;
    width: 6px;
    display: inline-block;
    background: #fff;
    border-radius: 27px;
    transition: all 0.3s ease;
  }

  li.PLK-1UQZl::before {
    width: 17px;
    height: 3px;
    transform: translate(8.5px, -2px) rotate(-45deg);
  }

  li.PLK-2zFTV:before {
    height: 0;
    width: 0;
    opacity: 0;
    transition: opacity 0.3s;
  }

  li.PLK-3EVpZ:before {
    width: 17px;
    height: 3px;
    margin-right: 0;
    transform: translate(-8.5px, -2px) rotate(45deg);
  }

  .text-icon-phone {
    position: absolute;
    max-width: 160px;
    top: 22px;
    left: -40px;
    transform: translate(-100%, -15px);
    padding: 6px 8px;
    color: #1d2d3c;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px #ccc;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0.2px;
    font-size: 12px;
  }

  .icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: var(--actionsSHD, none);
    border: var(--actionsBorderSize, 0) solid rgba(var(--actionsBorderColor, 255, 255, 255), var(--alpha-actionsBorderColor, 1));
    box-sizing: border-box;
    background-color: #808080;
    position: relative;
    right: 23px;
  }

  .icon svg {
    height: 17px;
    width: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: white;
  }

  .separator {
    margin-bottom: 10px;
  }

  .menu-links {
    position: fixed;
    z-index: 22;
    bottom: 80px;
    right: 0;
    width: 100vw;
  }

  .menu-links-list {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 0px;
    align-items: flex-end;
  }

  .contact-mob {
    line-height: 1 !important;
  }
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */

  .text-icon-phone {
    top: -22px;
  }
}