html {
    box-sizing: border-box;
  }
  *, *:after, *:before {
    box-sizing: inherit;
    margin:0;
    padding:0;
  }
  
  body {
    background: #faf6f6;
  }
  .logo{
    background-image: url(../img/UR2.jpg);
    
  }
  .contenedor {
    /*max-width:1000px;
    margin:0 auto;
    padding: 20px;
    background-color: #ffffff;*/
    max-width: 1000px;
    margin: 20px auto;
    display: flex;

    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }
  h1, h2 {
    text-align: center;
    font-family: 'Proza Libre', sans-serif;
  }

/* ************************ */
/* seccion logo*/

.seccion-logo::before{
    content: '';
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: #7b8085;
    opacity: 0.9;
}

.seccion-logo{
    width: 35%;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-image: url('../img/UR2.jpg');
    background-size: inherit;
    background-position: top;

}

.info_title,
.info_items{
    position: relative;
    z-index: 2;
    color: #fff;
}

.info_title{
    margin-bottom: 100px;
}

.info_title span{
    font-size: 100px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.info_title h1{
    font-size: 50px;
    text-align: center;
}
.info_items h2{
    font-size: 40px;
    text-align: center;
}
.info_items p{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.info_items p:nth-child(1) span{
    font-size: 30px;
    margin-right: 10px;
}

.info_items p:nth-child(2) span{
    font-size: 50px;
    margin-right: 15px;
    margin-left: 4px;
}

/* seccion formulario */
div.contenido {
    width: 60%;
    margin: 30px auto 0 auto;
    font-size: 24px;
    padding: 20px;
  }
.informacion{
    padding: 30px 40px;
}

.informacion h1{
	font-size: 25px;
	font-weight: 600;
	color: #303030;
    margin-bottom: 30px;
    position: center;
}

.informacion .campo{
    display: flex;
    flex-direction: column;
}

.informacion label{
    font-weight: 600;
}

.informacion input,
.informacion textarea{
    width: 100%;
    padding: 8px 0px 5px;
    margin-bottom: 20px;

    border: none;
    border-bottom: 2px solid #D1D1D1;

    font-family: 'Open sans';
	color: #5A5A5A;
	font-size: 14px;
	font-weight: 400;
}

.informacion textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}

.contenido input[type="submit"]{
    width: 180px;
	background: #141414;
	padding: 10px;
	border: none;
	border-radius: 25px;
    
    align-self: flex-end;

    color: #fff;
	font-family: 'Open sans';
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}

.contenido input[type="submit"]:hover{
    background: #4d535a;
    transition: 0.5s;
}

/**  seccion respuesta **/
.contenedor-respuesta{
  max-width:1000px;
  margin:0 auto;
  padding: 20px;
  background-color: #ffffff;  
}
.contenedor-respuesta hr{
  background-color: #5A5A5A;
  padding: 4px;
}
.informacion p{
  font-size: 1.5rem;
  font-weight: 600;
}
.informacion span{
  font-size: 1rem;
  font-weight: 500;
}
.informacion hr{
  background-color: #5A5A5A;
  padding: 0.5px;
}



/*.contenido a {
    width: 180px;
	background: #4091EC;
	padding: 10px;
	border: none;
	border-radius: 25px;

    align-self: flex-end;

    color: #fff;
	font-family: 'Open sans';
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.contenido a:hover{
    background: #3371B6;
}*/
/* ** seccion respuestas** */

/*.contenedor-respuesta{
    max-width:1000px;
    margin:0 auto;
    padding: 20px;
    background-color: #ffffff;
}
.informacion p{
    font-size: 1.5rem;
    font-weight: 600;
}*/

  
  /*div.campo {
    margin-bottom: 10px;    
  }*/
  /*div.cursos,
  div.informacion,
  div.especializacion,
  div.tipo_curso {
    margin-top: 20px;
    width: 62%;
    padding: 30px 40px;
  }
  div.informacion::after,
  div.cursos::after,
  div.tipo_curso::after {
    content: '';
    display: block;
    clear: both;
  }
  div.informacion .campo,
  div.cursos .campo {
    width: 33.3%;
    float: left;
  }
  div.tipo_curso > .campo {
    width: 50%;
    float: left;
  }
  label {
    font-family: geneva;
    display: block;
    font-size: 16px;
  }
  input{
    height: 30px;
  }
  div.textarea {
    margin-top:20px;
  }
  textarea {
    width: 100%;
  }*/
  