/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
body#module-lbcomingsoon-comingsoon{
	display: flex;
    align-items: center;
    justify-content: center;
}
html, body#module-lbcomingsoon-comingsoon, #wrapper{
	background: #fc6c01;
}
#wrapper{
	padding: 0 !important;
	margin-top: 0 !important;
}
#lbcommingsoon .form-group{
	display: flex;
	align-items: center;
}
#lbcommingsoon form{
	max-width: 450px;
    margin: 20px auto 100px;
    padding-right: 110px;
}
#lbcommingsoon form label{
	width: 200px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
#lbcommingsoon button[type="submit"] {
    background: #000;
    display: block;
    padding: 10px 45px;
    float: right;
}
#lbcommingsoon .col.megustaleer {
    margin-bottom: 20px;
}
#lbcommingsoon .form-control{
	border:0;
	background: #c7d0d8;
	padding: 5px 10px;
}
#lbcommingsoon img{
	margin: 0 auto;
	display: block;
}
#lbcommingsoon h1, #lbcommingsoon h3{
	color: #fff;
    margin: 25px auto;
    display: block;
    max-width: 900px;
}
#lbcommingsoon h1{
	font-size: 30px;
    font-weight: 300;
    letter-spacing: 5px;
}
#lbcommingsoon h3{
	font-size: 20px;
    font-weight: 300;
	letter-spacing: 5px;
}
#lbcommingsoon span{
	font-size: 18px;
    color: #000;
    padding-bottom: 5px;
    display: inline-block;
}
#lbcommingsoon span a{
	color: #000;
}
body#module-lbcomingsoon-comingsoon .col.megustaleer{
    max-width: 11.1%;
    flex:  0 0 11.1%;
}
@media (max-width: 991px){
	body#module-lbcomingsoon-comingsoon .col.megustaleer{
	    max-width: 25%;
	    flex:  0 0 25%;
	}
}
@media (max-width: 799px){
	body#module-lbcomingsoon-comingsoon {
	    display: initial;
	}
}
@media (max-width: 699px){
	body#module-lbcomingsoon-comingsoon .col.megustaleer{
	    max-width: 50%;
	    flex:  50%;
	}
}
@media (max-width: 500px){
	body#module-lbcomingsoon-comingsoon .col.megustaleer{
	    max-width: 100%;
	    flex:  100%;
	}
	#lbcommingsoon form{
		max-width: 450px;
	    margin: 20px auto 80px;
	    padding-right: 0px;
	}
	#lbcommingsoon img{
		width: 100%;
    	height: auto;
	}
}