body {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  background-color: #001f3f;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 1px;
}

.heading_container h5 {
  margin: 0; /* Remove default h5 margin too */
}

.heading_container p {
  margin: 8px 0 0 0; /* controlled spacing, no collapsing */
}

.heading_container h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  padding-top: 00px;
  text-transform: uppercase;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 55px;
  height: 5px;
  background-color: #ff2953;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.saludo_heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.saludo_heading_container h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  padding-top: 50px;
  text-transform: uppercase;
}

.saludo_heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 55px;
  height: 5px;
  background-color: #ff2953;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.saludo_section h4 {
  font-weight: bolder;
  position: relative;
  text-transform: uppercase;
}

.saludo_section p.position {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: larger;
}

.saludo_section p.lider {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: large;
  background-color: #001f3f;
  color:  #3f0254;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  border-radius: 15px;
  border-style: groove;
}

.paragraph_container p {
  position: relative;
  padding-bottom: 15px;
  padding-top: 50px;
  padding-left: 20px;
  text-align: justify;
}

/*header section*/
.menu_area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/MAINbackground.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.sub_page .menu_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.menu_area.sub_pages {
  height: auto;
}

.header_section {
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}


.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  margin: 10px 30px;
  padding: 0;
  padding-bottom: 3px;
  color: #001f3f;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #001f3f;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
  display: block;
  background-color: #ff2953;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  color: #001f3f;
  margin: 10px 30px;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.navbar-brand span {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #001f3f;
  position: relative;
  z-index: 3;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #001f3f;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .box {
  margin: 125px 0;
}

.slider_section .detail-box {
  text-align: center;
}

.slider_section .detail-box h1,
.slider_section .detail-box h2,
.slider_section .detail-box h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.slider_section .detail-box h2 {
  font-size: 2.5rem;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: .5rem;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: transparent;
  border: 1.5px solid #ffffff;
  color: #001f3f;
  border-radius: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-transform: uppercase;
  margin-top: 35px;
}

.slider_section .detail-box a:hover {
  background-color: #001f3f;
  color: #000000;
}

.slider_section #carouselExampleIndicators .carousel-indicators {
  position: unset;
  margin: 0;
  margin-top: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #carouselExampleIndicators .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 100%;
  opacity: 1;
}

.slider_section #carouselExampleIndicators .carousel-indicators li.active {
  border: 4px solid #ffffff;
}

.us_section {
  background-image: url(../images/MAINbackground.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #001f3f;
}

.us_section .container .img-box {
    display: flex;
    align-items: center;
    justify-content: center;

}
.us_section .us_container {
  padding-top: 25px;
}

.us_section h1 {
  font-weight: bolder;
  color: #001f3f;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);

}

.us_section h4 {
  margin-top: 35px;
  font-size: xx-large;
  color: #001f3f;
  text-align: center;

}

.us_section p {
  color: #001f3f;
  text-align: center;

}

.us_section .us_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 25px 10px 0 10px;

  border:10px solid rgba(183, 180, 180, 0.466);
  border-radius: 10%;
      padding-top: 40px;
      padding-bottom: 40px;
  background-color: #001f3f;

  p {
    padding-top: 15px;
    color: #000000;
  }
}

.us_section .us_container .box .img-box {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.us_section .us_container .box .img-box img {
  max-width: 100%;
}

.us_section .us_container .box .detail-box h5 {
  font-weight: bold;
}

.us_section .detail-box .btn-box {
  margin-top: 25px;
}

.us_section .detail-box .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: transparent;
  color: #001f3f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: large;
  font-weight: bold;
}

.us_section .detail-box .btn-box a:hover {
  background-color: #ed1c4d;
  border-color: #ed1c4d;
  color: #001f3f;
}

.servicios_section {
  background-image: url(../images/MAINbackground.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #001f3f;
  text-align: center;

  .container {
    border:10px double rgb(244, 242, 242);
      padding-top: 40px;
      padding-bottom: 40px;
  }
}

.servicios_section h1 {
  font-weight: bold;
  padding-bottom: 20px;
}

.servicios_section h3 {
  font-weight: bold;
  text-align: right;
  
}

.servicios_section h3.direccion {
  margin-top: 25px;
  text-align: center;
  
}

.servicios_section h5 {
  text-align: left;
  font-size: larger;
}

.servicios_section h5.a {
  text-align: left;
  padding-top: 15px;
  font-size: larger;
  font-weight: bold;
}

.servicios_section p {
  margin-top: 35px;
}

.servicios_section p.a {
  margin-top: 0px;
  text-align: justify;
}

.servicios_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.servicios_section .btn-box a {
  display: inline-block;
  padding: 150px 90px;
  background-color:#fbfdfd;
  border: 1.5px solid #0a0a0a;
  color: #0b0b0b;
  border-radius: 10%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-transform: uppercase;
}

/* .servicios_section .btn-box a:hover {
  background-color: #999393;
  color: #000000;
} */

.saludo_section {
  background-image: url(../images/MAINbackground.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #001f3f;
}

.saludo_section .box {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.saludo_section .box .name h5 {
  font-weight: bold;
  margin-bottom: 15px;
}

.saludo_section .box .name p {
  font-weight: normal;
  margin-bottom: 10px;
}

.saludo_section .box .img-box {
  border-radius: 15px;
  overflow: hidden;
}

.saludo_section .box .img-box img {
  width: 100%;
}

.saludo_section .box .musicos {
  border-radius: 100%;
  overflow: hidden;
}

.saludo_section .box .musicos img {
  width: 100%;
}

.saludo_section .box .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 225px;
  padding: 12px 45px;
  background-color: #001f3f;
  border-radius: 50px;
  margin-top: -25px;
}

.contact_section {
  position: relative;
  background-image: url(../images/MAINbackground.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #001f3f;
}

.contact_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(75, 0, 130, 0.5);
  pointer-events: none;
}

.contact_section > * {
  position: relative;
  z-index: 1;
}

.contact_section .heading_container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.contact_section .heading_container h2::before {
  text-align: left;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .img-box img {
  width: 100%;
}

.contact_section .form_container {
  padding: 45px 0 45px 15px;
}

.contact_section input {
  width: 100%;
  border: none;
  background-color: #001f3f;
  outline: none;
  color: #000000;
  margin-top: 25px;
  padding: 12px;
}

.contact_section input::-webkit-input-placeholder {
  color: #ffffff;
}

.contact_section input:-ms-input-placeholder {
  color: #ffffff;
}

.contact_section input::-ms-input-placeholder {
  color: #ffffff;
}

.contact_section input::placeholder {
  color: #ffffff;
}

.contact_section input.message-box {
  padding: 45px 12px;
}

.contact_section button {
  padding: 10px 65px;
  outline: none;
  border: none;
  color: #001f3f;
  background: #ff2953;
  margin: 45px 0 0 auto;
  text-transform: uppercase;
}

.info_section {
  background-color: #252233;
}

#youtube_live_section {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
}

#youtube_live_section .container {
  background: none !important;
  background-color: transparent !important;
}

.video_container {
  background: none !important;
  background-color: transparent !important;
}

.info_items {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_items .item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.info_items .item .detail-box {
  margin-top: 5px;
  color: #fff;
}

.info_items {
  position: relative;
}

.info_items a {
  position: relative;
}

.info_items .item .img-box.box-1 {
  background-image: url(../images/location-white.png);
}

.info_items .item .img-box.box-2 {
  background-image: url(../images/telephone-white.png);
}

.info_items .item .img-box.box-3 {
  background-image: url(../images/envelope-white.png);
}

/* footer section*/
.footer_section {
  .icon{
    color: rgb(230, 230, 223);
    text-align: center;
  }
}
  ion-icon{
  font-size: xx-large;
  color: rgb(30, 31, 32);
  padding-left: 1.5%;
  text-align: center;
  }
  .address{
  color: rgb(22, 24, 24);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 120%;
  }
  .footer_container{
    text-align: center;
  }
  
  .flag{
    padding-left: 0.4%;
    image-resolution: 80%;
  }
  
/* end footer section*/url
/*# sourceMappingURL=style.css.map */

/* New Carousel */

@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.carousel_container {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 500px;
  gap: 10px;

   div {
    flex: 0 0 250px;
    border-radius: 0.5rem;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    box-shadow: 1px 5px 15px #1e0e3e;
    position: relative;
    overflow: hidden;

    &:nth-of-type(1) {
      background: url(../images/pic1.jpg)
        no-repeat 50% / cover;
    }
    &:nth-of-type(2) {
      background: url(../images/pic2.jpg)
        no-repeat 50% / cover;
    }
    &:nth-of-type(3) {
      background: url(../images/pic3.jpg)
       no-repeat 60% / cover;
    }
    &:nth-of-type(4) {
      background: url(../images/pic4.jpg)
        no-repeat 50% / cover;
    }

    .content {
      font-size: 1.5rem;
      color: #fff;
      display: flex;
      align-items: center;
      padding: 15px;
      opacity: 0;
      flex-direction: column;
      height: 100%;
      justify-content: flex-end;
      background: rgb(2, 2, 46);
      background: linear-gradient(
        0deg,
        rgba(2, 2, 46, 0.6755077030812324) 0%,
        rgba(255, 255, 255, 0) 100%
      );
      transform: translatey(100%);
      transition: opacity 0.5s ease-in-out, transform 0.5s 0.2s;
      visibility: hidden;

      span {
        display: block;
        margin-top: 5px;
        font-size: 1.2rem;
      }
    }

    &:hover {
      flex: 0 0 600px;
      box-shadow: 1px 3px 15px #7645d8;
      transform: translatey(-30px);
    }

    &:hover .content {
      opacity: 1;
      transform: translatey(0%);
      visibility: visible;
    }
  }
}


/* tampa center */




@import url("https://fonts.googleapis.com/css?family=Raleway");


.cityname {
  color: var(--glow-color);
  background: none;
  perspective: 2em;
  padding-left: 1%;
  font-family: "Raleway", sans-serif;
  font-size: 300%;
  font-weight: 90;
  letter-spacing: 1em;
  text-align: center;

}

.glowing-txt {
  margin-right: -0.8em;
  -webkit-text-shadow: 0 0 0.125em hsla(0, 0%, 0%, 0.3),
    0 0 0.45em var(--glow-color);
  -moz-text-shadow: 0 0 0.125em hsla(0, 0%, 0%, 0.3),
    0 0 0.45em var(--glow-color);
  text-shadow: 0 0 0.125em hsla(0, 0%, 1%, 0.3), 0 0 0.45em var(--glow-color);
  animation: text-flicker 3s linear infinite;
}

@keyframes faulty-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.1;
  }
  4% {
    opacity: 0.5;
  }
  19% {
    opacity: 0.5;
  }
  21% {
    opacity: 0.1;
  }
  23% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  83% {
    opacity: 0.4;
  }

  87% {
    opacity: 1;
  }
}

@keyframes text-flicker {
  0% {
    opacity: 0.1;
  }

  2% {
    opacity: 1;
  }

  8% {
    opacity: 0.1;
  }

  9% {
    opacity: 1;
  }

  12% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  30% {
    opacity: 1;
  }

  70% {
    opacity: 0.7;
  }
  72% {
    opacity: 0.2;
  }

  77% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}




/*tampa center end */

.eventos_section {
  position: relative;
  color: #001f3f;
}

.eventos_section .heading_container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.eventos_section .heading_container h2::before {
  text-align: left;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

section.eventos_section .container-fluid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
          body.eventos {
            height: 600px;
            margin: 0;
            display: grid;
            grid-template-rows: 500px 100px;
            grid-template-columns: 1fr 30px 30px 30px 30px 30px 1fr;
            align-items: center;
            justify-items: center; 
          }
}



main#eventos_carousel {
  grid-row: 1 / 2;
  grid-column: 1 / 8;
  width: 100vw;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 600px;
  --items: 5;
  --middle: 3;
  --position: 1;
  pointer-events: none;
}

div.event_item {
  position: absolute;
  width: 300px;
  height: 400px;
  background-color: coral;
  --r: calc(var(--position) - var(--offset)
  );
  --abs: max(calc(var(--r) * -1), var(--r));
  transition: all 0.25s linear;
  transform: rotateY(calc(-10deg * var(--r)))
    translateX(calc(-300px * var(--r)));
  z-index: calc((var(--position) - var(--abs)));
}

div.event_item:nth-of-type(1) {
  --offset: 1;
  background-color: #90f1ef;
}
div.event_item:nth-of-type(2) {
  --offset: 2;
  background-color: #ff70a6;
}
div.event_item:nth-of-type(3) {
  --offset: 3;
  background-color: #ff9770;
}
div.event_item:nth-of-type(4) {
  --offset: 4;
  background-color: #ffd670;
}
div.event_item:nth-of-type(5) {
  --offset: 5;
  background-color: #e9ff70;
}

input:nth-of-type(1) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
input:nth-of-type(1):checked ~ main#eventos_carousel {
  --position: 1;
}

input:nth-of-type(2) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
input:nth-of-type(2):checked ~ main#eventos_carousel {
  --position: 2;
}

input:nth-of-type(3) {
  grid-column: 4 /5;
  grid-row: 2 / 3;
}
input:nth-of-type(3):checked ~ main#eventos_carousel {
  --position: 3;
}

input:nth-of-type(4) {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
}
input:nth-of-type(4):checked ~ main#eventos_carousel {
  --position: 4;
}

input:nth-of-type(5) {
  grid-column: 6 / 7;
  grid-row: 2 / 3;
}
input:nth-of-type(5):checked ~ main#eventos_carousel {
  --position: 5;
}


