/*
Theme Name: divingfornells
Theme URI: http://divingfornells.com/
Description: Plantilla para divingfornells.com
Author: Vooneo
Author URI: http://vooneo.com/
Template: twentytwelve
Version: 0.1.0
*/
@import url("../twentytwelve/style.css");
@import url(//fonts.googleapis.com/css?family=Hind:500,700);
@import url(//fonts.googleapis.com/css?family=Muli:300,400,400italic,300italic);

/* Page structure */

html, body {
    background: #FFFFFF;
}
strong {
    font-family: 'Muli', sans-serif;
    font-weight: 800 !important;
}
#cabecera .navbar {
    margin-bottom: 0px !important;
    z-index: 100;
    position: absolute;
    width: 100%;
    border:none;
    margin-top: 20px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mobile-text-center {
        text-align: center;
    }

    .mobile-separador {
        margin-top: 30px;
    }
}


#error404 {
    width: 100%;
    height:100vh;
    min-height: 100vh;
    background: #111799;
}

#error404 .pulpo_404 {
    margin-top: 10%;
}

#error404 .pulpo_404 img {
    display: block;
    margin: 0px auto;
    width: 220px !important;
    height: auto;
}

#error404 .pulpo_404 h2 {
    color:#fff;
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    font-weight: 2.5em !important;
    margin-top: 45px;
    margin-bottom: 30px;
}

#error404 .pulpo_404 p {
    color: #FFF;
    margin-top: 15px;
    line-height: 0px;
    font-size: 2em !important;
}

#error404 .footer-menu li a{
    color: #FFFFFF;

    font-size: 13px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #error404 .footer-menu li a{
     line-height: 24px;
    } 
}

#error404 .footer-menu  {
    margin-left:180px !important;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #error404 .footer-menu  {
        margin-left: 0px !important;
    }
}

.logo-404 {
    margin-top: 20vh;
    margin-bottom: -25px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .logo-404 {
        margin-top: 15vh;
        margin-bottom: -10px;
    }
}

.logo-404 img {
    width: 200px;
}
nav .logo {
    float: left;
}

nav .logo img {
    width: 180px;
    height: auto;
    display: inline-block;
    margin-top: 18px;
}

.header-list-menu {
    display: inline-block;
    float: right;
    width: 870px;

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .header-list-menu {
        display: inline-block;
        float: none;
        width: 100%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    nav .logo {
        width: 100%;
        float: none;
        display: block;
    }

    nav .logo img {
        display: block;
        position: relative;
        width: 180px;
        height: auto;
        margin: 18px auto 0px auto;
        left: 0;
        right: 0;
    }

    .header-list-menu {
        float: none;
        display: block;
        margin: 20px auto 0px auto;
        width: 720px;
    }  

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .hidden-xs {
        display: none;
    }
}

.nopadding {
    padding: 0px;
}

.absolute {
margin-top: -20px;
}

a:hover {
    text-decoration: none;
}

.mtop {
    margin-top: 50px;
}
.imagen-header {
    overflow: hidden;
}
.imagen-header img {
    min-width: 255px;
    max-height: 170px !important;
    min-height: 170px !important;
}

h1 {
    font-family: 'Muli', sans-serif;
    color: #FFFFFF;
    font-size: 60px;
    margin-top: 34%;
    margin-bottom: 14px;
    text-shadow: 0px 0px 6px #000000;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    h1 {
        font-size: 40px;
        margin-top: 15vh;
        line-height: 48px;
        margin-bottom: 30px;
    }
}

h2 {
    font-family: 'Muli', sans-serif;
    font-size: 28px;
    margin-bottom: 25px;
    color: #101033;
}

h3 {
    font-family: 'Muli', sans-serif;
    font-weight: 300 !important;
    font-size: 17px;
    line-height: 42px;
    color: #000000;
}

h3 a {
    color: #000000;
}

h3 a:hover {
    color: #111799;
}

p  {
    font-family: 'Muli', sans-serif;
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 42px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    p  {
        font-size: 18px;
        line-height: 34px !important;
    }
}

.cabecera-azul h2 {
    margin-bottom: 40px;
    color: #ffffff;
}

.cabecera-azul h3 {
    margin-bottom: 15px;
    font-size: 17px;
    color: #ffffff;
}

.cabecera-azul p  {
    color: #FFFFFF;
}

.cabecera-azul .texto-principal {
    margin-bottom: 40px;
}

.cabecera-azul .small p{
    text-align: left;
    font-size: 13px !important;
    line-height: 21px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .contenedor-cabecera-derecho {
        margin-top: 40px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    h2 {
        font-size: 25px;
        line-height:42px;
        margin-bottom: 25px;
    }

    .cabecera-azul h2 {
        font-family: 'Muli', sans-serif;
        font-size: 28px;
        margin-bottom: 20px;
        color: #ffffff;
    }

     .cabecera-azul p  {
        font-family: 'Muli', sans-serif;
        font-weight: 300 !important;
        font-size: 18px;
        line-height: 38px;
        color: #FFFFFF;
    }
}

/*---------------------- 
        Nav Menu  
----------------------*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {  
    .mobile-position {
        margin-left: -32px;
    }
}
.navbar-toggle {
    border:none;
    background: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #FFFFFF;
}

#cabecera nav .main-navigation {
    margin-top: 0px;
    text-align: center;
}

#cabecera .nav>li>a {
    padding: 14px 0px;
    color: #FFFFFF;
    margin: 0px 18px;
    line-height: 0px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {  
    #cabecera .nav>li>a {
        display: inline-block;
        padding: 7px 0px !important;
        color: #FFFFFF;
        margin: 10px 18px;
        line-height: 0px;
    }
}

#cabecera .nav>li>a:hover {
    border-bottom: solid 3px #FFFFFF;
}

.navbar-default .navbar-nav > .active > a {
    background: none;
    border-bottom: solid 3px #FFFFFF;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;    
}

.navbar-default .navbar-nav>li>a {
  color: #FFF !important;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-size: 13px;
}

#cabecera .navbar-default {
    background-color: transparent;
}

#menu-item-834, #menu-item-819, #menu-item-872{
    display: none;
}

.menu-item-819  {
    display: none !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 

    #cabecera .navbar {
        margin-top: 0px;
    }

    #menu-item-834, #menu-item-819,.menu-item-820, #menu-item-872{
        display: inline-block;
    }

    .menu-item-819 {
        display: inline-block !important;
    }
    #cabecera .menu-header {
        width: 100% !important;
    }
    #cabecera ul#menu-main-menu.menu.nav.navbar-nav {
        padding-top: 40% !important;
    }

    #cabecera .navbar-collapse {
        width: 100%;
        position: absolute;
        top: 0px;
        height: 100vh;
        border-top: none;
        background: rgba(0,0,0,0.8);
    }

    #cabecera .navbar-default .navbar-nav ul {
        padding: 20px 0px;
    }

    #cabecera .navbar-default .navbar-nav>li>a { 
        padding: 0;
        font-size: 16px !important;
        letter-spacing: 0.6px;
    }
}

#cabecera .navbar-toggle {
    z-index: 1000;
    margin-top: 20px;
    margin-right: -10px;
}

#cabecera nav .navbar-default {
    background-color: #FFFFFF;
    border-color: #0E0C26;
}


#cabecera nav .menu-item:hover {
  margin-top: 0px !important;
}

#cabecera nav .menu-item { 
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
     -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#cabecera nav .menu-item:hover{ 
    margin-top: -5px;
     -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#cabecera nav .navbar-nav {
    text-align: center;
    margin-top: 15px;
}

.telefono-desktop{
    display: inline-block;
    width: 150px;
    height: auto !important;
    padding:10px 2px 10px 2px; 
    background: rgba(0,0,0,.2);
    border: solid 1px #FFFFFF;
    text-align: center;
    float: right;
}

.telefono-mobile{
    display: inline-block;
    width: 160px;
    margin: 13px 0px 0px 35px;
    height: auto !important;
    padding:2px 1px 2px 1px; 
    background: rgba(0,0,0,.2);
    border: solid 1px #FFFFFF;
    text-align: center;
    float: left;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .telefono-desktop{
        display: none;
    }
}

.telefono-tablet {
    width: 220px;
    height: auto !important;
    padding:5px; 
    margin: 0px auto;
    background: rgba(0,0,0,.2);
    border: solid 1px #FFFFFF;
    text-align: center;
    margin-top: 15vh;
}

.telefono-tablet small, .telefono-desktop small {
    color: #FFFFFF;
}

.telefono-tablet p a, .telefono-desktop p a{
    color: #FFFFFF;
    margin: 0px;
    font-size: 18px;
}

.telefono-mobile p a {
    font-size: 14px;
    color: #FFFFFF;
}

.telefono-desktop p a {
    font-size: 16px;
}

.telefono-desktop p {
    line-height: 20px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .telefono-tablet p a{
        font-size: 18px;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .telefono-tablet p a{
        font-size: 18px;
    }
}


/*--------------------------------- 
          Estilos generales  
---------------------------------*/

.cabecera-azul {
    background: #111799;
    padding: 140px 0px 60px 0px;
}

.cabecera-azul h1 {
    font-family: 'Muli', sans-serif;
    font-size: 28px;
    margin-bottom: 25px;
    color: #FFFFFF;
    margin-top: 0;
    text-shadow: none;
}


.legal-azul {
    background: #111799;
    padding: 40px 0px 60px 0px;
    margin-bottom: 40px;
}

section.cabecera-azul {
  position: relative;
  width: 100%;
  background-position: 0 0;
}

section.cabecera-azul {
  background-image: url("images/estampado.png");
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .cabecera-azul {
        padding: 160px 10px 60px 10px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .cabecera-azul  {
        padding: 85px 0px;
    }
}

/*---------------------- 
         Header  
----------------------*/

.site-header {
    padding: 0px;
}

header {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*---------------------- 
        portada  
----------------------*/

section#portada {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    height: 100vh;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section#portada img {
    position:absolute;
    width: 35px;
    height: auto;
    left: 0;
    right: 0;
    margin:0px auto;
    bottom:50px;
}

section#portada p {
    font-family: 'Muli', sans-serif;
    font-weight: 300 !important;
    color: #FFFFFF;
    font-size: 24px;

    line-height: 31px;
    text-shadow: 1px 1px 6px #000000;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#portada p {
        font-size: 15px;
        line-height: 31px;
    }
}

/*---------------------- 
       Descripción  
----------------------*/

section#descripcion {
    padding: 90px 0px 60px 0px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#descripcion {
        padding: 60px 0px 60px 0px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    section#descripcion h2 {
        text-align: center;
    }
}


section#descripcion p {
    font-family: 'Muli', sans-serif;
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 42px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#descripcion p {
        text-align: center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    section#descripcion p {
        text-align: center;
    }
}

section#descripcion p strong em {
    font-family: 'Muli', sans-serif !important;
    font-weight: 400 !important;
    font-style: italic !important;
}

section#descripcion .boton-borde {
    border: solid 3px #000;
    padding:5px 0px 1px 0px;
    margin-top: 30px;
    margin-left: 16px;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    color: #101033 !important;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

section#descripcion .boton-borde:hover {
    border: solid 3px #000;
    background: #000000;
    color: #FFFFFF !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#descripcion .boton-borde {
        margin: 30px 50px 20px 50px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    section#descripcion .boton-borde {
        margin: 30px 100px 20px 100px;
    }
}

section#descripcion .boton-borde a span {
    

}


.flecha {
    position: absolute;
    top: 135vh;
    right: 200px;

}

/*---------------------- 
       servicios  
----------------------*/
section#servicios {
    padding: 70px 0px 80px 0px;
}

section#servicios .info-caption {
    position: absolute;
    margin-top: -70px;
    margin-left: -20px;
    background:#B6FFFF;
    width: 900px;
    height: 280px;
    padding: 25px 20px;
    font-family: 'Muli', sans-serif;
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 42px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#servicios .info-caption {
        width: 100%;
        right: 0px;
        text-align: center;
        line-height: 32px;
    }    
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    section#servicios .info-caption {
        width: 100%;
        padding-top:40px;
        right: 0px;
        height: 480px;
        text-align: center;
        line-height: 32px;
    } 
}


section#servicios .info-caption span {
    margin-left: 20px;
    font-family: 'Muli', sans-serif;
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #101033;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#servicios .info-caption span a {
        margin-left: 0px;
        display: block;
        font-family: 'Muli', sans-serif;
        font-size: 22px;
        letter-spacing: 0.5px;
        color: #101033;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
 section#servicios .info-caption span a {
        margin-left: 0px;
        display: block;
        font-family: 'Muli', sans-serif;
        font-size: 18px;
        letter-spacing: 0.5px;
        color: #101033;
    }
}

section#servicios .servicio-top {
    margin-top: 70px;
}

section#servicios .caption {
    position: absolute;
    top: 42%;
    left:10%;
    width: 80%;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1.3px;
}


section#servicios .triangulo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

section#servicios .triangulo img {
    width: 40px;
    height: auto;
    left: 0;
    right: 0px;
    margin: 0px auto;
}



section#servicios .imagen-servicio {
    margin-bottom: 30px;
    max-height: 250px;
    height: 250px;
    overflow: hidden;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#servicios .imagen-servicio>img {
        min-height: 320px;
    }
}
section#servicios p {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

/*---------------------- 
         Blog  
----------------------*/
section#Mosaico {
    padding:0px 0px 0px 0px;
}

section#Mosaico article {
    height: auto;
    overflow:hidden;    
    min-height:320px;
    max-height: 320px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#Mosaico article {
        min-height:150px;
        max-height: 150px;
    }
}

section#Mosaico article .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
   section#Mosaico article .caption {
        position: absolute;
        background: transparent;
        height: 0%;
   } 
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    section#Mosaico article .caption {
        position: absolute;
        background: transparent;
        height: 0%;
   } 
}

section#Mosaico article .caption:hover {
  background: #111066;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

section#Mosaico article .caption h3 {
    color: #FFFFFF;
    font-size:28px;
    line-height: 34px;
    font-family: 'Hind', sans-serif;
    font-weight: 500 !important;
    margin-top: 50%;
    margin-bottom: 45px;
    text-align: center;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#Mosaico article .caption h3 {
        font-size: 18px !important;
        line-height: 22px;
        margin-top: 25%;
    }
}

article.img-content-principal .caption h3  {
     margin-top: 40% !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    article.img-content-principal .caption h3  {
         margin-top: 20% !important;
    }
}

section#Mosaico article .caption p {
    text-align: center;
    position: relative;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    font-size: 16px;

}

section#Mosaico article img {
    width: 100%;
    min-height: 320px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#Mosaico article img {
        min-height: 150px !important;
        margin-top: 0;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    section#Mosaico article {
        min-height: 300px;
    }
}

/*---------------------- 
        reserva  
----------------------*/
section#reserva {

}

section#reserva .reserva-info {
    background:#B6FFFF;
    padding: 60px 20px 130px 20px;
}


#imagenes-servicios {
    margin-top: -120px;
    margin-bottom: 60px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    section#reserva .reserva-info {
      padding: 60px 10px 40px 10px !important;
    }

    #imagenes-servicios {
        margin-top: -40px !important;
        margin-bottom: 60px !important;
    }
}


section#reserva  .reserva-info h3{
    z-index: 100;
    font-family: 'Muli', sans-serif;
    font-size: 28px;
    color: #101033;
    line-height: 36px;
    margin-bottom: 20px;
}

section#reserva  .reserva-info p {
    font-family: 'Muli', sans-serif;
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 42px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#reserva  .reserva-info p {
        line-height: 36px;
    }
}



section#reserva  .reserva-info .reserva-boton {
    border: solid 3px #000;
    padding:5px 0px 1px 0px;
    margin-top: 30px;
    width: 20%;
    margin: 40px auto;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    color: #101033 !important;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

section#reserva  .reserva-info .reserva-boton:hover {
    background: #000000;
    color: #FFFFFF !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#reserva  .reserva-info .reserva-boton {
        width: 70%;
    }
}

section#reserva .reserva-boton a   {
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    color: #101033;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
}

section#contenidoReserva {
    padding: 0px 0px 60px 0px;
}

section#contenidoReserva .mapa-descripcion {
    margin-bottom: 20px;
}

section#contenidoReserva .mapa-descripcion p {
    font-size: 16px;
    line-height: 24px;
}

.lugares-descripcion, .lugares-descripcion-2 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px auto 60px auto;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .lugares-descripcion,.lugares-descripcion-2  {
        margin: 20px auto;
    }
}

.lugares-descripcion p, 
.lugares-descripcion-2 p{
    font-family: 'Muli', sans-serif;
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 22px;
}

.lugares-descripcion-2 {
    margin-top: -15px;
    padding: 0px auto 60px auto;
}



.galeria-col4 {
    overflow: hidden;
    max-height: 260px;
    margin-bottom: 30px;
}

.galeria-col4 img {
    width: 100%;
    height: 260px;    
}

#lugares-2 {
    padding: 40px 0px;
}
/*---------------------- 
     testimonials  
----------------------*/

section#testimonios {
    padding: 0px 0px 60px 0px; 
}

#testimonials{
    width: 100%;
    height: 220px;
    margin:0px auto;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #testimonials{
        width: 100%;
        height: 390px;
        margin:0px auto;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
       #testimonials{
        width: 100%;
        height: 350px;
        margin:0px auto;
    }
}


#testimonials li{ 
  display:none;
  font-family: 'Muli', sans-serif;
  font-weight: 300 !important;
  font-style: italic;
  font-size: 18px;
  line-height: 34px !important;
  color: #000000;
}

#testimonials li p {
    line-height: 38px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #testimonials li{ 
        line-height: 32px;
    }
}

#testimonials ul{
  font-size: 16px;
    margin:10px;
}

#testimonials p.author{
  font-size: 16px;
  margin:10px;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  color: #101033;
  letter-spacing: 0.3px
}

section#testimonios img {
    width: 45px;
    height: auto;
}

/*---------------------- 
       El centro  
----------------------*/
section#centro {
    padding-bottom: 160px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    
    section#centro  {
        padding-bottom: 100px !important;
    }
}

#imagenservicio {
    margin-top: -80px;
    padding-bottom: 60px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #imagenservicio {
        margin-top: -60px;
        padding-bottom: 30px !important;
    }
}


section#descripcion{
    padding: 60px 0px 60px 0px;
    margin-top: 20px;
}

section#embarcaciones {
    padding: 0px 0px 80px 0px;
}


section#centro .listado {
    margin-top: 45px;
    line-height: 20px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#centro .listado {
        margin-left: -30px;
    }
}

section#centro .listado img {
    width: 37px;
    height: auto;
    float: left;
    margin: 5px 10px 10px 0px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#centro .listado img {
        margin: 5px 10px 10px 30% !important;
    }
}

section#centro .listado span {
    display: inline-block;
    font-family: 'Muli', sans-serif;
    font-weight: 300 !important;
    font-size: 13px;
    color: #FFFFFF;
    margin-top: 10px;
}

section#centro .centro-descripcion p{
    font-size: 15px;
    line-height: 25px;
    margin-top: 55px;
}

section#descripcion .texto-embarca p {
    font-size: 15px;
    line-height: 40px;
}

.texto-embarca p {
    font-family: 'Muli', sans-serif;
    font-weight: 300 !important;
    font-size: 17px !important;
    line-height: 21px !important;
}

.texto-embarca small p {
    line-height: 24px;
}

.texto-embarca small ul {
    margin-top: 15px;
}

.texto-embarca small li {
    font-size: 17px;
    font-family: 'Muli', sans-serif;
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 24px;
    list-style-image: url('images/iconos/punto.jpg');
    list-style-position: inside;
}

section#descripcion ul {
    margin-top: 40px;
    margin-left: 15px;
}

section#descripcion ul li {
    font-family: 'Muli', sans-serif !important;
    font-weight: 300 !important;
    padding:5px 0px !important;
    list-style-image: url('images/iconos/punto.svg') !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#descripcion ul li {
        text-align: center;
        list-style-type: none;
    }
}

/*---------------------- 
        horarios  
----------------------*/

section#horarios {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section#horarios .caption {
    width: 100%;
    min-height: 100%;
    height: auto;
    background: rgba(29,28,73,0.7);
}

section#horarios .arrow3 {
    padding:0px 30px;
}

section#horarios .horario {
    padding: 70px 0px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#horarios .horario {
        padding: 30px 0px;
    }
}

section .horario h3 {
    color: #FFFFFF;
    font-size:28px;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
    margin-top: -7px;
    margin-bottom: 40px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section .horario h3 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    section .horario h3 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 30px;
    }
}

section .horario li {
    margin-bottom:20px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section .horario li {
        margin-bottom:10px;
    }
}

section .horario li p, section .horario .horario_inmersion{
    font-family: 'Muli', sans-serif;
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 60px;
    color: #FFFFFF;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    section .horario li p, section .horario .horario_inmersion{
        font-size: 15px;
        line-height: 15px;
        text-align: center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    section .horario li p, section .horario .horario_inmersion{
        text-align: center;
    }
}

section .horario li img {
    width: 50px;
    float: left;
    margin-right: 20px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section .horario li img {
        width: 25px;
        float: none;
        display: block;
        height: auto;
        margin: 25px auto 10px auto;
    }
    .sol img{
        margin-top: 10px !important;}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    section .horario li img {
        width: 25px;
        float: none;
        display: block;
        height: auto;
        margin: 25px auto 10px auto;
    }
    .sol img{
        margin-top: 10px !important;}
}
section .horario .recomendacion {
    font-family: 'Muli', sans-serif;
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section .horario .recomendacion {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
    }
}

/*---------------------- 
         inmersion  
----------------------*/

#inmersion {
    padding-bottom: 160px !important;
}

.imagenes-cabecera {
    max-height: 170px;
    overflow: hidden;
}

section#descripcion-pagina {
    padding: 20px 0px 60px 0px;
}


section#tabla-de-precios {

    padding: 40px 0px 40px 0px;
}



.temporada_baja, .temporada_alta {
    width: 50%;
    display: inline-block;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .temporada_alta .hidden-md {
        display: none;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .temporada_baja, .temporada_alta {
        width: 100%;
    }
}

.titulo-temporada-1, .titulo-temporada-2{
    width: 98%;
    background: #101033;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 55px 0px 8px 0px;
    padding: 5px 0px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .titulo-temporada-1, .titulo-temporada-2{
        width: 100%;
    }
}

.titulo-temporada-2 {
    margin-left: 9px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .titulo-temporada-2 {
        margin-left: 0px !important;
    }
}

.precio-categoria {
    width: 47.6%;
    background: #111066;
    display: inline-block;
    color: #FFFFFF;
    font-size:14px;
    line-height: 34px;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
    text-align: center;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .precio-categoria {
        width: 47.5%;
    }
}



.categoria-1{
    margin-right: 2.3%;
} 

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .categoria-1, .categoria-3{
        margin-right: 3.5%;
        margin-top: 5px;
    } 
}



.categoria-3 {
    margin-left: 8.5px !important;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .categoria-3 {
        margin-left: 8px !important;
        margin-right: 0%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .categoria-3 {
        margin-left: 8px !important;
        margin-right: 6px !important;
    }    
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .categoria-3 {
        margin-left: 0px !important;
    }
}

.categoria-3 {
    margin-right: 2%;
}

ul.listado-de-precios {
    width: 100%;
    background: gray;
    margin-top: 10px;
}

ul.listado-de-precios li {
    text-align: center;
    float: left;
    width: 50%;
    font-size: 14px;
    padding: 10px 20px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
    ul.listado-de-precios li {
        font-size: 11px;
    }
}
ul.listado-de-precios li:nth-child(2n+1) { background: #FFFFFF; border-bottom: solid 1px #F0F1F9; }
ul.listado-de-precios li:nth-child(2n+2) { background: #FFFFFF; border-bottom: solid 1px #F0F1F9; }
ul.listado-de-precios li:nth-child(2n+3) { background: #F0F1F9; border-bottom: solid 1px #F0F1F9;}
ul.listado-de-precios li:nth-child(2n+4) { background: #F0F1F9; border-bottom: solid 1px #F0F1F9; }
ul.listado-de-precios li:nth-child(2n+5) { background: #FFFFFF; border-bottom: solid 1px #F0F1F9; }
ul.listado-de-precios li:nth-child(2n+6) { background: #FFFFFF; border-bottom: solid 1px #F0F1F9; }
ul.listado-de-precios li:nth-child(2n+7) { background: #F0F1F9; border-bottom: solid 1px #F0F1F9; }
ul.listado-de-precios li:nth-child(2n+8) { background: #F0F1F9; border-bottom: solid 1px #F0F1F9;}
ul.listado-de-precios li:nth-child(2n+9) { background: #FFFFFF;  }
ul.listado-de-precios li:nth-child(2n+10) { background: #FFFFFF; }
ul.listado-de-precios li:nth-child(2n+11) { background: #F0F1F9; }
ul.listado-de-precios li:nth-child(2n+12) { background: #F0F1F9; }
ul.listado-de-precios li:nth-child(2n+13) { background: #FFFFFF; }
ul.listado-de-precios li:nth-child(2n+14) { background: #FFFFFF; }
ul.listado-de-precios li:nth-child(2n+15) { background: #F0F1F9; }
ul.listado-de-precios li:nth-child(2n+16) { background: #F0F1F9; }
ul.listado-de-precios li:nth-child(2n+17) { background: #FFFFFF; }
ul.listado-de-precios li:nth-child(2n+18) { background: #FFFFFF; }
ul.listado-de-precios li:nth-child(2n+19) { background: #F0F1F9; }
ul.listado-de-precios li:nth-child(2n+20) { background: #F0F1F9; }


.plus {
    width: 46.5%;
    color: #111066;
    text-align: center;
    margin: 15px 0px 5px 0px !important;
    font-size: 28px;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
}

.plus2 {
    margin-left: 8px !important;
}

ul.listado-de-extras {
    width: 46.5%;
    background: gray;
    margin-top: 10px;
}

.temprada-alta .precio-categoria {
    margin-left: 8px !important; 
}
ul.listado-de-extras li {
    text-align: center;
    float: left;
    width: 50%;
    font-size: 14px;
    padding: 10px 0px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

ul.listado-de-extras li:nth-child(2n+1) { background: #FFFFFF;  }
ul.listado-de-extras li:nth-child(2n+2) { background: #FFFFFF;  }
ul.listado-de-extras li:nth-child(2n+3) { background: #F0F1F9;  }
ul.listado-de-extras li:nth-child(2n+4) { background: #F0F1F9;  }
ul.listado-de-extras li:nth-child(2n+5) { background: #FFFFFF;  }
ul.listado-de-extras li:nth-child(2n+6) { background: #FFFFFF;  }
ul.listado-de-extras li:nth-child(2n+7) { background: #F0F1F9;  }
ul.listado-de-extras li:nth-child(2n+8) { background: #F0F1F9;  }
ul.listado-de-extras li:nth-child(2n+9) { background: #FFFFFF;  }
ul.listado-de-extras li:nth-child(2n+10) { background: #FFFFFF; }
ul.listado-de-extras li:nth-child(2n+11) { background: #F0F1F9; }
ul.listado-de-extras li:nth-child(2n+12) { background: #F0F1F9; }


section#suplementos {
    background: #F0F1F9;
    padding: 60px 0px 60px 0px;
}

section#suplementos h4 {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

section#suplementos li {
    margin: 25px 0px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}


ul.columna-2 {
    width: 100%;
    margin-top: 15px;
}

.columna-2 li {
    float: left;
    width: 45%;
    margin:12px 0px!important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .columna-2 li {
        float: left;
        width: 100%;
        margin:12px 0px!important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .columna-1 li {
        width: 50%;
    }

    .columna-2 li {
        float: left;
        width: 50%;
        margin:12px 0px!important;
    }
}

.columna-2 li span {
    margin-right: 50px; 
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .columna-2 li span {
        margin-right: 0 ; 
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .columna-2 li span {
        margin-right: 60px ; 
    }
}

/*-------------------------- 
    detalles inmersiones  
--------------------------*/

section#detalles .bloque {
    height: 380px;
    padding:0;
    overflow: hidden;
}

section#detalles .bloque img {
    min-width: 130%;
    margin-left: -20%;
    min-height: 100%;
}

section#detalles .bloque-1 p,
section#detalles .bloque-2 p,
section#detalles .bloque-3 p,
section#detalles .bloque-4 p {
    display: block;
    position: absolute;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
}
section#detalles .bloque-1 p{
    text-align: center;
    bottom: 30px;
    left: 0;
    right: 0;
}

section#detalles .bloque-2 p{
    text-align: right;
    top: 44%;
    right: 30px;
}

section#detalles .bloque-3 p{
    text-align: center;
    top: 30px;
    right: 0px;
    left: 0px;
}

section#detalles .bloque-4 p{
    text-align: left;
    top: 44%;
    left: 30px;
}


section#detalles .flecha-derecha, .flecha-izquierda {
    position: absolute;
    z-index: 100;
    top: 43%;
}

section#detalles .flecha-derecha {
    background: url(images/iconos/derecha.png);
    background-size: 40px 50px;
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    left: 0px;
}

section#detalles .flecha-abajo {
    position: absolute;
    z-index: 100;
    top: -1px;
}

section#detalles .flecha-abajo {
    background: url(images/iconos/abajo.png);
    background-size: 60px 40px;
    background-repeat: no-repeat;
    width: 60px;
    height: 40px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

section#detalles .flecha-arriba {
    position: absolute;
    z-index: 100;
    bottom: -1px;
}

section#detalles .flecha-arriba {
    background: url(images/iconos/arriba.png);
    background-size: 60px 40px;
    background-repeat: no-repeat;
    width: 60px;
    height: 40px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
/*---------------------- 
         Cursos  
----------------------*/
.section-cursos {
    width: 100%;
}

.mobile-content {
margin-bottom: -20px;
}
.info-curso {
    padding: 70px 60px 50px 40px;
    height: 440px;
    text-align: center;
    width: 50%;
    float: right;
    display: inline-block;
    position: relative;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .info-curso {
        padding: 50px 20px;
    }
}

.info-curso-img {
    width: 50%;
    float: right;
    position: relative;
    padding: 0px;
    margin: 0px;

}

.izquierda {
    float: left;
}

.derecha {
    float: right;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .info-curso {
        width: 100%;
        height: auto !important;
    }

    .info-curso-img {
        width: 100%;
        margin-bottom: -25px;
    }
}


.info-curso-img {
    height: 440px;
}

.info-curso h3 {
    font-family: 'Muli', sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 40px;
}

.info-curso p {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .info-curso p {
        margin-bottom: 40px;
    }
}

.flecha-derecha, .flecha-izquierda {
    position: absolute;
    z-index: 100;
    top: 44.5%;
}



.flecha-derecha {
    background: url(images/iconos/derecha.png);
    background-size: 40px 50px;
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    left: 0px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .flecha-derecha {
        background: url(images/iconos/abajo.png);
        background-size: 70px 40px;
        background-repeat: no-repeat;
        width: 70px;
        height: 40px;
        margin: 0px auto;
        left: 0px;
        right: 0px;
        top: -1px;
    }
}

.flecha-izquierda {
    background: url(images/iconos/izquierda.png);
    background-size: 40px 50px;
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    float: right;
    right: 0px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .flecha-izquierda {
        background: url(images/iconos/abajo.png);
        background-size: 70px 40px;
        background-repeat: no-repeat;
        width: 70px;
        height: 40px;
        margin: 0px auto;
        left: 0px;
        right: 0px;
        top: -1px;
    }
}

.imagen-grande {
    height: 50%;
    overflow: hidden;
    padding: 0;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .imagen-grande {
        height: 220px;
        overflow: hidden;
        padding: 0;
        max-height: 220px;
    }
}

.imagen-grande img {
    margin-top: -70px;
    width: 100%;
    height: auto;}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .imagen-grande img {
        margin-top: 0px;
        min-height: 220px;
    }
}

@media only screen  and (min-width : 1824px) {
    .imagen-grande img {
        margin-top: -10%;
        min-height: 220px;
    }
}

.imagen-pequenya {
    height: 220px;
    padding: 0;
    overflow: hidden;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .imagen-pequenya {
        height: 180px;
        padding: 0;
        overflow: hidden;
    }
}

.imagen-pequenya img {
    width: 110%;
    min-width: 220px;
    height:220px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .imagen-pequenya img {
        width: 110%;
        min-width: 220px;
        height: 180px;
    }
}

.info-curso-img .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFFFFF;
  background: rgba(0,0,0,0.2);
}

.info-curso-img .caption p {
    font-family: 'Hind', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 22px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .info-curso-img .caption p {
        font-size: 12px;
        line-height: 18px;
    }
}

.info-curso-img .caption img {
    display: block;
    width: 50px !important;
    min-width: 50px;
    height: auto;
    margin: 8vh auto 20px auto;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .info-curso-img .caption img {
        margin: 8vh auto 10px auto;
    }
}
.unica-temporada {
    background: #111066;
    color: #FFFFFF;
    padding: 15px 10px;
    margin-top: 40px; 
    font-family: 'Hind', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .unica-temporada {
        margin-top: 10px; 
    }
}

.temporada {
    background: #111066;
    color: #FFFFFF;
    padding: 15px 10px;
    margin: 40px 0px;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.baja {
    margin: 40px 30px 0px 20px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .temporada {
        width: 200px;
        margin: 20px auto 0px auto;
    }

}
/*---------------------- 
        Galería  
----------------------*/
section#galeria {
    padding-bottom: 170px;
}

section#galerias {
    margin-top: -110px;
    padding-bottom: 60px;
}

.galeria-content  {
    max-height: 234px;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-caption {
    position: absolute;
    background: rgba(14,0,135,0.3);
    width: 92.5%;
    padding: 0px 50px !important;
    height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.gallery-caption h3 {
    position: absolute;
  top: 42%;
  left: 10%;
  width: 80%;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Hind', sans-serif;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1.3px;
}

.gallery-caption:hover {
    background: #111066;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/*---------------------- 
          Blog  
----------------------*/

section#entradas {
    margin-top: -100px !important;
    padding: 0px 0px 40px 0px;
}

.contenedor-imagen-principal {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 300px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
    .contenedor-imagen-principal {
        height: 135px;
    }
}

.contenedor-imagen-principal img {
    width: 100%;
    min-height: 135px;
    margin-top: -130px;
}

.texto-entrada-principal {
    margin-top: 25px;
}

.texto-entradas {
    margin-top: 20px;
}

.blog h3 {
  font-family: 'Hind', sans-serif;
  font-weight: 500 !important;
  font-size: 26px;
  line-height: 32px;
}

.blog p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
}

.blog .caption {
    position: absolute;
    opacity: 0;
    width: 96.5%;
    height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


 .blog .caption span, .blog article .thumb .caption span {
    position: absolute;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    left: 0;
    right: 0;
    top:45%;
    font-family: 'Hind', sans-serif;
    font-weight: 700 !important;
    font-size: 30px;
    letter-spacing: 2.6px;
 }

.blog .caption:hover {
    opacity: 100;
    background: #111066;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.blog article .thumb {
    position: relative;
    max-height: 240px;
    min-height: 240px;
    overflow: hidden;
}

.blog article .thumb img {
    width: 100%;
    height: auto;
    min-height: 240px;
}

.blog article .thumb .caption {
width: 100%;
}

.blog article {
    margin-top: 50px;
    height: 550px;
}

.widget img {
    width: 20px;
}

.widget_polylang {
    margin-top: 20px;
}

.widget_polylang ul {
    width: 90px !important;
    position: absolute !important;
    left:0 !important;
    right:0 !important;
    margin: 0px auto !important;
}

.widget_polylang ul li {
    display: inline;
    float: left;
    margin:0px 5px;
}
#single {
    overflow: hidden;
    width: 100%;
    max-height: 400px;
    min-height: 400px;
    margin-bottom: 30px;
}

#single img {
    width: 100%;
    height: auto;
    margin-top: -150px;
    min-height: 400px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    #single {
        overflow: hidden;
        width: 100%;
        max-height: 260px;
        min-height: 260px;
        margin-bottom: 30px;

    }

    #single img {
        width: 100%;
        height: auto;
        margin-top: 0px !important;
        min-height: 260px;
    }
}

.single-caption {
    position: absolute;
    width: 100%;
    height: 400px;
    background: rgba(0,0,0,0.2);
}

.single-caption h2 {
    margin-top: 18%;
    color: #FFFFFF;
    text-shadow: 0px 0px 6px #000000;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .single-caption h2 {
        margin-top: 20%;
        color: #FFFFFF;
        line-height: 38px;
        padding: 0px 10px;
    }
}
#single_content {
    padding: 10px 0px 40px 0px;
}

#single_content p {
    text-align: justify;
    font-size: 16px;
    line-height: 23px;
}

#single_content ul {
    margin-left: 20px;
}

#single_content li {
    line-height: 25px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    list-style-image: url('images/iconos/punto.jpg');
    list-style-position: inside;
}

#single_content li a{
    color: #000000;
}

#single_content p.date {
    margin-top:20px;
    font-size: 13px; 
    display: inline-block;
}

.galeriaPost {
    overflow: hidden;
    height: 120px;
    max-height: 120px;
    min-height: 120px;
    margin: 30px 0px 0px 0px;
}

.galeriaPost img {
    min-height: 120px;
}

.comentarios {
    margin-top: 40px;
}


.compartir {
    float: right;
    display: inline-block;
}
.compartir-facebook, .compartir-twitter {
    display: inline-block;
    float: left;
}

.compartir-facebook {
    margin-right: 10px;
}

.compartir-facebook img {
    width: 13px;
    height: auto;
    display: inline-block;
}

.compartir-twitter img {
    width: 23px;
    margin-top: 2px;
    height: auto;
    display: inline-block;
}
/*---------------------- 
        contacto  
----------------------*/
section#contacto p.direccion {
    line-height: 23px;
    font-size: 17px;
}

section#contacto p.direccion a {
    color: #FFFFFF;
}

#map-canvas {
  position: relative;
  height: 450px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #map-canvas {
      position: relative;
      height: 250px;
    }
}

.frm_submit {
  width: 138px;
  margin-top: -55px;
  float: right;
}

.frm_style_formidable-style.with_frm_style .frm_error_style {
  background-color: rgba(249, 249, 249, 1);
  border: 1px solid none;
  color: #FF0000;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  /* font-weight: 500; */
  border-radius: 0px;
}

.frm_style_formidable-style.with_frm_style .frm_message, .frm_success_style {
  border: none;
  background-color: rgba(0,0,0,0.2);
  color: #000000 !important;
  text-align: center;
  border-radius: 0px;
  padding: 110px 20px;
}

.with_frm_style .frm_message p {
  margin-bottom: 5px;
  color: #FFFFFF;
}
/*---------------------- 
        footer  
----------------------*/

section#footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0px 40px 0px;
    margin-top: 0px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#footer {
        height: 575px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#footer .logo img {
        margin: 0px  auto 40px auto;


    }
}
section#footer li a {
    color: #FFFFFF;
    line-height: 40px;
    font-family: 'Muli', sans-serif;
    font-weight: 300 !important;
    font-size: 16px;
    text-transform: none;
}

section#footer p {
    color: #FFFFFF;
    line-height: 30px;
    font-family: 'Muli', sans-serif;
    font-weight: 300 !important;
    font-size: 17px;
    text-transform: none;
}

section#footer .main-navigation {
    margin-top: 0px;
    text-align: center;
}

section#footer .navbar-default {
    background-color: #FFFFFF;
    border-color: #0E0C26;
}

section#footer .navbar-default .navbar-nav>li>a:hover {
color: #FFFFFF;
}

section#footer .menu-item { 
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
}

section#footer .navbar-nav {
    text-align: center;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
    section#footer .direccion  {
        text-align: center;
    }

    section#footer .direccion a {
        color: #FFFFFF;
    }
}

section#footer .social {
    margin-top: 30px;
    margin-left: 95px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
    section#footer .social {
        margin-top: 30px;
        margin-left: 4%;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) { 
    section#footer .social {
        margin-top: 30px;
        margin-left: 12%;
    }
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) { 
    section#footer .social {
        margin-top: 30px;
        margin-left: 10%;
    }
}

section#footer .social img {
    width: 50px;
    height: auto;
    margin: 0px 10px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#footer .social img {
        width:40px;
        height: auto;
        margin: 0px 5px;
    }  
}

section#footer .sub-footer {
    bottom: 40px;
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0px auto;
}

section#footer .paginas {
    float: left;
}

section#footer .vooneo {
    float: right;
    text-align: left;
    width: 210px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
    section#footer .paginas {
        width: 100%;
        text-align: center;
    }

    section#footer .vooneo {
    width: 100%;
    text-align: center;
    }
}

section#footer .paginas p a, section#footer .vooneo p a{
    font-family: 'Muli', sans-serif;
    font-weight: 300 !important;
    font-size: 12px !important;
    color: #FFFFFF;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 

    section#footer .paginas p a, section#footer .vooneo p a{
        text-align: center;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
    section#footer .nav > li > a {
        padding: 5px 12px;
    }
}
.logo-footer img {
    display: block;
    margin: 0 auto;
}

.footer-menu {
    margin-top: 30px;
    text-align: center !important
}

.footer-menu ul  {
    background: none;   
    text-align: center !important;
    margin-left: 78px;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
    .footer-menu ul  {
        background: none;   
        text-align: center;
        margin-left: -15px;
    }
}


.menu-item-834 {
    display: none !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
    .menu-item-834 {
        display: inline-block !important;
    }
}

.nav>li>a:hover {
    background-color: transparent;
}

.footer-menu .nav>li>a:hover {
    background-color: transparent;
}

.footer-menu .nav>li>a {
    text-transform: uppercase !important; 
    font-family: 'Hind', sans-serif !important;
    font-weight: 500 !important;
    font-size:  18px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .footer-menu .nav ul {
        text-align: center !important;
        display: inline !important;
        float: none !important
    }
    .footer-menu .nav>li {
        text-align: center !important;
        display: inline !important;
        float: none !important
    }

    .footer-menu .nav>li>a {
        display: inline !important;
        font-size: 13px !important;
        text-align: center !important;
        display: inline !important;
        float: none !important
    }
}

/*---------------------- 
          Legal  
----------------------*/
#legal {
    margin-bottom: 60px;
}

#legal h3{

}

#legal p {
    font-size: 15px;
    line-height: 25px !important;
}

/*---------------------- 
        RESET  
----------------------*/
input, textarea {
    border-radius: 0px !important;
    box-shadow: none;
}

.frm_submit {
    margin-top: -50px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .formulario {
        margin-top: 30px;
    }
    
    .frm_submit {
        margin-top: -10px;
    }
}

.frm_submit input {
    float: right;
    width: 140px !important;
    border: solid 2px #000 !important;
    box-shadow: none !important
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .frm_submit input {
        float: left;
    }
}

.frm_style_formidable-style.with_frm_style .frm_checkbox label {
  font-family: 'Muli', sans-serif !important;
  font-weight: 300 !important;
  font-size: 12px;
  color: #ffffff;
}

.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
    color: transparent;
    background-color: transparent;
    background-image: none;
    border-radius: 0px !important;
}

.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    color: transparent;
    border-radius: 0px !important;
    background-color: transparent;
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
}

/*---------------------- 
        Cookies  
----------------------*/

#cookiesms1:target {
    display: none;
}
.cookiesms{
    width:100%;
    padding:10px 0px;
    margin:0 auto;
    clear:both;
    background: rgba(239, 240, 241, 0.9);
    bottom:0;
    position:fixed;
    z-index:999999999;
}

.cookiesms p {
    font-size: 15px;
    color: #000000;
    font-weight: 300;
    font-family: 'Muli', sans-serif !important;
}

.cookiesms a {
    color: #0623d5;
    font-weight:bold;
    text-decoration: underline;
}
 
.cookiesms:hover{
bottom:0px;
}

.cookiesbutton {
    background: transparent;
    border:none;
    padding: 0;
    margin: 14px 30px 0 0;
    float: right;
    color: #ffffff;
}

.cookiesbutton:hover {
    background: transparent;
}

/* Preload images */
body:after {
  content: url(http://divingfornells.com/wp-content/themes/img/close.png) url(http://divingfornells.com/wp-content/themes/img/loading.gif) url(http://divingfornells.com/wp-content/themes/img/prev.png) url(http://divingfornells.com/wp-content/themes/img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}