/* ============================================
    ESTILOS GENERALES
============================================ */
*
{
    margin: 0;
    padding: 0;
}

html, body
{
    position: relative;
    height: 100%;
    min-height: 100%;
}

body
{
    font-size: 16px;
    font-family: "omnes-pro", sans-serif;
    font-style: normal;
    font-weight: 100;
}

/* ============================================
    FUENTES
============================================ */
h1, h2, h3, h4, h5, h6, .ink-button
{
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue Light", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 100;
}

h2
{
    font-size: 40px;
    margin-bottom: 10px;
}

h3
{
    font-size: 30px;
    margin-bottom: 30px;
}

/* ============================================
    HELPERS
============================================ */
.remarcar
{
    color: #ED1D24;
    font-weight: 400;
}

/* ============================================
    FANCYBOX
============================================ */
.fancybox-title
{
    padding: 20px !important;
    color: #FFFFFF !important;
    /*font-size: 24px;*/
}

.fancybox-title-float-wrap .child
{
    font-size: 14px !important;

}

.fancybox-nav span
{
    visibility: visible;
}

/* ============================================
    SECCIONES
============================================ */
section
{
    background-color: #FFFFFF;
    width: 100%;
    position: relative;
    min-height: 100%;
    padding-top: 120px;
    padding-bottom: 40px;
    /* Debug
    border-bottom: 1px dashed red; */
}

section > div > h2
{
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 200;
}

section > div > h3
{
    font-size: 24px;
    color: #343434;
    opacity: .7;
    text-align: center;
    margin-bottom: 40px;
}

/* ============================================
    PAGE LOADER
============================================ */
#page-loader
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    z-index: 1000;
    text-align: center;
}

#page-loader .logo
{
    position: absolute;
    width: 131px;
    height: 131px;
    margin: -65.5px 0 0 -65.5px;
    padding: 10px;
    top: 50%;
    left: 50%;
    text-align: center;
    background: white;
}

#page-loader .logo
{
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

@-webkit-keyframes spin
{
    from
    {
        -webkit-transform: rotate(0deg);
    }

    to
    {
        -webkit-transform: rotate(360deg);
    }
}

/* ============================================
    MENU PRINCIPAL
============================================ */
#menu-principal
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    z-index: 200;
    /* sombra */
    -webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.20);
    margin-top: -400px;

    -moz-transition: margin-top 0.2s;
    -webkit-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}

#menu-principal #logo
{
    padding: 6px 0 6px 0;
}

#menu-principal ul
{
    margin: 6px 0 6px 0;
    padding: 0;
}

#menu-principal ul li
{
    display: inline-block;
    margin-left: 0;
}

#menu-principal ul li a
{
    font-size: 14px !important;
    font-weight: 200;
    text-transform: uppercase;
    display: block;
    height: 100%;
    border-top: 2px solid transparent;
    line-height: 54px;
    color: #555555;
    padding: 6px 6px;
    margin-left: 4px;
}

#menu-principal li:hover
{
    background: transparent;
    text-decoration: none;
}

#menu-principal li a:hover
{
    background: transparent !important;
    border-top: 2px solid #F14F50;
    color: #F14F50;
    text-decoration: none;
}

#menu-principal ul li a:hover i.fa-facebook
{
    background: transparent !important;
    color: #3B5998;
}

#menu-principal ul li a:hover i.fa-twitter
{
    background: transparent !important;
    color: #63AFDD;
}

#menu-principal ul li a:hover i.fa-google-plus
{
    background: transparent !important;
    color: #D84734;
}

#menu-principal li.active a
{
    background: transparent;
    border-top: 2px solid #F14F50;
    color: #F14F50;
}

#menu-principal li a:focus
{
    background: transparent !important;
    border-top: 2px solid #F14F50;
    color: #F14F50;
}

#menu-principal li a i
{
    font-size: 20px;
}

/* ============================================
1. INICIO
============================================ */
#inicio
{
    margin: 0;
    padding: 0;
    background: #979797;
}

#inicio a.mute-vid
{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: rgba(193, 0, 5, 0.5);
    border-radius: 100px;
    text-align: center;
}

#inicio a.mute-vid i
{
    color: #FFFFFF;
    font-size: 30px;
    margin-top: 10px;
}

#inicio a.mute-vid:hover
{
    background-color: rgba(193, 0, 5, 1);
}

#inicio a.mas-info
{
    font-family: "Helvetica Neue Light", "Helvetica Neue", sans-serif;
    font-style: normal;
    text-decoration: none;
    background-color: rgba(218, 34, 24, 0.4);
    width: 90px;
    height: 90px;
    font-size: 26px;
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -45px;
    padding-top: 8px;
    border-radius: 100px;
}

#inicio a.mas-info:hover
{
    background-color: rgba(218, 34, 24, 0.9);
}

#inicio a.mas-info i
{
    color: #FFFFFF;
    font-size: 80px;
}

/*
#inicio a.mas-info:hover i
{
    color: #343434;
}
*/
#inicio div.pattern
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/video-pattern.png);
}

#video
{
    min-width: 100%;
    min-height: 100%;
}

/* ============================================
    2. EL BARCO
============================================ */
#barcoinfo
{
    background-size: cover;
    color: #FFFFFF !important;
    background: url(../img/elbarco_bg.jpg) top center fixed no-repeat #FFFFFF;
    background-size: cover;
    padding: 140px 0 70px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#barco
{
    background-size: cover;
    color: #FFFFFF !important;
    background: url(../img/elbarco_bg.jpg) top center fixed no-repeat #FFFFFF;
    background-size: cover;
    padding: 140px 0 70px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#barco1
{
    background-size: cover;
    color: black !important;
    background: url(../img/pag-1-C.jpg) top center fixed no-repeat #FFFFFF;
    background-size: cover;
    padding: 140px 0 70px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#barco2
{
    background-size: cover;
    color: black !important;
    background: url(../img/pag-1-A.jpg) top center fixed no-repeat #FFFFFF;
    background-size: cover;
    padding: 140px 0 70px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#barco3
{
    background-size: cover;
    color: black !important;
    background: url(../img/Pag-1-B.jpg) top center fixed no-repeat #FFFFFF;
    background-size: cover;
    padding: 140px 0 70px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#barco4
{
    background-size: cover;
    color: black !important;
    background: url(../img/Pag-1-D.jpg) top center fixed no-repeat #FFFFFF;
    background-size: cover;
    padding: 140px 0 70px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
#btn1{
    
        background-color: transparent;
        border-block-width: 1px;
        border-color: whitesmoke;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        opacity: -10px;
    
}

#info-barco
{
    font-size: 19px;
    text-align: justify;
}

#info-barco-rent
{
    font-size: 19px;
    text-align: justify;
}

#info-barco-rent h1{
    color: black;
}
#barco h1
{
  color: #FFFFFF;
    margin-bottom: 20px;
}

#barco .galeria
{
    margin-top: 20px;
}

#barco .galeria figure
{
    margin: 0 10px 10px 0;
    border: 4px solid rgba(250, 250, 250, 0.5);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/* ============================================
    3. SERVICIOS
============================================ */
#servicios div.servicio > div.imagen
{
    border: 1px solid rgba(64, 64, 111, 0.2);
    min-height: 300px;
    background: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#servicios div.servicio > div.imagen > div.info
{
    position: absolute;
    overflow: hidden;
    padding: 20px;
    min-height: 300px;
    background: rgba(31, 31, 31, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#servicios div.servicio > div.imagen:hover > div.info
{
    background: rgba(31, 31, 31, 0.80);
    bottom: 0;
}

#servicios div.servicio > div.imagen > div.info > h4,
#servicios div.servicio > div.imagen > div.info > h5
{
    position: absolute;
    left: -500px;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, .7) 0 3px 5px;
}

#servicios div.servicio > div.imagen > div.info > h4
{
    /*background-color: rgba(0,0,0,.6);*/
    text-transform: uppercase;
    color: #F54A52;
    font-size: 34px;
    font-weight: lighter !important;
    left: 0;
    right: 0;
    bottom: 180px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

#servicios div.servicio > div.imagen > div.info > h5
{
    font-size: 20px;
    color: #FDD8DA;
    left: 10px;
    right: 10px;
    bottom: 40px;
}

#servicios a.ink-button
{
    padding: 10px 20px 10px 20px;
}

.fancybox-title h4, .fancybox-title h3
{
    color: #FFFFFF !important;
    font-size: 20px;
}

.fancybox-title h3
{
    font-size: 24px;
}

.fancybox-title h4
{
    border-bottom: 1px dashed white;
    padding: 10px;
}

.fancybox-title p
{
    font-size: 18px;
    font-weight: 100;
    padding: 10px;
}

/* ============================================
    4. EL VIAJE
============================================ */
#viaje
{
    background-color: #f2f2f2;
    background: url(../img/viaje_fondo.jpg) center center fixed;
    background-size: cover;
    padding: 140px 0 70px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#viaje ul.timeline
{
    list-style: none;
    list-style-image: none;
    width: 100%;
    max-width: 1170px;
    margin: 50px auto 0;
    display: block;
    background: url(../img/history-strip.jpg) center center repeat-y;
    position: relative;
    height: auto;
    padding: 0 0 150px;
}

#viaje ul.timeline li.time
{
    width: 75px;
    height: 80px;
    position: relative;
    clear: both;
    border-radius: 5px;
    background: white;
    text-align: center;
    color: #AAA9A9;
    line-height: 52px;
    font-size: 20px;
    margin: 30px auto;
    cursor: default;
}

#viaje ul.timeline li.today
{
    background: #3C3C3C;
    color: #FFFFFF;
    margin: 40px auto;
    width: 280px;
}

#viaje ul.timeline li.today h5
{
    padding-top: 15px;
    color: #FFFFFF !important;
}

#viaje ul.timeline li.note
{
    width: 46%;
    min-height: 100px;
    float: right;
    background: white;
    border: 1px solid #ECECEC;
    margin: 35px 0;
    border-radius: 12px;
    position: relative;
    text-align: left;
    padding: 24px 24px 50px;
    font-style: italic;
    cursor: pointer;
}

#viaje ul.timeline li.note:nth-of-type(2n)
{
    float: left;
    clear: left;
}

#viaje ul.timeline li.time + li.note
{
    margin-top: -5px;
}

#viaje ul.timeline li.note:after
{
    content: '';
    position: absolute;
    left: -10.7%;
    right: auto;
    display: block;
    width: 21px;
    height: 21px;
    background: white;
    border-radius: 100px;
    top: 50%;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#viaje ul.timeline li.note:nth-of-type(2n):after
{
    right: -11%;
    left: auto;
}

/* Note Arrows */
.note-arrow
{
    position: absolute;
    right: 100%;
    left: auto;
    top: 50%;
    display: block;
    border-right: 15px solid;
    border-right-color: #ECECEC;
    border-left: none;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.note-arrow:after
{
    content: '';
    position: absolute;
    left: 1px;
    right: auto;
    top: 0px;
    display: block;
    border-right: 14px solid;
    border-right-color: white;
    border-left: none;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#viaje ul.timeline li.note:nth-of-type(2n) .note-arrow
{
    left: 100%;
    right: auto;
    border-left: 15px solid;
    border-left-color: #ECECEC;
    border-right: none;
}

#viaje ul.timeline li.note:nth-of-type(2n)
.note-arrow:after
{
    border-left: 14px solid;
    border-left-color: white;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: none;
    right: 1px;
    left: auto;
}

/* Start Icon */
#viaje ul.timeline li.start
{
    clear: both;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}

#viaje ul.timeline li.start a
{
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    color: white;
    text-align: center;
    border-radius: 10px;
}

#viaje ul.timeline li.start a span.up-arrow
{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 50px;
    display: block;
    width: 12px;
    height: 17px;
    top: 20px;
    position: relative;
    margin: 0 auto;
    background: url(../img/up-arrow.png) center center no-repeat;
}

/* Note Inners

li.note p,
li.note span,
li.note span:after
{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
*/
li.note p.history-date
{
    font-size: 13px;
    color: #949494;
}

li.note p.history-head
{
    font-size: 17px;
    color: #696969;
    margin: 3px auto;
}

li.note p.history-desc
{
    font-family: "Helvetica Neue Light", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 200;
    color: #3C3C3C;
    font-size: 20px;
}

/* Note Images */
.timeline-images
{
    /*width: 90%;*/
    position: absolute;
    bottom: -35px;
    height: auto;
}

.timeline-images a.timeline-image
{
    width: 70px;
    height: 70px;
    margin-right: 15px;
    margin-left: 0;
    float: left;
    display: block;
    position: relative;
}

#viaje ul.timeline li.note:nth-of-type(2n) .timeline-images a.timeline-image
{
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

.timeline-images a.timeline-image img
{
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Rollovers */
#viaje ul.timeline li.note:hover, #viaje ul.timeline li.note:hover:after
{
    background: #ED1D24;
}

#viaje ul.timeline li.note:hover p.history-date, #viaje ul.timeline li.note:hover p.history-head, #viaje ul.timeline li.note:hover p.history-desc
{
    color: white;
}

#viaje ul.timeline li.note:hover span.note-arrow, #viaje ul.timeline li.note:hover span.note-arrow:after
{
    border-right-color: #ED1D24;
}

#viaje ul.timeline li.note:hover:nth-of-type(2n) span.note-arrow,
#viaje ul.timeline li.note:hover:nth-of-type(2n) span.note-arrow:after
{
    border-left-color: #ED1D24;
}

a.timeline-image img:hover
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media only screen and (max-width: 800px)
{
    #viaje ul.timeline
    {
        padding: 0 0 80px;
    }

    #viaje ul.timeline li.note
    {
        width: 90%;
        min-height: 100px;
        float: none;
        margin: 75px auto;
        clear: both;
    }

    #viaje ul.timeline li.note:nth-of-type(2n)
    {
        float: none;
    }

    #viaje ul.timeline li.note:after
    {
        display: none;
    }

    .note-arrow
    {
        position: absolute;
        top: -22px;
        right: 50%;
        margin-right: -8px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #viaje ul.timeline li.note:nth-of-type(2n) .note-arrow
    {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: 50%;
        margin-left: -8px;
    }

    .timeline-images
    {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        left: 0;
    }

    .timeline-images a.timeline-image,
    #viaje ul.timeline li.note:nth-of-type(2n) .timeline-images a.timeline-image
    {
        display: inline-block;
        margin: 0 auto;
        float: none;
        clear: both;
    }
}

/* ============================================
    4.5. IMAGEN FIJA
============================================ */
.imagen-fija
{
    max-height: 200px !important;
    background-size: cover;
    color: #FFFFFF !important;
    background: url(../img/imagen-fija.jpg) top center fixed no-repeat #FFFFFF;
    background-size: cover;
    padding: 140px 0 70px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.imagen-fija-contacto
{
    max-height: 200px !important;
    background-size: cover;
    color: #FFFFFF !important;
    background: url(../img/fija-contacto.jpg) top center fixed no-repeat #FFFFFF;
    background-size: cover;
    padding: 140px 0 70px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.imagen-fija-barco
{
    max-height: 100px !important;
    background-size: cover;
    color: #FFFFFF !important;
    background: url(../img/elbarco_bg.jpg) top center fixed no-repeat #FFFFFF;
    background-size: cover;
    padding: 140px 0 70px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

/* ============================================
    5. ENTRADAS
============================================ */
#entradas
{
    cursor: pointer;
}

#entradas div.entrada a
{
    text-decoration: none;
    color: #555555;
}

#entradas div.entrada div.imagen img
{
    width: 100%;
}

#entradas div.entrada div.titulo
{
    border: 1px solid #CCCCCC;
    background: no-repeat top center;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
}

#entradas div.entrada div.titulo h4
{
    color: #C91111;
    font-size: 30px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    padding: 10px 0 10px 0;
    text-align: center;
    background-color: rgba(250, 250, 250, 0.9);
    /* sombra */
    -webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.20);
}

#entradas div.entrada div.titulo div.cnt-precio
{
    position: absolute;
    z-index: 80;
    bottom: -50px;
    display: block;
    left: 50%;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    border: 6px solid rgba(250, 250, 250, 0.85);
    border-radius: 200px;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}

#entradas div.entrada div.titulo div.cnt-precio h5
{
    width: 108px;
    text-align: center;
    color: #C91111;
    font-weight: 200;
    font-size: 36px;
    margin-top: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 30px;
}

#entradas div.detalles
{
    position: relative;
    font-weight: 300;
    font-size: 16px;
    color: #343434;
    padding-top: 80px;
    /*
    height: 520px;*/
}

#entradas div.detalles p
{
    text-align: center;
    margin: 0;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px dashed #C10005;
}

div.entrada > div > p:nth-child(3)
{
    height: 120px;
}

div.entrada > div > p:nth-child(4)
{
    height: 90px;
}

#entradas div.detalles > div.button-group
{
    position: absolute;
    top: -5px;
    right: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
}

#entradas div.detalles > div.button-group > a.ink-button
{
    width: 100%;
    height: 60px;
    color: #FFFFFF;
    font-size: 24px;
    padding-top: 16px;
}

#entradas div.detalles > div.button-group.vip > a
{
    width: 33.3%;
    padding-top: 4px;
    font-size: 20px;
}

#entradas i.fa-check-square-o
{
    font-size: 16px;
    color: #ED1D24;
}

/* ============================================
    6. MAPA
============================================ */
#cnt-mapa
{
    position: relative;
    padding: 0 !important;
    clear: both;
}

#cnt-mapa h2
{
    font-weight: 200;
}

#cnt-mapa h2, #cnt-mapa h3
{
    text-align: center;
}

#mapa
{
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.horarios
{
    position: absolute;
    top: 190px;
    left: 50%;
    margin-left: -100px;
    width: 230px;
    height: 200px;
    border: 1px solid red;
    background-color: rgba(125, 125, 125, .2);
    border-radius: 10px;
    z-index: 100;
}

/* ============================================
    7. PI√â DE P√ÅGINA
============================================ */
#contacto
{
    position: relative;
    min-height: 100%;
    background-color: #1D1F21;
    padding-top: 100px;
    padding-bottom: 40px;
}

#contacto h3
{
    text-align: center;
    color: #f2f2f2;
    font-size: 20px;
}

#contacto h2, #contacto h4
{
    padding: 10px;
    text-align: center;
}

#contacto h2
{
    color: #FFFFFF
}

#contacto h4
{
    color: #919194
}

#contacto div.datos-contacto, #contacto div.forms-contacto
{
    min-height: 150px;
    color: #FFFFFF;
    padding: 20px;
}

#contacto input, #contacto textarea
{
    background-color: #1A1A1A;
    border: 1px solid #000;
    padding: 10px 20px 10px 20px;
}

#contacto textarea
{
    min-height: 120px;
}

#contacto a.ink-button
{
    border: 1px solid #000;
    font-size: 20px;
    display: block;
    padding: 20px;
}

#contacto a.ink-button i
{
    font-size: 22px;
}

#contacto ul.social-links
{
    border-top: 1px solid #343434;
    text-align: center;
    padding: 20px;
    margin: 0;
    list-style: none;
}

#contacto ul.social-links li
{
    display: inline-block;
    background-color: #000000;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    border-radius: 100px;
}

#contacto ul.social-links li a i
{
    font-size: 20px;
    color: #A1A1A1;
}

#contacto ul li a:hover i.fa-facebook
{
    background: transparent !important;
    color: #3B5998;
}

#contacto ul li a:hover i.fa-twitter
{
    background: transparent !important;
    color: #63AFDD;
}

#contacto ul li a:hover i.fa-google-plus
{
    background: transparent !important;
    color: #D84734;
}

#contacto ul li a:hover i.fa-envelope
{
    background: transparent !important;
    color: #635CE2;
}

#contacto div.copyright
{
    border-top: 1px solid #343434;
    margin: 0;
    padding: 20px;
    padding-bottom: 0px;
    font-family: "Helvetica Neue Light", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
}

/* ============================================
    8. BOTTOM-BAR
============================================ */
#bottom-bar
{
    background-color: #F2F2F2;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;

    font-size: .8em;
}

#bottom-bar ul
{
    list-style: none;
    margin: 0;
    text-align: center;
}

#bottom-bar ul li
{
    display: inline-block;
}

#bottom-bar ul li a
{
    display: block;
    margin-right: 1em;
    padding: .5em 1.2em;
}

#bottom-bar ul li a:hover
{

}

#bottom-bar ul li a i
{
    font-size:  1em;
}

/* ============================================
    MENU PRINCIPAL BLOG
============================================ */
#menu-principal-blog
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    z-index: 200;
    /* sombra */
    box-shadow: 0 10px 5px 0 rgba(50, 50, 50, 0.20);
    transition: margin-top 0.2s;
}

#menu-principal-blog #logo
{
    padding: 6px 0 6px 0;
}

#menu-principal-blog ul
{
    margin: 6px 0 6px 0;
    padding: 0;
}

#menu-principal-blog ul li
{
    display: inline-block;
    margin-left: 0;
}

#menu-principal-blog ul li a
{
    font-size: 14px;
    font-weight: 200;
    text-transform: uppercase;
    display: block;
    height: 100%;
    border-top: 2px solid transparent;
    line-height: 54px;
    color: #555555;
    padding: 6px 6px;
    margin-left: 4px;
}

#menu-principal-blog li:hover
{
    background: transparent;
    text-decoration: none;
}

#menu-principal-blog li a:hover
{
    background: transparent !important;
    border-top: 2px solid #F14F50;
    color: #F14F50;
    text-decoration: none;
}

#menu-principal-blog ul li a:hover i.fa-facebook
{
    background: transparent !important;
    color: #3B5998;
}

#menu-principal-blog ul li a:hover i.fa-twitter
{
    background: transparent !important;
    color: #63AFDD;
}

#menu-principal-blog ul li a:hover i.fa-google-plus
{
    background: transparent !important;
    color: #D84734;
}

#menu-principal-blog li.active a
{
    background: transparent;
    border-top: 2px solid #F14F50;
    color: #F14F50;
}

#menu-principal-blog li a:focus
{
    background: transparent !important;
    border-top: 2px solid #F14F50;
    color: #F14F50;
}

#menu-principal-blog li a i
{
    font-size: 20px;
}

/* ============================================
    BLOG
============================================ */

#blog
{
    margin: 0 auto;
    max-width: 1000px;
}

#blog h1
{
    color: #EC131C;
    font-weight: 100;
    text-align: center;
    font-size: 3em;
    padding-bottom: .5em;
    margin-bottom: 1em;
    border-bottom: 1px dashed red;
}

#blog .sin-noticias h2
{
    font-size: 2em;
    text-align: center;
}

#blog .noticia
{
    background: #f2f2f2;
    margin-bottom: 2em;
    overflow: hidden;
    position: relative;
}

#blog .noticia .fecha-noticia
{
    margin: .3em 0;
    font-size: 1em;
}
#blog .noticia .titulo-noticia
{
}

#blog .contenido-noticia,
#blog .imagen-noticia
{
    display: inline-block;
    float: left;
}

#blog .contenido-noticia
{
    width: 55%;
    margin: 0 0 0 0;
    padding-left: 1em;
    box-sizing: border-box;
}

#blog .imagen-noticia
{
    width: 400px;
    min-height: 300px;
}

#blog .social-noticia
{
    /*display: inline-block;*/
    display: none;
    position: absolute;
    z-index: 199;
    top: 0;
    left: .8em;
    padding:0;
    border-bottom:.1em dashed rgba(255,255,255,.6);
}

#blog .social-noticia ul
{
    text-align: center;
    margin: 0;
    padding: 0 0 0 .5em;
    list-style: none;
}

#blog .social-noticia ul li
{
    display: inline-block;
}

#blog .social-noticia ul li a
{
    font-size: .8em;
    background-color: #343434;
    border: .1em solid rgba(255,255,255,.5);
    border-radius: .3em;
    color: #FFF;
    text-decoration: none;
    display: block;
    margin-right: 1em;
    padding: .4em 1.6em;

    transition: all .3s ease;
}
#blog .social-noticia ul li a:hover
{
    background-color: #EC131C;
    border: .1em solid #EC131C;
}
#blog .social-noticia ul li a i
{
    font-size: 1.2em;
}

#galerias
{
    margin: 0 auto;
    max-width: 1000px;
}

#galerias .galeria
{
    position: relative;
    display: inline-block;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 .3em .3em 0;
}

#galerias .galeria figure figcaption
{
    background: rgba(255,255,255,.7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
#galerias .galeria figure figcaption h2
{
    font-size: 2em;
}


/* 
test 
*/
@media screen and (max-width: 720px) {
    #myCarousel{
        display: block !important;
       
    }
    #myCarousel2{
        display: block !important;
    }
    #myCarousel3{
        display: block !important;
    }
    #myCarousel4{
        display: block !important;
    }
    #myCarousel5{
        display: block !important;
    }
    #myCarousel6{
        display: block !important;
    }
    #myCarousel7{
        display: block !important;
    }
    #myCarousel8{
        display: block !important;
    }
    #myCarousel .carousel-item .mask img {
        height: 40em !important;
        max-width: 25em!important;
    }
    #myCarousel2 .carousel-item .mask img {
        height: 40em !important;
        max-width: 25em!important;
    }
    #myCarousel3 .carousel-item .mask img {
        height: 40em !important;
        max-width: 25em!important;
    }
    #myCarousel4 .carousel-item .mask img {
        height: 40em !important;
        max-width: 25em!important;
    }
    #myCarousel5 .carousel-item .mask img {
        height: 40em !important;
        max-width: 25em!important;
    }
    #myCarousel6 .carousel-item .mask img {
        height: 40em !important;
        max-width: 25em!important;
    }
    #myCarousel7 .carousel-item .mask img {
        height: 40em !important;
        max-width: 25em!important;
    }
    #myCarousel8 .carousel-item .mask img {
        height: 40em !important;
        max-width: 25em!important;
    }
    #text_info{
        margin: 1em !important;
    width: 29em !important;
    }
  }

.img-slider{
position: inherit;
    top: 4em;
}
#myCarousel .carousel-item .mask {
    position: absolute;
	height:100%;
    left: 50px;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
    font-size: 30px;
    color: #dc3545;
    font-weight: 600;
}
#myCarousel p{
	font-size:15px;
	margin-bottom:15px;
	color:black;
}
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#97a1c4; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:50em; width:65em}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:550px; }
#myCarousel{position:relative; z-index:1;  background-size:cover; display:flex; }


#myCarousel2 .carousel-item .mask {
    position: absolute;
	height:100%;
    left: 50px;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel2 h4{
    font-size: 30px;
    color: #dc3545;
    font-weight: 600;
}
#myCarousel2 p{
	font-size:15px;
	margin-bottom:15px;
	color:black;
}
#myCarousel2 .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel2 .carousel-item a:hover{background:#97a1c4; text-decoration:none;  }

#myCarousel2 .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel2 .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel2 .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel2 .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:50em; width:65em}
#myCarousel2 h4, #myCarousel2 p, #myCarousel2 a, #myCarousel2 .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel2 .container {max-width: 1430px;  }
#myCarousel2 .carousel-item{height:100%; min-height:550px; }
#myCarousel2{position:relative; z-index:1;  background-size:cover; display:flex; }

#myCarousel3 .carousel-item .mask {
    position: absolute;
	height:100%;
    left: 50px;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel3 h4{
    font-size: 30px;
    color: #dc3545;
    font-weight: 600;
}
#myCarousel3 p{
	font-size:15px;
	margin-bottom:15px;
	color:black;
}
#myCarousel3 .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel3 .carousel-item a:hover{background:#97a1c4; text-decoration:none;  }

#myCarousel3 .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel3 .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel3 .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel3 .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:50em; width:65em;}
#myCarousel3 h4, #myCarousel3 p, #myCarousel3 a, #myCarousel3 .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel3 .container {max-width: 1430px;  }
#myCarousel3 .carousel-item{height:100%; min-height:550px; }
#myCarousel3{position:relative; z-index:1;  background-size:cover; display:flex; }



#myCarousel4 .carousel-item .mask {
    position: absolute;
	height:100%;
    left: 50px;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel4 h4{
    font-size: 30px;
    color: #dc3545;
    font-weight: 600;
}
#myCarousel4 p{
	font-size:15px;
	margin-bottom:15px;
	color:black;
}
#myCarousel4 .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel4 .carousel-item a:hover{background:#97a1c4; text-decoration:none;  }

#myCarousel4 .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel4 .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel4 .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel4 .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:50em; width:65em}
#myCarousel4 h4, #myCarousel4 p, #myCarousel4 a, #myCarousel4 .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel4 .container {max-width: 1430px;  }
#myCarousel4 .carousel-item{height:100%; min-height:550px; }
#myCarousel4{position:relative; z-index:1;  background-size:cover; display:flex; }

.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #f44b35; }


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

#myCarousel5 .carousel-item .mask {
    position: absolute;
	height:100%;
    left: 50px;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel5 h4{
    font-size: 30px;
    color: #dc3545;
    font-weight: 600;
}
#myCarousel5 p{
	font-size:15px;
	margin-bottom:15px;
	color:black;
}
#myCarousel5 .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel5 .carousel-item a:hover{background:#97a1c4; text-decoration:none;  }

#myCarousel5 .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel5 .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel5 .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel5 .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:50em; width:65em}
#myCarousel5 h4, #myCarousel5 p, #myCarousel5 a, #myCarousel5 .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel5 .container {max-width: 1430px;  }
#myCarousel5 .carousel-item{height:100%; min-height:550px; }
#myCarousel5{position:relative; z-index:1;  background-size:cover; display:flex; }





#myCarousel6 .carousel-item .mask {
    position: absolute;
	height:100%;
    left: 50px;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel6 h4{
    font-size: 30px;
    color: #dc3545;
    font-weight: 600;
}
#myCarousel6 p{
	font-size:15px;
	margin-bottom:15px;
	color:black;
}
#myCarousel6 .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel6 .carousel-item a:hover{background:#97a1c4; text-decoration:none;  }

#myCarousel6 .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel6 .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel6 .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel6 .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:50em; width:65em}
#myCarousel6 h4, #myCarousel6 p, #myCarousel6 a, #myCarousel6 .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel6 .container {max-width: 1430px;  }
#myCarousel6 .carousel-item{height:100%; min-height:550px; }
#myCarousel6{position:relative; z-index:1;  background-size:cover; display:flex; }




#myCarousel7 .carousel-item .mask {
    position: absolute;
	height:100%;
    left: 50px;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel7 h4{
    font-size: 30px;
    color: #dc3545;
    font-weight: 600;
}
#myCarousel7 p{
	font-size:15px;
	margin-bottom:15px;
	color:black;
}
#myCarousel7 .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel7 .carousel-item a:hover{background:#97a1c4; text-decoration:none;  }

#myCarousel7 .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel7 .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel7 .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel7 .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:50em; width:65em}
#myCarousel7 h4, #myCarousel7 p, #myCarousel7 a, #myCarousel7 .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel7 .container {max-width: 1430px;  }
#myCarousel7 .carousel-item{height:100%; min-height:550px; }
#myCarousel7{position:relative; z-index:1;  background-size:cover; display:flex; }


#myCarousel8 .carousel-item .mask {
    position: absolute;
	height:100%;
    left: 50px;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel8 h4{
    font-size: 30px;
    color: #dc3545;
    font-weight: 600;
}
#myCarousel8 p{
	font-size:15px;
	margin-bottom:15px;
	color:black;
}
#myCarousel8 .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel8 .carousel-item a:hover{background:#97a1c4; text-decoration:none;  }

#myCarousel8 .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel8 .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel8 .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel8 .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:50em; width:65em}
#myCarousel8 h4, #myCarousel8 p, #myCarousel8 a, #myCarousel8 .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel8 .container {max-width: 1430px;  }
#myCarousel8 .carousel-item{height:100%; min-height:550px; }
#myCarousel8{position:relative; z-index:1;  background-size:cover; display:flex; }