.bg-banda {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    background: #485563;
    background: -moz-linear-gradient(top, #485563 0%, #485563 10%, #485563 50%, #29323C 50%, #29323C 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #485563), color-stop(10%, #485563), color-stop(10%, #485563), color-stop(50%, #29323C), color-stop(50%, #29323C), color-stop(100%, #29323C));
    background: -webkit-linear-gradient(top, #485563 0%, #485563 10%, #485563 50%, #29323C 50%, #29323C 100%);
    background: -o-linear-gradient(top, #485563 0%, #485563 10%, #485563 50%, #29323C 50%, #29323C 100%);
    background: -ms-linear-gradient(top, #485563 0%, #485563 10%, #485563 50%, #29323C 50%, #29323C 100%);
    background: linear-gradient(to bottom, #485563 0%, #485563 10%, #485563 50%, #29323C 50%, #29323C 100%);
}






#pUsuario li a {
    color: #fff;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: #36414d;
    color: #fff;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: #1c75bc;
    color: #fff;
}

h1 {
    font-size: 3.5rem;
    font-weight: 800;
    font-family: 'bebas neue', sans-serif!important;
    color: #113D7E!important;
    font-weight: bold;
}

h2 {
    color: #36414d;
    font-weight: bold;
}

/****** HEADER *****/
    header {
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
}


    .bg-header img {
        float: left;
    }

.navbar {
    margin-bottom: 0;
    background-color: #fff;
    z-index: 6;
}

.bg-header {
    background-color: #fff;
    padding: 10px 0;
}

.reg, .reg2 {
    text-align: right;
    position: relative;
    padding: 0;
}

    .reg > input, #dominios input, #dominios select, .group > input, .reg2 > input {
        padding: 4px 3px;
        border: 1px solid #ccc;
        vertical-align: middle;
        font-size: 0.85em;
    }

    .reg label {
        display: block;
        margin: 0;
        position: relative;
    }

    .reg span {
        /*position: absolute;
        right: 150px;
        top: 15px;*/
    }

    .reg > .btn, .reg2 > .btn {
        padding: 5px;
        border-radius: 0;
        font-size: 0.8em;
    }

    .reg ul, .reg2 ul {
        list-style-type: none;
        margin: 0;
        padding: 10px 0 0;
        font-size: 1em;
    }

    .reg li, .reg2 li {
        display: inline-block;
        color: #000;
        /*padding: 7px 10px;*/
    }

.reg2 {
    background-color: #f5f5f5;
    top: -10px;
}

    .reg .btn-button, .reg2 .btn-button {
        font-family: sourcenormal;
        border: 0;
        border-radius: 0 !important;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
        display: inline;
        text-transform: uppercase;
        bottom: 0;
        width: 15%;
        position: static;
        padding: 5px 15px;
        font-size: inherit;
    }
.translation-links {
    padding-top: 0 !important;
}
/****** MENU ******/
ul.menu {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
    font-family: sourcelight;
    font-size: 1em;
    letter-spacing: 0px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    text-align: right;
    padding-left: 15px;
}

    /*** FIN ***/
    ul.menu li {
        display: inline-block;
        padding: 0 10px;
    }

        ul.menu li a {
            text-decoration: none;
            color: #0766CA;
            font-weight: bold;
            margin-bottom: 0;
            margin-top: 0;
        }

            ul.menu li a:hover, ul.menu li a:focus {
                color: #171F89;
            }

        ul.menu li a {
            border-bottom: 4px solid transparent;
            color: #878787;
            font-weight: normal;
            transition: all 0.5s ease-out 0s;
        }

            ul.menu li a:hover {
                color: #013495;
            }



/*** DROPDOWN ****/
.menu .dropdown-menu > li {
    width: 100%;
    padding: 0;
}

.dropdown-menu li a {
    padding: 15px 15px;
}

.dropdown-menu .divider {
    margin: 0;
}

.open .dropdown a {
    padding-left: 0;
    font-weight: normal;
    display: block;
    min-width: 120px;
}

.dropdown {
    vertical-align: top;
    font-family: sourcenormal;
    font-size: 1em;
}

.open .dropdown {
    text-transform: none;
    margin-right: -88px;
    margin-left: 0;
    font-family: sourcenormal;
    font-size: 1em;
    display: block;
    text-align: left;
    white-space: normal;
    color: #ffcbcb;
    width: 150px;
}

.reg .dropdown-menu li a {
    padding: 5px 10px;
}

    .reg .dropdown-menu li a:hover {
        color: #fff;
    }

.reg .dropdown-menu > li > a:focus, .reg .dropdown-menu > li > a:hover {
    background-color: #1c75bc;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.5s ease-out 0s;
    color: #fff;
}

.nav.nav-pills.nav-stacked .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: sourcenormal;
    font-size: 1em;
    padding: 0;
    position: relative;
    text-align: left;
    color: #333333;
    width: 100%;
}

.dropdown-menu li::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}

.dropdown-submenu > .dropdown-menu > li {
    font-family: 'sourcenormal';
    font-size: 0.85em;
}

/***** BREADCRUM *****/
.path {
    font-size: 0.85em;
    padding: 10px 0;
    background-color: #dfe1e3;
    margin-bottom: 30px;
}

.breadcrumb {
    /*! font-size: 0.9em !important; */
    background: none;
    margin-bottom: 0;
    padding: 0;
}

    .breadcrumb a {
        color: #999999;
    }

    .breadcrumb > li {
        color: #999999;
    }

    .breadcrumb > .active {
        color: #999999;
    }
/***** CONTACTO ******/
.contacta p {
    line-height: 1.2 !important;
    padding: 15px;
}

.contacta ul {
    padding: 0;
    list-style-type: none;
}

.contacta li, .contacta li a {
    color: #05488E;
    text-align: left;
}

.contacta li {
    display: inline-block;
    padding-right: 5px;
    list-style-type: none;
    padding-left: 30px;
    word-wrap: break-word;
}

.ico-tel, .ico-whatsapp, .ico-mail {
    padding-left: 30px;
}

.contacta .ico-tel {
    background: transparent url(../img/ico-tel.png) no-repeat scroll 0 70%;
}
.contacta .ico-whatsapp {
    background: transparent url(../img/ico-whatsapp.png) no-repeat scroll 0 0%;
}
.contacta .ico-mail {
    background: transparent url(../img/ico-mail.png) no-repeat scroll 0 70%;
}

.form-group label {
    min-width: 70px;
}
/***** ATTCLIENTE ****/
.attcliente {
    padding: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #485563!important;
}

.box-attcliente {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

    .box-attcliente li {
        border-radius: 50%;
        height: 100px;
        margin: 5px 0;
        padding-top: 5px;
        vertical-align: middle;
        display: inline-block;
        transform: scale(.8);
        -webkit-transform: scale(.8);
    }

    .box-attcliente span {
        color: #999;
        font-family: sourcenormal;
        font-weight: bold;
        text-align: center;
        padding: 40px 15px 0;
        vertical-align: middle;
        font-size: 0.865em;
        position: relative;
        left: 0%;
        top: 0%;
        transform: translate(0%, -0%);
        -webkit-transform: translate(0%, 0%);
        width: 100%;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

.ico-entrega {
    background: transparent url(../img/ico-entrega.png) no-repeat scroll 50% 100%;
    display: block;
}
.ico-entrega2 {
    background: transparent url(../img/ico-whatsapp2.png) no-repeat scroll 50% 98%;
    display: block;
}
.ico-rapido {
    background: transparent url("../img/ico-rapido.png") no-repeat scroll 50% 100%;
    display: block;
}

.ico-pago {
    background: transparent url("../img/ico-pago.png") no-repeat scroll 50% 100%;
    display: block;
}

/***** FOOTER ******/

footer section {
    padding-bottom: 5px;
    padding-top: 15px;
    background-color:#333D49;
}

footer nav {
    margin: 0;
    padding-top: 15px;
}

footer figure {
    float: left;
}

footer figcaption {
    margin-top: 10px;
    color: #05488e;
}

footer address span {
    padding: 0 5px;
}

    footer address span a:hover {
        color: #ffffff;
    }

footer address {
    color: #ccc;
    display: inline;
}

    footer address a {
        color: #cccccc;
    }

        footer address a:hover {
            color: #ffffff;
        }

    footer address ul {
        margin: 0;
        padding: 10px 0;
        list-style-type: none;
    }

    footer address li {
        display: block;
    }

        footer address li span {
            display: block;
            color: #cccccc;
        }

footer p {
    color: #999999;
}

.ico-tel {
    background: transparent url(../img/ico-tel.png) no-repeat scroll 0 70%;
    width: 80%;
}

footer .ico-tel {
    background: transparent url(../img/ico-tel.png) no-repeat scroll 0 70%;
    width: 80%;
}

footer .ico-whatsapp {
    background: transparent url(../img/ico-whatsapp.png) no-repeat scroll 0 65%;
    width: 80%;
}

.ico-mail {
    background: transparent url(../img/ico-mail.png) no-repeat scroll 0 70%;
    width: 80%;
}

footer .ico-mail {
    background: transparent url(../img/ico-mail.png) no-repeat scroll 0 70%;
    width: 80%;
}

.ico-web {
    background: transparent url(../img/ico-web.png) no-repeat scroll 0 70%;
    width: 80%;
}

footer .ico-loc {
    background: transparent url(../img/ico-loc.png) no-repeat scroll 0 50%;
    width: 80%;
}

footer .ico-tel, footer .ico-whatsapp, footer .ico-mail, footer .ico-loc {
    padding: 7px 30px 0;
}

/***** MENU FOOTER *****/
ul.menufooter {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: Arial, helvetica, Sans-Serif;
    text-transform: uppercase;
    text-align: right;
}

    ul.menufooter li {
        display: inline-block;
    }

        ul.menufooter li ul {
            padding-left: 25px;
            width: 100%;
        }

            ul.menufooter li ul li {
                width: inherit;
            }

        ul.menufooter li a {
            text-decoration: none;
            font-weight: bold;
            padding-left: 25px;
            color: #949fac;
            -webkit-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
        }

        ul.menufooter li li a {
            color: #ccc;
        }

        ul.menufooter li:first-child a {
            padding: 0;
        }

        ul.menufooter li a:hover, ul.menufooter li a:focus {
            color: #ffffff;
        }


/***** REDES *****/
ul.redes {
    list-style-type: none;
    padding: 25px 5px;
    margin: 0 15px;
    float: right;
}

footer ul.redes {
    margin: 0;
    padding: 5px 0 0;
}

ul.redes li {
    display: inline;
}

    ul.redes li a {
        display: inline-block;
        text-indent: -9999px;
    }
.share {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.facebookred {
    background: url(../img/redes/redfacebook.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}

.twitterred {
    background: url(../img/redes/redtwitter.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}

.googleplusred {
    background: url(../img/redes/redgoogle.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}

.flickrred {
    background: url(../img/redes/redflirck.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}

.youtubered {
    background: url(../img/redes/redyoutube.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}

.instagramred {
    background: url(../img/redes/redinstagram.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}

    .facebookred:hover:after, .twitterred:hover:after, .googleplusred:hover:after, .flickrred:hover:after, .youtubered:hover:after, .instagramred:hover:after {
        opacity: 1;
    }

.facebookred:after {
    background: url(../img/redes/redfacebook.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}

.twitterred:after {
    background: url(../img/redes/redtwitter.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}

.googleplusred:after {
    background: url(../img/redes/redgoogle.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}

.flickrred:after {
    background: url(../img/redes/redflirck.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}

.youtubered:after {
    background: url(../img/redes/redyoutube.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}

.instagramred:after {
    background: url(../img/redes/redinstagram.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}

footer nav address {
    float: left;
    margin: 0;
    color: #999999;
    line-height: 4;
}
/**** LEGAL *****/
.legal {
    float: right;
}

    .legal ul li:nth-child(n+1)::after {
        content: "|";
        padding-left: 5px;
        color: #999999;
    }

    .legal ul li:last-child::after {
        content: "";
    }

    .legal li {
        display: inline-block;
    }

        .legal li a {
            color: #ccc;
        }

            .legal li a:hover {
                color: #fff;
            }

    .legal span {
        padding: 0 5px;
    }


/******DEFAULT ******/
/****** CAROUSEL ******/


#carousel {
    display: block;
    height: auto;
    position: relative;
    position: relative;
    z-index: 3;
    max-width: 1920px;
    width: 100%;
}

    #carousel .carousel-inner {
        height: auto;
    }

    #carousel figure {
        overflow: hidden;
        padding-top: 66.70%;
        position: relative;
    }

    #carousel .item img {
        position: absolute;
        top: 0;
    }


.caption {
    left: 1%;
    position: absolute;
    top: 90%;
    transform: translate(-1%, -90%);
    -webkit-transform: translate(-1%, -90%);
}

    .caption h2 span {
        color: #ffffff;
        font-family: sourcenormal;
        padding: 10px;
        float: none;
        text-align: left;
        display: inline-block;
        width: 100%;
        text-shadow: 2px 2px 15px #000;
        font-size: calc( 8px + (30 - 8)* (100vw - 320px)/(1920 - 320));
    }

    .caption h1 {
        font-family: sourcenormal;
        font-size: 42px;
        margin: 0;
        text-shadow: 0 2px 2px #000000;
    }

    .caption p {
        font-size: 20px;
        text-shadow: 0 2px 2px #000000;
    }

.arrow-wrap {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 100px;
    margin-left: -5em;
    background: rgba(0,0,0,0.8);
    width: 10em;
    height: 10em;
    padding: 4em 2em;
    border-radius: 50%;
    font-size: 0.3em;
    display: block;
    opacity: 0.5;
    color: #ffffff;
}

.curved {
    position: relative;
    z-index: 9;
    bottom: -10px;
}

.onda {
    position: relative;
    opacity: 1;
    bottom: 0;
    z-index: 8;
   
}
.curvedinm {
    position: absolute;
    bottom: 0;
    padding: 5% 0;
}
/****** SOLUCIONES ******/
#soluciones {
    display: table;
    text-align: center;
    width: 100%;
    padding: 30px;
}

    #soluciones h1 {
        text-align: left;
    }

    #soluciones blockquote {
        color: #333333;
        border: 0;
        font-size: 1.4em;
    }

.btn-button {
    font-family: sourcenormal;
    border: 0;
    border-radius: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    display: block;
    text-transform: uppercase;
    bottom: 0;
    transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
    left: 50%;
    width: 15%;
}

.reg .ofer {
    float: initial;
}
.bg-header .ofer, .contacto .ofer {
    width: auto;
}
.ofer {
    background: #36414D;
    color: #FFFFFF;
    border-radius: 20px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    display: inline-block;
}

a.ofer:hover, input[type="submit"]:hover {
    background: #718CAA;
    color: #ffffff;
}

.btn-noticia {
    background: #36414D;
    color: #FFFFFF;
    border-radius: 20px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

a.btn-noticia:hover {
    background: #718CAA;
    color: #ffffff;
}

.btn-primary:hover {
    background: #004579;
    color: #ffffff;
}
/***** HOSTSERVICIOS *****/
.Hostservicios h2 {
    color: #000;;
    font-family: sourcenormal;
    font-weight: bold;
    font-size: 22px;
}

html {
    --lh: 1.4rem;
    line-height: var(--lh);
}
.Hostservicios p, .noticias .box-articulo p, .eventos-listado .box-articulo p, .servicios-listado .box-articulo p, .cursos-listado .box-articulo p {
    color: #333333;
    max-height: 70px;
    min-height: 70px;
    --max-lines: 3;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    text-align: justify;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    font-size: 12px;
    width: 100%;
}
    .Hostservicios p::before {
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        
    }

    .Hostservicios p:empty {
        min-height: 0;
    }

        .Hostservicios p:empty:not(:focus)::before {
            content: attr(data-placeholder);
        }

/*** galería en detalle ***/

/*.Hostservicios h3 {
    color: #4D4D4D;
    font-weight: bold;
    text-transform: uppercase;
    font-size:18px;
    clear:both;
}*/
.Hostservicios h4 {
    color: #4D4D4D;
    font-weight: bold;
    font-size: 14px;
}

.Hostservicios ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.Hostservicios li a:hover {
    text-decoration: underline;
}

.Hostservicios .box {
    background-color: #FFFFFF;
    padding: 30px 0px 240px;
    margin-bottom: 30px;
    min-height: 245px;
    box-shadow: 0 0 12px #ADADAD;
    border-radius: 12px;
    overflow: hidden;
}

.Hostservicios ul, #dominios ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.Hostservicios li, #dominios li {
    display: inline-block;
    text-align: center;
}

    .Hostservicios li a, #dominios li a {
        color: #013495;
        float: left;
    }
.Hostservicios .centro li {
    width: 100%;
}
        .Hostservicios li a:hover, #dominios li a:hover {
            text-decoration: none;
        }



.Hostservicios .btn-noticias, .dest .btn-noticias {
    font-family: sourcenormal;
    border: 0;
    border-radius: 0 !important;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    text-transform: uppercase;
    bottom: 0;
    position: relative;
    font-size: inherit;
    color: #fff;
    min-width: 50%;
    text-align: center;
    margin: 0 auto 30px;
    display: table;
}

.dest .btn-noticias {
    float: right;
    min-width: 20%;
}

.box-articulo h2 {
    margin: 5px 0;
}





.Hostservicios .box-articulo time {
    background-position: 38% 50%;
}

.box-articulo .fecha {
    color: #4D4D4D;
    display: block;
    margin: 15px 0;
    font-size: 16px;
    height: auto;
}
    .box-articulo .fecha ul {
        padding: 0;
    }

    .box-articulo .fecha li {
        list-style-position: inside;
    }
.box-articulo .hora {
    color: #4D4D4D;
    background: transparent url(../img/ico-hora.png) no-repeat scroll 0 50%;
    display: block;
    margin: 15px 0;
    font-size: 16px;
    height: 22px;
    padding-left: 30px;
}

.box-articulo .centro {
    color: #4D4D4D;
    background: transparent url(../img/ico-centro.png) no-repeat scroll 0 50%;
    display: block;
    margin: 15px 0;
    font-size: 16px;
    height: 22px;
    padding-left: 30px;
}

/*.box-articulo .nivel {
    color: #4D4D4D;
    background: transparent url(../img/ico-inmersiones.png) no-repeat scroll 0 50%;
    display: block;
    margin: 15px 0;
    font-size: 16px;
    /*height: 22px;*/
    padding-left: 30px;
}*/

.box-articulo span {
    color: #36414d;
}

.precio i {
    color: #4D4D4D;
    font-family: sourcenormal;
    font-size: 0.565em;
}

.iconos {
    float: right;
}

.num {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 40px;
    height: 40px;
    border: 2px solid red;
    padding: 6px 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    display: block;
    border-radius: 50%;
    background-color: rgba(255,0,0,1);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.box-articulo figure {
    height: auto;
    overflow: hidden;
    max-height: 267px;
    width: 100%;
    /*min-height: 145px;
    line-height: 145px;*/
}

    .box-articulo figure img {
        display: inline;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        vertical-align: middle;
    }

.noticias .imgprodet img {
    min-width: 100%;
    margin-bottom:15px;
}
/*** encuadre de fotos en detalle */
.imgprodet figure {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    width: 555px;
    height: 370px;
    position: relative;
}
    .imgprodet figure img {
        min-width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }
/******LOGIN******/
.panel-danger {
    border-color: #1c75bc;
    padding: 15px;
    background-color: transparent;
    border-style: hidden;
}

    .panel-danger p {
        padding-left: 10px;
    }

.bgaro {
    background: #FAFAFA;
    border: 10px double #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}
    .bgaro .ofer {
        margin: 5px 0;
    }
.form-control {
    border: 2px solid #36414d;
    display: inline;
    font-size: 1em;
    height: 42px;
    padding: 5px;
    width: 340px;
}

.input-group {
    margin-bottom: 15px;
}

.login {
    background: transparent url("../img/ico-pwd.png") no-repeat scroll 8% 50%;
    padding-left: 25px;
    color: #36414d;
    background-size: contain;
}
a[href="/password"] {
    margin: 10px 0;
    display: block;
}

h1.login {
    text-align: center;
    color: #36414d;
}

.radioButtonList {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .radioButtonList.horizontal li {
        display: inline;
    }

    .radioButtonList label {
        display: inline;
    }

.precio {
    color: #000000;
    font-family: sourcenormal;
    font-size: 2em;
    text-align: left;
    width: 100%;
}

.seccion-inmersiones h2, .seccion-material h2, .seccion-cursos h2, .seccion-viajes h2, .seccion-servicios h2 {
    text-align: center;
    padding-top: 73%;
    position: relative;
    z-index: 3;
}
.title-inmersiones::before {
    content: "";
    background: transparent url(../img/ico-inmersiones.png) no-repeat scroll 0 0;
    position: absolute;
    height: 42px;
    width: 42px;
    left: 0;
    margin-left: -30px;
}
.title-cursos::before {
    content: "";
    background: transparent url(../img/ico-cursos.png) no-repeat scroll 0 0;
    position: absolute;
    height: 22px;
    width: 22px;
    left: 0%;
    margin-left: -30px;
    background-size: contain;
}
.title-servicios::before {
    content: "";
    background: transparent url(../img/ico-servicios.png) no-repeat scroll 0 0;
    position: absolute;
    height: 22px;
    width: 22px;
    left: 0%;
    margin-left: -30px;
    background-size:contain;
}
.title-viajes::before {
    content: "";
    background: transparent url(../img/ico-viajes.png) no-repeat scroll 0 0;
    position: absolute;
    height: 42px;
    width: 42px;
    left: 0;
    margin-left: -30px;
}
.title-inmersiones, .title-cursos, .title-viajes, .title-servicios {
    position: relative;
}
.seccion-inmersiones {
    background: transparent url("../imagenes/inmersiones/thumb/cacerias.jpg") no-repeat scroll 50% 0;
    position: relative;
    top: -20px;
}

.seccion-material {
    background: transparent url("../imagenes/materiales/thumb/material.jpg") no-repeat scroll 50% 0;
    position: relative;
    top: -20px;
}

.seccion-cursos {
    background: transparent url("../imagenes/cursos/thumb/cursos.jpg") no-repeat scroll 50% 0;
    position: relative;
    top: -20px;
}

.seccion-viajes {
    background: transparent url("../imagenes/viajes/thumb/viajes.jpg") no-repeat scroll 50% 0;
    position: relative;
    top: -20px;
}

.ico-perfil {
    background: transparent url(../img/ico-perfil.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
}

.ico-inmersiones {
    background: transparent url(../img/ico-inmersiones.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-cotos {
    background: transparent url(../img/ico-cotos.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-material {
    background: transparent url(../img/ico-material.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-comentarios {
    background: transparent url(../img/ico-comentarios.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-misdatos {
    background: transparent url(../img/ico-misdatos.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-eventos {
    background: transparent url(../img/ico-eventos.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-eventos-off {
    background: transparent url(../img/ico-eventos-off.png)no-repeat scroll 0 50%;
    padding-left: 25px;
    background-size: auto 100%;
}

.ico-servicios {
    background: transparent url(../img/ico-servicios.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: contain;
}


.ico-cursos {
    background: transparent url(../img/ico-cursos.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-cursos-off {
    background: transparent url(../img/ico-cursos-off.png)no-repeat scroll 0 50%;
    padding-left: 25px;
    background-size: auto 100%;
}

.ico-viajes {
    background: transparent url(../img/ico-viajes.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-pwd {
    background: transparent url(../img/ico-pwd.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-del {
    background: transparent url(../img/ico-del.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-marca {
    background: transparent url(../img/ico-marcas.png)no-repeat scroll 0 50%;
    background-size: auto;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-talla {
    background: transparent url(../img/ico-tallas.png)no-repeat scroll 0 50%;
    background-size: auto;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-ud {
    background: transparent url(../img/ico-ud.png)no-repeat scroll 0 50%;
    background-size: auto;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-reservas {
    background: transparent url(../img/ico-carrito.png)no-repeat scroll 0 50%;
    background-size: auto;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-marca span, .ico-talla span, .ico-ud span {
    font-weight: bold;
    padding-right: 5px;
}


/*** BUSCADOR ****/
aside#buscador {
    background-color: #004579;
}

    aside#buscador li a span.glyphicon {
        color: #fff;
        display: inline-block;
        float: right;
        padding: 3px 0;
    }
    aside#buscador .active {
        background: #1c75bc;
        color: #fff;
    }

ul.menuleft {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: sourcenormal;
}

    ul.menuleft li {
        list-style: none;
    }

.nav > li > a:target {
    background-color: #FFE9C6;
}

aside#buscador h2 {
    background-color: #07788f;
    color: #ffffff;
    font-family: Arial,helvetica,sans-serif;
    font-size: 1.05em;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
    text-transform: inherit;
    margin: 0;
}

aside#buscador h3 {
    font-size: 1.05em;
    margin-top: 15px;
}

.path-blanco {
    font-size: 0.85em;
    padding: 10px 0;
    background-color: #ffffff;
    margin-bottom: 30px;
}

/***** COMENTARIOS *****/
section.comentarios blockquote {
    /*background-color: #F5EFEF;*/
    overflow: hidden;
    border-left: none;
    border-radius: 5px;
    padding: 15px;
    margin-top: 30px;
}

    section.comentarios blockquote img {
        float: left;
        max-width: 68px;
        border: 3px solid #ffffff;
        margin-right: 15px;
        border-radius: 50%;
    }

div.comentarios {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #e7bfab;
}

    div.comentarios:last-child {
        border: 0;
    }

    div.comentarios img {
        margin: 0 auto;
        margin-right: auto;
        text-align: center;
        border-radius: 50%;
        border: 3px solid #ffffff;
    }

    div.comentarios span {
        color: #1C75BC;
        display: block;
        padding-top: 8px;
    }

.hrborder {
    border-bottom: 1px solid #e3e3e3;
}

section.comentarios blockquote p {
    font-size: 0.85em;
    padding: 0;
    margin-left: 82px;
}

section.comentarios p {
    padding: 0 10%;
    font-size: 1.2em;
}

section.comentarios blockquote span {
    color: #1C75BC;
    display: block;
    padding-top: 15px;
}

    section.comentarios blockquote span::before, section.comentarios blockquote span::after {
        content: " - ";
    }

/****** FLEX ****/
.wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /**/
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;
}

.flex {
    padding: 0 15px;
    -webkit-flex-basis: 33.33333333%; /* Safari 6.1+ */
    max-width: 33%;
    flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 30%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}

.foto > img {
    display: block !important;
}
@media (max-width: 480px) {
    .flex {
        max-width: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }
}
.autocompletar {
    font-size: 11px !important;
    border: 1px solid #882F14 !important;
    padding: 5px !important;
    background-color: white !important;
    width: 130px;
    z-index: 100;
    font-size: 11px; /*display: none;     visibility: hidden;*/
}
.nav-tabs {
    border: 0;
    font-size: 16px;
    /*text-align: center;*/
}
    .nav-tabs > .nav-item {
        display: inline-block;
        color: #4d4d4d;
        padding: 15px;
        border-bottom: 1px solid #4d4d4d;
    }
        .nav-tabs > .nav-item.active, .nav-tabs > .nav-item:hover, .nav-tabs > .nav-item:focus {
            color: #1C75BC;
            border-bottom: 1px solid #1C75BC;
        }
#nav-home-tab, #nav-profile-tab {
    vertical-align: middle;
    line-height: 1.3;
}
/*owl*/

#owl-demo, #owl-otros {
    margin: 0 0 15px;
}

    #owl-demo .item, #owl-otros .item {
        height: 0;
        padding-bottom: 80%;
        position: relative;
    }

        #owl-demo .item:hover span, #owl-otros .item:hover span {
            bottom: 0;
        }

        #owl-demo .item img {
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate3d(0px, -50%, 0px);
            -webkit-transform: translate3d(0px, -50%, 0px);
            transform: translate(0,-50%);
            height: 67px;
        }
    #owl-otros .owl-stage-outer {
        height: 330px;
    }
    #owl-otros .btn-noticia {
        top: 280px;
        position: absolute;
    }

.owl-theme .owl-controls {
    margin-top: 0 !important;
}

#owl-demo .owl-prev, #owl-demo .owl-next {
    background: none;
    color: #808080;
}

.owl-prev, .owl-next {
    background: none;
    color: #808080;
}

.owl-prev, .owl-next {
    position: absolute;
}

.owl-prev {
    left: -15px;
    top: 40%;
}

.owl-next {
    right: -15px;
    top: 40%;
}
.translation-links li {
    padding: 0 7px;
}

.videoEmbed {
    /*width: 100%;*/
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 40px;
    height: 0;
    overflow: hidden;
}

.videoWrapper,
.videoresponsive {
    
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
	
    /*position: relative;
    padding-bottom: 100%;
    padding-top: 0;
    height: 0;*/
}

.videoWrapper iframe, .videoWrapper object,
.videoresponsive iframe, .videoresponsive object {
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	height: 100%;
}
.detalle h2 a {
    color: #36414d;
}
#toTop {
    z-index: 9999;
}
.nivel {
    font-family: sourcebold;
    padding-bottom: 5px;
}
    .nivel span {
        font-family: sourcenormal;
        font-weight: normal;
    }
    .nivel img {
        vertical-align: middle;
        display: inline-block;
        padding: 5px;
        width: 30px;
    }
.evento {
    position: relative;
}
    .evento .block {
        bottom: 0;
        position: absolute;        
        padding: 10px;
    }
    
    
.block-color {
    margin: 5px 15px;
    background-color: #ccc;
    overflow: hidden;
    padding: 1px;
}
.block {
    margin-top: 5px;
    overflow: hidden;
    padding-left: 10px;
    color:#fff;
}
    .block img {
        margin-right: 8px;
    }
.block-color time {
    margin-right: 15px;
}
.bg:hover {
    background-color: #f2f2f2;
}
.bg {
    background-color: #fff;
    overflow: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
    .evento h2 {
        color: #fff;
        font-size: 18px;
        margin-bottom:5px;
    }

    .evento time {
        font-size: 12px;
        color: #fff;
    }
.rless {
    padding:5px;
}
.pless {
    padding-top: 20px;
}
.border {
    border: 1px solid #abadaf;
    overflow: hidden;
    padding: 10px;
}
.tipo {
    line-height: 2;
    overflow: hidden;
}
    .tipo time {
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.tipo div {
    float:right;
}
.Hostservicios .block-color h3, .noticias .block-color h2, .eventos-listado .block-color h2, .Hostservicios h3, .servicios-listado .block-color h2, .cursos-listado .block-color h2 {
    font-family: sourcebold;
    font-size: 22px;
    font-weight: 800;
    margin: 5px 0;
    -webkit-font-smoothing: antialiased;
}
.Hostservicios.otros h2 {
    text-align:center;
}
    .Hostservicios.otros h3 {
    text-align:left;
    margin:10px 0;
}
    .Hostservicios .block-color .tipos li span {
    color: #0075C9;
    font-weight: 800;
    margin: 10px 5px;
}

.block-color .glyphicon-calendar, .box-articulo .glyphicon-calendar {
    color: #0075C9;
    padding-right: 5px;
}
.evento .glyphicon-calendar {
    color: #FFF;
    margin-right: 5px;
}

.btn-tipo {
    color: #485563;
    border-radius: 12px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
    .btn-tipo.Noticia {
        background-color: #F0B05D;
        color:#fff;
    }

    .btn-tipo.Evento {
        background-color: #008009;
        color: #fff;
    }
    .btn-tipo.Curso {
        background-color: #003580;
        color: #fff;
    }
    .btn-tipo.Servicio {
        background-color: #FF5722;
        color: #fff;
    }

    .btn-tipo.etiqueta1 {
        background-color: #f9fafc;
    }

    .btn-tipo.etiqueta2 {
        background-color: #f9fafc;
    }

    .btn-tipo.etiqueta3 {
        background-color: #f9fafc;
    }

    .btn-tipo.etiqueta4 {
        background-color: #f9fafc;
    }
    a.btn-tipo:hover {
        background: #718CAA;
        color: #ffffff;
    }
.rless-0 {
    padding:50px 20px 50px 0px;
}
.pless-15 {
    padding:15px;
}

.pad-0 {
    padding:0;
}
.container-box {
    position: relative;
    min-width: 270px;
}
    .container-box img {
        height: auto;
        width: 270px;
        position: absolute;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
    }
ul.tipos {
    padding: 5px 0;
    margin:0;
    list-style-type:none;
}
    ul.tipos li {
        display:inline-block;
    }
        ul.tipos li:last-child img {
            padding-right:5px;
        }
            ul.tipos li:last-child {
                float: right;
                padding-right: 15px;
                font-weight: 800;
            }
.eventos-listado ul.tipos li:last-child, .servicios-listado ul.tipos li:last-child, .cursos-listado ul.tipos li:last-child {
    font-size: 20px;
}
.eventos-listado .pless-15 {
    display: table;
    height: 324px;
}
.eventos-listado figure, .servicios-listado figure, .cursos-listado figure {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    width: 350px;
    height: 233px;
    position: relative;
}
    .eventos-listado figure img, .servicios-listado figure img, .cursos-listado figure img {
        min-width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }
    /**arreglo de fotos thumb por ser de menor tamaño a 375 */
    /*.servicios-listado figure img, .cursos-listado figure img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }*/
.header .evento figure, aside .evento figure, .otros figure {
    overflow: hidden;
}
.header .evento img, aside .evento figure img {
    height: 187px;
    width: 285px;
    position: relative;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    filter: brightness(0.8);
    -webkit-filter: brightness(0.8);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
    .otros figure img {
        height: 135px;
        width: 386px;
        position: relative;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
        filter: brightness(0.8);
        -webkit-filter: brightness(0.8);
        transform: scale(1);
        -webkit-transform: scale(1);
    }

        .otros figure img:hover {
            filter: brightness(1);
            -webkit-filter: brightness(1);
            transform: scale(1.02);
            -webkit-transform: scale(1.02);
        }
        .header .evento:hover img, aside .evento:hover figure img {
        filter: brightness(1);
        -webkit-filter: brightness(1);
        transform: translate(5px,-3px) scale(1.2);
        -webkit-transform: translate(5px,-3px) scale(1.2);
    }
.tipo.etiquetas .btn-noticia {
    margin:0;
}
.detalles .tipos li {
    float:left;
}
.modal-content .close {
    z-index: 5!important;
}
.proyect {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    font-size: 1.1em;
    padding: 20px;
    text-align: center;
    font-weight: 800;
}