@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
}

#videoContainer {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.vidio {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.swiper-button-prev::after {
  font-size: 25px;
}

.swiper-button-next::after {
  font-size: 25px;
}

.swiper-button-next {
  color: #F40107;
}

.swiper-button-prev {
  color: #F40107;
}

.swiper-pagination-bullet {
  background-color: #013c96;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #F40107;
}

.menu {
  position: relative;
  top: 20px;
  left: 0px;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 1000;
}

.navbar {
  display: flex;
  margin-bottom: 80px;
}

.menu-1 {
  margin-right: 50px;
  display: flex;
  align-items: center;
}

.menu-2 {
  margin-left: 50px;
  display: flex;
  align-items: center;
}

.logo{
  display: flex;
  align-items: center;
  padding: 20px;
  width: 600px;
  margin-bottom: 80px;
}

.logo-1 {
  width: 0;
}

.logo-2 {
  width: 250px;
}

.logo-3{
  width: 600px;
}

.socials {
  display: flex;
}

.social {
  margin: 0 10px;
  height: 40px;
  width: 40px;
  border: 3px solid #013c96;
  border-radius: 50px;
}

.social:hover {
  background-color: #013c96;
}

.social img {
  margin: 4px 0 0 6px;
}

.menu .navbar ul li {
  position: relative;
  float: left;
}

.menu .navbar ul li a {
  font-size: 20px;
  padding: 20px;
  color: #F40107;
  display: block;
}

.menu .navbar ul li a:hover {
  color: #013c96;
}

#menu {
  display: none;
}

.menu-icono {
  width: 25px;
  border-radius: 10px;
}

.menu label {
  cursor: pointer;
  display: none;
}

.header-content { 
  margin-top: 60px;
  margin-bottom: 60px;
}

.slider {
  display: flex;
  align-items: center;
}

.slider-txt {
  margin-left: 50px;
  width: 50%;
}

.slider-txt h1 {
  font-size: 70px;
  color: #202020;
  text-transform: uppercase;
  font-weight: 800;
}

.slider-txt p {
  font-size: 18px;
  color: #272727;
  margin-bottom: 20px;
}

.botonoes {
  margin-top: 50px;
}

.btn-1 {
  display: inline-block;
  padding: 15px 30px;
  border: 3px solid #013c96;
  color: #F40107;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 20px;
  border-radius: 50px;
}

.btn-1:hover {
  background-color: #013c96;
}

.slider-img {
  width: 50%;
}

.slider-img img{
  border-radius: 15px;
  border: 3px solid #013c96;
  margin-right: 225px;
  width: 550px;
}

.products {
  background-color: #ffffff;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
}

.tabs label {
  width: 150px;
  order: 1;
  display: block;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  color: #F40107;
  font-weight: 700;
  transition: background ease 0.2s;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding-top: 25px;
}

.tabs input[type="radio"] {
  display: none;
} 

.tabs input[type="radio"]:checked + label {
  border: 3px solid #013c96;
  border-radius: 50px;
}

.tabs input[type="radio"]:checked + label +.tab {
  display: block;
}

.product {
  display: flex;
  align-items: center;
  padding: 25px;
  margin: 0 10px;
}

.product-img {
  width: 50%;
  text-align: left;
}

.product-img h4 {
  display: inline-block;
  padding: 5px 7px;
  line-height: 15px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  border: 2px solid #555555;
  border-radius: 10px;
  margin-bottom: 50px;
}

.product-img img {
  width: 150px;
  height: 120px;
  border: 3px solid #013c96;
  border-radius: 20px;
}

.product-txt {
  width: 50%;
  margin-left: 10px;
  text-align: left;
}

.product-txt h4 {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 5px;
}

.product-txt p {
  color: #a7a7a7;
  font-size: 16px;
  margin-bottom: 15px;
}

.product-txt span {
  color: #a7a7a7;
  font-size: 18px;
  font-weight: 800;
}

.Carrusel{
  margin-top: 60px;
  margin-bottom: 100px;
}

.Carrusel h2{
  font-size: 60px;
  color: #202020;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}

.slider-box{
  width: 100%;
  height: auto;
  margin: 50px auto 0;
  overflow: hidden;
}

.slider-box ul{
  display: flex;
  padding: 0;
  width: 400%;
  animation: animacion 25s infinite alternate ease-in-out;
}

.slider-box li{
  width: 100%;
  list-style: none;
  padding: 5px;
  position: relative;
}

.slider-box img{
  width: 100%;
  border: 3px solid #013c96;
  border-radius: 15px;
}

@keyframes animacion{
  0%{margin-left: 0;}
  25%{margin-left: 0;}

  25%{margin-left: -100%;}
  50%{margin-left: -100%;}

  50%{margin-left: -200%;}
  75%{margin-left: -200%;}

  75%{margin-left: -300%;}
  100%{margin-left: -300%;}
}

.info {
  padding: 100px 0;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.info-img {
  width: 50%;
}

.info-img img {
  width: 400px;
  height: 500px;
  border: 3px solid #013c96;
  border-radius: 20px;
}

.info-txt {
  width: 50%;
}

.info-txt h2 {
  font-size: 75px;
  color: #202020;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.info-txt p {
  font-size: 18px;
  color: #272727;
  margin-bottom: 50px;
}

.mapa-info {
  padding: 100px 0;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.mapa-txt{
  width: 50%;
}

.mapa-mp{
  width: 50%;
}


.mapa-txt h2{
  font-size: 75px;
  color: #202020;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.mapa-txt p{
  font-size: 18px;
  color: #272727;
  margin-bottom: 50px;
}

.btn-2 {
  display: inline-block;
  padding: 15px 35px;
  border: 3px solid #013c96;
  color: #F40107;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 50px;
}

.btn-2:hover {
  background-color: #013c96;
}

.horario {
  padding: 100px 0;
  background-color: #181818;
}

.horario-info h2 {
  font-size: 75px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.horario-txt { 
  display: flex;
  justify-content: space-between;
}

.txt { 
  color: #ffffff;
}

.txt h4 { 
  font-size: 18px;
  color: #a7a7a7;
  margin-bottom: 30px;
}

.txt p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.map {
  align-items: left;
}

.footer {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}

.links h4 {
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.links ul li a {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
}

@media(max-width: 991px) {
 
  .menu {
    padding: 20px;
    justify-content: space-between;
  }

  .menu-2 {
    display: none;
  }

  .logo{
    display: none;
  }

  .logo-1 {
    width: 150px;
  }

  .logo-2 {
    width: 0;
  }

  .menu label {
    display: initial;
  }

  .menu .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #181818;
    display: none;
    border: 3px solid #013c96;
    border-radius: 25px;
  }

  .menu .navbar ul li {
    width: 100%;
  }

  #menu:checked ~ .navbar {
    display: initial;
  }

  .header-content {
    padding: 30px;
  }

  .slider {
    flex-direction: column;
  }

  .slider-txt {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }

  .slider-txt h1 {
    font-size: 50px;
  }

  .slider-txt p {
    font-size: 16px;
  }

  .btn-1 {
    padding: 10px 25px;
    font-size: 14px;
  }

  .slider-img {
    width: 100%;
    text-align: center;
  }

  .slider-img img { 
    margin-right: 0px;
    width: 300px;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets,.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -7px;
  }

  .tabs {
    padding: 50px 30px;
  }

  .tabs label {
    width: 33%;
  }

  .Carrusel h2{
    text-align: center;
    font-size: 40px;
  }

  .slider-box{
    width: 100%;
  }

  .info {
    padding: 30px;
    margin-top: 100px;
    flex-direction: column;
  }

  .info-img {
    width: 100%;
    text-align: center;
  }

  .info-img img {
    width: 400px;
    height: 500px;
    margin-bottom: 25px;
  }

  .info-txt {
    width: 100%;
    text-align: center;
  }

  .info-txt h2 {
    font-size: 50px;
  }

  .info-txt p {
    font-size: 16px;
  }

  .btn-1 {
    font-size: 16px;
  }

  .mapa-info {
    padding: 30px;
    margin-top: 100px;
    flex-direction: column;
  }

  .mapa-mp{
    width: 100%;
    text-align: center;
    display: none;
  }

  .mapa-txt {
    width: 100%;
    text-align: center;
  }

  .mapa-txt h2 {
    font-size: 50px;
  }

  .mapa-txt p {
    font-size: 16px;
  }

  .horario {
    padding: 30px;
    text-align: center;
  }

  .horario-info h2 {
    font-size: 50px;
    margin-bottom: 15px;
  }

  .horario-txt {
    flex-direction: column;
  }

  .socials {
    justify-content: center;
  }

  .social img {
    margin: 4px 0 0 3px;
  }

  .footer {
    padding: 30px;
    flex-direction: column;
    text-align: center;
  }

  .links h4 {
    margin: 25px 0 10px 0;
  }

}