/*-----------------------------------------------------------------------------------
	    My Site
        Built with Blocs
-----------------------------------------------------------------------------------*/

@font-face {
    font-family: 'miso bold';
    src: url('fonts/Miso-Bold.woff2') format('woff2'),
        url('fonts/Miso-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Univers Condensed Bold';
    src: url('fonts/Univers-Condensed-Bold.woff2') format('woff2'),
        url('fonts/Univers-Condensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'sen bold';
    src: url('fonts/Sen-Bold.woff2') format('woff2'),
        url('fonts/Sen-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'sen';
    src: url('fonts/Sen-Regular.woff2') format('woff2'),
        url('fonts/Sen-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Univers Condensed Medium';
    src: url('fonts/Univers-Condensed-Medium.woff') format('woff'),
        url('fonts/Univers-Condensed-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}



body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a, button {
    outline: none !important;
}

/* Prevent ugly blue glow on chrome and safari */

#page-loading-blocs-notifaction {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    background: #FFFFFF url("img/pageload-spinner.gif") no-repeat center center;
}



/* = Blocs
-------------------------------------------------------------- */

.bloc {
    width: 100%;
    clear: both;
    background: 50% 50% no-repeat;
    padding: 0 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.bloc .container {
    padding-left: 0;
    padding-right: 0;
}


/* Sizes */

.bloc-md {
    padding: 50px;
}

.bloc-sm {
    padding: 20px 50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc {
    padding-left: 0;
    padding-right: 0;
}

.full-width-bloc .container {
    width: 100%;
    max-width: 100% !important;
}

.full-width-bloc .carousel img {
    width: 100%;
    height: auto;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar {
    font-family: "miso bold";
    margin-bottom: 0;
    z-index: 10;


}

.navbar-brand {
    height: auto;
    padding: 3px 15px;
    font-size: 25px;
    font-weight: normal;
    font-weight: 600;
    line-height: 44px;
}

.navbar-brand img {
    max-height: 200px;
    margin: 0 5px 0 0;
    display: inline;
}

.nav-center .navbar-brand img {
    margin: 0;
}

.navbar .nav {
    padding-top: 2px;
    margin-right: -16px;
    float: right;

}

.nav>li {
    color: #ff3333 !important;
    float: left;
    margin-top: 4px;
    font-size: 16pt;

}

.navbar-nav .open .dropdown-menu>li>a {
    text-align: inherit;
}

.nav>li a:hover, .nav>li a:focus {
    /*background:transparent;*/
}

.navbar-toggle {
    margin: 10px 10px 0 0;
    border: 0px;
}

.navbar-toggle:hover {
    /*background:transparent;*/
}

.navbar-toggle .icon-bar {
    background-color: rgba(0, 0, 0, 1);
    width: 26px;
}

/* Inverted navbar */

.nav-invert .navbar .nav {
    float: left;
}

.nav-invert .navbar-header, .nav-invert .navbar-brand {
    float: right;
}

@media (min-width: 768px) {
    .site-navigation {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
        -webkit-transform: translateY(-50%);
    }

    .nav>li .dropdown-menu a, .nav>li .dropdown-menu a:hover {
        color: #ff3333;
    }

    .nav-invert .site-navigation {
        left: 0;
        right: 0;
    }

    .nav-center {
        text-align: center;
    }

    .nav-center .navbar-header {
        width: 100%;
    }

    .nav-center .navbar-header, .nav-center .navbar-brand, .nav-center .nav>li {
        float: none;
        display: inline-block;
    }

    .nav-center .site-navigation {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }

    .nav-center.mini-nav .navbar-toggle {
        float: none;
        margin: 10px auto 0;
    }
}

.nav>li>.dropdown a {
    background: none !important;
    display: block;
    padding: 14px 15px;
}

nav .caret {
    margin: 0 5px;
}

/* Dropdown Menus SubMenu */
.dropdown-menu .dropdown-menu {
    top: -8px;
    left: 100%;
}

.dropdown-menu .dropmenu-flow-right {
    top: 100%;
    left: 0;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu .dropdown span {
    border: 4px solid black;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    margin: 6px -5px 0 0 !important;
    float: right;
}


.logo-coope {
    width: 200px;
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md {
    margin-top: 10px;
    margin-bottom: 20px;
}

img.mg-sm, img.mg-md, img.mg-lg {
    margin-top: 0;
}

img.mg-sm {
    margin-bottom: 10px;
}

img.mg-md {
    margin-bottom: 30px;
}

img.mg-lg {
    margin-bottom: 50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn {
    margin: 0 5px 5px 0;
}

.btn.pull-right {
    margin: 0 0 5px 5px;
}

.btn-d, .btn-d:hover, .btn-d:focus {
    color: #FFF;
    background: rgba(0, 0, 0, .3);
}

/* Prevent ugly blue glow on chrome and safari */
button {
    outline: none !important;
}

.btn .caret {
    margin: 0 0 0 5px
}

.dropdown a .caret {
    margin: 0 0 0 5px
}

.btn-dropdown .dropdown-menu .dropdown {
    padding: 3px 20px;
}





.panel-sq, .panel-sq .panel-heading, .panel-sq .panel-footer {
    border-radius: 0;
}

.panel-rd {
    border-radius: 30px;
}

.panel-rd .panel-heading {
    border-radius: 29px 29px 0 0;
}

.panel-rd .panel-footer {
    border-radius: 0 0 29px 29px;
}



/* iFrame */

iframe {
    border: 0;
}


/* ScrollToTop button */

.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    z-index: 500;
    transition: all .3s ease-in-out;
}

.scrollToTop span {
    margin-top: 6px;
}

.showScrollTop {
    font-size: 14px;
    opacity: 1;
}

/* = Custom Styling
-------------------------------------------------------------- */

label, .btn {
    font-family: "Helvetica";
}

.container {
    max-width: 1170px;
}

.subtitulohead {
    padding-right: 20px;
    padding-left: 20px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white {
    background-color: #ffffff;
}

/* Bloc image backgrounds */

.bg-bgfooter {
    background-image: url("img/bgfooter.png");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px) {
    .bloc {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .navbar .nav {
        max-width: 80%
    }

    .nav-center.navbar .nav {
        max-width: 100%
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .b-parallax {
        background-attachment: scroll;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }

    .b-parallax {
        background-attachment: scroll;
    }

    .page-container, #hero-bloc {
        overflow-x: hidden;
        position: relative;
    }

    /* Prevent unwanted side scroll on mobile */
    .bloc-group, .bloc-group .bloc {
        display: block;
        width: 100%;
    }

    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {



    #contenedor {
        width: 90% !important;
    }

    .cuadro {
        width: 100% !important;
        float: none !important;
        height: 100% !important;
    }

    h1 {
        font-size: 70pt !important;
        line-height: 1 !important;
    }

    h2 {
        font-size: 25pt !important;
        padding-top: 2%;
    }

    h3 {
        text-align: left !important;
        font-size: 20pt !important;
    }





    .page-container {
        overflow-x: hidden;
        position: relative;

    }

    h1, h2, h3, h4, h5, h6, p, #disqus_thread {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #hero-bloc h1 {
        font-size: 40px;
    }

    #hero-bloc h2 {
        font-size: 34px;
    }

    #hero-bloc h3 {
        font-size: 25px;
    }

    .b-parallax {
        background-attachment: scroll;
    }

    .navbar .nav {
        padding-top: 0;
        border-top: 1px solid rgba(0, 0, 0, .2);
        float: none !important;
    }

    .navbar.row {
        margin-left: 0;
        margin-right: 0;
    }

    .site-navigation {
        position: inherit;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    .nav>li {
        margin-top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        background: rgba(255, 255, 255, 1);
        text-align: left;
        padding-left: 15px;
        width: 100%;
    }

    .nav>li:hover {
        background: rgba(0, 0, 0, 1);
    }

    .dropdown .dropdown a .caret {
        float: none;
        margin: 5px 0 0 10px !important;
        border: 4px solid black;
        border-bottom-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
    }

    #hero-bloc .navbar .nav {
        background: rgba(0, 0, 0, 1);
    }

    #hero-bloc .navbar .nav a {
        color: rgba(255, 255, 255, .6);
    }

    .hero {
        padding: 50px 0;
    }

    .hero-nav {
        left: -1px;
        right: -1px;
    }

    .navbar-collapse {
        padding: 0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-brand img {
        /* max-height: 40px; */
        max-height: 52px;
        width: auto;
    }

    .nav-invert .navbar-header {
        float: none;
        width: 100%;
    }

    .nav-invert .navbar-toggle {
        float: left;
    }

    .bloc-xxl, .bloc-xl, .bloc-lg {
        padding: 40px 0;
    }

    .bloc-sm, .bloc-md {
        padding-left: 0;
        padding-right: 0;
    }

    .a-block {
        padding: 0 10px;
    }

    .btn-dwn {
        display: none;
    }

    .voffset {
        margin-top: 5px;
    }

    .voffset-md {
        margin-top: 20px;
    }

    .voffset-lg {
        margin-top: 30px;
    }

    form {
        padding: 5px;
    }

    .close-lightbox {
        display: inline-block;
    }

    .video-bg-container {
        display: none;
    }

    .blocsapp-device-iphone5 {
        background-size: 216px 425px;
        padding-top: 60px;
        width: 216px;
        height: 425px;
    }

    .blocsapp-device-iphone5 img {
        width: 180px;
        height: 320px;
    }

    .logo-coope {
        width: 100% !important;
    }
}

@media (max-width: 400px) {
    .bloc {
        padding-left: 0;
        padding-right: 0;
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }


    h1 {
        font-size: 55pt !important;
        line-height: 1 !important;
    }

    h2 {
        font-size: 20pt !important;
        padding-top: 14% !important;
    }

    h3 {
        text-align: left !important;
    }

    .ajuste {
        font-size: 70pt !important;
        text-align: left !important;
    }
}












.row::after {
    content: "";
    clear: both;
    display: table;
}

header {
    background-color: #333399;
    color: #ffffff;
    margin-top: 100px;
}

h1 {
    float: left;
    width: 49%;
    margin-right: 1%;
    text-align: right;
    font-size: 100pt;
    line-height: 0.7;
    font-family: 'Univers Condensed Medium';
}

h2 {
    padding-top: 1%;
    float: right;
    width: 50%;
    text-align: left;
    font-size: 28pt;
    font-family: 'Univers Condensed Medium';
}

h3 {
    text-align: left;
    font-size: 20pt;
    letter-spacing: 7px;
    margin-right: 20%;
    margin-left: 20%;
    font-family: 'Univers Condensed Medium';
}

h4 {
    color: #0099cc;
    font-family: 'sen bold';
    font-size: 16pt;
}

h5 {
    color: #333399;
    font-family: 'sen bold';
    font-size: 14pt;
}

.titulo {
    margin-top: 2%;
    padding-top: 1%;
    height: 100%;
    width: 75%;
    background-color: #ffffff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: solid;
    border-style: solid;
    border-color: #0099cc;
}

p {
    font-family: "sen";
    font-size: 14pt;
}

.wrap {
    margin-left: 20%;
    margin-right: 20%;
    width: 75%;
}



.desplegable {
    /*visibility: hidden !important;*/
    padding-top: 1%;
}

.cuadro {
    line-height: 1.2;
    height: 400px;
    width: 50%;
    background-color: #0099cc;
    padding-top: 10%;
    color: #ffffff;
    padding-left: 2%;
    padding-right: 2%;
    text-align: left;
    border-style: solid;
    border-color: #ffffff;

}

.izq {
    float: left;
}

.der {
    float: right;
}

#coopeconsejos {
    margin-top: 5%;
    margin-bottom: -30px;
    margin-left: 2%;
}

#contenedor {
    width: 75%;
}
















/*accordion*/


.paquete {
    margin-bottom: 8em;
}

.paqueteDetails {
    margin: 0 auto 2em;
}

.paqueteDetail {
    clear: both;
    display: block;
    margin: 0 auto 5em;
    max-width: 1000px;
    text-align: center;
}

.paqueteDetail h2 a,
.paqueteDetail h2 {
    color: #3fa7f3;
}

.paqueteDetail h2 {
    letter-spacing: 4px;
    letter-spacing: 0.4em;
    /* font-size: 3.4em; */
    font-size: 2.5em;
    line-height: 1.36;
    text-transform: uppercase;
    position: relative;
}

.paqueteDetail h2::after {
    background: url('../images/paquetes/bg-paquetes-shadow.png') no-repeat center top transparent;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    border-top: 3px solid #ff009f;
    content: '';
    display: block;
    height: 0;
    margin: 0.25em auto -0.25em;
    padding-bottom: 4.576659039%;
    width: 100%;
}

.paqueteDetail h2 span {
    display: inline-block;
    vertical-align: middle;
}

.paqueteDetail .paqueteDetailContent {
    color: #808080;
    font-size: 1.527em;
    font-weight: 300;
    line-height: 1.3;
    margin: auto;
    max-width: 80%;
    /* 
      height: 0;
      visibility: hidden;
      display: none;
      -webkit-transition: height 0.2s ease-out, visibility 0.2s ease-out;
      -moz-transition: height 0.2s ease-out, visibility 0.2s ease-out;
      -ms-transition: height 0.2s ease-out, visibility 0.2s ease-out;
      -o-transition: height 0.2s ease-out, visibility 0.2s ease-out;
      transition: height 0.2s ease-out, visibility 0.2s ease-out;
      */
}

.paqueteDetail.opened .paqueteDetailContent {
    /* height: auto;
        visibility: visible;
        display: block; */
}

.paqueteDetail .paqueteDetailContent strong {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.18;
}

.paqueteDetail .paqueteDetailContent a {
    color: #3fa7f3;
    font-weight: bold;
    text-decoration: underline;
}

.paqueteDetail .paqueteDetailContent a:hover {
    color: #0d82d8;
    /* text-decoration: none; */
}

.accordionToggle {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    cursor: pointer;
    position: relative;
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
    z-index: 0;
}

.accordionToggle:hover {
    opacity: 0.8;
}

.accordionToggle::before {
    background: url('../images/paquetes/icons-paquetes.png') no-repeat -128px -240px transparent;
    width: 29px;
    height: 29px;
    display: inline-block;
    content: '';
    position: absolute;
    right: 5%;
    top: 0.4em;
    /* -webkit-transform: translateY(-20%);
          -moz-transform: translateY(-20%);
          -ms-transform: translateY(-20%);
          -o-transform: translateY(-20%);
          transform: translateY(-20%); */
}

.opened .accordionToggle::before {
    background-position: -200px -171px;
    height: 9px;
    margin-top: 10px;
}

@media (max-width:679px) {
    .accordionToggle::before {
        background-position: -205px -240px;
        width: 15px;
        height: 15px;
    }

    .opened .accordionToggle::before {
        background-position: -260px -222px;
        height: 5px;
        margin-top: 5px;
    }
}



/* Nuevos estilos */

/* Queries min - max Desktop/Mobile  */

@media (min-width:767px) {
    .mobile {
        display: none;
    }

    .container-footer {
        margin: 0 auto;
        max-width: 1400px;
        padding: 7rem 0;
    }
}

@media (max-width:766px) {
    .desktop {
        display: none;
    }

    .container-footer {
        margin: 0 auto;
        max-width: 500px;
        padding: 6rem 1rem 3rem 1rem;
    }
}



.footer-dk, .footer-mb {
    width: 100%;
}