/* ==========================================================================
   Global styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
  font-family: 'Montserrat', sans-serif;
}

p, .lead {
	font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  etter-spacing: -0.5px;
  color: #ffffff;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

p {
  font-size: 17px;
  line-height: 22px;
  color: #929496;
  font-weight: 400;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color:#314265;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #8be2e5;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}

img.image-ex {
    margin: auto;
    width: 75%;
}

.row.margin-50.ex {
    display: flex;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

h2.black {
    background: transparent !important;
    color: #314265;
}

.blue {
  color: #70cbce;
}

.white {
  color: #ffffff;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #70cbce;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #314265;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -100px;
    transition: top 0.4s ease 0s;
    zoom:85%;
}

.col-xs-6 img {
    width: 181px;
}

.navbar.open {
    top: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4ec3cd;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.logo img {
    margin-top: 0px;
    width: 90px;
    position: absolute;
}



/* ==========================================================================
   Main styles
   ========================================================================== */
header {
    /* background: url(../img/header-bg.gif) no-repeat center center; */
    width: 100%;
    /* padding: 20px 10px 60px 10px; */
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display: flex;
    background: rgb(45, 94, 148) !important;
    position: relative;
}

span.glyphicon.glyphicon-chevron-left {
    opacity: 1;
    font-size: 0em;
}

span.glyphicon.glyphicon-chevron-right {
    opacity: 1;
    font-size: 0em;
}

.carousel-caption p {
    color: #FFF;
}

.hide {
  display: none !important;
}

h1.wow.fadeIn {
    font-size: 3em;
    font-weight: 200;
}

.col-sm-8.col-sm-offset-2 p.lead {
    background-color: rgba(234, 117, 12, 0.91);
    display: block;
    padding: .3em;
}

.col-sm-8.col-sm-offset-2 h2 {
    background-color: #314265;
    display: -webkit-inline-box;
    padding: .3em 1.5em;
    border-radius: 10px;
}

.col-sm-8.col-sm-offset-2 h2.white {
    background-color: #314265;
}

.col-sm-8.col-sm-offset-2 p.lead.s {
    margin-top: 1.5em;
}

.col-sm-8.col-sm-offset-2 p.lead {
    background-color: rgba(41, 72, 134, 0.93);
    display: table;
    padding: .6em .75em;
    width: auto;
    margin: auto;
    margin-bottom: 1em;
    border-radius: 10px;
}

.content-container {
    /*background: rgba(0,0,0,.5);*/
    background-image: url(../img/pelicula_banner.png), radial-gradient(rgba(2,25,65,.7), rgba(2, 25, 65, 0.65), rgba(8, 32, 74, 0.84));
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    margin: 0em;
    top: 0;
    padding: 20px 10px 60px 10px;
    position: absolute;
    zoom: 85%;
}

section {
    zoom: 90%;
}

section#galery {
    height: 800px;
    padding: 0px;
    margin: 0em;
}

#galery .container {
    height: 100%;
    width: 100%;
    padding: 0em;
    margin: 0em;
}

#galery .row {
    height: 100%;
    width: 100%;
    margin: 0em;
}

div#myCarousel {
    height: 100%;
    width: 100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

@media not all, (-webkit-transform-3d){
    .carousel-inner>.item {
        width: 100% !important;
        height: 100% !important;
    }
}

.first-slide, .second-slide, .third-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.second-slide.z {
    transform: rotate(90deg);
}

.header-info {
    position: absolute;
    bottom: -51px;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0px;
    margin-bottom: 20%;
    /* margin-top: auto; */
}

.col-sm-8.col-sm-offset-2.text-center.margin-30.wow.fadeIn {
    text-align: center;
}

.col-sm-4.wow.fadeIn.cente {
    width: 100%;
    text-align: center;
    margin-bottom: 5em;
}

.col-xs-6.sicon {
    width: 35%;
}

.col-xs-6.signin.text-right.navbar-nav {
    width: 60%;
    padding-top: 30px;
    display: flex;
}

a.scroll.s:hover {
    color: #314266 !important;
}

.navbar-inverse .navbar-form {
    border-color: #4ec3cd;
    width: 109%;
}

li.xtrude {
    border-bottom: .1em solid #fff;
    margin-right: 2em;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
}

h3.white-h {
    background-color: #314265;
    display: -webkit-inline-box;
    padding: .3em 1.5em;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 2em;
}

.row.s {
    display: flex;
}

.col-xs-6.text-right.wow.fadeInUp.s {
    margin: auto;
    display: flex;
    margin-right: 2em;
    width: 35%;
}

.col-xs-6.text-left.wow.fadeInUp.s {
    margin: auto;
    display: flex;
    width: 35%;
    margin-left: 2em;
}

.signin {
  padding-top: 9px;
}


.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xl {
	padding: 200px 0px;
}

.pad-lg {
	padding: 160px 0px;
}

.pad-sm {
	padding: 80px 0px;
}

.pad-xs {
	padding: 30px 0px;
}



#be-the-first {
  background: url(../img/be-the-first-bg.jpg) #231f20 no-repeat center center fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.span3 {
    display: flex;
}

.contact-details {
    text-align: left;
    margin: auto;
}

.contact-details h3 {
    font-size: 2.5em;
    font-weight: 500;
    color: #314265;
}

.contact-details ul {
    padding: 0em;
}

li.info {
    text-align: left;
    padding: 20px 20px 5px 20px;
    color: rgb(49, 66, 101);
    font-size: 1em;
}

.contact-details li {
    display: flex;
    margin: auto;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 100;
    color: #d67117;
}

hr.line {
	width: 100%;
	border: 2px solid;
}

.purple {
	border-color: #6d3f96;
	color: #d7182a;
}

.green {
  border-color: #007236;
  color: #007236;
}

.blue {
	border-color: #314265;
	color: #314265
}

.yellow {
	border-color: #fdc05d;
	color: #fdc05d;
}

.iphone {
    position: relative;
    height: 200px;
}

.iphone img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 440px;
}


#invite {
  background: #f2f2f2;
}

.fa-envelope-o {
  color: #314265;
  font-size: 22px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #314265;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
  text-align: center;
}

.fa {
  font-size: 2em;
}

.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px dotted #d9d9d9;
}

.news-img {
  padding-right: 20px;
}

footer {
  background: #ffffff;
  padding: 40px 0px;
}

.social li a:hover {
  opacity: 0.5;
}



/*---------------Pricing Tables-------------------*/


#pricing {
    background: #f1f1f1;
}

.container.s {
    width: 80%;
}

.pricing-container {
  padding-left: 16px;
  padding-right: 15px;
}

.pricing-table {
  background: transparent;
  margin-bottom: 50px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pricing-table.active {
  box-shadow: 0px 0px 12px rgba(41,46,50,0.6); 
  position: relative;
  margin: auto;
  z-index: 200;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-table:hover {
  margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pricing-table li {
  padding-left: 20px;
  padding-right: 20px;
}

.headline {
    background: #314265;
    color: #FFFFFF;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    padding: 0px !important;
    border-radius: 10px;
}

.headline h5.white {
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    margin: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* margin-right: -20px; */
    /* margin-left: -20px; */
    text-align: center;
    /* display: flex; */
    padding: 7em 1em;
    font-size: 1.2em;
    border-radius: 10px;
    font-weight: 700;
}

.price {
    background: none repeat scroll 0 0 #231f20;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}


.pricing-table:hover li.price  {
  background: #303236;
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

.price small {
  font-weight: 300;
  color: #929496;
}

.info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  color: #929496;
  background: #ffffff;
}

li.info.t {
    height: 355px;
}

li.info.s {
    height: 118.5px;
}

.features {
  color: #231f20;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #E8EAEA;
  background: #ffffff
}

.features.first {
  border-top: 1px dotted #E8EAEA;
}

.features.last {
  padding-top: 17px;
  padding-bottom: 20px;
}

.features.last a {
	color: #314265;
	font-size: 14px;
	letter-spacing: 1px;
}

.pricing-container .btn {
    border-radius: 0;
}




/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}




/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) { 

.btn-lg {
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}


.btn-wide {
  width: 100%;
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}

#be-the-first { 
      background-attachment: scroll;
  }

}

@media (min-width: 364px) and (max-width: 480px) { 

video {
      width: 350%;
      margin-left: -100% !important;
  }

h1.wow.fadeIn {
    font-size: 2em;
}

.col-md-3.col-md-offset-4.col-sm-10.col-sm-offset-1{
  display: none;
}

header {
    /* background: url(../img/header-bg.gif) no-repeat center center; */
    width: 100%;
    /* padding: 20px 10px 60px 10px; */
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display: flex;
    position: relative;
}

}


/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 

#be-the-first { 
      background-attachment: scroll;
  }

video {
      width: 260%;
      margin-left: -70% !important;
  }

img.image-ex {
      width: 100%;
  }


}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

#be-the-first { 
      background-attachment: scroll;
  }

video {
      width: 170%;
  }

img.image-ex {
      width: 100%;
  }

  
}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
    video {
        width: 130%;
    }
}
     


/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}

@media (min-width: 767px) { 

.coz {
    width: 30%;
}

.row.s {
    display: flex;
}

}

ul.nav.navbar-nav.navbar-right {
    margin: auto;
    margin-right: -3em;
}

@media (max-width: 766px) { 

.row.s {
    display: block;
}

.col-xs-12.text-right.wow.fadeInUp.s {
    margin-bottom: 1em;
}

a.btn.btn-secondary.btn-lg.scroll {
    margin: auto;
    width: 50%;
}

a.btn.btn-primary.btn-lg.scroll {
    width: 50%;
    margin: auto;
}

.coz {
    /*width: 30%;*/
}

}

