body {
	font-family: 'Open Sans', sans-serif;
}
#app-layout {
	overflow-x: hidden;
}
h1, h2, h3, h4, .open-sans-bold {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
header {
	border-top: solid #00bf07 4px;
	padding: 10px 0;
}
.green-text {
	color: #00bf07;
}
.btn-green {
	background: #00bf07;
	color: #fff;
}
.btn-green:hover {
	background: #329900;
	color: #fff;
}
header .nav {
	text-transform: uppercase;
}

/* Common */
.black-text, .black-text a {
	color: #000;
}
.white-text, .white-text a {
	color: #fff;
}
.grey-text, .grey-text a {
	color: #ccc;
}
.border-top {
	border-top: 1px solid #ddd;
}
.upper {
	text-transform: uppercase;
}
.green-circle {
	margin-left: 5px;
	color: #00bf07;
	border: 1px solid #00bf07;
	padding: 5px 7px;
	border-radius: 20px;
}
.green-circle:hover {
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
}
.green-square {
	border: 1px solid #00bf07;
	color: #00bf07 !important;
	padding: 7px;
}
.green-square:hover {
	text-decoration: none;
	border-color: #fff;
	color: #fff !important;
}
.relative {
	position: relative;
}
.margin-top {
	margin-top: 10px;
}
.margin-top-big {
	margin-top: 30px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin-bottom-big {
	margin-bottom: 80px;
}
.inline {
	display: inline-block;
}
.right {
	float: right;
}
.padding-top-15 {
	padding: 15px 0;
}

.center {
	text-align: center;
}
.mw100 {
	max-width: 100%;
}
.normal-italic {
	font-weight: normal;
	font-style: italic;
}
.relative {
	position: relative;
}
/* More */
.hide {
	display: none;
}
.logo {
	width: 300px;
	margin: 20px 0;
}
.options-right {
	position: absolute;
	top: 30px;
	right: 10px;
}
.before-footer {
	background: url(img/icono-fondo.png) no-repeat right #f0f0f0;
	background-size: auto 90%;
	padding: 30px;
}
.slider-img-1 {
	background: url(img/slide-1.jpg);
	background-size: auto 100%;
}
.slider-img-2 {
	background: url(img/slide-2.jpg);
	background-size: auto 100%;
}
.slider-img-3 {
	background: url(img/slide-3.jpg);
	background-size: auto 100%;
}
.slider-img-4 {
	background: url(img/slide-4.jpg);
	background-size: auto 100%;
}
.slider-1 .padding {
	padding: 80px 30px;
}
.slide-title-1 {
	font-size: 50px;
	text-transform: uppercase;
}
.slide-title-2 {
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	margin-top: -10px;
	display: inline-block;
	margin-bottom: 10px;
}

.price {
	font-size: 2em;
}
.grey-block {
	padding: 10px;
	background: #f9f9f9;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.slider-padding {
	padding: 30px 10px;
	margin-top: 30px;
}
.slider-2 {
	background: #333;
	color: #fff;
}
.slider-2 img {
	max-width: 70%;
	margin: 0 auto;
	display: block;
}
.slider-3 h2 {
	font-size: 40px;
	font-style: italic;
	margin-bottom: 20px;
}
.slider-3 {
	background: url(img/main-3.jpg);
	background-size: auto 100%;
	color: #fff;
}
.slider-3 h3 {
	font-size: 16px;
}
.slider-3 i {
	font-size: 100px;
}
.slider-3 .row {
	margin: 20px 0;
}
.slider-3 a {
	color: #fff;
}
.slider-3 a:hover {
	text-decoration: none;
	color: #ccc;
}
.slider-4 {
	font-size: 15px;
	padding-bottom: 35px;
}
.slider-4 h2 {
	color: #777;
	margin-bottom: 15px;
	font-style: italic;
}
.slider-4 ul {
	padding: 0;
	margin-top: 15px;
}
.slider-4 li {
	list-style-type: none;
	display: table-row;
}
.slider-4 i, .slider-4 span {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0;
}
.slider-4 i {
	font-size: 28px;
	color: #000;
	padding-right: 20px;
}
.slider-5 {
	background: #f2f2f2 url(img/main-5.jpg) right no-repeat;
	background-size: auto 100%;
	font-size: 20px;
	padding: 10px;
	position: relative;
}
.slider-5 a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slider-6 {
	background: url(img/main-6.png) left bottom no-repeat;
	background-size: auto 80%;
}
.slider-6 h2 {
	font-style: italic;
}
.slider-6 p {
	max-width: 500px;
	font-size: 16px;
	font-weight: bold;
}
.slider-6 .btn {
	float: right;
	margin-right: 20%;
	margin-top: 20px;
}
.slider-7 {
	background: #ddd;
	padding: 12px;
	font-size: 20px;
}
.slide-secundary {
	padding: 100px 30px 30px;
	color: #fff;
	margin-bottom: 30px;
}
.slide-secundary-1 {
	background: url(img/secundary-1.jpg);
	background-size: auto 100%;
}
.slide-secundary-2 {
	background: url(img/secundary-2.jpg);
	background-size: auto 100%;
}
.under-line {
	width: 100px;
	border-bottom: 5px solid #00bf07;
	margin: 0 auto;
	margin-bottom: 40px;
}
.no-top {
	margin-top: 0;
}
.play-icon {
	background: url(img/play.png) center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: 5%;

}

.item .top-plan {
	padding: 10px 20px;
	background: #00bf07;
	color: #fff;
	position: absolute;
	top: 0;
	right: 100px;
}
/* Create three columns of equal width */
.columns {
    float: left;
    width: 25%;
    padding: 8px;
}

/* Style the list */
.columns .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
}

/* Add shadows on hover */
.columns .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.columns .price .header {
    background-color: #111;
    color: white;
    font-size: 22px;
}

/* List items */
.columns .price li {
    border-bottom: 1px solid #eee;
    padding: 15px;
    text-align: center;
}

/* Grey list item */
.columns .price .grey {
    background-color: #eee;
    font-size: 20px;
}


.square {
	border: 1px solid #ddd;
	text-align: center;
	margin: 10px;
	padding: 10px;
	background: #f9f9f9;
	position: relative;
}
.square a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}
.square i {
	font-size: 40px;
}
.square:hover {
	background: #f1f1f1;
}
.mlb {
	margin-left: 10px;
}
.click {
	cursor: pointer;
}
.popup-style {
	background: #fff; 
	width: 100%; 
	max-width: 600px; 
	margin: 0 auto;
	position:relative;
	padding:20px;
}

/* Ubication  payments */
.margin-small {
	margin: 10px 20px;
}
.row-ns {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.squares h4 {
	font-size: 12px;
}
.squares p {
	font-size: 10px;
}
.right {
	float: right;
}
.small {
	margin-top: 20px;
}
.small img {
	height: 15px;
}
.llamanos {
	padding: 10px;
	background: #f1f1f1;
	display: inline-block;
	width: 200px;
	margin-top: 10px;
	margin-right: 130px;
	float: right;
}
.llamanos i {
	float: left;
	font-size: 45px;
	margin-right: 10px;
}
.llamanos b {
	display: block;
}
#follower a {
	display: inline-block;
	position: fixed;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	padding: 10px 20px;
	background: #00bf07;
	color: #fff;
	z-index: 99;
	margin-bottom: 20%;
	border-radius: 0px 10px 10px 0px;
	height: 40px;
	width: 60px;
	-webkit-transition: width 1s linear; /* For Safari 3.1 to 6.0 */
    transition: width 1s linear;
}
#follower a i {
	margin-right: 5px;
}
#follower a span {
	opacity: 0;
	-webkit-transition: opacity 1s linear; /* For Safari 3.1 to 6.0 */
    transition: opacity 1s linear;
    display: inline-block;
    width: 130px;
    position: absolute;
    left: 50px;
}
#follower a:hover {
	background: #329900;
	text-decoration: none;
	width: 200px;
}
#follower a:hover span {
	opacity: 1;
}
.country {
	padding: 15px;
	text-transform: capitalize;
	background: #8ada63;
	border-radius: 0 0 10px 10px;
	margin-right: 10px;
}

@media(min-width:1200px) {
	#myCarousel .item {
		height: 384px;
	}
}

@media(min-width: 700px) {
	#myCarousel .item .nospaces {
		margin-top: -15px;
		margin-bottom: 0px;
	}
}

@media(max-width:1200px) {
    .slider-4 .col-xs-3 {
    	width: 33% !important;
    	font-size: 14px;
    }
    .col-md-0 {
    	display: none;
    }
}

@media(max-width:1000px) {
	.right {
		float: none;
	}
	.square {
    	height: 112px;
    }
    .slider-3 i {
    	font-size: 70px;
    }
    .slider-5 {
    	text-shadow: 2px 2px #fff;
    }
    .slider-6 .btn {
		margin-right: 10px;
	}
}

@media(max-width:800px) {
	.navbar-nav li, .navbar-nav li a {
		display: inline-block !important;
	}
	.columns {
        width: 100%;
    }
    .slider-4 .col-xs-3 {
    	width: 50% !important;
    }
    .col-sm-0 {
    	display: none;
    }
}

@media(max-width:700px) {
	.slide-title-1 {
		font-size: 30px !important;
	}
	.slide-title-2 {
		font-size: 24px !important;
		margin-top: -5px;
		margin-bottom: 5px;
	}
	.item .top-plan {
    	right: 5px;
    }
    .slider-5 {
		font-size: 16px;
	}
	.slider-6 .btn {
		float: none;
		margin-bottom: 20px;
	}
	.llamanos, #follower {
    	display: none;
    }

}

@media(max-width:500px) {
	.slider-3 i {
    	font-size: 50px;
    }
}
.columns.onecolumn {
	width: 100%;
}
.columns.onecolumn .row {
	padding: 15px 0;
}
