
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #3E4462;
    font-family: Arial, sans-serif;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(149, 35, 35, 0.5);
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    position: fixed; 
    width: 100%; 
    top: 0px;
  }
  
.logo img  {
    max-width: 100%;
    height: auto;
    width: 2.5rem;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
 }
  
nav li {
    margin-right: 40px;
}
  
nav a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
     
}

@media (max-width: 300px) {
    header {
        display: flex;
        justify-content: space-around;
        padding-right: 10px;
    }
    nav li {
        margin-right: 10px;
        
    }
    nav a {
        font-size: 10px;

    }
    
}

nav a:hover{
    color: rgb(207, 83, 83);    
     
}
nav a:active {
    color: rgb(94, 128, 198);
}
 
 
.Bienvenida{
    background-image: linear-gradient(45deg, rgba(135, 77, 162, 0.224) 0%, rgba(196, 58, 48, 0.635) 100%);
    width: 100%;
    height: 650px;
    padding-top: 8px;
}

.texto1 {
    height: 400px;
    color: rgba(255, 255, 255, 0.473);
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}   

.Productos {
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 20px 0 40px 0;

}

.texto5{
    padding: 20px;
    text-align: center; 
    border-radius: 10px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: rgba(248, 102, 102, 0.053);
}

.texto5 h2 {
    font-size: 34px; 
    color: rgba(10, 10, 10, 0.719); 
    
}

.Articulos{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 20px 0 20px 0%;
}



.taza1 {
    background-image: url("../img/img_landing/taza\ 2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20%;
    height: 100%;
    padding: 20px 0 30% 0;

}

.remera1 {
    background-image: url("../img/img_landing/remera\ 2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20%;
    height: 100%;
    padding: 20px 0 30% 0;

}

.libreta {
    background-image: url("../img/img_landing/reloj.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20%;
    height: 100%;
    padding: 20px 0 30% 0;

}

.bolso1 {
    background-image: url("../img/img_landing/bolso\ 1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20%;
    height: 100%;
    padding: 20px 0 30% 0;

}

.Articulos h3 {
    padding-left: 0px;

}

.Articulos h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    margin: 0 20px 0 0; 
    transition: background-color 0.3s, color 0.3s; 
    padding: 10px; 
    border-radius: 20%; 
    width: 90px; 
    height: 40px;
    background-color: #f00c0c3a; 
    color: #000; 
    justify-content: center;
}

.Articulos h3:hover {
    background-color: #1da1f2; 
    color: #fff;
}

.Clientes{
    width: 100%;
    margin: auto;
    align-items: center;
    padding: 20px 0 40px 0;
}

.Opiniones{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 20px 0 40px 0;
    height: 100%;
}

.Opiniones h3{
    padding: 20px 0 40px 0;
}

.texto2{
    width: 30%;
    text-align: left;
    height: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
    padding: 20px 0 40px 0;
    background-color: rgba(103, 30, 30, 0.361);
}

.texto2 p,
.texto2 h3 {
    margin-left: 2%;
}

.OtraClase {
    background-color: rgba(224, 224, 224, 0.386);
    padding: 10px;
    margin-top: 50px;
    text-align: right;
    border-radius: 10px;
}

.texto4{
    padding: 20px 20px 40px 20px; 
    text-align: center; 
    border-radius: 10px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
    background-color: rgba(248, 102, 102, 0.053);

}

.texto4 h2 {
    font-size: 34px; 
    color: rgba(10, 10, 10, 0.719); 
}

.texto4 h3 {
    font-size: 24px; 
    color:  rgba(224, 224, 224, 0.386);
    margin-top: 10px; 
}

.Spacer {
    margin-top: 20px; 
    margin-bottom: 20px; 
}

@media screen and (max-width: 768px) {
    
    .texto1 {
      flex-direction: column; 
      font-size: 80%; 
    }

    .Opiniones {
      flex-direction: column; 
      margin: 30px; 
      width: 100%;
      align-items: center;
      margin-left: 0%;
    }

    .OtraClase {
        margin-top: 10px;
    }

    .texto2 {
      width: 80%; 
      margin-bottom: 20px; 
    }
}

@media screen and (max-width: 768px) {
    .taza1, .remera1, .libreta, .bolso1 {
        width: 80%;
        height: 100%;
        padding: 20px 0 70% 0;
        margin: 10px;
    }
}



footer {
    background-color: #671E1E;
    color: #fff; 
    padding: 20px 0;
    text-align: center;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
} 


.contact,
.subscribe,
.social {
    flex: 1;
    padding: 10px;
}

.contact h3,
.subscribe h3,
.social h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact ul,
.subscribe form,
.social-icons {
    list-style: none;
    padding: 0;
}

.contact ul li,
.subscribe form input,
.subscribe form button {
    margin-bottom: 10px;
}

.subscribe input[type="email"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
}

.subscribe button {
    background-color: #fff;
    color: black;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
}

.subscribe button:hover {
    background-color: #952323;
}

.social {
    text-align: center;
}

.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    margin: 0 20px; 
    transition: background-color 0.3s, color 0.3s; 
    padding: 10px; 
    border-radius: 50%; 
    width: 50px; 
    height: 50px;
    background-color: #fff; 
    color: #000; 
    justify-content: center;
}

.facebook:hover {
    background-color: #1877f2; 
    color: #fff; 
}

.twitter:hover {
    background-color: #1da1f2; 
    color: #fff; 
}

.instagram:hover {
    background-color: #1da1f2; 
    color: #fff;
}


@media screen and (max-width: 768px) {
    
    .container {
        flex-direction: column;
        width: 100%
    }

    .subscribe {
        margin: 10px;
    }

    }

/*Empieza el model o ventana emergente*/
#myModal {
    display: none; /* Ocultar inicialmente */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7); /* Fondo oscuro */
    padding-top: 40px;
    backdrop-filter: blur(3px);
    
}

.modal-content {
    transition: all 1s ease;
    margin: 5% auto;
    padding: 0px;
    width: 300%;
    max-width: 700px;
    border-radius: 10px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.container-form {
    transition: all 1s ease;
    display: flex;
    border-radius: 20px;
    box-shadow:  0 5px 7px rgba(0, 0, 0, .1);
    z-index: 1;
    height: 500px;
    max-width: 900px;
     /*para que el formulario aparezca desde arriba con una transicion */
    margin: 10px;
    border: solid thin ;
    
}

.information{
    width: 40%;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #b6bfe9; /* Color de fondo del cuadrado */
    
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    

}

.info-childs{
    width: 100%;
   

}

.info-childs h2{
    font-size: 2.5rem;
}

.info-childs p{
    margin: 15px 0;
    color: #555;
}

.info-childs input {
    background-color: transparent;
    outline: none;
    border: solid 2px #9191bd;
    border-radius: 20px;
    padding: 10px 20px;
    color: #9191bd;
    cursor: pointer;
    transition: background-color .3s ease; /*efecto cuando pasas el mouse sobre el input*/
}

.info-childs input:hover{
    background-color: #9191bd;
    border: none;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.form-information{
    display:flex;
    align-items: center;
    justify-content: center;
    width:  60%;
    text-align: center;
    background-color: #f8f8f8;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    
}
.form-information-childs {
    padding: 0 30px;
}  

.form-information-childs h2{
    color: #333;
    font-size: 2rem;
}

.form-information-childs p{
    color:#555;
}

.icons{
    margin: 15px 0;
}
.icons i{
    border-radius: 50%;
     padding: 15px;
     cursor:pointer;
     margin: 0 10px;
     color: #9191bd;
     transition: background-color 0.3s ease;
     box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
     border: solid thin #9191bd;
 }    
 
 .icons i:hover{
     background-color: #c7c7f3;
     color:#fff
 }

 .form-information label input {
    width:100%;
    padding: 10px;
    background-color: #fff;
    border:none;
    outline: none;
    border-radius: 20px;
    color: #333;
}

.form-information label i{
    color: #a7a7a7;
}

.form-information input[type="submit"] {
    background-color: #9191bd;
    color: #fff;
    border-radius: 20px;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    margin-top: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1); 
}

.form-information input[type="submit"]:hover {
    background-color: #7a7a9a;

}
 
 
 .form-information  label {
     display: flex;
     align-items: center;
     margin-top: 5px;
     margin-bottom: 15px;
     border-radius: 20px;
     padding: 0 20px;
     box-shadow: 0 2px 5px rgba(0, 0, 0, .1); 
 }

 .form-information label i{
    color: #a7a7a7;
}



.hide {
    position: absolute;
    transform: translateY(-150%);
}

/*responsive*/
@media screen and (max-width: 750px) {
    #myModal {
        font-size: 12px;

}

}
@media screen and (max-width: 580px) {
    #myModal {
        font-size: 10px;
    }
    .modal-content {
        transition: all 1s ease;
        margin: 5% auto;
        padding: 0px;
        width: 90%;
        max-width: 700px;
        border-radius: 10px;
    }
    .container-form {
        height: auto;
        flex-direction: column;
    }
    .information{
        width: 100%;
        padding:20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
   
    .form-information{
        width: 100%;
        padding: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0;
    }
}
