	/*
Theme Name: JCSakura Landing Pages Theme
Theme URI: 
Version: 1.0
Description: Tema hijo de Twentyfifteen
Author: JCSakura
Author 
Template: twentyfifteen
*/
 

 
/*----------------- Empieza a añadir cambios aquí abajo -------------------------------*/

/*****COOKIES******/

.cookie-container{
	background-color: rgba(255,0,0,0.9);
	bottom: 0;
	position: fixed;
	z-index: +99999;
	left: 0;
	right: 0;
	padding: 20px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 20px 80px;
	border-radius: 10px;
	font-size: 1.2em;
	text-align: center;
	-webkit-box-shadow: 0px -1px 17px -1px rgba(0,0,0,0.51);
	-moz-box-shadow: 0px -1px 17px -1px rgba(0,0,0,0.51);
	box-shadow: 0px -1px 17px -1px rgba(0,0,0,0.51);
}

.cookie-container  a{
	color: white !important;
	text-decoration: underline;
}

.hidden{
	bottom: -100%;
}

.cookie-btn{
	background-color: #ccc;
	border:none;
	color: black;
	padding: 10px;
	margin-top: 16px;
	margin-bottom: 20px;
	border-radius: 3px;
	cursor: pointer;
	min-width: 100px;
	font-size: 0.8em;
}

.p-aviso-de-privacidad{
	font-size: 0.8em;
}

/*****COOKIES******/

*{
	margin:0;
	padding:0;}
	
img{
	display:block;
	}
	
.clear{
	clear:both;}
body{
	font-family: 'Alegreya Sans', sans-serif;}
	
header{
	width:100%;
	}
	
/************QUITAR ESTILOS DE BOTONES PARA IPAD E IPHONE****************/
input[type="submit"],
button{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
/************FIN QUITAR ESTILOS DE BOTONES PARA IPAD E IPHONE****************/
	
.logo{
	max-width:960px;
	margin:0 auto;
	padding:30px;}
	
.logo img{
	width:230px;
	}
	
.cabecera{
	background-color:#a10101;
}

.cabecera-2{
	background-image:url(https://www.jcsakura.mx/jcsakura/wp-content/uploads/2016/10/cursos-de-japones-en-monterrey-jcsakura.png);
    background-position:left;
    background-repeat: no-repeat;
    background-size:cover;
}

.cabecera-3{
	background-image:url(https://www.jcsakura.mx/jcsakura/wp-content/uploads/2016/10/clases-de-japones-en-monterrey-jcsakura.png);
	background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size:cover;
}

.cabecera-3 h1{
	color:#000;
	}
	
.cabecera-3 p{
	color:#000;}

.int-cabecera{
	max-width:960px;
	margin:0 auto;
	position:relative;
	height:280px;
	color:#FFF;
	text-align:center;
	box-sizing:border-box;
	padding:0 10px;}
	
.headline{
	width:60%;
	position:absolute;
	top:70px;}
	
.headline-2{
	width:60%;
	position:absolute;
	top:40px;}
	
.headline h1{
	font-size:48px;
	padding-bottom:10px;}
	
.headline p{
	font-size: 26px;
	font-weight:normal;}
	
.headline-img{
	min-width: 346px;
    width: 36%;
	position:absolute;
	bottom:0;
	right:0;
}
	
.headline-img img{
	width:100%;}
	
.headline-2 h1{
	font-size:48px;
	line-height:50px;
	padding-bottom:10px;}
	
.headline-2 p{
	font-size: 26px;
	font-weight:normal;}
	
	
p.headline-japones{
	font-size: 20px;
	padding-bottom: 10px;
	color: rgba(255, 255, 255, 0.8 );}
	

	
/*********************SECCION FONDO GRIS**********************************/

.benefits-call{
	width:100%;
	background-color:#f4f5f6;
	}
	
.benefits-call-int{
	display: flex;
	max-width:960px;
	margin:0 auto;
	position:relative;
	
	
	}
	
.listado-beneficios{
	position:relative;
	width:48%;
	margin-top: 45px;

	}

.listado-beneficios p{
	font-size:28px;
	color:#f00;
	font-weight:400;
	padding-bottom:20px;}
	
.listado-beneficios ul{
	list-style:none;
	font-size:22px;
	line-height:34px;
	font-weight:300;
	}
	
.fa{
	color: #f00;}
	
p.line{
	font-size: 32px;
	font-weight:bold;
	font-style:italic;
	padding-top:30px;
	}
	
/*********************************************************INICIO ESTILOS DE caja contacto********************************************************************/
/*********************************************************INICIO ESTILOS DE caja contacto********************************************************************/
/*********************************************************INICIO ESTILOS DE caja contacto********************************************************************/


.contact-form-lp{
	display:block;
	position:absolute;
	width:380px;
	background-color:rgba(0,0,0,0.3);
	padding:1%;
	box-shadow:0 0 2px #000;
	right:30px;
	max-height:620px;
	box-sizing:border-box;
	}
	
.contact-form-lp input, select, textarea{
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 15px;
    font: 400 20px 'Alegreya Sans', sans-serif;
    color: #000;
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 2px;
}
	
.contact-form-lp input[type="submit"] {
    width: 100%;
	height:auto;
    font-size:28px;
	font-weight:500;
	font-family:'Alegreya Sans', sans-serif;
    margin: 20px 0px;
    padding: 10px 20px;
    border: none;
    color:#fff;
    cursor: pointer;
    background-color: #f00;
	border-radius:3px;}
	
.contact-form-lp textarea{
	height:100px !important;}
	
/*********************************************************INICIO ESTILOS DE captcha********************************************************************/

.recaptcha-box{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: center;
	margin-top: 16px;
}

.recaptcha-img{
	width: 160px;
	margin-left: 2px;
	margin-right: 2px;
}

.recaptcha-img img{
	width: 100%;
	border-radius: 4px;
	max-width: 132px;
}

.recaptcha-reload {
    width: 20%;
    max-width: 24px;
    min-width: 24px;
    margin-left: 2px;
    margin-right: 2px;
}

.recaptcha-reload i{
	font-family: 'FontAwesome';
	font-size: 20px;
	color: white !important;
}

.recaptcha-input{
	width: 150px;
	margin-left:2px;
	margin-right: 2px;
}

.recaptcha-input input{
	margin-top: 0;
	padding: 4px;
	width: 100%;
}
	
/*********************************************************INICIO ESTILOS DE logotipos********************************************************************/

	
.logotipos{
	width:100%;
	background-color:#fff;
	margin:40px 0;
	font-size:20px;
	font-weight:100;
	}

.logotipos-int{
	max-width:960px;
	margin:0 auto;
	}

.logotipo-acreditacion{
	width:33%;
	float:left;
	text-align:center;}
	
.logotipo-acreditacion img{
	margin:0 auto;
	width:50%;}
	
/*********************************************************INICIO ESTILOS DE FOOTER********************************************************************/

.footer{
		background-color:#000;
		width:100%;
		color:#fff;
		border-top:10px solid #f00;
		}	
.inner{
	max-width:960px;
	margin:0 auto;
	padding:50px 40px;}
	
.footerdiv-desc{
	width:40%;
	float:left;
	padding:0 20px;
	box-sizing:border-box;
	}
	
.footerdiv-desc p{
	font-size:16px;
	line-height:22px;
	font-weight:100;
	}
	
.footerdiv-desc img{
	display:block;
	width:60%;
	padding-bottom:20px;}
	
.footerdiv-contact{
	float:right;
	width:50%;
	
}



.footerdiv-contact h3{
	padding-top:20px;
}

.social-footer ul{
	
	list-style:none;
	margin:10px 0;;
	}

	
.social-footer ul li{
	font-size:24px !important;
	display:inline-block;
	color:#FFF;
	padding:10px 20px 10px 0px;
	}
	
.social-footer ul li a span{
	color:#fff !important;
	text-decoration:none;
	}
	
.social-footer ul li span{
	font-size:24px !important;}
	
	
.politica {
    width: 100%;}
	
.politica p a {
    display: block;
    text-align: center;
    color: #999 !important;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
	text-decoration:none;}

@media screen and (max-width:1000px){
	.benefits-call-int {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	}
}
	
	
@media screen and (max-width:900px){
	
	
.headline-2{
	width:54%;
	position:absolute;
	top:50px;
	left:30px;}
	
	.headline{
	width:50%;
	position:absolute;
	top:70px;
	left:30px;}
	
.headline h1{
	font-size:220%;
	padding-bottom:10px;}
	
.headline p{
	font-size: 140%;
	font-weight:normal;}
	
.headline-2 h1{
	line-height:38px;
	font-size:220%;
	padding-bottom:10px;}
	
.headline-2 p{
	font-size: 140%;
	font-weight:normal;}

.listado-beneficios{
    width: 40%;
    margin-top: 45px;
    left: 30px;
}

.listado-beneficios p{
	font-size:20px;}
	
.listado-beneficios ul{
	font-size:18px;
	}
	
p.line{
	font-size: 22px;
	font-weight:bold;
	font-style:italic;
	padding-top:30px;
	}
	
.logotipos{
	font-size:16px;
	}
	
	
	} 
	
@media screen and (max-width:750px){
	

.int-cabecera{
	max-width:80%;
	margin:0 auto;
	position:relative;
	height:auto;
	color:#FFF;
	text-align:center;
	box-sizing:border-box;
	padding:0 10px;}
.headline{
	padding-top:30px;
	padding-bottom:20px;
	width:100%;
	display:block;
	position:relative;
	left:auto;
	top:0px;}
	
.headline h1{
	font-size:48px;
	padding-bottom:10px;}
	
.headline p{
	font-size: 26px;
	font-weight:normal;}
	
.headline-2{
	padding-top:30px;
	padding-bottom:20px;
	width:100%;
	display:block;
	position:relative;
	left:auto;
	top:0px;}
	
.headline-2 h1{
	line-height:52px;
	font-size:48px;
	padding-bottom:10px;}
	
.headline-2 p{
	font-size: 26px;
	font-weight:normal;}
	
.headline-img{
	min-width:365px;
	width:50%;
	margin:0 auto;
	position:relative;
	display:block;
	bottom:0;
	right:auto;
}
	
.headline-img img{
	width:100%;}
	
.logo{
	max-width:960px;
	margin:0 auto;
	padding:30px;}
	
.logo img{
	width:230px;
	margin:0 auto;
	}
/*********************SECCION FONDO GRIS**********************************/


.benefits-call-int{
	max-width:80%;
	margin:0 auto;
	padding:40px;
	height:auto;
	position:relative;
}
	
.listado-beneficios{
	position:relative;
	display:block;
	right:0;
	width:100%;
	margin-top:20px;
	left:0;
	}
	
/*********************************************************INICIO ESTILOS DE caja contacto********************************************************************/
/*********************************************************INICIO ESTILOS DE caja contacto********************************************************************/
/*********************************************************INICIO ESTILOS DE caja contacto********************************************************************/


.contact-form-lp{
	display:block;
	margin:0 auto;
	position:relative;
	width:100%;
	background-color:rgba(0,0,0,0.3);
	padding:1%;
	box-shadow:0 0 2px #000;
	right:0px;
	}
	
/*********************************************************INICIO ESTILOS DE FOOTER********************************************************************/


.inner{
	max-width:80%;
	margin:0 auto;
	padding:30px 20px;}
	
.footerdiv-desc{
	width:100%;
	float:none;
	padding:0px;
	box-sizing:border-box;
	}
	

	
.footerdiv-desc img{
	display:block;
	max-width:220px;
	width:60%;
	padding-bottom:20px;}
	
.footerdiv-contact{
	float:none;
	width:100%;
	
}

	
.logotipo-acreditacion img{
	margin:0 auto;
	width:80%;}


	
	
	

	
}


@media screen and (max-width: 575px) {
	.cookie-container{
		padding: 8px;
		margin: 8px;
	}

}



@media screen and (max-width:450px){
	
.logo{
	max-width:960px;
	margin:0 auto;
	padding:20px;}
	
.logo img{
	width:180px;
	margin:0 auto;
	}

.headline{
	width:100%;
	position:relative;}
	
.headline h1{
	font-size:200%;
	padding-bottom:10px;}
	
.headline p{
	font-size: 120%;
	font-weight:normal;}
	
.headline-2{
	width:100%;
	position:relative;}
	
.headline-2 h1{
	font-size:200%;
	padding-bottom:10px;
	line-height: 36px;}
	
.headline-2 p{
	font-size: 120%;
	font-weight:normal;}

	
.headline-img {
    min-width: auto;
    width: 100%;



}

.benefits-call-int {
    max-width: 100%;

    padding: 20px;
    height: auto;

}

.listado-beneficios p {
    font-size: 18px;
}
.listado-beneficios ul {
    font-size: 16px;
	line-height: 28px;
	
}

p.line {
    font-size: 20px;
	text-align:center;}
.contacto {
	width:100%;
    margin: 0 auto;
}

/*********************************************************INICIO ESTILOS DE logotipos********************************************************************/

	
.logotipos{
	width:100%;
	background-color:#fff;
	margin:10px 0;
	font-size:16px;
	font-weight:500;
	font-style:italic;
	}

.logotipos-int{
	max-width:100%;
	margin:0 auto;
	}

.logotipo-acreditacion{
	width:80%;
	float:none;
	display:block;
	margin:20px auto 0;
	text-align:center;}
	
.logotipo-acreditacion p{
	background-color: #a8a8a8;
	padding:5px 10px;
	display:inline-block;
	border-radius:50px;
	color:#fff;
	}
	
.logotipo-acreditacion img{
	margin:0 auto;
	width:50%;}
	

.wpcf7 form input[type="text"], .wpcf7 form input[type="email"], .wpcf7 form input[type="tel"], .wpcf7 form input[type="url"], .wpcf7 form input[type="date"], .wpcf7 form select, .leftdiv input[type="text"], .leftdiv input [type="url"], .leftdiv input[type="email"], .leftdiv input[type="tel"], .wpcf7 form textarea, .rightdiv textarea {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 15px;
    font: 400 20px 'Alegreya Sans', sans-serif;
    color: #000;
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 2px;
}
}

.menu-pages{
	max-width:960px;
	margin:0 auto;
	}
	
.menu-pages a{
	display:block;
	background-color:#f00;
	color:#fff;
	padding:40px;
	text-align:center;
	font-size:40px;
	text-decoration:none;
	margin:5px 0;
	}


.form-kommo-lp{
	width: 48%;
	min-width: 350px;
}