.roboto-condensed {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

* {
    box-sizing: border-box;
}
.main{
    max-width: 300px;
    box-sizing: border-box;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
.hero{
    text-align: left;
    margin-left: 30px;
    margin-bottom: 30px;
    width: 80%;
}
h2{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.h2-trabajo{
    margin-top: 53.34px;
}
h1 {
    width: 338px;
    color: #000;
    font-family: "Roboto condensed";
    font-size: 25px;
    font-style: italic;
    font-weight: 400;
    line-height: 21.926px;
    letter-spacing: 4.2px;
    text-transform: uppercase;
}
.h1-container{
    display: inline-flex;
    line-height: 29px;
}
.h1-hola{
    margin-bottom: 10px;
}
.estrella{
    width: 27px;
    height: 27px;
    line-height: 6.5px;
    margin-right: 6px;
    margin-top: 1px;
}

/* Form Section */
.form-section {
    max-width: 400px; /* Establece un ancho máximo para el form-section */
    padding-top: 20px;
    padding-left: 24px;
    text-align: left;
}


/* Form Group */
.form-group {
    flex-direction: column;
    gap: 8px;
}
.form-group2{
    display: flex;
    flex-direction: row; /* Cambiar la dirección a fila */
    margin-bottom: 1.5rem;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}



/* Option Buttons */
.option-button {
    background-color: #D0D0D0;
    color: #000000;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin: 0.5rem 0;
    margin-right: 10px;
    text-align: center;
    transition: background-color 0.3s ease;
    height: 39.84px;
    font-size: 16px; 
    padding: 0 10px;
}
.option-button:hover {
    background-color: #aaa;
}
/* Selected State */
.option-button.selected {
    background-color: #0000FF;
    /* Azul oscuro para indicar selección */
    color: #ffffff;
    /* Texto blanco para contraste */
    font-weight: bold;
    /* Resaltar texto */
}

/* Disabled State */
.option-button:disabled {
    background-color: #ccc;
    /* Gris claro */
    color: #666;
    /* Texto gris más oscuro */
    cursor: not-allowed;
    /* Cursor que indica que no se puede interactuar */
    /* Evita todos los eventos del mouse */
}

.impresiones{
    width: 263.67px; 
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.etiquetas{
    width: 317.58px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.carteleria{
    width: 137.11px; 
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.gigantografias{
    width: 290.04px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.merchandising{
    width: 202.15px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.packaging{
    width: 137.11px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.materialpop{
    width: 202.15px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}
.catalogo{
    width: 202.15px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}
.interior{
    width: 137.11px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-bottom: 60.7px;
}
.exterior{
    width: 137.11px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}
/* Input Group */
.input-group {
    margin-bottom: 1rem;
    width: 100%;
}

#nombre, #email, #mensaje{
    width: 300px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.input-group input, 
.input-group textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #333;
    font-size: 1rem;
    outline: none;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

textarea {
    height: 100px;
    resize: vertical;
}

/* Submit Button */
#enviar {
    background-color: #0000FF;
    padding: 1rem;
    color: white;
    border: none;
    border-radius: 14.87px;
    cursor: pointer;
    width: 232.03px;
    height: 84.84px;
    margin-top: 18.25px;
    margin-bottom: 130px;
    transition: background-color 0.3s ease;
    text-align: center;
    align-self: flex-start; /* Align button to the left */
    font-family: "Roboto condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.50);
    letter-spacing: 2px;
}

#enviar:hover {
    background-color: #D0D0D0;
    color: #000;      
}

.instagram-icon{
    color: #000;
    font-size: 24px;
    margin-top: 9px;
}

.Iconos{
    margin-top: 20px;
    padding: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.Iconos img {
    margin-right: 10px;
}

.globe-icono{
    font-size: 22px;
    padding-right: 10px;
}


.texto-inicio{
    size: 24px;
    margin-top: 39px;
    width: 100px;
    height: 29px;
    Line-height: 28.8px;
}
.nav-container {
    display: flex;
    align-items: center;
}
.menu{
    display: flex;
}
.menu-li{
     margin-left: 10px;
     display: none;
}
.menu-ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.menu-li a {
    text-decoration: none;
    color: #000;
}

body{margin:0;padding:0;}
.hamburger{
    padding: 20px 20px;
    background-color:transparent;
	height:8px;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	z-index:1002;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.hamburger.is-active{
  background-color:none;
}
.hamburger ._layer.-bottom {
    display: none;
}
.hamburger ._layer.-top {
    margin-top: 7px;
    height: 2.94px;
}
.hamburger ._layer.-mid {
    margin-top: 7px;
    height: 2.94px;
}

._layer{
	background:#000;
    margin-bottom: 7px;
	border-radius:1.5px;
	width:33px;
	height:2.4px;
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
.hamburger:hover .-top{
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
}

.hamburger.is-active .-top {
    -webkit-transform: translateY(17px) rotate(5deg) !important;
    -ms-transform: translateY(17px) rotate(45deg) !important;
    transform: translateY(5.9px) rotate(45deg) !important;
}

.hamburger.is-active .-mid {
    -webkit-transform: translateY(-7px) rotate(-45deg) !important;
    -ms-transform: translateY(-7px) rotate(-45deg) !important;
    transform: translateY(-4px) rotate(-45deg) !important;
}



.menuppal.is_active{
    transform: translate3d(0px, 0px, 0px);
  }
  .menuppal{
     background-color: rgba(255, 255, 255, 0.95);
      bottom: 0;
      height: 100%;
      left: 0;
      overflow-y: scroll;
      position: fixed;
      top: 0;
      transform: translate3d(0px, -100%, 0px);
      transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
      width: 100%;
      z-index: 1001;
  }
  .menuppal ul{
    margin:0;padding:0;
    margin-top: 59px;
  }
  .menuppal ul li { 
    list-style: none;
    text-align:center;
    font-family: Verdadna, Arial, Helvetica;
    font-size:1.5rem;
    line-height:3em;
    height:3em;
    color:#000000;
    text-transform:none;
    font-weight:bold;
  }
  .menuppal ul li a{
    text-decoration:none;
    color:#000000;
  }
  .menuppal ul li a:hover{
    text-decoration:none;
    color:#333;
  }

.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}
.alerta{
    text-align: left; 
    font-size: 24px; 
    transform: translateY(-100px); 
    font-family: " Roboto", sans-serif;
}


 @media (min-width: 680px) {
    
    .impresiones{
        width: 352.69px;
        height: 48.45px;
    }
    .etiquetas{
        width: 386.18px;
        height: 48.45px;
    }
    .carteleria{
        width: 166.73px;
        height: 48.45px;
    }
    .gigantografias{
        width: 352.69px;
        height: 48.45px;
    }
    .merchandising{
        width: 245.81px;
        height: 48.45px;
    }
    .materialpop{
        width: 245.81px;
        height: 48.45px;
    }
    .catalogo{
        width: 245.81px;
        height: 48.45px;
    }
    .packaging{
        width: 166.73px;
        height: 48.45px;
    }
    .interior{
        width: 166.73px;
        height: 48.45px;
    }
    .exterior{
        width: 166.73px;
        height: 48.45px;
    }
    .form-section{
        margin-left: 30px;
    }
    .input-group{
        width: 130%;
    }
} 
@media (min-width: 768px) {
    .form-group {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #nombre{
         width: 415.27px;
         font-size: 20px;
         width: 100%;
    }
    #email{
        width: 415.27px;
        font-size: 20px;
        width: 100%;
   }
    #mensaje{
        width: 415.27px;
        font-size: 20px;
        width: 100%;
    }
    #enviar{
        font-size: 28.5px;
        width: 302.69px;
        height: 128.96px;
        border-radius: 22.61px;
    }
}

@media (min-width: 527px){


}
@media (min-width: 655px){

    .form-section{
        margin-left: 80px;
    }
    .hero{
        margin-left: 100px;
    }
}
@media (min-width: 768px) {
    /* Hacer */
}
@media (min-width: 888px) {
    .menu {
      display: inline-block !important;
    }
    .estrella{
        width: 40.67px;
        height: 40.67px;
        margin-top: 10px;
        margin-right: 15px;
    }
    .h2-1{
        margin-bottom: 23.86px;
    }
    #enviar{
        width: 352.69px;
    }
    #nombre{
        margin-bottom: 49.87px;
    }
    #email{
        margin-bottom: 44.17px;
    }
    #mensaje{
        margin-bottom: 45.93px;
    }
    .hero{
        margin-top: 80px;
        width: 720px;
    }
    .h1-hola{
        width: 600px;
        color: #000;
        font-size: 45px;
        font-style: italic;
        font-weight: 400;
        line-height: 24.184px;/* 53.743% */
        letter-spacing: 6.75px;
        text-transform: uppercase;

    }
    .h1-container{
        line-height: 60px;
    }
    .interior{
        margin-bottom: 112px;
        margin-top: 37.4px;
    }
    .exterior{
        margin-top: 37.4px;
    }
    .menu-li{
        display: block;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    .form-group{
        width: 795px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .input-group{
        width: 205%;
    }
    .form-section{
        margin-left: 60px;
        margin-top: 86px;
    }
    .impresiones{
        width: 352.69px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .etiquetas{
        width: 386.18px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .carteleria{
        width: 166.73px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .gigantografias{
        width: 352.69px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .merchandising{
        width: 245.81px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .materialpop{
        width: 245.81px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .catalogo{
        width: 245.81px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .packaging{
        width: 166.73px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .interior{
        width: 166.73px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .exterior{
        width: 166.73px;
        height: 48.45px;
        font-size: 22.8px;
    }
}
@media (min-width: 1024px) {
    .form-group{
        width: 803.7px;
    }
    .form-section{
        width: 803.7px;
    }
    .hero{
        margin-top: 184px;
    }
    .estrella{
        width: 54.67px;
        height: 54.67px;
        margin-top: -0.5px;
    }
    .caja-footer{
        margin-top: 220px;
        margin-bottom: 112px;
    }
    .h1-hola{
        width: 926px;
        font-size: 60px;
        margin-top: -100px;
        line-height: 70px;
    }
    .impresiones{
        width: 352.69px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .etiquetas{
        width: 386.18px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .carteleria{
        width: 166.73px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .gigantografias{
        width: 352.69px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .merchandising{
        width: 245.81px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .materialpop{
        width: 245.81px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .catalogo{
        width: 245.81px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .packaging{
        width: 166.73px;
        height: 48.45px;
        font-size: 22.8px;
    }

    .form-section{
        margin-left: 30px;
    }
    .input-group{
        width: 900px;
    }
    .menu-li{
        width: 127px;
    }
    .h2-trabajo{
        margin-top: 103px;
    }
    .h2-1{
        font-size: 25.65px;
    }
    .form-group2{
        width: 700px;
    }
    .interior{
        width: 166.73px;
        height: 48.45px;
        font-size: 22.8px;
    }
    .exterior{
        width: 166.73px;
        height: 48.45px;
        font-size: 22.8px;
    }
}
/* @media (min-width: 1200px){
    .form-section{
        margin-left: 80px;
    }
    .hero{
        margin-top: 184px;
    }
    .estrella{
        width: 108px;
        height: 108px;
    }
    .caja-footer{
        margin-top: 220px;
        margin-bottom: 112px;
    }
    .h1-hola{
        width: 926px;
        font-size: 80px;
    }
    .h1-container{
        line-height: 120px;
    }
    .hero{
        margin-left: 95px;
        font-size: 96px;
        width: 926px;
        height: 64px;
    }
    h2{
        font-size: 36px;
        margin-top: 136px;
    }
    #nombre{
        width: 220%;
        margin-bottom: 70px;
    }
    #mensaje{
        width: 220%;
        margin-bottom: 86px;
    }
    #email{
        width: 220%;
        margin-bottom: 62px;
    }
    .form-group{
        width: 300%;
    }
    .form-group2{
        width: 150%;
        margin-top: 200px;
    }
    .impresiones{
        width: 495px;
        height: 68px;
        font-size: 32px;
    }
    .etiquetas{
        width: 542px;
        height: 68px;
        font-size: 32px;
    }
    .carteleria{
        width: 234px;
        height: 68px;
        font-size: 32px;
    }
    .gigantografias{
        width: 495px;
        height: 68px;
        font-size: 32px;
    }
    .merchandising{
        width: 345px;
        height: 68px;
        font-size: 32px;
    }
    .materialpop{
        width: 345px;
        height: 68px;
        font-size: 32px;
    }
    .packaging{
        width: 234px;
        height: 68px;
        font-size: 32px;
    }
    .interior{
        width: 234px;
        height: 68px;
        font-size: 32px;
    }
    .exterior{
        width: 234px;
        height: 68px;
        font-size: 32px;
    }
    .form-section{
        margin-left: 30px;
    }
    .input-group{
        width: 130%;
    }
    .menu-li{
        width: 127px;
    }
    #enviar{
        width: 352px;
    }
    .h2-trabajo{
        margin-bottom: 53px;
        margin-top: 94px;
    }
    .h2-1{
        margin-bottom: 34px;
    }
}     */
@media (min-width: 1300px){

    .menu-ul{
        margin-left: 20px;
    }

}
@media (min-width:1500px) {
    .estrella{
        margin-right: 40px;
        width: 74.294px;
        height: 74.294px;
    }

    .h1-hola {
            width: 956px;
            font-size: 78px;
            margin-top: -100px;
            line-height: 108px;
        }
    .impresiones{
        width: 396px;
        height: 54.4px;
        font-size: 26px;
    }
    .etiquetas{
        width: 396px;
        height: 54.4px;
        font-size: 26px;
    }
    .carteleria{
        width: 187px;
        height: 54.4px;
        font-size: 26px;
    }
    .gigantografias{
        width: 396px;
        height: 54.4px;
        font-size: 26px;
    }
    .merchandising{
        width: 276px;
        height: 54.4px;
        font-size: 26px;
    }
    .materialpop{
        width: 276px;
        height: 54.4px;
        font-size: 26px;
    }
    .catalogo{
        width: 276px;
        height: 54.4px;
        font-size: 26px;
    }
    .packaging{
        width: 187px;
        height: 54.4px;
        font-size: 26px;
    }
    .interior{
        width: 187.2px;
        height: 54.4px;
        font-size: 26px;
    }
    .exterior{
        width: 187.2px;
        height: 54.4px;
        font-size: 26px;
    }
    .h2-1{
        font-size: 30px;
    }
    .h2-trabajo{
        font-size: 30px;
    }
    .form-group{
        width: 900px;
    }
    #nombre{
        font-size: 28px;
    }
    #email{
        font-size: 28px;
    }
    #mensaje{
        font-size: 28px;
    }
}
@media (min-width: 1900px){
     
    .h1-hola {
            width: 1256px;
            font-size: 96px;
            margin-top: -100px;
            line-height: 125px;
        }

    .form-group{
        width: 1130px;
    }

    .impresiones{
        width: 495px;
        height: 68px;
        font-size: 32px;
    }
    .etiquetas{
        width: 495px;
        height: 68px;
        font-size: 32px;
    }
    .carteleria{
        width: 234px;
        height: 68px;
        font-size: 32px;
    }
    .gigantografias{
        width: 495px;
        height: 68px;
        font-size: 32px;
    }
    .merchandising{
        width: 345px;
        height: 68px;
        font-size: 32px;
    }
    .materialpop{
        width: 345px;
        height: 68px;
        font-size: 32px;
    }
    .catalogo{
        width: 345px;
        height: 68px;
        font-size: 32px;
    }
    .packaging{
        width: 234px;
        height: 68px;
        font-size: 32px;
    }
    .interior{
        width: 234px;
        height: 68px;
        font-size: 32px;
    }
    .exterior{
        width: 234px;
        height: 68px;
        font-size: 32px;
    }
    h1.hola{
        font-size: 96px;
    }
    .h2-1{
        font-size: 36px;
    }
    .h2-trabajo{
        font-size: 36px;
    }
    #nombre{
        font-size: 36px;
    }
    #email{
        font-size: 36px;
    }
    #mensaje{
        font-size: 36px;
    }
}