/*

*{
	 Width: Tamaño;
	heigth: Tamaño;/
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 13px;
	padding-bottom: 5px;
	margin: 10px;
	padding: 10px 13px 5px 15px;
	border:2px solid red;
}
*/


body{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}


.contenedor {
  width: 800px;
  margin: auto;
  position: relative;  
}


table{
	width: 100%;
}

th{
	background: #34495e;
	color: white;
}

th{
	padding: 20px;
	text-align: left;
}

td{
	padding: 20px;
}

table, td, th{
	border: 1px solid #273b47;
	border-collapse: collapse;
}

input, textarea{
	outline: 0;
}

input:focus, textarea:focus{
	background: lightray;
}

.background{
	background-image: url('../images/fondowhach1.jpg');
	background-size: cover;
}

/*.titulo{
	font-family: 'Allerta', sans-serif;
	font-size: 70px;
	margin-bottom: 15px;
}*/


.titulo {
  font-family: 'Allerta', sans-serif;
  font-size: 50px;
  margin-bottom: 0;
  margin-top: 70px;
}

.titulo span {
	text-decoration:underline;
}

.title-a{
	font-size: 24px;
	margin-top: 0;
}

.title-b {
  font-size: 50px;
  margin-bottom: 20px;
}

.whatchos {
	color: #1f313c;
	margin-bottom: 60px;
}

.whatchos h2{
	font-family: 'Allerta', sans-serif;
	font-size: 35px;s
}

.Portada{
	color: white;
	padding:20px;
	height: 500px;
}

.portada button{
	margin-bottom: 70px;
}

.menu{
	font-size: 30px;
	display: inline-block;
	position: absolute;
	right: 0;
}

/*.Menu li{
	display: inline-block;
}
*/


.menu li {
  display: inline-block;
  margin-left: 20px;
}


.menu li:before{
 /* content: '∘';*/
  font-size: 50px;
  line-height: 20px;
  color: white;
}


.menu a {
	color:white;
	text-decoration: none; 
}

.logotipo {
  display: inline-block;
  margin-left: 0;
}


.whatcho{
	margin: 10px 10px 40px 10px;
	padding: 30px 0px 60px 0px;
	/*overflow: hidden;*/
	border: 1px solid #1f313c;
	border-radius:5px;
}

/*.guitarra ol{   comentar para corregir los ol 
	padding: 15px;
}*/

.whatchos.b{
	height: 190px;
}

.right{
	float: right;
	position: relative;
	top: -55px;
}

.left{
	float: left;
	position: relative;
    top: -55px;
}


.contenedor-whatchos-a{
	padding-left: 20px;
}

.contenedor-whatchos-b{
  margin-left: 390px;
  padding-bottom: 10px;
  position: relative;
  bottom: 10px;

}


.contenedor-whatchos-c{
 padding-left: 20px;
 padding-bottom: 10px;
}




/*
.header {
  position: relative;
}
*/

/*.footer{
	background:rgba(4,129,231,1);
	padding:50px 70px ;
}
*/

.footer{
	background: #0481e7;
	background: linear-gradient(to right, #0481e7, #0fc3db);
	padding:50px 70px ;
}


/*.contacto{
	display: flex;
	width: 300px;
	flex-wrap: wrap;
	align-items: center;
	height: 200px;
}
*/
.contacto {
  display: flex;
  width: 300px;
  flex-wrap: wrap;
  align-items: center;
}

.contacto img{
	display: block;
}

.contacto strong{
	display: block;
}

.contacto a{
	color:white;
	text-decoration: none; /* propiedad que le quita la raya al enlace*/
	margin: 10px 10px 10px 0;
}


.footer .contenedor{
	display: flex;
	justify-content: space-between;
}

.formulario{
	display: flex;
	width: 400px;
	color: white;
}

.col1, .col2{
	display: flex;
	flex-direction: column;
}

.col1 {
	margin: 15px;

}

.col2 {
	align-items: flex-start;
}

.col2 .button {
	margin-top: 15px;

}


.intereses label {
  font-size: 12px;
}

.formulario label, .sexo, .intereses{
	margin-bottom: 10px;
}


.sexo {
  margin-top: 10px;
}

.tabla {
  margin: 50px 0;
}



.button-a {
    border-radius: 12px;
    border: none;
    color: white;
    padding: 7px 12px;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    background: #0481e7;
	background: linear-gradient(to right, #0481e7, #0fc3db);
}




.button {
    border-radius: 12px;
    border: none;
    color: white;
    padding: 7px 12px;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    background: #fd324e;
    background: linear-gradient(to left, #fe344e, #ff7250);
}

.interes label {
	font-size: 11px;
}

.formulario label{
	margin-bottom: 10px;
}

h2{
	margin-top: 100px;
}

