/*Sedes y Estadios*/ .citiesStadiums{ background: darken($bg, 5%); .map{ .content{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; margin: 0 auto; .pointer{ position: absolute; background: $color02; border: 2px solid $bg; width: 16px; height: 16px; box-shadow: 0 0 3px 0 #ccc; border-radius: 50%; text-decoration: none; .tooltip{ top: 15px; .tooltip-inner{ &:hover{ background: $color01; color: $color01_type; text-decoration: none; } &:focus{ outline: none; text-decoration: none; } } &.bs-tooltip-left{ top: -5px; right: 15px; .arrow{ top: 50%; transform: translateY(-50%); } } &.bs-tooltip-right{ top: -5px; left: 15px; .arrow{ top: 50%; transform: translateY(-50%); } } &.bs-tooltip-top{ top: -43px; left: 50%; transform: translateX(-50%); .arrow{ left: 50%; transform: translateX(-50%); } } &.bs-tooltip-bottom{ left: 50%; transform: translateX(-50%); .arrow{ left: 50%; transform: translateX(-50%); } } } &:hover, &.active{ background: $color01; .tooltip-inner{ background-color: $color01; } .tooltip { &.bs-tooltip-left{ .arrow:before{ border-left-color: $color01; } } &.bs-tooltip-right{ .arrow:before{ border-right-color: $color01; } } &.bs-tooltip-top{ .arrow:before{ border-top-color: $color01; } } &.bs-tooltip-bottom{ .arrow:before{ border-bottom-color: $color01; } } } } &:focus{ outline: none; text-decoration: none; } } } } .owl-carousel{ &.owl-theme { .owl-controls { .owl-buttons, .owl-nav { > div { top: -35px; } .owl-prev { right: 35px; left: auto; } .owl-next { right: 0px; } } } } } &.maxSize-479{ .blocksData { .name{ span{ font-size: 30px; } } .icon { .circle{ &.gray{ margin: 22px auto 0; } } } .text{ padding: 30px 20px; span{ font-size: 12px; } } } } } /*Fin Sedes y Estadios*/