@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}

body {
    background-color: #ffffff;
}

.header .logo img {
    height: 70px;
    width: auto;
}

.inicio {
    background-image: url(images/imagen1.jpg);
    height: 88vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
}

.inicio .contenido-inicio {
    width: 55%;
}

h1 {
    color: #ffffff;
    font-size: 30px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    text-decoration: none;
    color: #25d366;
    background-color: #fff;
}

.my-float {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

.opciones-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

article {
    width: 350px;
    margin: 30px;
    align-items: center;
}

article p {
    font-size: 15px;
}

article img {
    height: 150px;
}

.check-container {
    margin: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.check{
    min-width: 350px;
    max-width: 650px;
    display: flex;
    align-items: center;
}

.check img {
    height: 55px;
}

.check-img img {
    width: 100%;
}

p {
    color: #000000;
}

button {
    width: 200px;
    background-color: #ffffff;
    border-radius: 13px;
    color: #000000;
}

button:hover {
    cursor: pointer;
}

a {
    color: #000000;
}

.contactanos-container {
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contactanos-container p {
    text-align: center;
}

.contactanos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactanos img{
    height: 55px;
}

.contactanos img:hover {
    cursor: pointer;
}

.titulo {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.titulo h2 {
    text-align: center;
    font-size: 2.1rem;
    font-weight: 500;
    color: #000000;
    padding: 10px 20px;
}

.titulo h3 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #000000;
    padding: 10px 20px;
}

/* Footer base */
footer {
  padding: 24px 16px;
  background: #f8f8f8; /* opcional */
}

/* Contenedor de la imagen ARCA/AFIP */
.afip {
  width: 100%;            /* 👈 clave: que el contenedor SIEMPRE ocupe el ancho disponible */
  max-width: 960px;       /* límite superior en desktop */
  margin: 0 auto 12px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Imagen responsive, sin deformarse */
.afip img {
  display: block;
  max-width: 100%;        /* 👈 clave: que NUNCA exceda su contenedor */
  width: 100%;            /* se estira hasta el ancho del contenedor */
  height: auto;           /* mantiene proporción */
  object-fit: contain;
}


/* Ajustes tipográficos del pie */
.creacion {
  text-align: center;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.4;
}

/* Pequeños refinamientos para móviles */
@media (max-width: 480px) {
  footer { padding: 20px 12px; }
  .creacion { font-size: 0.9rem; }
  .afip { padding: 4px; }
}


.pepe{
    width: 200px;
    margin: auto;
}

.titulos {
    display: flex;
    flex-direction: column;
}

.partes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px;
}

.parte {
    margin: 10px;
}

.parte p {
    color: #454545;
}

.titulos .titulo h4 {
    color: #e0481a;
}

.container-slider {
    width: 90%;
    max-width: 900px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.slider {
    display: flex;
    align-items: center;
    text-align: center;
    width: 400%;
    height: 400px;
    margin-left: -100%;
}

.slider__section {
    align-items: center;
    text-align: center;
    width: 100%;
}

.slider__section p {
    font-size: medium;
}

.slider__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider__btn {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 213, 213, 0.7);
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: bold;
    font-family: monospace;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.slider__btn:hover {
    background: #646464;
}

.slider__btn--left {
    left: 10px;
}

.slider__btn--right {
    right: 10px;
}

.creacion {
    text-align: center;
}

.creacion p {
    position: relative;
    color: #646464;
}
