/*Efecto*/
.modalmask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalmask:target {
    opacity:1;
    pointer-events: auto;
}

/*Formato de la ventana*/
.modalbox{
    width: 80%;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: linear-gradient(to bottom right, rgba(4, 67, 60, 1), rgba(90, 222, 195, 1));
    border: 1px solid rgba(255, 255, 255, 1); /* Opcional: para ver el borde del elemento */
    border-radius:20px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
     
}

.button-container{
    cursor: pointer;
    border: 4px solid rgba(255, 255, 255, 1);
    border-radius: 22px;
    width: 162px;
}

.button-container-rrss{
    cursor: pointer;
    border: 4px solid rgba(255, 255, 255, 1);
    border-radius: 22px;
    width: 98px;
}

.button-container-disabled{
    cursor: pointer;
    width: 162px;
}

.button-container-disabled-rrss{
    cursor: pointer;
    width: 98;
}

/*Movimientos*/
.movedown {
    margin: 0 auto;
}
.modalmask:target .movedown{       
    margin:7% auto;
}

/*Boton de cerrar*/
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius:3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 1);
 
}

.input-text{
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 10px;
    background-color: rgba(117, 117, 117, 1);
    padding: 10px;
    color: white;
    margin-top: 10px;
    width: 300px;
    height: 45px;

}

.input-text-architecture{
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 10px;
    background-color: rgba(117, 117, 117, 1);
    padding: 10px;
    color: white;
    margin-top: 10px;
    width: 162px;
    height: 45px;
    text-align: center;
}

.input-text-url{
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 10px;
    background-color: rgba(117, 117, 117, 1);
    padding: 10px;
    color: white;
    width: 90%;
    height: 45px;

}

.label-text{
    color: white;
    font-size: 25px;
}

.text-tarea{
    border-radius: 10px;
    width: 90%;
    text-align: justify;
    height: 200px;
    color: rgba(187, 187, 187, 1);
    font-size: 15px;
    resize: none;
}

.input-text:focus{
  outline: none;
  border: 1px solid rgba(255, 255, 255, 1);
}

.input-text-architecture:focus{
  outline: none;
  border: 1px solid rgba(255, 255, 255, 1);
}

.input-text-url:focus{
  outline: none;
  border: 1px solid rgba(255, 255, 255, 1);
}

.parraf-modal-un-bold{
    color:white;
    font-size: 20px;
}

.text-tarea:focus{
  outline: none;
  border: none; /* O el estilo de borde que desees */
}

.title-modal{
    font-size: 40px;
    color:white;
    font-weight: bold;
    text-align: center;
}

.subtitle-modal{
    font-size: 30px;
    color:white;
    font-weight: bold;
    text-align: center;
}

.parraf-modal{
    font-size: 15px;
    color:white;
    text-align: justify;
}

.number{
    color: white;
    font-size: 40px;
    font-weight: bold;
}
}
 
.close:hover {
    background: #FAAC58;
    color:#222;
    cursor: pointer;
}
.text-modal{
    font-size: 25px;
    color: white;
}

.img-like{
    padding-right: 10px;
}

.div-eco{
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 40px;
}

.input-text::placeholder {
  color:#A7A7A7;
  text-align: center;
  font-weight: bold;
}

.column-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
}

.button-container-out{
    background-color: transparent;
    border: 0px;
}

.select-app{
    color: white;
    background-color: transparent;
    font-size: 20px;
    border: none;
}

@media screen and (max-width: 980px) {
    .modalbox{
    width: 95%;
    }
    .modalmask:target .movedown{       
    margin:10% auto;
    }
    .title-modal{
    font-size: 20px;
    }

    .subtitle-modal{
    font-size: 15px;
    }

.text-modal{
    font-size: 15px;
    }

    .label-text{
    font-size: 12px;
}

.input-text{
    width: 140px;
    height: 35px;
    padding-right: 10px;
    padding-left: 10px;
}

.input-text-architecture{
    width: 66px;
    height: 35px;
    padding-right: 10px;
    padding-left: 10px;
}


.parraf-modal-un-bold{
    color:white;
    font-size: 14px;
}

.number{
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.img-like{
    padding-right: 0px;
    display: none;
}
.div-eco{
    margin-bottom: 20px;
}

.button-container{
    width: 66px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 11px;
}

.button-container-rrss{
    width: 40px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 11px;
}

.button-container-disabled{
    width: 66px;
}

.button-container-disabled-rrss{
    width: 40px;
}

.text-tarea{
    height: 180px;
}

.select-app{
    font-size: 12px;
}
}