﻿/*
Theme Name: Agencia Laika - Landings
Theme URI: http://agencialaika.com/
Author: Agencia Laika
Author URI: http://agencialaika.com/
Description: Diseño para los Landings.
Version: 1.0
Text Domain: AgenciaLaika
*/
@import url(css/bootstrap.min.css);


/*---------------------------- BODY ---------------------------*/
body{
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

img{
	max-width:100%;
	width:auto;
	height:auto;
	vertical-align: bottom;
}

p{
	margin: 0 0 1.5em;
}

.img-center {
    display: block;
    margin: 0 auto;
}
	

/*---------------------------- HEADER ----------------------------*/

.header img {
	width: 100%;
}

img.grande {
	width: 100%;
  	height: auto;
}

/*---------------------------- HOME ---------------------------*/

.home h3 {
  background-color: #811437;
  border-radius: 45px;
  font-size: 14px;
  color: #fff;
  padding: 12px 15px;
  text-align: center;
  min-height: 55px;
}

.inicio a {
  background-color: #811437;
  color: #fff;
  border-radius: 45px;
  padding: 12px 0;
  margin-top: 25px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: color 0.5s ease;
  transition: background-color 0.5s ease;
  min-height: 44px;
}

.inicio a:hover {
  color: #811437;
  background-color: #F16726;
  text-decoration: none;
}

p.info-texto {
    color: #d62631;
    text-align: justify;
    margin-top: 20px;
}

/*--------------------------- CONTENIDO ---------------------------*/
.contenido {
    /*background: url("http://laikalanding.com/landing3/wp-content/uploads/2016/02/black-bg.jpg") no-repeat center center;*/
  	background:#fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 50px;
}

/*--------------------------- FORMULARIO ---------------------------*/
.registro {
  /*background-color: #000;*/
  /*border-radius: 5px;*/
}

.registro h1 {
    color: #FFFFFF;
    font-size: 1.5em;
    color: #FFFFFF;
    padding: 10px;
    font-size: 1.5em;
  	background:#d62631;
}

span.gform_description {
    color: #878787;
    font-size: 30px;
    background-color: #F8F8F8;
    padding: 25px;
    display: block;
    margin-bottom: 0;
    margin-top: -25px;
  	text-transform:uppercase;
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
}

.gform_body {
    background: #d62631;
    padding: 20px;
    margin-top: -40px;
  	/* border-radius: 5px; */
    /* border-bottom-left-radius: 0; */
    /* border-bottom-right-radius: 0; */
  	padding-bottom: 0;
}

.gform_wrapper {
	max-width: 100% !important;
	margin: 25px 0 !important;
}

.gform_wrapper .gform_heading{
	width:100% !important;
}

.gfield {
    margin-top: -15px;
}

input[type="submit"] {
  border: none;
  background: #0d66a2;
  color: #FFFFFF;
  padding: 1em !important;
  width: 40% !important;
  margin: 0 auto;
  display: block !important;
}

input[type="radio"] {
  margin-left: 1px !important;
}

.gform_footer.top_label {
  /*background-color: #F8F8F8;*/
  margin-top: 0px !important;
  padding: 10px !important;
  /*border-bottom-left-radius: 5px;*/
  /*border-bottom-right-radius: 5px;*/
  background: #d62631;
}

input {
  /*border-radius: 5px;*/
  border: solid #B4B4B4 1px;
  width: 100% !important;
  padding: 6px !important;
  font-size: 100% !important;
  transition: color 0.5s ease;
  transition: background-color 0.5s ease;
}

select#input_1_7 {
  color: #757575;
  border: solid #B4B4B4 1px;
  width: 100% !important;
  padding: 6px !important;
  font-size: 100% !important;
  transition: color 0.5s ease;
  transition: background-color 0.5s ease;
}

input[type="submit"]:hover {
    background-color: #0D529E;
    color: #B6B6B6;
}

textarea#input_1_6 {
    width: 100%;
}

label {
  color: #888888;
}

.gform_wrapper .gfield_required{
	display:none;
}

.validation_error {
	display: none;
}


/*-------- INFO -------------*/

#info {
    color: #777;
}

#info1{
	background: #FDBB30
}

#info1 .container {
    padding: 60px;
}

#info2{
	background: #FFF
}

#info2 .container {
    padding: 60px;
}

.container.shadow {
    background: url("http://laikalanding.com/landing3/wp-content/uploads/2016/02/yellow-shadow.jpg") no-repeat right;
}




/*-------- FOOTER -------------*/

.footer{
	background: #0d66a2;
	color: #fff;
	/*margin-top:50px;*/
	padding:25px 0;
}

/*--------- SIDEBAR ---------*/

.textwidget{
  font-size:14px;
  font-weight:bold;
  text-align:center;
}


/*-------- LOGOS -----------*/

.grande{
  display:block;
}
.pequenio{
  display:none;
}

/*-------- GRACIAS -----------*/

.container-fluid.contenido.gracias {
    text-align: center;
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  
  
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .grande{
	  display:none;
	}
  .pequenio{
	display:block;
  }
  
  .container {
	margin: 0;
	padding: 0;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

  
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
  
}

