
body{
    font-family: Arial, sans-serif;
    padding: 0;
    margin: 0 !important;
    overflow-x: hidden !important;
    background-color: #131804 !important;
}

.carousel {
    height: 640px; /* Set the height of the carousel */
}

.carousel-inner, .carousel-item {
    height: 100%; /* Ensure the inner elements take the full height */
}

.carousel-item img {
    height: 100%; /* Make images fill the height */
    object-fit: cover; /* Maintain aspect ratio and cover the area */
}

.container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-primary{
    color: #3a490a !important;
    background-color: #c7ea46 !important;
    border: #748a25 solid 1px !important;
}

.btn-primary:hover{
    color: #c7ea46 !important;
    background-color: #3a490a !important;
    border: #748a25 solid 1px;
}

.capaGris{
    opacity: 0.8;
}

.texto1{
    font-family: "Iceland", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 22px;
}

.texto2{
  font-family: "Orbitron", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem !important;
  line-height: 22px;
}

.titulo1{
    font-family: "Orbitron", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #c7ea46;
}

.titulo2{
    font-family: "Orbitron", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    color: #3a490a;
    text-shadow: rgb(0, 0, 0,0.5) 3px 0 10px;
}

.titulo3{
    font-family: "Orbitron", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #dbdbdb;
}

.zonaTextoCar{
    background-color: rgba(2, 18, 0, 0.5);
    border-radius: 8px;
    padding: 10px;
}

.picture1{
    width: 100%;
}

.fondoNosotros{
    background-image: url(../imgs/black-tile1.png);
    background-size: 500px;
    background-repeat: repeat;
    background-position: center;
    border-top: 10px solid #444444;
    border-bottom: 10px solid #444444;
}

.ofertaServicios{
    background-color: #d6ee7f;
}

.parallax {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400vh;
    background-image: url('../imgs/fantasy-computer-workplace-illustration.jpg');
    background-size: cover;
    background-position: center;
    z-index: -1;
    background-repeat: repeat-y;
}

.content {
    position: relative;
    z-index: 1;
    padding: 50px 0px 50px;
    font-size: 24px;
    text-align: center;
}

.publicidad1{
    border-bottom: solid 10px #c7ea46!important;
}

#contenedor {
    width: 100%;
    height: 100%;
    max-height: 500px;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  
  /* This container is needed to position the front and back side */
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 13px 8px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 0px 13px 8px rgba(0,0,0,0.57);
    box-shadow: 0px 0px 13px 8px rgba(0,0,0,0.57);
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }

  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
    background-color: #c7ea46;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  
  /* Style the back side */
  .flip-card-back {
    background-color: #444444;
    color: white;
    transform: rotateY(180deg);
    flex-direction: column;
    justify-content: space-around;
    overflow-y: auto;
    flex-wrap: nowrap;
  }

  .verde{
    color:#c7ea46;
  }

  .tarjeta1, .tarjeta2, .tarjeta3, .tarjeta4, .tarjeta5, .tarjeta6, .tarjeta7{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
  }

  .tarjeta1{
    background-image: url(../imgs/12291318_Wavy_Trv-02_Single-09.png);
  }

  .tarjeta2{
    background-image: url(../imgs/10780377_19198999.png);
  }

  .tarjeta3{
    background-image: url(../imgs/10780254_19197640.png);
  }

  .tarjeta4{
    background-image: url(../imgs/11669276_20945851.png);
  }

  .tarjeta5{
    background-image: url(../imgs/28158904_robotics_online_1.png);
  }

  .tarjeta6{
    background-image: url(../imgs/6933106_30448.png);
  }

  .tarjeta7{
    background-image: url(../imgs/4911005_2590505.png);
  }

  .proporcional{
    font-size: clamp(16px, 2.2vw, 26px);
  }

  .proporcional2{
    font-size: clamp(8px, 2vw, 24px);
  }

  @media (max-width: 991px){
    .proporcional{
        font-size: 32px;
    }
    .proporcional2{
        font-size: clamp(18px, 3vw, 32px);
        line-height: clamp(18px, 3vw, 32px);
    }
  }

  .cuerpoCorreo{
    width: 100%;
  }

  .scrollUp{
    width: 100%;
  }