@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap" rel="stylesheet');
/*----------------------------------------
    GENERAL
----------------------------------------*/
body {
    font-family: "Rethink Sans", sans-serif;
       background-color: #FFF;
}

/*Formulario*/

.ub2 {
   padding: 20px 30px;
    background: #EAEAEA;
    border: solid #fff 1px;
	border-radius: 10px;
}
.btn-primary-enviar{
   background: #9d53b5;
    font-size: 24px;
    width: 100%;
    font-weight: 600;
    color: #FFF !important;
    border-radius: 40px;
    border: none;
    padding: 7px;
    margin: 20px 0;
}
.label{
    font-family: "Barlow", sans-serif;
    color: #282828;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
}
label {
    display: inherit;
    max-width: 100%;
    font-weight: unset;
    color: #282828;
    font-size: 12px;
}
label a{
    color: #282828;
    font-weight: 700;
}
.form-control {
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #959595;
    background-color: #fff;
    background-image: none;
    border-radius: 10px;
    margin-bottom: -3%;
	padding: 6px 12px;
}
.form-group {
    position:relative;  
  }
.form-group + .form-group {
    margin-top: 30px;
}
  
  .form-label  {
    position: absolute;
    left: 0;
    top: 25%;
    color: #494949;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    font-size: 14px;
    padding-left: 3%;
	 font-weight: unset;
}
  
  .focused .form-label {
    transform: translateY(-50%);
    font-size: .75em;
  }
  
  .form-input {
    position: relative;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
    margin-bottom: -5%;
  }
  
.tyt{
    display: inline!important;
    margin-top: 5%!important;
}

/*diseno*/
.logo{
       width: 30%;
    margin: 2% auto 0;
}
.cen{
    margin: 4% 0;
    display: flex;
    gap: 4%;
}
.tam{
    width: 80%;
    margin: auto;
}
.titulo{
    font-family: "Lexend Deca", sans-serif;
    color: #9d53b5;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: -2px;
}
.sub{
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Lexend Deca", sans-serif;
}
.cont-sub{
    font-family: "Lexend Deca", sans-serif;
    color: #9d53b5;
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
}
.contenido {
    font-size: 24px;
    font-weight: 100;
    width: 77%;
    margin: auto;
    line-height: 32px;
}
.gris{
    background: #ededed;
    border-radius: 20px;
    width: 100%;
    margin: 2% auto;
    padding: 2% 1%;
}
.caja{
    display: flex;
    flex-direction: row;
}
.info {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    gap: 6%;
    align-items: center;
    text-align: center;
    justify-content: center;
	margin: 0;
}
.ico-1 {
   content: url("../img/fecha.svg");
	width: 10%;
}
.ico-2 {
   content: url("../img/hora.svg");
	width: 10%;
}
.ico-3 {
   content: url("../img/duracion.svg");
	width: 10%;
}

/*media*/

@media (max-width:767px){
	.ub2 {
  padding: 2% 8%;
    background: EAEAEA;
    border-radius: 10px;
  margin-top: 8%;
}
.cen {
    flex-direction: column;
}
.logo {
	width: 80%;
    margin: 3% auto 0;
}
	.titulo {
    font-size: 20px;
}
	.sub {
    font-size: 24px;
}
	.gris {
    width: 100%;
    padding: 4%;
}
	.contenido {
    font-size: 18px;
    font-weight: 100;
    width: 100%;
    margin: auto;
    line-height: 22px;
}
	.info {
    font-size: 17px;
    flex-direction: column;
}
	.ico-1 {
    content: url(../img/fecha.svg);
    width: 30%;
}
	.ico-2 {
    content: url(../img/hora.svg);
    width: 30%;
}
	.ico-3 {
    content: url(../img/duracion.svg);
    width: 30%;
}
	.tam {
    width: 90%;
}
}


