@media (min-width: 1200px) {
    #inicio p.intro {
        font-size: 26px;
        margin-top: 20px;
    }


}

@media (max-width: 991px) {
  header a.mini-nav {
    font-size: 28px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 8px;
    border-radius: 5px; }
  header nav ul {
    padding: 0;
    margin-top: 40px;
    display: none; }
  header nav ul.nav li {
    display: block;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    header nav ul.nav li:hover {
      background: rgba(0, 0, 0, 0.2); }
    header nav ul.nav li a {
      display: block;
      width: 100%; }

  h1 {
    font-size: 34px;
    line-height: 38px; }

  h2 {
    font-size: 24px;
    line-height: 32px; }

  h3 {
    font-size: 22px;
    line-height: 26px; }

  #inicio {
    background-attachment: scroll;
    background-position-x: -100px;
  }
    #inicio .cont-wrapper {
      top: 110px; }
    #inicio p.intro {
      text-align: center; }

  #queEsFidelCity {
    padding-top: 30px; }
    #queEsFidelCity .ipad {
      top: 140px; } }
/* Small devices (tablets, 768px and up) */

@media (max-width: 768px) {
  #inicio p.intro {
      text-align: center;
      font-size: 12px;
      line-height: 20px;

  }

  #intro-strip h2{
      font-size: 20px;
  }

}

@media (min-width: 768px) {
    #queEsFidelCity .text {
        top: 0;
    }

    #inicio p.intro {
        font-size: 21px !important;
        line-height: 28px !important;
    }
    
    #intro-strip h2 {
        font-size: 24px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        line-height: 24px !important;
    }

}

@media (max-width: 480px) {
    header {
        min-height: 70px;
    }
    
    header h1#logo {
        position: relative;
        top: -6px;
    }

    header a.mini-nav {
        position: relative;
        top: -8px;
    }

    #inicio .cont-wrapper {
        top: 100px;
    }

    #inicio p.intro {
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -1px;
        font-weight: 400;
        padding: 0 0 30px 30px;
        color: #4E5B6C;
    }

    .carousel-caption{
        padding-top: 14px;
    }

    .carousel-control.left{
        margin-top: 50px;
    }

    .carousel-control.right{
        margin-top: 50px;
    }

    .btn-db {
        margin-top: 10px;
    }

    footer p, footer .sn-links {
        text-align: center; 
    }

    #intro-strip h2 {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 24px;
    }


}

@media (min-width: 480px) {
    #inicio p.intro {
        text-align: center;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: -1px;
        font-weight: 400;
        padding: 0 0 0 55px;
        color: #4E5B6C;
    }
    
    #intro-strip h2 {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 24px;
    }
    

}


/*
Author: Mammoth-Interactive
Description: Beachstrap theme styles
Date: 31 October 2013 (Happy halloween!)
*/
/* Table of Contents
==================================================

	#GENERAL
	#HEADER
	#INICIO
	#CAROUSEL SECTION
	#PARALLAX SECTION
	#FUNCIONAMIENTO SECTION
	#CONTACTO SECTION
	#TARIFAS SECTION
	#FOOTER
	#MEDIA QUERIES

==================================================
*/
/* ==================== GENERAL ================== */
body {
    font-family: 'Oxygen', sans-serif;
    height: 100%;
    color: #3d505f;
}

h1, h2, h3, h4, h5 {
    font-family: 'Oxygen', sans-serif;
    letter-spacing: -1px;
    margin-bottom: 16px;
    color: #3d505f;
    font-weight: 400;
    margin-bottom: 26px;
}

h1 {
    font-size: 42px;
    line-height: 52px;
}

h2 {
    font-size: 30px;
    line-height: 44px;
}

h3 {
    font-size: 28px;
    line-height: 28px;
}

p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 32px;
}

.form-control {
    border-radius: 0;
    border: 1px solid #ccc;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    padding: 20px;
    box-sizing: border-box;
}

.form-control:focus {
    background-color: #eee;
    box-shadow: none;
}

.btn-db {
    background-color: #3d505f;
    color: #fff;
    border-radius: 0;
    padding: 10px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    width: 100%;
}

.btn-db:hover {
    color: #fff;
    background-color: #658dab;
}

.sn-links a {
    color: #3d505f;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.sn-links a:hover {
    color: #59b2e5; /* f1784d*/
}

.sn-links a .fa {
    font-size: 32px;
    margin: 5px;
}

/* ====================== HEADER ========================= */
header {
    background-color: rgba(21, 26, 40, 0.9);
    min-height: 70px;
    padding: 15px 0 0 0;
    position: fixed;
    z-index: 200;
    width: 100%;
}

header h1#logo {
    margin: -3px;
    padding: 1px 0;
   /* text-indent: -9999px;
     background: url(../images/logo.png) no-repeat 0 0; */
}

nav ul.nav {
    text-align: right;
    padding-top: 10px;
    font-size: 14px;
}

nav ul.nav li {
    display: inline;
    margin: 0 20px;
}

nav ul.nav li:last-child {
    margin-right: 0;
}

nav ul.nav li.active a {
    color: #59b2e5;
    text-decoration: none;
}

nav a {
    color: white;
    font-weight: 700;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

nav a:hover, nav a.active {
    color: #59b2e5;
    text-decoration: none;
}

/* ====================== INICIO ========================= */
#inicio {
    /*background: url(../images/mainImage.jpg) 0 0 no-repeat fixed;
    min-height: 547px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;*/
    /* Internet Explorer 7/8 */
    background-attachment: fixed;
    padding-top: 70px;
}
    
#inicio .cont-wrapper {
    position: relative;
    width: 100%;
    top: 90px;
}
    
#inicio p.intro {
    font-size: 22px !important;
    line-height: 45px;
    letter-spacing: -1px;
    font-weight: 400;
    padding: 20px 0 30px 50px;
    color: #4E5B6C;
    position: relative;
    /*text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5); }*/
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.listaCarousel1 {
    text-align:left;
    margin-left:15px;
    font-size:18px;
}

.listaCarousel1 li{
    list-style:none;
    text-shadow: 0 0px 0px;;
    color: #4E5B6C;
}
    
#inicio p.btn-wrp {
    text-align: center;
}

.c2a-button {
    color: #fff;
    background-color: #59b2e5;
    font-size: 24px;
    padding: 10px 40px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.c2a-button:hover {
    text-decoration: none;
    color: #fff;
    background: #3d505f;
}

#intro-strip {
    background-color: #59b2e5;
    text-align: center;
    -moz-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
}

#intro-strip h2 {
    color: #fff;
}

#queEsFidelCity {
    padding-top: 80px;
    padding-bottom: 0;
    height: 100%;
    margin-bottom: 0;
}

#queEsFidelCity .ipad {
    position: relative;
    top: 80px;
    right: -10px;
    overflow: hidden;
}

#queEsFidelCity .ipad img {
    position: relative;
    opacity: 0;
    right: -500px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#queEsFidelCity .ipad.anim img {
    opacity: 1;
    -webkit-transform: translateX(-500px);
    -moz-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
}

#queEsFidelCity .text {
    position: relative;
    opacity: 0;
    left: -50px;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

#queEsFidelCity .text.anim {
    opacity: 1;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}


/* ======= PARALLAX =========== */
#parallax {
    position: relative;
    width: 100%;
    background: url(../images/parallaxBg.jpg) no-repeat 50% 0 fixed;
    background-size: cover;
    height: 350px;
}

#parallax h2 {
    color: #fff;
    margin-top: 130px;
    text-align: center;
    font-weight: 700;
    text-shadow: 0px 1px 1px black;
}

/* ================= FUNCIONAMIENTO ==================== */
#funcionamiento {
    padding: 40px 0 60px 0;
    text-align: center;
/* end staff-me */
}

#funcionamiento .staff-mem {
    cursor: pointer;
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#funcionamiento .staff-mem p {
    margin-bottom: 10px;
}

#funcionamiento .staff-mem.anim {
    top: -10px;
}

#funcionamiento .staff-mem img {
    margin: 0 auto;
    border: 1px solid #cccccc;
}

#funcionamiento p {
    margin-bottom: 60px;
}


/* ================= CONTACTO ======================== */
#contacto {
    background: #f8f8f8;
    padding: 40px 0 60px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
#contacto p {
    margin: 10px 0;
}

#contacto .btn {
    width: 100%;
}

/* ================= TARIFAS ======================== */
#tarifas {
    padding: 40px 0 40px 0;
    text-align: center;
}

#tarifas .post {
    cursor: pointer;
}

#tarifas .post p {
    margin: 20px 0;
}

#tarifas .post .post-pic {
    text-align: center;
    margin: 10px auto;
    box-sizing: border-box;
    overflow: hidden;
    border: 3px solid #000;
    max-width: 370px;
    max-height: 240px;
}

#tarifas .post .post-pic img {
    -webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
}

#tarifas .post .post-pic img.anim {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/* ============================= FOOTER =============================== */
footer {
    background-color: #222327;
    padding: 10px 0;
}

footer p {
    margin: 10px 0 0 0;
    color: #fff;
}

footer .sn-links {
    margin: 0;
    text-align: right;
}

footer .sn-links a {
    color: #fff;
}

/* ==================================== MEDIA QUERIES ==================================== */
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */






