/*
 * Title:   Custom Style File
 * Author:  http://themeforest.net/user/soaptheme 
 */
 .top-space{
     padding-top:25px;
 }
 .aviso-eventos{
     text-align: center;
    max-width: 800px;
    margin: auto;
    padding: 120px 30px;
 }
 .aviso-eventos h3{
     font-size: 30px;
    color: black;
    font-weight: bold;
 }
 .aviso-eventos p{
    font-size: 18px;
    color: #666;
 }
 #container_secciones{
     width:100%;
     margin:auto;
 }
 #compra-facil-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #00000070;
    z-index: 1000;
    display: none;
}
#compra-facil-bloque {
    background: white;
    border: 1px solid darkgrey;
    border-radius: 5px;
    padding: 30px;
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 600px;
    font-size: 14px;
	box-sizing: border-box;
	display: inline-block;
    z-index: 9999;
}
.compra-facil-cerrar {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    position: absolute;
    background: black;
    color: white;
    padding-top: 2px;
    padding-left: 9px;
    left: 5px;
    top: 5px;
    font-weight: bolder;
}
.compra-facil-logo {
    max-width: 120px;
    margin: auto;
    margin-bottom: 30px;
}
.compra-facil-logo img{
	max-width:100%;
	height: auto;
}
.compra-facil-title {
    padding: 3px 0px;
    color: black;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}
.compra-facil-text {
    text-align: center;
    max-width: 450px;
    margin: auto;
    margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #e8e8e8;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-form {
    display: block;
    padding: 15px 20px;
    background: #21c55b;
    color: #fff;
    margin-top: 20px;
    box-shadow: none;
    border: none;
    border-radius: 0px;
}
#cerrar-btn:hover {
    cursor: pointer;
    background: #ea594e;
    transition: all ease .3s;
}
.d-none{
	display:none;
}
.thanks-btn{
    text-align:center;
}
.thanks-btn a{
    color:black;
    font-size:16px;
}
#next a {
    float: none;
}
.presentacion-btn{
    padding: 10px 0px;
}
.quienes-somos{
    max-width:700px;
}
#clientes{
    text-align:center;
}
#mejor_evento {
    background: url(/images/eventos_3.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0px;
    margin-bottom: 20px;
}
.btn-contactar{
    margin: 15px 0px 30px 0px;
}
.galeria .col-xs-12{
    padding:10px;
}
.galeria-title{
    padding: 15px 15px;
    text-align: left;
}
.galeria-title h3{
    font-size: 46px;
    font-weight: bolder;
    color: black;
}
.galeria-subtitle{
    padding: 15px 15px;
    text-align: left;
}
.galeria-subtitle h3{
    font-size: 80px;
    font-weight: 800;
    color: black;
    text-align: center;
}
@media (max-width: 480px){
	#compra-facil-bloque {
		width: 90%;
	}
	.galeria img{
	    width:100%;
	    height:100%;
	}
	.galeria-subtitle h3 {
        font-size: 45px;
    }
}