body{
    height: 100vh;
}
#home{
    width: 100%;
}
.cntInicial{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: bisque;
   
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.contenedorInicio{
   width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rotado {
    
   
    transform: rotate(15deg);
    transform-origin: center; /* Cambia el punto de origen de la rotación */
  }
  .cntBienvenido{
    height: calc(24em + 0.5vw);
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 0px;
    padding: 0;
    width: fit-content;
  }
  #BIEN #VENIDO{
    height: 500px;
    width: 50%;
    
  }
  #VENIDO{
    width: 50%;
  }
  #BIEN span, #VENIDO span{
    font-family: "Rubik Mono One", serif;
  font-weight: 400;
  font-style: normal;
    display: flex;
    font-size: calc(3.7em + 0.5vw);
    flex-direction: column;
    vertical-align: text-bottom;
    color: rgb(26, 26, 26);
     gap: 0px;
     width: fit-content;
   
  }
  #BIEN span, #VENIDO span{
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 540px;
    width: fit-content;
    background-color: rgb(42, 159, 165);
  }

  #BIEN span{
    background-color: transparent;
    text-align: end;
  }
  #VENIDO span{
    
    text-align: start;
  }
  .aux{
    height: 50px;
    width: 100%;
  }
  .cntNombre{
    width: 100%;
    white-space: nowrap;
  }
  .cntMellamo{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0px;
    justify-content: left;
    
  }
  .meLlamo{
    width: 100%;
    width: fit-content;
    height: fit-content;
    font-family: 'Roboto';
    font-size: calc(1.9em + 0.5vw);
    font-weight: bolder;
    color: #212121;
  }
  .cntSoy{
    display: flex;
    flex-direction: row;
    gap: 0px;
    justify-content: left;
    height: 50px;
    width: 100%;
    
  }
  .aux2{
    height: 50px;
    width: 50%;
  }
  
 
  .soy{
    display: flex;
    flex-direction: row;
    height: 50px;
    width: 50%;
    background-color: #212121;
    color: white;
    font-family: 'Roboto';
    font-size: calc(1em + 0.5vw);
    font-weight: 600;
    white-space: nowrap;
    padding-top: 10px;
    padding-left: 5px;
    font-family: "Workbench", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "BLED" 0,
      "SCAN" 0;
  }
.typed-text{
    width: fit-content;
    height: fit-content;
    background-color: transparent;
    font-size: 11pt;
    
  }
  .subSoy{
    height: 50px;
    width: 50%;
    font-family: "Worckbech";
    background-color:#1a1a1a;
    display: flex;
    flex-direction: column;
    
  }
  .cntExtra{
    display: flex;
    flex-direction: row;
    gap: 0px;
    justify-content: left;
  }

  .aux3{
    
    width: 50%;
    
  }
  .extra{
    display: flex;
    flex-direction: row;
    height:30px;
    width: 50%;
    background-color: #1a1a1a;
    color: rgb(24, 24, 24);
    font-family: 'Roboto';
    font-size: 12pt;
    font-weight: 400;
    white-space: nowrap;
    padding-top: 10px;
    color: white;
padding-left: 5px;

font-family: "Workbench", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-variation-settings:
  "BLED" 0,
  "SCAN" 0;
  }
  .cntTxt{
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: right;
    align-items: flex-end;
  }
.cntAux{
    width: 100%;
    display: flex;
    flex-direction: row;
    
}
  .aux3, .aux4{
height: 25px;
box-sizing: border-box;
background-color: brown;
width: 50%;
  }

  .tituloExp, .subtituloExp,  .tituloEst, .subtituloEst, .contentExp, button span {
    background-color: transparent;
  }

.btnHome{
background-color: brown;
}
.btnHome img{
fill: white;
}
.btnHome:hover{
    box-shadow: none;
}

.btnHome:hover {
    box-shadow: 0 0 15px 5px rgba(202, 56, 56, 0.6);
    transform: scale(1.05);
}

.btnHome::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgb(202, 56, 56);
    filter: blur(10px);
    border-radius: inherit;
    transform: translate(-50%, -50%);
    animation: glow 1.5s infinite alternate;
    z-index: -1;
}

  @media (max-width: 1610px) {
    #BIEN span, #VENIDO span{
       
        font-size: calc(4em + 0.5vw);
       
       
      }
}

@media (max-width: 1024px) {
    #BIEN span, #VENIDO span{
       
        font-size: calc(4em + 0.5vw);
       
       
      }
}



@media (max-width: 860px) {
    


    
}

@media (max-width: 500px) {
   
}

@media (max-width: 300px) {
   

    
}
.proyecto .boton-enlace{
    width: fit-content;
    height: 60px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
    text-decoration: none;
    background-color: brown;
    color: white;
    font-family: "Montserrat";
    font-weight: bold;
}
.proyecto .boton-enlace:hover{
    width: fit-content;
    height: 60px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
    text-decoration: none;
    background-color: rgb(220, 72, 72);
    color: white;
    font-family: "Montserrat";
    font-weight: bold;
}
.contFoto{
    height: 500px;
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
    padding: 0;
    margin: 0;
   padding: 30px;

   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
    
}
.fileteSmi{
    width: 100%;
    height: 40px;
}
@media (max-width: 890px){
  .rotado {
    
   
    transform: rotate(-30deg);
    transform-origin: bottom; /* Cambia el punto de origen de la rotación */
  }
}
@media (max-width:560px){
  .rotado {
    
   
    transform: rotate(0deg);
    transform-origin: bottom; /* Cambia el punto de origen de la rotación */
  }
  .contenedorInicio{
    width: fit-content;
  }
  #BIEN span, #VENIDO span{
    font-family: "Rubik Mono One", serif;
  font-weight: 400;
  font-style: normal;
    display: flex;
    font-size: calc(3em + 0.5vw);
    flex-direction: column;
    vertical-align: text-bottom;
    color: rgb(26, 26, 26);
     gap: 0px;
     width: fit-content;
   
  }
  #BIEN span, #VENIDO span{
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 540px;
    width: fit-content;
    background-color: rgb(42, 159, 165);
  }

  #BIEN span{
    background-color: transparent;
    text-align: end;
  }
  #VENIDO span{
    
    text-align: start;
  }
  .aux{
    height: 50px;
    width: 100%;
  }
  .cntNombre{
    width: 100%;
    white-space: nowrap;
  }
  .cntMellamo{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0px;
    justify-content: left;
    
  }
  .meLlamo{
    width: 100%;
    width: fit-content;
    height: fit-content;
    font-family: 'Roboto';
    font-size: calc(1.4em + 0.5vw);
    font-weight: bolder;
    color: #212121;
  }
  .cntSoy{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0px;
    justify-content: left;
    height: 50px;
    width: 100%;
    
  }
  .aux2{
    height: 50px;
    width: 50%;
  }
  
 
  .soy{
    display: flex;
    flex-direction: row;
    height: 50px;
    width: 50%;
    background-color: #212121;
    color: white;
    font-family: 'Roboto';
    font-size: calc(0.8em + 0.5vw);
    font-weight: 600;
    white-space: nowrap;
    padding-top: 10px;
    padding-left: 5px;
    font-family: "Workbench", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "BLED" 0,
      "SCAN" 0;
  }
.typed-text{
    width: fit-content;
    height: fit-content;
    background-color: transparent;
    
    
  }
}