@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&family=Sawarabi+Gothic&display=swap');
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 62.5%;
    font-size: 10px;
}

.title {
    color: #423F32;
    margin-top: -2px;
    text-decoration: none;
   
    
  }
  
  .title::before {
    width: 18px;
    height: 18px;
  }
  
  .title::after {
    width: 18px;
    height: 18px;
    animation: pulse 1s linear infinite;
  }
  
  .title::before,
  .title::after {
    position:  absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 80px;
    top: 20px;
    background-color: white;
  }
  @keyframes pulse {
    from {
      transform: scale(0.9);
      opacity: 1;
    }
  
    to {
      transform: scale(1.8);
      opacity: 0;
    }
  }  
.nav {
    width: 100%;
    height: 95px;
    position: fixed;
    line-height: 65px;
    text-align: center;
    z-index: 2;
    background-color: #292523;
}

.nav div.logo {
    float: left;
    width: 350px;
    height: 95px;
    background-color: #292523;
}

 .logo {
    text-decoration: none;
    color: #fff;
    font-size: 2.5rem;
    background-color: #222323;

 }
a{
    color:  white !important;
}

.nav div.main_list {
    height: 65px;
    float: right;
    color: #fff;
}

.nav div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

.nav div.main_list ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 3rem;
    color: #fff;
}

.nav div.main_list ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 65px;
    font-size: 2.4rem;
}



/* Home section */

.carddd{

             border-radius: 90px;
background: linear-gradient(145deg, #3837374f, #2323239a);;
box-shadow:  65px 5px 50px  #2323239a,
             -35px -35px 70px #78767601;
width: 700px;
height: 500px;
display: grid;
color: white;
}

.navTrigger {
  display: none;
} 
.nav {
    
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pb{
  font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    margin-left: 30px;
    margin-top: 20px;
  }
  
.h1t{
  font-size: 75px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    text-align: left;
    margin-left: 30px;
    margin-top: -30px;
    
    
}
.spann{
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  text-align: left;
  margin-left: 30px;
  margin-top: -68px;
  
}
.h1r{
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  color: white;
  margin-left: 150px;
  margin-top: 230px;
  
}
.h2r{
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: black;
  margin-left: 60px;
  margin-top: -30px;
  
 
}
.btnr{
  background-color: #a238ff; 
  color: #222323; 
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin-left: 150px ;
}
.btnr:hover {
  background-color: #222323;
  color:#a238ff;
  border: 2px solid #a238ff;
  
}

.btne{
  background-color: #222323; 
  color: white; 
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin-left: 150px ;
}
.btne:hover {
  background-color: white;
  color: #222323;
  border: 2px solid #222323;
  
}

.divr{
  background-color: white;
  height: 90vh;
  width: 50%;
  margin-left: 650px;
  margin-top: -360px;


}
.esp{
width: 50%;
display: inline-block;

}

#background-svg{
  width: 100%;
  height: 100%;
  z-index: -3;

  
  

}

/* Media qurey section */

@media (max-width: 768px) {
    .home {
        background-size:cover; 
        background-repeat: no-repeat;
        height: 100vh;

    }
}
@media (max-width: 768px) {
    .contenedor {
        margin-left: 100px; /* Ajusta el margen izquierdo para pantallas más pequeñas */
        margin-top: 100px; /* Ajusta el margen superior para pantallas más pequeñas */
        font-size: small;
    }

    .texto-superpuesto {
        margin-left: -180px;/* Ajusta el tamaño del texto para pantallas más pequeñas */
    }

    .txt {
        font-size: 56px !important;
        color: whitesmoke /* Ajusta el tamaño del texto para pantallas más pequeñas */
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        margin: 0;
    }
}

@media screen and (max-width:768px) {
    .navTrigger {
        display: block;
    }
    .nav div.logo {
        margin-left: 15px;
    }
    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .nav div.show_list {
        height: auto;
        display: none;
    }
    .nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #293E31;
        /*same background color of navbar*/
        background-position: center top;
    }
    .nav div.main_list ul li {
        width: 100%;
        text-align: right;
    }
    .nav div.main_list ul li a {
        text-align: center;
        width: 100%;
        font-size: 3rem;
        padding: 20px;
    }
    .nav div.media_button {
        display: block;
    }
}




.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}
.contenedor {
    position: absolute;
    text-align: center;
    color: white; /* color del texto */
    margin-left: 400px;
    margin-top: 300px;
}

.texto-superpuesto {
    position: absolute;
    top: 50%; /* posiciona el texto en el centro vertical */
    left: 50%; /* posiciona el texto en el centro horizontal */
    transform: translate(-50%, -50%); /* centra el texto correctamente */
}
.txt{
    font-size: 90px;
}
.tx{
    font-size: 30px;
    margin-top: -60px;
}
.btn {
    color: whitesmoke;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid white;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: bold;
    background: transparent;
    position: relative;
    transition: all 1s;
    overflow: hidden;
    margin-left: 900px;
    margin-top: 400px;
  }
  
  .btn:hover {
    color: #FE8340;
    content: '';
  }
  

  .btn_in {
    position:static;
    z-index: 2;
    width: 120px;
    height: 30px;
    border-radius: 7px;
    border: 1px solid #A238FF;
    font-size: 14px;
    background: transparent;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  
  .btn_in:hover {
    background: #A238FF;
    box-shadow: 0 0 30px 5px #A238FF ;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  
  .btn_in:hover::before {
    -webkit-animation: sh02 0.5s 0s linear;
    -moz-animation: sh02 0.5s 0s linear;
    animation: sh02 0.5s 0s linear;
  }
  
  .btn_in::before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 50px 30px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  
  @keyframes sh02 {
    from {
      opacity: 0;
      left: 0%;
    }
  
    50% {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      left: 100%;
    }
  }
  
  .btn_in:active {
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
  }
  
  .fondo_index{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .bk{
   background-color: #222323 !important;
  }
  .inputContainer {
    position: relative;
    margin-bottom: 20px;
    margin-left: 30px;
  }
  
  .customInput {
    width: 70%;
    padding: 12px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid black;
    outline: none;
    transition: border-color 0.3s ease;
    color: black;
  }
  
 
  
  .inputLabel {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    padding: 5px;
    font-size: 16px;
    color: black;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  
  .customInput:focus + .inputLabel,
  .customInput:not(:placeholder-shown) + .inputLabel {
    transform: translateY(-100%) translateX(-5px) scale(0.8);
  }
  
  .inputUnderline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 2px;
    background-color: black;
  }
  

  .inputContainer1 {
    position: relative;
    margin-bottom: 20px;
    margin-left: 30px;
  }
  
  .customInput1 {
    width: 150px;
    padding: 12px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid black;
    outline: none;
    transition: border-color 0.3s ease;
    color: black;
  }
  
 
  
  .inputLabel1 {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    padding: 5px;
    font-size: 16px;
    color: black;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  
  .customInput1:focus + .inputLabel1,
  .customInput1:not(:placeholder-shown) + .inputLabel1 {
    transform: translateY(-100%) translateX(-5px) scale(0.8);
  }
  
  .inputUnderline1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 2px;
    background-color: black;
  }
  

  .inputContainer2 {
    position: relative;
    margin-top: -75px;
    margin-left: 250px;
  }
  
  .customInput2 {
    width: 40%;
    padding: 12px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid black;
    outline: none;
    transition: border-color 0.3s ease;
    color: black;
  }
  
 
  
  .inputLabel2 {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    padding: 5px;
    font-size: 16px;
    color: black;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  
  .customInput2:focus + .inputLabel2,
  .customInput2:not(:placeholder-shown) + .inputLabel2 {
    transform: translateY(-100%) translateX(-5px) scale(0.8);
  }
  
  .inputUnderline2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 2px;
    background-color: black;
  }

  .inputContainer3 {
    position: relative;
    margin-top: 35px;
    margin-left: 30px;
  }
  
  .customInput3 {
    width: 150px;
    padding: 12px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid black;
    outline: none;
    transition: border-color 0.3s ease;
    color: black;
  }
  
 
  
  .inputLabel3 {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    padding: 5px;
    font-size: 16px;
    color: black;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  
  .customInput3:focus + .inputLabel3,
  .customInput3:not(:placeholder-shown) + .inputLabel3 {
    transform: translateY(-100%) translateX(-5px) scale(0.8);
  }
  
  .inputUnderline3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 2px;
    background-color: black;
  }
  


  
  .inputContainer4 {
    position: relative;
    margin-top: -30px;
    margin-left: 250px;
  }
  
  .customInput4 {
    width: 10px;
    padding: 12px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid black;
    outline: none;
    transition: border-color 0.3s ease;
    color: black;
  }
  
 
  
  .inputLabel4 {
    position: absolute;
    top: -55px;
    left: 0;
    pointer-events: none;
    padding: 5px;
    font-size: 16px;
    color: black;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  
  .customInput4:focus + .inputLabel4,
  .customInput4:not(:placeholder-shown) + .inputLabel4 {
    transform: translateY(-100%) translateX(-5px) scale(0.8);
  }
  
  .inputUnderline4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 2px;
    background-color: black;
  }
  .selectborder{
    border: none  !important; 
    outline: none !important; 
    box-shadow: none !important
}
.fondoini{
    background-color: lightslategray;
}

.comformc{
    display: none; 
}
.comform{
    width: 100%;
    height: 150px;
    border: #000000;
}

.comform textarea {
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #E9E9E9;
    border-radius: 5px;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    background-color: #F9F9F9;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    resize: vertical; /* Permite ajustar la altura verticalmente */
}

.contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    width: 80%;
    height: auto;
    margin: 20px auto; /* Ajuste para centrar el contenedor */
    padding: 20px;
    border-radius: 10px;
    
    /*box-shadow: 0 0 12px rgba(0, 0, 0, .2);*/
}
.cajacomen{
    width: 100%;

    
  }
  
.comments{
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 100%;
    height: auto;
    align-items: flex-start;
    background-color: white !important;
    padding: 50px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    margin: 50px auto;
    margin-top: -1100px;
    position: absolute;
}

.user{
    display: flex;
    text-align: right;
    margin-left: 35%;
}

.user img{
    border-radius: 50%;
    width: 40px;
}
.comment-info {
	font-size: 0.9em;
	color: #000000;
    display: flex;
    text-align: left;
    margin-left: 35%;
}

.comment-text {
	margin: 10px 0px;
	margin-left: 40px;
	color: #000000;
}
.divlog{
  background-color: white;
  width: 48%;
  height:500px;
  margin-top: 3%;
  
}
.union{
  display: flex;
}
.customInput3vemos {
  width: 150px;
  padding: 12px;
  margin-left: -480px;
  font-size: 16px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid black;
  outline: none;
  transition: border-color 0.3s ease;
  color: black;
}
.inputLabel3vemos{
  position: absolute;
  top: -15px;
  left: 0;
  pointer-events: none;
  padding: 5px;
  font-size: 16px;
  color: black;
  transition: transform 0.3s ease, color 0.3s ease;
}
.customInput1vemos {
  width: 150px;
  padding: 12px;
  margin-left: -480px;
  font-size: 16px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid black;
  outline: none;
  transition: border-color 0.3s ease;
  color: black;
}
.inputLabel1vemos {
  position: absolute;
  top: -15px;
  left: 0;
  pointer-events: none;
  padding: 5px;
  font-size: 16px;
  color: black;
  transition: transform 0.3s ease, color 0.3s ease;
}
.divrpais{
  background-color: white;
  height: 70vh;
  width: 50%;
  margin-left: 650px;
  margin-top: -360px;


}
.divrpublicacion{
  background-color: white;
  height: 70vh;
  width: 50%;
  margin-left: 650px;
  margin-top: -360px;


}




.blog-container {
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, .2) 0 4px 2px -2px;
  font-family: "adelle-sans", sans-serif;
  font-weight: 100;
  margin: 48px auto;
  width: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .blog-container {
    width: 28rem;
 }
}
@media screen and (min-width: 767px) {
  .blog-container {
    width: 40rem;
 }
}
@media screen and (min-width: 959px) {
  .blog-container {
    width: 50rem;
 }
}
.blog-container a {
  color: #4d4dff;
  text-decoration: none;
  transition: 0.25s ease;
}
.blog-container a:hover {
  border-color: #ff4d4d;
  color: #ff4d4d;
}

.blog-author, .blog-author--no-cover {
  margin: 0 auto;
  padding-top: 0.125rem;
  width: 80%;
}



.blog-body {
  margin: 0 auto;
  width: 80%;
}
.blog-title h1 a {
  color: #333;
  font-weight: 100;
}
.blog-summary p {
  color: #4d4d4d;
}
.blog-tags ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.blog-tags li + li {
  margin-left: 0.5rem;
}
.blog-tags a {
  border: 1px solid #999;
  border-radius: 3px;
  color: #999;
  font-size: 0.75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  padding: 0 0.5rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 5rem;
}
.blog-footer {
  border-top: 1px solid #e6e6e6;
  margin: 0 auto;
  padding-bottom: 0.125rem;
  width: 80%;
}
.blog-footer ul {
  list-style: none;
  display: flex;
  flex: row wrap;
  justify-content: flex-end;
  padding-left: 0;
}
.blog-footer li:first-child {
  margin-right: auto;
}
.blog-footer li + li {
  margin-left: 0.5rem;
}
.blog-footer li {
  color: #999;
  font-size: 0.75rem;
  height: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
.blog-footer li a {
  color: #757272;
}
.comments {
  margin-right: 1rem;
}
.published-date {
  border: 1px solid #615e5e;
  border-radius: 3px;
  padding: 0 0.5rem;
}

#button {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 0.2rem;
  background: #3d3a4e;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
}

#button:hover::before {
  transform: scaleX(1);
}

#button-content {
  position: relative;
  z-index: 1;
}

#button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgba(150, 93, 233, 1) 10.8%,
    rgba(99, 88, 238, 1) 94.3%
  );
  transition: all 0.475s;
}

 .user-box {
  position: relative;
}
 .user-box input {
  width: 100%;
  padding: 7px 0 ;
  font-size: 16px;
  color: black;
  margin-bottom: 30px;
  border: none;
  outline: none;
  background: transparent;
}

.user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: black;
  pointer-events: none;
  transition: .5s;
}

.user-box input:focus ~ label,
 .user-box input:valid ~ label {
  top: -13px;
  left: 0;
  color: black;
  font-size: 12px;
}


@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,100% {
    left: 100%;
  }
}
  .fondoini{
    background: url('Img/fondoh.svg') no-repeat ;
    width: 100%;
    height: auto;
    background-size: cover;
   
  }