/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: SPOT - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

/* OVERALL ASPECT */


body {
  background-color: footer2f2f2;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 90px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #333;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #00b4ef /* footer85c37 naranja */;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #0088b5 /* #7a7a7a gris medio*/;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-inverse {
	background: #2d2d2d;
	border-color: #2d2d2d;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #00b4ef;/* #7566b3 */
}

.navbar-inverse .navbar-brand {
	color: #999999;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
	padding: 8px 0px 0px 0px;
}

.navbar-inverse .navbar-brand i {
	color: #7566b3;
	font-size: 22px;
	letter-spacing: 1px;
}








/* PRGENTOS */
.proyecto a{
	display: block;
}
.proyecto .tooltip{
	margin-top: -25px;	
}

.proyecto h4{
	position: relative;
	bottom: -10px;
}



/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}


/* SHIFT */

.shift img{
	margin: auto;
}

.shift {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.shift:hover  {
  -webkit-transform: translate(0,-20px);
     -moz-transform: translate(0,-20px);
       -o-transform: translate(0,-20px);
      -ms-transform: translate(0,-20px);
          transform: translate(0,-20px);
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background:url(../img/fotos-azules/3297622897_f46779231c_o.jpg) no-repeat;
	background-size: cover;
	background-position-y: bottom;
	background-position-x: center ;
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 100px;
	color: white;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
  hyphens: auto;
     -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
	}

#headerwrap .lead {
	color: white;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: Ubuntu, sans-serif;
}

/* Dark Grey Wrap */
.darkGray {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

.darkGray h4 {
	font-weight: 700;
}

/* Light Grey */
#lg {
	background: #ebebeb;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#lg h4 {
	font-weight: 700;
}


/* Wrap COLOR (morado) */
.color {
	background: #7566b3;
	padding-top: 35px;
	padding-bottom: 35px;
}

.color h4 {
	color: white;
	font-weight: 700;
}

.color p {
	color: white;
}

/* Wrap Azul */

.color.azul {
	background: #3499dc;
	padding-top: 35px;
	padding-bottom: 35px;
}

.color.azul  h4 {
	color: white;
	font-weight: 700;
}

.color.azul  p {
	color: white;
}




/****** SECTIONS *****/

.w {
	padding-top: 35px;
}

.w h4 {
	font-weight: 700;
}

.w i {
	color: #7566b3/* footerf7878 */;
	font-size: 30px;
}


.wb {
/* 	padding-top: 35px; */
	margin-bottom: 0px;
}

.wb h4 {
	font-weight: 700;
}

.desc {
	padding-top: 35px;
}

.desc h4 {
	font-weight: 700;
}

.desc i {
	color: #7566b3;
	font-size: 12px;
	padding: 5px;
}

/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 0px;

}

.modal-header {
	background: #bdbdbd;
	color: white;
}

.modal-header h4 {
	font-weight: 700;
}

.modal-body {
	background: footer2f2f2;
    font-weight: 300;
    font-size: 16px;
    color: #555;
}

.modal-footer {
	background: footer2f2f2;
	margin-top: 0px; 
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */
   
.pricing-option {
    padding-bottom: 40px;
}

.pricing-option .pricing-top {
    position: relative;
    background: #222;
    color: white;
    text-align: center;
    font-weight: bold;

    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
}

.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 25px;
    letter-spacing: 8px;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

.pricing-option .price sup {
    position: absolute;
    top: 50px;
    left: -10px;
    font-size: 24px;
}

.pricing-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.pricing-option .price small {
    position: relative;
    left: -10px;
    font-size: 18px;
}

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.pricing-option ul li {
    border-bottom: solid 1px #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-option .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #1abc9c;
}

.pricing-option .pricing-signup:hover {
    background: #7566b3;
}



blockquote{
	border: none;
}


/* Footer Wrap */
footer {
	background: #2e2e2e;
	padding-top: 30px;
	padding-bottom: 30px;
}


footer a.facebook, footer a.twitter{
	color: #bdbdbd;
		font-size: 30px;
	padding: 20px;
}

footer a.twitter:hover{
	color: #3499dc;
}



footer a.facebook:hover {
	color: #4e6db5;
}


section{
    padding-top: 85px;
}

ul.list-inline{
	margin-top: 30px;
}

ul.list-inline p{
	margin: 0;
}