

@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}

@keyframes appear_side {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5rem);

  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0rem);

  }
}

.bottom_text_area {
  -webkit-animation: appear 3s;
          animation: appear 3s;
}

@keyframes appear2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.main_text_area{
  -webkit-animation: appear2 3s;
          animation: appear2 3s;
}


*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html{
  font-size: 62.5%;
}

body{
max-height: 100%;
background-color: rgb(249, 249, 249);
background-image: url("../imagenes/micro16.png");
background-size: cover;
background-repeat: no-repeat;
font-family:'Poppins',sans-serif;
font-size: 1.2rem;
}


.main_section{
  position: absolute;
  right: 0px;
  width: 65%;
  height: 100%;
}

.top_section{
  position: relative;
  height: 50%;
}

.login_section{
  width: 45%;
  min-width: 350px;
  height: 319px;
  padding: 30px;
  max-width: 395px;
  max-height: 319px;
  border-radius: 10px;
  position: absolute;
  bottom: 0px;
  left: 50px; 
  background-color: rgb(255,255,255);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.form-group{
  position: relative;
  width: 100%;
  height: 50px;
}

.login_form-image{
  height: 30%;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  -webkit-animation: appear2 3s;
  animation: appear2 3s;
}

.login_form-image img{
  max-width: 80%;
}

.login_form form{
  position: relative;
  width: 100%;
}

.form_input{
  position: absolute;
  width: 100%;
  border: 1px solid whitesmoke;
  border-radius: 0.7rem;
  font-size: inherit;
  font-family: inherit;
  color: #767b91;
  outline: none;
  height: 4rem;
  padding: 0.5rem;
  padding-left: 1rem;
}

.form_input:focus{
  border-color: rgb(49,170,253);
}

.form_input:hover{
  border-color: rgb(88, 188, 255);
  cursor:text;
}

.form_label{
  text-align: center;
  position: absolute;
  bottom: 4rem;
  left: 1.5rem;
  color: #767b91;
  transition: top 200ms ease-in,
    left 200ms ease-in,
    font-size 200ms ease-in;
}

.form_input:focus ~ .form_label,.form_input:not(:placeholder-shown).form_input:not(:focus)~.form_label{
  bottom:3rem;
  left: 0.8rem;
  background-color: rgb(255,255,255);
  padding: 1px;
  font-size: 0.8rem;
}
.form-button{
  display: flex;
  justify-content: center;
 
}

.form-button button{
  padding: 0.7rem 10rem;
  border: none;
  border-radius: 0.7rem;
  background-color: rgb(88, 188, 255);
  color:whitesmoke;
  font-family:sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.form-button button:hover{
  background-color: rgb(49,170,253);
  box-shadow: 0 5px 10px 0 rgba(28, 28, 28, 0.1);
  cursor: pointer;
}

.form_footer{
  display: flex;
  justify-content: center;
  padding-top: 20px;
  font-weight:200;
  color: #767b91;
}

.form_footer a{
  color: #767b91;
  text-decoration: none;
}

.form_footer a:hover{
  color: #161d34;
}


.contact_section{
  display: flex;
  width: 90%;
  max-width: 800px;
  min-width: 750px;
  height: 257px;
  border-radius: 1rem;
  position: absolute;
  left:10px;
  bottom: 32px; 
  background-color: rgb(255,255,255);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.contact_side-l{
  width: 30%;
  height: 100%;
}

.contact_side-r{
  display: flex;
  flex-direction: column;
  width: 70%;
  height: 100%;
}

.r_section{
  height: 50%;
  width: 100%;
}


.bot ,.top{
  padding-right: 5rem;
  display: flex;
  justify-content: end;
  align-items: center;
  color:rgb(49,170,253);
}

.icon{
  font-size: 5rem;
}

.bot{
  border-top: 0.2rem solid whitesmoke;
}

.description{
  color: #767b91;
  margin-left: 30px;
}

.contact_button{
  width: 200px;
  padding: 0.5rem 2rem;
  border: 2px solid rgb(88, 188, 255);
  background-color: transparent;
  border-radius: 0.7rem;
  color:rgb(88, 188, 255);
  font-family:sans-serif;
  font-size: 1.5rem;
  font-weight:600;
}

.contact_button:hover{
  background-color: rgb(49,170,253);
  border-color: rgb(49,170,253);
  color: whitesmoke;
  box-shadow: 0 5px 10px 0 rgba(28, 28, 28, 0.1);
  cursor: pointer;
}
.bottom_section{
  position: relative;
  height: 50%;
}

.bottom_text_area{
  height: 30%;
  padding-top: 20px;
  font-size: 3rem;
  font-weight:200;
  color: #767b91;
  text-align: center;
}

.main_text_area
{
  display: none;
}

.carousel_area{
  display: flex;
  width: 100%;
  height: 70%;
  justify-content: center;
  align-items: end;
}

#contentContainer {
  width: 620px;
  height: 200px;

  overflow: hidden;
}

.trans3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform-style: preserve-3d;
  -ms-transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
}

#carouselContainer {
  position: absolute;
  margin-left: -500px;
  margin-top: -500px;
  left: 50%;
  top: 50%;
  width: 1000px;
  height: 1000px;
}

.carouselItem {
  width: 320px;
  height: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -50px;
  visibility: hidden;
}

.carouselItemInner {
  width: 320px;
  height: 180px;
  position: absolute;
 
  color: aqua;
  font-size: 72px;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -90px;
  text-align: center;
  padding-top: -50px;
}

.carouselItemInner img{
  width: 320px;
  height: 180px;
  border: 10px solid rgba(255, 255, 255, 0.75);
}

.contact_section{
  -webkit-animation: appear_side 2s;
  animation: appear_side 2s;
}

@media only screen and (max-width: 1200px){
  .main_section{
    width: 100%;
  }


  .top_section{
    display: flex;
  }

  .login_section {
    left: calc(50% - 350px);
  }

  .contact_section {
    min-width: 600px;
    max-width: 665px;
    left: calc(50% - 250px);

  }


}

@media only screen and (max-width: 850px){
  .main_section{
    width: 100%;
  }


  .top_section{
    display: flex;
  }

  .login_section {
    left: calc(50% - 300px);
  }

  .contact_section {
    min-width: 540px;
    max-width: 540px;
    left: calc(50% - 210px);
  }

}

@media only screen and (max-width: 600px){
  body{
    background-color: rgb(249, 249, 249);
    background-image: none;
  }
  .main_section{
    width: 100%;
  }

  .bottom_section{
    display: none;
  }

  .top_section{
    display: flex;
    flex-direction: column-reverse;
    justify-content:space-around;
    align-items: center;
    height: 100%;
    width: 100%;
  }

  .login_section {
    position: static;
    width: 80vw;
    max-width: 80vw;
  }

  .contact_section {
    position: static;
    width: 80vw;
    max-width: 80vw;
    min-width: 350px;
  }

  .contact_side-l{
    width: 0px;
    height: 0px;
  }
  
  .contact_side-r{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .r_section{
    justify-content: center;
    padding: 10px;
  }
  
  .main_text_area
  {
    height: auto;
    display: block;
    padding-top: 20px;
    font-size: 2rem;
    font-weight:200;
    color: #767b91;
    text-align: center;
  }

}

@media only screen and (max-height: 650px){
  .main_text_area
  {
    display: none;
  }
}