/* STYLES FOR VIVELO TRAVEL 2018

font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Amatic SC', cursive;

*/

/* GEN POP */

body {
	font-family: 'Roboto', sans-serif;
	color: #333333;
}
a:hover, a:focus, a:visited, a:active {
	text-decoration: none;
}
.special {
	display: none;
}
a {
	color: #333333;
}
.carousel-indicators li {
    border: 1px solid #f13b37;
}
.carousel-indicators .active {
    background-color: #f13b37;
}
.carousel-indicators {
    bottom: -45px;
}

/* HEADINGS */

h1, .h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: bold;
}
h1.big {
	font-size: 35px;
}
h3, .h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
h4, .h4 {
	font-weight: bold;
}

/* COLORS */

.orange {
	color: #FF4A00;
}
.brown {
	color: #3F2600;
}
.red {
	color: #F3372C;
}
.purple {
	color: #662792;
}
.blueish {
	color: #2E246A;
}
.bg-purple {
	background-color: #662792;
	color: #fff;
	padding: 30px 60px;
}
.bg-red {
	background-color: #F3372C;
	color: #fff;
	padding: 30px 60px;
}
.bg-red-small {
	color: #fff;
	padding: 20px 30px;
	height: 207px;
	background-image: url('../img/ico-speaker.png'); 
	background-repeat: no-repeat;
	background-position: 95% 40%;
	background-color: #F3372C;
}
.bg-blue {
	background-color: #09C7FF;
	color: #fff;
	padding: 30px 60px;
}
.bg-light-gray {
	background-color: #EBEAEC;
	padding: 20px 40px;
}
.blue-box {
	background-color: #0054A6;
	padding: 30px;
	height: 250px;
}
.red-box {
	background-color: #EAEAEB;
	border: 10px solid #F03935;
	height: 250px;
}
.green-box {
	background-color: #3BB778;
	border: 10px solid #440E62;
	height: 250px;
}

/* BUTTONS */

.btn-purple {
	background-color: #6E5072;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 5px;
}
.btn {
	border-radius: 0;
	padding: 10px 20px;
}

/* TYPO */

.amatic {
	font-family: 'Amatic SC', cursive;
}
.arial {
	font-family: arial;
}
.txt-banner {
	font-weight: 600;
	font-size: 16px;
	margin-top: 30px;
}
.credito {
	text-align: center;
	font-size: 12px;
	color: #3F2600;
	margin-top: 28px;
}
.bg-purple p, .bg-red p, .bg-blue p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 0;
}
.blue-box p {
	color: #fff;
}
.down {
	font-size: 50px;
}
.green-box h1, .red-box h1 {
	line-height: 160%;
	margin-top: 40px;
}
.green-box h1, .green-box p {
	color: #fff;
}

/* POSITION */

.m-top-xs {
	margin-top: 10px;
}
.m-top {
	margin-top: 20px;
}
.m-top-md {
	margin-top: 35px;
}
.m-top-lg {
	margin-top: 45px;
}
.m-top-img {
	margin-top: 118px;
}
.img-height {
	height: 207px;
}
.no-pad-right {
	padding-right: 0;
}

/* LISTS */

ul.social-sketch {
	padding-left: 0;
}
ul.social-sketch li {
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	width: 100px;
}
ul.social-sketch.serv li {
	width: 70px;
}
ul.home {
	padding-left: 0;
}
ul.home li {
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	width: 185px;
    margin-right: 45px;
}
ul.home li:last-of-type {
	margin-right: 0px;
}
ul.estandares {
	padding-left: 0;
}
ul.estandares li {
	list-style-image: url('../img/vineta-red.png');
	font-family: arial;	
	margin-bottom: 5px;
}
ul.reviews {
	padding-left: 0;
}
ul.reviews li {
	list-style-type: none;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 20px;
}

/* HEADER */

header {
	background-color: #d9e1ec;
}
.bg-header {
	background: url('../img/bg-header.jpg') no-repeat 50% 0;
	background-size: 100%;
}
.logo img {
	margin-top: 174px;
    width: 400px;
}
.navbar-default {
    background-color: #f13b37;
    border-color: transparent;
}
.navbar-centered {
	margin: 0 auto;
	text-align: center;
}
.navbar-nav {
    float: none;
}
.navbar-nav>li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
}
.navbar-nav>li.social>a {
	padding: 8px 2px;
}
.navbar-nav>li.social {
	margin-left: 0px;
    margin-right: 0px;
}
.navbar-default .navbar-nav>li>a, .dropdown-menu>li>a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #ffde16;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #ffde16;
}
.dropdown-menu {
    background-color: #f13b37;
    border: none;
    border-radius: 0;
}
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {
	background-color: #e02723;
	color: #fff;
}
.form-box {
	background-color: #6E5072;
	padding: 40px 50px;
	margin-top: 40px;
}
.form-horizontal .control-label {
	font-size: 12px;
	text-align: right;
	color: #fff;
}
.form-control {
    height: 23px;
    padding: 3px 12px;
    margin-top: 5px;
    font-size: 14px;
    border: none;
    border-radius: 0;
}
.checkbox label {
	font-size: 12px;
	line-height: 170%;
	text-align: right;
}


/* FOOTER */

.gratis {
	background-color: #F13935;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	width: 283px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.gratis-dos {
	color: #F13935;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	display: inline-block;
	vertical-align: top;
}
.wrapper-gratis {
	width: 550px;
	margin: 0 auto;
}

/* CONTENT */

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
.box-viajes-escolares {
	background: url('../img/viajes-escolares-y-culturales.jpg') no-repeat 0 0;
	padding-bottom: 215px;
	width: 452px;
	margin: 0 auto;
}
.box-viajes-juveniles {
	background: url('../img/viajes-de-graduacion-y-juveniles.jpg') no-repeat 0 0;
	padding-bottom: 215px;
	width: 452px;
	margin: 0 auto;
}
/*a:hover .box-viajes-escolares {
	background: url('../img/viajes-escolares-y-culturales-hover.jpg') no-repeat 0 0;
	-webkit-transition: background 0.5s ease;
   -moz-transition: background 0.5s ease;
   -o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
a:hover .box-viajes-juveniles {
	background: url('../img/viajes-de-graduacion-y-juveniles-hover.jpg') no-repeat 0 0;
	-webkit-transition: background 0.5s ease;
   -moz-transition: background 0.5s ease;
   -o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}*/
.banner-viajes {
	width: 452px;
	margin: 0 auto;
	color: #fff;
	font-family: 'Amatic SC', cursive;
	margin-top: 5px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.b-red {
	background-color: #F03935;
}
.b-blue {
	background-color: #00ADEF;
}
.brujula {
    position: relative;
    right: 55px;
    top: -12px;
}
.foco {
    position: relative;
    left: 157px;
    top: 83px;
    z-index: 1;
    width: 150px;
}
.world {
    position: relative;
    left: 147px;
    top: 130px;
    z-index: 1;
    width: 150px;
}

