/*
Theme Name: Base
Theme URI: https://www.invbit.com
Author: Base
Author URI: https://www.invbit.com
Description: Base para Betheme
Template: betheme
Version: 1.6.2
*/

:root {
  --primary: #6cace4;
  --shadow: #00355d;
  --color-first: #65587f;
  --color-second: #f18867;
  --color-third: #e85f99;
  --color-forth: #50bda1;
  --block-width: 300px;
  --block-height: 270px;
  --border-width: .625rem;
  --border-radius-outer: 8px;
  --border-radius-inner: calc(var(--border-radius-outer) / 2);
}

body:not(.template-slider) #Header {
  min-height: 0 !important
}

.validate_email_against_bot {
  display: none;
}

.textWhite {
  color: #fff !important
}

.client_wrapper:before {
  display: none !important
}

.academy {
  background-image: radial-gradient(at center center, #183D9B 2%, #1D1C3F 48%) !important;
}

.full-screen.academy {
  align-items: center !important
}

.full-screen.academy .section_wrapper {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.mhb-menu .menu>li>a>span {
  text-transform: uppercase;
  padding: 0 1.5rem;
}

.mhb-grid {
  border-bottom: 1px solid #fff;
}

#particles-js3 canvas {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}


.mobile-header-mini #Top_bar a.responsive-menu-toggle {
  color: #000 !important
}

.mobile-menu-toggle {
  color: #fff !important;
}

.notfullinput .wpcf7-form-control-wrap {
  width: auto;
}

.notfullinput {
  font-size: 11px;
  line-height: 16px;
}

.wpcf7 input[type="submit"] {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.banner-float {
  position: fixed;
  z-index: 10;
  width: 100%;
  max-width: 310px;
  right: 20px;
  bottom: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  transform: translateX(110%);
  transition: all .3s ease-in-out
}

.banner-float.is--shown {
  transform: translateX(0)
}

#bannerFloatBtn {
  width: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 10px;
  box-sizing: border-box;
  justify-content: center;
  background: var(--primary);
  font-weight: bold;
}

#bannerFloatBtn svg {
  width: 16px;
  margin-right: 0;
  margin-left: 4px;
}

.banner-float__inner {
  padding: 40px 24px;
  border: 4px solid var(--primary);
  background-color: #fff;
}

.banner-float svg {
  width: 18px;
  margin-right: 4px;
}

.banner-float__btn {
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0;
  background-color: var(--primary) !important;
  text-transform: uppercase;
}

.banner-float__content {
  display: flex;
  flex-direction: column;
}

.banner-float__img {
  width: 100%;
  margin-bottom: 12px;
}

.banner-float__img img {
  width: 100%;
  object-fit: contain;
}

.banner-float__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  display: block;
}

.banner-float__date {
  display: flex;
  align-items: center;
  font-style: italic;
  margin-bottom: 4px;
}

.banner-float__location {
  display: flex;
  align-items: center;
  font-style: italic;
  margin-bottom: 4px;
}

#bannerFloatBtnMobile {
  position: fixed;
  bottom: 0;
  width: 100vw;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  box-sizing: border-box;
  background-color: var(--primary);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  transform: translateY(100%);
  transition: all .3s .3s ease-in-out;
  max-width: 400px;
  right: 0;
  left: auto;
}

#bannerFloatBtnMobile.is--shown {
  transform: translateY(0%);
}

#bannerFloatBtnMobile svg {
  width: 24px;
  margin-left: 4px;
}

.page-template-template-open-php .banner-float,
.page-template-template-paddb-php .banner-float,
.page-template-template-open-php #bannerFloatBtnMobile,
.page-template-template-paddb-php #bannerFloatBtnMobile {
  display: none;
}

@media screen and (min-width: 768px) {
  #bannerFloatBtnMobile {
    right: 0;
    left: auto;
  }
}

.flat .button_theme {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 100;
  border-radius: 99999px;
}

.tabletFull .column {
  margin: 0 !important;
  width: 33.3333% !important
}

.tabletFull .column img {
  width: 100% !important;
}

.color {
  color: var(--primary);
}

.borderanimated .section_wrapper {
  --border-width: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: white;
  border-radius: var(--border-width);
  background: #fff;
  padding: 0 !important;
}


.open .timeline_items>li {
  margin-bottom: 35px !important
}


.borderanimated .section_wrapper .wrap {
  background: #fff;
  background-size: cover !important;
  background-position-x: 10% !important
}

.borderanimated .section_wrapper::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(60deg, var(--primary), #a65ff2, var(--primary), #f25f61, #f2cb5f, var(--primary), #5ff281, var(--primary));
  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: calc(2 * var(--border-width));
  animation: moveGradient 10s alternate infinite;
  visibility: visible;
}

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}


.borderanimated .mcb-wrap-inner .column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 !important
}

.box .title {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;


}

.box .title .block {
  width: 0%;
  height: 100%;
  background: var(--primary);
  position: absolute;
  animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;

}

.box .title h1 {
  -webkit-animation: mainFadeIn 2s forwards;
  -o-animation: mainFadeIn 2s forwards;
  animation: mainFadeIn 2s forwards;
  animation-delay: 1.6s;
  opacity: 0;
  color: var(--primary);
  display: flex;
  align-items: baseline;
  position: relative;
}

.box .title h1 span {
  width: 0px;
  height: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffb510;
  -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 2s;
  margin-left: 5px;
  margin-top: -10px;
  position: absolute;
  bottom: 13px;
  right: -12px;
}

.box .role {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;

}

.box .role .block {
  width: 0%;
  background: #CCEEFD;
  position: absolute;
  animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 2s;
  display: flex;
  height: 100%;
}

.box .role p {
  animation: secFadeIn 2s forwards;
  animation-delay: 3.2s;
  opacity: 0;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 30px;
}

@keyframes mainBlock {
  0% {
    width: 0%;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes secBlock {
  0% {
    width: 0%;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes popIn {
  0% {
    width: 0px;
    height: 0px;
    background: #e9d856;
    border: 0px solid #ddd;
    opacity: 0;
  }

  50% {
    width: 10px;
    height: 10px;
    background: #e9d856;
    opacity: 1;
    bottom: 45px;
  }

  65% {
    width: 7px;
    height: 7px;
    bottom: 0px;
    width: 15px;
  }

  80% {
    width: 10px;
    height: 10px;
    bottom: 20px;
  }

  100% {
    width: 7px;
    height: 7px;
    background: #e9d856;
    border: 0px solid #222;
    bottom: 13px;
  }
}

@keyframes secFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes top {
  0% {
    opacity: 0;
    bottom: -80px;
  }

  100% {
    opacity: 1;
    bottom: 0px;
  }
}

@keyframes icon {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: scale(1.3) rotate(-2deg);
  }

  100% {
    opacity: 1;
    bottom: 0px;
  }
}


.white .team h4 {
  color: #fff;
}

@media (width >=1240px) {
  #Top_bar .menu>li.mfn-megamenu-parent.hover>ul.sub-menu {
    display: flex !important;
  }

  #Top_bar .menu>li>ul.mfn-megamenu>li:not(:last-child) {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    border-right: 1px solid rgba(0, 0, 0, .1);
  }

  #Top_bar .menu>li>ul.mfn-megamenu {
    border-radius: 8px;
    overflow: hidden;
    padding: 2rem;
  }

  #Top_bar .menu>li>ul.mfn-megamenu>li>ul {
    box-shadow: none;
    background-image: none;
  }

  #Top_bar .menu>li>ul.mfn-megamenu>li>ul a {
    padding: .5rem 0;
    font-size: 14px;
    border: none;
  }

  #Top_bar .menu>li>ul.mfn-megamenu>li>ul a[href="#"] {
    cursor: initial;
  }

  #Top_bar .menu>li>ul.mfn-megamenu>li>ul a:hover {
    color: var(--primary);
    background-color: transparent;
  }

  #Top_bar .menu>li>ul.mfn-megamenu a.mfn-megamenu-title {
    padding: 0;
    font-weight: bold;
    border: none;
    margin-bottom: 8px;
  }

  #Top_bar .menu>li>ul.mfn-megamenu a.mfn-megamenu-title:hover {
    color: var(--primary);
  }
}

#Top_bar .menu>li>ul.mfn-megamenu a.mfn-megamenu-title::before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px;
  border-radius: 9999px;
  width: 48px;
  aspect-ratio: 1;
  background-color: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-bottom: 12px;
  border: 3px solid var(--primary);
}

#menu-item-1819>a::before,
#menu-item-2030>a::before,
#menu-item-2053>a::before {
  background-image: url(/wp-content/uploads/2023/05/que-es-gs360-2023-05-11-que-es-gs360-5.png);
}

#menu-item-1820>a::before,
#menu-item-2035>a::before,
#menu-item-2058>a::before {
  background-image: url(/wp-content/uploads/2023/05/que-es-gs360-2023-05-11-que-es-gs360-3.png);
}

#menu-item-1821>a::before,
#menu-item-2037>a::before,
#menu-item-2060>a::before {
  background-image: url(/wp-content/uploads/2023/05/que-es-gs360-2023-05-11-que-es-gs360-8.png);
}

#menu-item-1822>a::before,
#menu-item-2041>a::before,
#menu-item-2064>a::before {
  background-image: url(/wp-content/uploads/2023/05/que-es-gs360-2023-05-11-que-es-gs360-7.png);
}

#menu-item-1823>a::before,
#menu-item-2043>a::before,
#menu-item-2066>a::before {
  background-image: url(/wp-content/uploads/2023/05/que-es-gs360-2023-05-11-que-es-gs360.png);
}

#menu-item-1824>a::before,
#menu-item-2047>a::before,
#menu-item-2070>a::before {
  background-image: url(/wp-content/uploads/2023/05/que-es-gs360-2023-05-11-que-es-gs360-1.png);
}

.datos {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  margin-top: 20px !important;
  padding-top: 20px !important;
  border-top: 2px solid var(--primary)
}

.datos li {
  margin-right: 5%;
  margin-bottom: 15px;
  width: 45%;
  text-align: left;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  padding-top: 5px;
  line-height: 20px;
  padding-bottom: 5px;
  list-style: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.datos li span {
  display: block;
  text-transform: uppercase;
  color: var(--primary);
  font-size: 12px;
  margin-bottom: 0;
}

.datos li.full {
  width: 100%;
}

.open .timeline_items>li h3 span {
  color: #1fcdff !important
}

.timeline_items>li h3 {
  font-size: 22px;
  line-height: 35px;

}


.tellamamos {
  position: fixed;
  right: -130px;
  top: 30%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 55;
}

.tellamamos .popup-link:before {
  content: "\f879";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
}


.tellamamos a {
  display: block;
  padding: 8px 15px;
  background: var(--primary);
  z-index: 22;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
}

.tellamamos a i {
  margin-right: 15px;
}

.moreprofesores {
  display: none;
}

.border-radius {
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.text-white .desc_wrapper,
.text-white .desc_wrapper h4 {
  color: #fff;
}

.text-white .icon_box .icon_wrapper,
.text-white .icon_box a .icon_wrapper,
.style-simple .icon_box:hover .icon_wrapper {
  color: #0290CD;
}

.maxwidth.section.full-width>.section_wrapper {
  max-width: 1330px !important;
  margin: auto;
}

.max {
  font-size: 19px;
  line-height: 30px;
  text-align: center
}

.max2 {
  font-size: 60px;
  line-height: 70px;
}

.white {
  color: #fff;
}

.mini .timeline_items>li {
  margin-bottom: 45px !important;

}

#custom_html-2 {
  margin-top: 0 !important
}

.mailcontact {
  font-size: 30px;
  line-height: 35px;
}

#Top_bar .menu li ul li a {
  line-height: 20px;
}

.team .desc_wrapper h4 {
  font-size: 16px;
  line-height: 26px;
}

.team .desc_wrapper .subtitle {
  font-size: 14px;
  line-height: 21px;
}

#particles-js canvas,
#particles-js2 canvas {
  bottom: 0;
  position: absolute;
}

.borderradius {
  border-radius: 10px !important
}

.borderradius img {
  border-radius: 10px !important
}

.mini .timeline_items>li:hover h3 span {
  background: #f1f1f1;
  border-radius: 70px;
  background: linear-gradient(83deg, rgba(2, 144, 205, 1) 7%, rgba(2, 144, 205, 1) 98%) !important;
}


.gradient .faq .question .title,
.gradient .faq .question .answer {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  margin-bottom: 10px;
}

.gradient .faq .question .answer {
  padding-top: 30px;
  padding-left: 40px;
}

.gradient .faq .question .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}

.main_video video {
  display: flex;
  width: 100%;
  height: 70vh;
  background-color: #000;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a,
.accordion .question.active .title>.acc-icon-plus,
.accordion .question.active .title>.acc-icon-minus,
.faq .question.active .title>.acc-icon-plus,
.faq .question.active .title,
.accordion .question.active .title {
  color: #873472;
}


.gradient .faq .question.active::after {
  display: none !important
}

.gradient {
  background: rgb(2, 19, 29) !important;
  background: linear-gradient(16deg, rgba(2, 19, 29, 1) 7%, rgba(10, 88, 134, 1) 98%) !important;
}

.mini .timeline_items>li h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: none;

}

.mini .timeline_items>li h3 span {
  border-radius: 4px;
  font-size: 40px;
  font-style: italic;
  top: 22px;
  background: linear-gradient(83deg, rgb(2, 145, 206) 7%, rgb(0, 76, 108) 98%) !important;
  display: block;
  padding: 0 20px;
  color: #fff;
  height: 70px;
  width: 70px;
  text-align: center;
  border-radius: 0 40px;
  line-height: 66px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}


.mini .timeline_items>li:nth-child(2n) .desc {
  line-height: 22px;
}

.bgopacidad {
  background: rgba(255, 255, 255, 0.9) !important
}

.main-color {
  color: var(--primary)
}

.destacado {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 27px;
}

.textodestacado {
  color: #565656;
  font-size: 20px;
  line-height: 32px;
}



.destacado.max {
  font-size: 23px;
  line-height: 35px;
}

.fancy_heading .title.openday {
  font-size: 100px;
  line-height: 100px;
  color: #fff;
}

.fancy_heading .title.mini {
  font-size: 25px;
  line-height: 28px;
}

.fancy_heading .title.max {
  font-size: 60px;
  line-height: 70px;
}

.director {
  background: rgb(117, 48, 110);
  background: linear-gradient(83deg, rgb(2, 145, 206) 7%, rgb(0, 76, 108) 98%);
  box-shadow: -6px 0px 10px #ccc;
  border-radius: 90px;
  margin-left: -80px;
  display: flex;
  padding: 15px;
  margin-bottom: 30px;
}

.director.dat {
  margin-left: -60px;
}

.director.dat .info span.name {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 5px;
}

.director img {
  width: 100px;
  height: 100%;
  border-radius: 100px;
  margin-right: 20px;
  border: 4px solid #fff;
}

.director .info {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}

.director .info span {
  display: block;
  line-height: 20px;
  color: #fff;
}

.director .info span.name {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

.inscripcion {
  position: fixed;
  right: 20px;
  bottom: 10px;
  display: flex;
  color: #fff;
  z-index: 999;
  flex-direction: column;
  text-decoration: none;
}

.inscripcion a {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  background: rgb(117, 48, 110);
  background: linear-gradient(83deg, rgb(2, 145, 206) 7%, rgb(0, 76, 108) 98%);
  box-shadow: -2px 0px 10px #ccc;
  border-radius: 10px;
  padding: 15px 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.inscripcion a.black {
  background: #333;
}


.inscripcion a span {
  display: block;
  font-size: 12px;
}

.inscripcion a:hover {
  text-decoration: none;
  background: rgb(117, 48, 110);
  background: linear-gradient(83deg, rgba(2, 144, 205, 1) 7%, rgba(2, 144, 205, 1) 98%) !important;
}


span.wpcf7-form-control-wrap.politica {
  width: auto !important
}

.formulariocustom {
  padding: 40px;
  background: #cceefd;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.formulariocustom input,
.formulariocustom textarea {
  border: none;
  border-radius: 5px;
  margin-top: 5px;
}

.center {
  margin: auto;
  text-align: center;
}

.date {
  padding: 20px;
  border: 3px solid var(--primary);
  color: #000;
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  width: 100%;
  max-width: 520px;
  font-weight: bold;
}

.date span {
  display: block;
  margin-top: 5px;
}

.blog_wrapper .post-meta .date {
  padding: 0;
  border: none;
  font-size: 16px;
}

.blog_wrapper .post-meta .date i {
  display: none;
}

.blog_wrapper .post-meta .entry-title {
  font-size: 32px;
}

.blog_wrapper .post-footer {
  display: none;
}

.single-post .meta-categories,
.single-post .mata-tags {
  display: none;
}

.valley .image_frame {
  position: relative;
  overflow: visible !important
}

.valley .image_frame:after {
  content: "";
  bottom: -10px;
  width: 100px;
  height: 23px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  background: #fff url("/wp-content/themes/base/imagenes/thevalley-logo-negro.png") no-repeat center center;
  background-size: 90%;
  border: 1px solid #bdbdbd;
}

.valley .image_frame .image_wrapper {
  border-radius: 100%;
}

.obra .image_frame {
  position: relative;
  overflow: visible !important
}

.obra .image_frame:after {
  content: "";
  bottom: -19px;
  width: 41px;
  height: 47px;
  left: 50%;
  margin-left: -22px;
  position: absolute;
  background: #fff url("/wp-content/themes/base/imagenes/ObradoicoCab.png") no-repeat center center;
  background-size: auto;
  background-size: 90%;
  border: 1px solid #bdbdbd;
}

.obra .image_frame .image_wrapper {
  border-radius: 100%;
}

.style-simple a.icon_bar {
  background: none !important;
}

.wayra .image_frame {
  position: relative;
  overflow: visible !important
}

.wayra .image_frame:after {
  content: "";
  bottom: -10px;
  width: 46px;
  height: 37px;
  left: 50%;
  margin-left: -23px;
  position: absolute;
  background: #fff url("/wp-content/themes/base/imagenes/_WAYRA_LOGO.png") no-repeat center center;
  background-size: auto;
  background-size: 90%;
  border: 1px solid #bdbdbd;

}

.wayra .image_frame .image_wrapper {
  border-radius: 100%;
}

.sevilla .image_frame {
  position: relative;
  overflow: visible !important
}

.sevilla .image_frame:after {
  content: "";
  bottom: -17px;
  width: 34px;
  height: 41px;
  left: 50%;
  margin-left: -17px;
  position: absolute;
  background: #fff url("/wp-content/themes/base/imagenes/sevilla-logo-escudo-1.png") no-repeat center center;
  background-size: auto;
  background-size: 90%;
  border: 1px solid #bdbdbd;

}

.sevilla .image_frame .image_wrapper {
  border-radius: 100%;
}

.alaves .image_frame {
  position: relative;
  overflow: visible !important
}

.alaves .image_frame:after {
  content: "";
  bottom: -17px;
  width: 42px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  position: absolute;
  background: #fff url("/wp-content/themes/base/imagenes/Baskonia-Alaves-Group-Logo2.png") no-repeat center center;
  background-size: auto;
  background-size: 90%;
  border: 1px solid #bdbdbd;

}

.alaves .image_frame .image_wrapper {
  border-radius: 100%;
}

.depor .image_frame {
  position: relative;
  overflow: visible !important
}

.depor .image_frame:after {
  content: "";
  bottom: -17px;
  width: 34px;
  height: 41px;
  left: 50%;
  margin-left: -17px;
  position: absolute;
  background: #fff url("/wp-content/themes/base/imagenes/depor.png") no-repeat center center;
  background-size: auto;
  background-size: 90%;
  border: 1px solid #bdbdbd;

}

.depor .image_frame .image_wrapper {
  border-radius: 100%;
}



.ecija .image_frame {
  position: relative;
  overflow: visible !important
}

.ecija .image_frame:after {
  content: "";
  bottom: -10px;
  width: 36px;
  height: 37px;
  left: 50%;
  margin-left: -18px;
  position: absolute;
  background: #fff url("/wp-content/themes/base/imagenes/ecija.jpg") no-repeat center center;
  background-size: auto;
  background-size: 90%;
  border: 1px solid #bdbdbd;

}

.ecija .image_frame .image_wrapper {
  border-radius: 100%;
}


.arowana .image_frame {
  position: relative;
  overflow: visible !important
}

.arowana .image_frame:after {
  content: "";
  bottom: -10px;
  width: 46px;
  height: 37px;
  left: 50%;
  margin-left: -23px;
  position: absolute;
  background: #fff url("/wp-content/themes/base/imagenes/arowana.jpg") no-repeat center center;
  background-size: auto;
  background-size: 90%;
  border: 1px solid #bdbdbd;

}

.arowana .image_frame .image_wrapper {
  border-radius: 100%;
}

.good .image_frame {
  position: relative;
  overflow: visible !important
}

.good .image_frame:after {
  content: "";
  bottom: -10px;
  width: 46px;
  height: 37px;
  left: 50%;
  margin-left: -23px;
  position: absolute;
  background: #fff url("/wp-content/themes/base/imagenes/good.jpg") no-repeat center center;
  background-size: auto;
  background-size: 90%;
  border: 1px solid #bdbdbd;

}

.good .image_frame .image_wrapper {
  border-radius: 100%;
}


.guudjob .image_frame {
  position: relative;
  overflow: visible !important
}

.guudjob .image_frame:after {
  content: "";
  bottom: -10px;
  width: 36px;
  height: 37px;
  left: 50%;
  margin-left: -18px;
  position: absolute;
  background: #fff url("/wp-content/themes/base/imagenes/guudjod.jpg") no-repeat center center;
  background-size: auto;
  background-size: 90%;
  border: 1px solid #bdbdbd;

}

.guudjob .image_frame .image_wrapper {
  border-radius: 100%;
}






.hype .image_frame {
  position: relative;
  overflow: visible !important
}

.hype .image_frame:after {
  content: "";
  bottom: -10px;
  width: 100px;
  height: 23px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  background: #fff url("/wp-content/themes/base/imagenes/HYPE.png") no-repeat center center;
  background-size: 90%;
  border: 1px solid #bdbdbd;
}

.hype .image_frame .image_wrapper {
  border-radius: 100%;
}

#Footer {
  text-transform: uppercase;
  border-top: 1px solid #fff;
}

#Footer .footer-title {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: .2rem;
}

#Footer .widgets_wrapper {
  background: var(--primary);
  padding: 0;
}

#Footer .widgets_wrapper .widget {
  text-align: center !important;
  max-width: 1060px;
  margin: 0 auto;
}

#Footer .widgets_wrapper .widget:first-child {
  padding: 1rem 0 0 0;
}

#Footer .widgets_wrapper .widget:last-child div {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.2;
}

#Footer .widgets_wrapper .widget:nth-child(2) {
  padding: .5rem 0;
  border-top: 1px solid #fff;
}

#Footer .footer-subtitle {
  font-weight: 100;
  font-size: 1rem;
}

#Footer .footer-subtitle a {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 1rem;
}

#Footer .footer-subtitle a span {
  display: flex;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  padding: 6px;
  border: 1px solid #fff;
}

#Footer .social-footer ul {
  display: flex;
  font-size: 1.2rem;
  gap: 1rem;
  justify-content: center;
}

#Footer .footer-social__title {
  font-size: 12px;
  margin-bottom: .3rem;
  line-height: 1.2;
  font-weight: 100;
}

#Footer .widgets_wrapper>.container {
  max-width: none;
}

#Footer .widgets_wrapper .column {
  margin: 0;
  width: 100%;
}

body:is(.page-id-484, .page-id-544, .page-id-546, .page-id-1483, .page-id-1431, .page-id-1483) #Footer .widgets_wrapper .widget:first-child {
  display: none;
}

body:is(.page-id-484, .page-id-544, .page-id-546, .page-id-1483, .page-id-1431, .page-id-1483) #Footer .social-footer {
  border-top: none;
}

@media screen and (min-width: 768px) {
  #Footer .widgets_wrapper .widget:nth-child(2) {
    width: 100vw;
    max-width: none;
  }

  #Footer .footer-title {
    font-size: 2rem;
    line-height: 1.2;
  }

  .footer-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.wpcf7-form p {
  font-size: 11px;
  line-height: 16px;
}

.wpcf7-form label {
  margin-bottom: 15px;
}

.google_font {
  font-weight: bold;
}

.button {
  font-weight: bold;
}

.btn--rounded {
  border-radius: 99999px;
  font-weight: 100;
  padding: .2rem 3rem;
}

.btn--white {
  border: 1px solid #fff !important;
  background-color: transparent;
}

#Top_bar .menu>li>a span:not(.description) {
  padding: 0 13px !important
}

.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.full-screen {
  display: flex;
  align-items: flex-end;
}

.full-screen .section_wrapper {
  padding-bottom: 0px !important;
  width: 100% !important
}

#Top_bar .menu>li>a::after {
  top: 0 !important;
  background: #6cace4
}

.bgazullateral {
  position: relative;
  padding: 20px 10px 20px 0
}

.bgazullateral:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 2000px;
  height: 100%;
  background: #6cace4;
}

dd ul {
  color: #000000 !important;
}

.big sup {
  font-size: 11px;
  line-height: 11px;
}

dd ul {
  margin-top: 20px !important;
}

dd ul li {
  font-size: 14px;
  line-height: 25px;
}

dl>dt {
  font-size: 30px;
  color: #6cace4;
  width: 50px;
}

dl>dd {
  margin-left: 60px;
}


.white {
  color: #fff;
}

h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}

#Top_bar .menu>li>a {
  padding: 10px 0;
}

h1 span {
  display: inline-block;
  background: #6cace4;
  color: #fff;
  padding: 5px 10px 8px 10px;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}

.header-transparent #Top_bar.is-sticky .menu_wrapper .menu>li>a {
  color: #000 !important;
}

.mhb-view.on-top,
.is-sticky .mhb-view {
  position: relative;
}

.mhb-placeholder {
  display: none !important;
}

.admin-bar .is-sticky .mhb-view {
  top: 0;
}

.arrowcont {
  right: 40px;
  bottom: 40px;
  position: absolute;

}

.ico {
  margin: 0 auto;
  text-align: center;
  width: 80px;
  height: 80px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  filter: url("#goo");
}

.ico .circle {
  background: #6cace4;
  border-radius: 50%;
  display: inline-block;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: 0%;
}

.ico .circle.circle-top {
  height: 33.3333333333px;
  width: 41.6666666667px;
  -webkit-animation: blob-1-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: blob-1-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 0;
  top: 0px;
}

.ico .circle.circle-bottom {
  height: 33.3333333333px;
  width: 41.6666666667px;
  -webkit-animation: blob-2-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: blob-2-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 9;
  margin-top: -3px;
}

.ico .st-arrow {
  fill: #fff;
  -webkit-animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
  animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
  perspective: 9000px;
  transform: translateZ(0);
  transform-origin: bottom;
}

.svg:not(.logo-main) {
  z-index: 9;
  position: relative;
  width: 70px;
  top: 5px;
}

@-webkit-keyframes blob-1-anim {
  0% {
    transform: translateX(-50%) translateY(0);
  }

  14% {
    transform: translateX(-50%) translateY(-8px);
  }

  24% {
    transform: translateX(-50%) translateY(0);
  }

  100% {
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes blob-1-anim {
  0% {
    transform: translateX(-50%) translateY(0);
  }

  14% {
    transform: translateX(-50%) translateY(-8px);
  }

  24% {
    transform: translateX(-50%) translateY(0);
  }

  100% {
    transform: translateX(-50%) translateY(0);
  }
}

@-webkit-keyframes blob-2-anim {
  0% {
    transform: scale(1) translate(-50%, 10px);
  }

  30% {
    transform: scale(1) translate(-50%, 10px);
  }

  70% {
    transform: scale(1) translate(-50%, 10px);
  }

  95% {
    transform: scale(1) translate(-50%, 26px);
  }

  100% {
    transform: scale(1) translate(-50%, 10px);
  }
}

@keyframes blob-2-anim {
  0% {
    transform: scale(1) translate(-50%, 10px);
  }

  30% {
    transform: scale(1) translate(-50%, 10px);
  }

  70% {
    transform: scale(1) translate(-50%, 10px);
  }

  95% {
    transform: scale(1) translate(-50%, 26px);
  }

  100% {
    transform: scale(1) translate(-50%, 10px);
  }
}

@-webkit-keyframes scrolly {
  0% {
    transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }

  30% {
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }

  70% {
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }

  95% {
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }

  100% {
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
}

@keyframes scrolly {
  0% {
    transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }

  30% {
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }

  70% {
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }

  95% {
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }

  100% {
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
}



@media only screen and (max-width: 767px) {

  .tabletFull .column {
    width: 100% !important
  }

  .director {
    margin-left: -60px;
  }

  .max2 {
    font-size: 40px;
    line-height: 50px;
  }

  .mailcontact {
    display: block;
    text-align: center;
  }

  .fancy_heading .title.max {
    font-size: 40px;
    line-height: 60px;
  }

  .fancy_heading .title.mini {
    font-size: 19px;
    line-height: 22px;
  }

  .date {
    font-size: 17px;
    line-height: 20px;
  }

  .button_align.align_right {
    text-align: center !important;
    margin-bottom: 20px;
  }

  .column_button {
    text-align: center;
    margin-bottom: 20px;
  }

  .google_font {
    font-weight: bold !important;
    font-size: 80px !important;
    line-height: 80px !important;
  }

  dl>dt {
    float: none;
    border: none;
  }

  dl>dd {
    margin-left: 0;
  }

  .arrowcont {
    right: 20px;
    bottom: 20px;
  }

  .big {
    font-size: 18px !important;
    line-height: 23px;
  }

  h5 {
    font-size: 21px !important;
    line-height: 25px;
  }

  .notpaddingmobile .column_attr {
    padding: 0 !important;
  }

  h1,
  .text-logo #logo {
    font-size: 45px;
    line-height: 50px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .fancy_heading .title {
    font-size: 32px;
    line-height: 32px;
  }

  .fancy_heading.mini .title {
    font-size: 22px;
    line-height: 24px;
  }

  .destacado {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .formulariocustom {
    padding: 20px;
  }

  .paddingmobilemini>.section_wrapper {
    padding: 0 10px !important
  }

  .border-radius {
    padding: 5% 7% !important
  }


}

@media only screen and (max-width: 500px) {
  .arrowcont {
    right: 20px;
    bottom: 20px;
    position: relative;
  }

  .ico {
    margin: 50px 0 20px 20px;
    top: 0;
    transform: none;
  }

}

/* Sponsors carousel */
ul.sponsors-carousel__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sponsors-carousel__item-link {
  padding: 1.5rem 1rem;
  background-color: #fff;
  transition: all .3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 30px rgba(15, 23, 42, .01);
}

.sponsors-carousel__item-link:hover {
  box-shadow: 0 20px 30px rgba(15, 23, 42, .07);
  transform: translateY(-.5rem);
  text-decoration: none;
}

.sponsors-carousel__item__name {
  color: var(--shadow);
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
  display: block;
}

.sponsors-carousel__logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsors-carousel__logo img {
  height: 100% !important;
  width: 100%;
  object-fit: contain;
}

.sponsors-carousel__info-button {
  display: flex;
  border-radius: 9999px;
  border: 1px solid var(--primary);
  align-items: center;
  justify-content: center;
  padding: .3rem 2rem;
  text-transform: uppercase;
  background-color: #fff;
  color: var(--primary);
  transition: all .3s ease-in-out;
  margin-top: 2rem;
}

.sponsors-carousel__info-button:hover {
  background-color: var(--primary);
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  ul.sponsors-carousel__list {
    grid-template-columns: repeat(4, 1fr);
  }

  .sponsors-carousel__logo {
    padding: 1rem;
    height: 200px;
  }

  .sponsors-carousel__item-link {
    padding: 1.5rem 1rem;
  }
}

/* Cover news */
.cover-news .image_frame {
  margin: 0;
  border: none;
  max-width: 200px;
}

.cover-news .image_frame img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.cover-news .post-desc-wrapper {
  width: 100%;
}

.cover-news .post-meta .category {
  display: none;
}

.cover-news h2 {
  font-size: 2rem;
  line-height: 1.2;
}

.cover-news .post-desc {
  padding: 0;
}

.cover-news a {
  transition: color .3s ease-in-out;
}

.cover-news a:hover {
  color: var(--primary);
}

.border-r {
  border-right: 1px solid var(--primary);
}

@media screen and (min-width: 768px) {
  .cover-news .post-item {
    display: flex;
    align-items: center;
  }
}

.grid .post-photo-wrapper {
  border: none;
}

.grid .post-photo-wrapper img {
  aspect-ratio: 16/11;
  object-fit: cover;
  border-radius: 8px;
}

.grid .post-desc-wrapper .post-desc {
  padding: 1rem 0 0 0;
}

.grid .post-desc-wrapper .entry-title {
  font-size: 2rem;
  line-height: 1.2;
}

.grid .post-desc-wrapper .entry-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* Map Afouteza */
.afouteza {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.afouteza__buttons {
  margin-right: 2rem;
  display: contents;
}

.afouteza__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0 0 0 !important;
}

.afouteza__item {
  display: flex;
  align-items: center;
  gap: .8rem;
  width: 100%;
}

button.afouteza__button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 99999px;
  margin: 0;
}

.afouteza__button-number {
  left: 0;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 99999px;
  background-color: var(--primary);
  color: #fff;
  min-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.afouteza__image {
  flex: 1;
}

.afouteza__image img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .afouteza {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .afouteza__list {
    margin: 0 0 0 0 !important;
  }

  .afouteza__image {
    padding-left: 2rem;
  }
}

/* Estilos para los modales */
.modal {
  text-align: center;
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 99;
  align-items: center;
  top: 0;
}

.modal::before {
  content: "";
  width: 100vw;
  position: absolute;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  left: 0;
  top: 0;
  z-index: -1;
}

.modal-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}

.modal.show {
  text-align: center;
  display: flex;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
  text-align: center;
}

.modal .btn {
  width: auto;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .3rem;
  margin-right: .5rem;
  margin-top: 1rem;
}

.modal .close {
  margin-top: -1rem;
  margin-right: -1rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: -1rem auto 0;
  }
}

.mhb-extras .wpml-languages.dropdown:hover ul {
  background-color: #fff;
  border-radius: 4px;
}

.white-content :is(h1, h2, h3, h4, h5, h6, p, li, a) {
  color: #fff;
}

.hero-gradient {
  position: relative;
}

.hero-gradient::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, var(--shadow));
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}

.hero-gradient-white {
  position: relative;
}

.hero-gradient-white::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #fff);
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}

.hero-gradient__content {
  position: relative;
  z-index: 3;
}

.title-line,
.title-line--white {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 0;
}

.title-line::after {
  content: '';
  width: 8%;
  max-width: 100px;
  height: 8px;
  background-color: var(--primary);
  display: inline-block;
}

.title-line--white::after {
  content: '';
  width: 8%;
  max-width: 100px;
  height: 8px;
  background-color: #fff;
  display: inline-block;
}

.timeline-container {
  display: flex;
  gap: 2rem;
  overflow: auto;
}

.timeline-container .button-group {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  margin-top: 1rem;
}

.timeline-container .timeline-icon {
  width: 100%;
  height: auto;
}

.timeline-figure {
  --size: 72px;
  border-radius: 99999px;
  background-color: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--size);
  width: var(--size);
  padding: .8rem;
  border: 2px solid var(--primary);
}

.timeline-container .fase-button {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 1rem .5rem;
  width: 100%;
  border-radius: 8px;
}

.timeline-container .fase-button.active {
  background-color: #00254162;
}

.timeline-phase__name {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
}

.timeline-title {
  text-align: center;
}

.timeline-phase-divider {
  height: 8px;
  width: 100%;
  display: block;
  border-radius: 99999px;
}

.timeline-content {
  display: grid;
  gap: 4rem;
  margin-top: 3rem;
}

.timeline-content__title {
  font-size: 3rem;
  line-height: 1;
  font-style: italic;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.timeline-content__title::after {
  content: '';
  width: 50%;
  max-width: 100px;
  height: 8px;
  background-color: var(--primary);
  display: inline-block;
}

.timeline-content__year {
  font-weight: bold;
  font-style: italic;
  color: var(--primary);
}

.timeline-content__map {
  border-radius: 1rem;
  padding: 2rem;
  border: 8px solid var(--primary);
  background-color: #fff;
  box-shadow: 0 5px 50px 0 #002541;

}

@media screen and (min-width:768px) {
  .timeline-content {
    grid-template-columns: 60% 40%;
    align-items: center;
    gap: 4rem;
  }
}

.divider-line {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIj4KPHBhdGggZD0iTTAgOEw4IDAiIHN0cm9rZT0iIzZDQUNFNCIgc3Ryb2tlLXdpZHRoPSIwLjUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSI4IiBoZWlnaHQ9IjgiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  height: 50px;
  width: 100%;
  background-size: 18px;
}

.section-text {
  position: relative;
}

.section-text::after {
  content: "GALICIA SPORT 360";
  position: absolute;
  font-size: 15vh;
  opacity: .1;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  font-weight: bold;
  font-style: italic;
  transform: rotate(-90deg);
  left: -37rem;
  top: 40%;
}

.video-rounded iframe {
  border-radius: 12px;
  overflow: hidden;
}