
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

/* Estilo para el div contenedor */
.container {
  width: 100%; /* El div ocupa todo el ancho del cuerpo */
  padding: 20px; /* Ajusta el espaciado según tus necesidades */
  box-sizing: border-box; /* Incluye el padding en el ancho total */
}

/* Estilo para el formulario */
form {
  width: 100%; /* El formulario ocupa todo el ancho del div */
  padding: 20px; /* Ajusta el espaciado según tus necesidades */
  box-sizing: border-box; /* Incluye el padding en el ancho total */
}

.body {
	  background:linear-gradient( #0d0d0d, #0583f2) ;
  	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
    padding-top: 0px;
    
}


.enviada {
  background:#0583f2 ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 0px;
  
}
h1 {
   color: #fff; 
   text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
   padding-top: 30px;
   size: 80%; 
   
   text-align: center;
   font-family: 'Source Sans Pro', sans-serif;
   margin: 0px;
}

h3 {
  color: #fff; 
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  padding-top: 30px;
  size: 1.5ev; 
  
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0px;
}

form {
    margin-left:auto;
    margin-right:auto;
    width: 965px;
    height: 100%;
    padding:30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    overflow: hidden; 
    max-width:300px;
}

.nameinput, .emailinput {
    width: 250px;
    height: 48px;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    max-width:400px;
}

input[type=submit] {
    cursor: pointer;
}

input.nameinput {
	  background: rgba(0, 0, 0, 0.4); 
	  padding-left: 45px;
}

input.emailinput {
	  background: rgba(0, 0, 0, 0.4);
	  padding-left: 45px;
}

input.message {
	  background: rgba(0, 0, 0, 0.4);
	  padding-left: 45px;
}

select.indent {
	  padding-left: 45px;
    cursor: pointer;
}

::-webkit-input-placeholder {
	  color: #fff;
}

:-moz-placeholder{ 
    color: #fff; 
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {  
	  color: #fff; 
}

input:focus, textarea:focus { 
	  background-color: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
    box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
	  overflow: hidden; 
}

.btn {
	border: none;
	font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  width: 200px;
  height: 48px;
	color: #000;
	background: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	position: relative;
  outline: none;
  box-shadow: 0 6px #cecece;
  border-radius: 5px;
  float: right;
  margin-right: 6px;
}

.btn:hover {
	background: #fff;
  outline: none;
  box-shadow: 0 4px #cecece;
	top: 2px;
}

.btn:active {
	background: #fff;
  outline: none;
  box-shadow: 0 0 #cecece;
	top: 6px;
}

.flat {
	border: none;
	cursor: pointer;
	display: inline-block;
	outline: none;
  position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.flat:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
}


.flat {
   width: 960px !important;
   height: 48px;
   overflow: hidden;
   margin-bottom: 20px;
   background: url(http://www.jordancundiff.com/wp-content/uploads/2014/03/icon-dropdown.png) no-repeat right;
   }

   /* Estilo para los elementos <select> */
select {
  width: 400px; /* Ajusta el ancho según tus necesidades */
  height: 48px;
  border: none;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  padding-left: 20px;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}

/* Estilo para el texto dentro de los <option> */
select option {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}

/* Estilo para cuando el <select> está enfocado */
select:focus {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

/* Estilo para cuando el <select> se encuentra dentro de un .flat */
.flat select {
  width: 960px !important;

}
/* Estilo para los elementos <label> */
label {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

/* Estilo para los elementos <label> en los select */
select + label {
  margin-top: 10px; /* Ajusta el margen superior según tus necesidades */
}

/* Estilo para los elementos <label> en los input con clase .nameinput */
.nameinput + label {
  padding-left: 20px; /* Alineación con el padding de los input */
}

/* Estilo para los elementos <label> en los input con clase .emailinput */
.emailinput + label {
  padding-left: 20px; /* Alineación con el padding de los input */
}

/* Estilo para los elementos <label> en los textarea con clase .message */
.message + label {
  padding-left: 20px; /* Alineación con el padding de los textarea */
}

/* Estilo para los elementos <label> en los select con clase .indent */
.select.indent + label {
  padding-left: 45px; /* Alineación con el padding de los select con clase .indent */
  cursor: pointer;
}

@media only screen and ( min-width: 768px ) and ( max-width: 1035px ) {
  h1 { font-size: 80px; }
  form { width: 736px !important; }
    #wpcf7-f156-p143-o1\20 formwrap > form > p > span.wpcf7-form-control-wrap.Subject.flat > select, #wpcf7-f156-p143-o1\20 formwrap > form > p > span.wpcf7-form-control-wrap.Subject.flat { width: 731px !important; }
    .nameinput, .emailinput, #wpcf7-f156-p143-o1\20 formwrap > form > p > span.wpcf7-form-control-wrap.Message > textarea { width: 666px !important; }
}

@media only screen and ( max-width: 804px ) {
    h1 { font-size: 50px; }
  form { width: 450px !important; }
   #wpcf7-f156-p143-o1\20 formwrap > form > p > span.wpcf7-form-control-wrap.Subject.flat > select, #wpcf7-f156-p143-o1\20 formwrap > form > p > span.wpcf7-form-control-wrap.Subject.flat { width: 445px !important; }
    .nameinput, .emailinput, #wpcf7-f156-p143-o1\20 formwrap > form > p > span.wpcf7-form-control-wrap.Message > textarea { width: 380px !important; }
}

@media only screen and ( max-width: 517px ) {
     h1 { font-size: 30px; }
  form { width: 295px !important; }
  #wpcf7-f156-p143-o1\20 formwrap > form > p > span.wpcf7-form-control-wrap.Subject.flat > select, #wpcf7-f156-p143-o1\20 formwrap > form > p > span.wpcf7-form-control-wrap.Subject.flat { width: 290px !important; }
    .nameinput, .emailinput, #wpcf7-f156-p143-o1\20 formwrap > form > p > span.wpcf7-form-control-wrap.Message > textarea { width: 225px !important; }
  .btn { width: 110px; }
}

