/* reset -------------------------- */
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
}
ul,
ol {
    list-style: none;
}
fieldset,
img {
    border: none;
}
caption,
th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer;
    line-height: normal;
}
button,
input {
    line-height: normal;
}
input[type="hidden"],
[hidden],
.hidden {
    display: none;
}
textarea {
    overflow: auto;
    resize: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
a > img {
    vertical-align: bottom;
}
strong,
b {
    font-weight: bold;
}
em,
i {
    font-style: italic;
}
del {
    text-decoration: line-through;
}
:focus {
    outline: none;
}


/* tools -------------------------- */
.clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.clearfix:after,
.wrap:after,
aside:after,
section:after,
article:after,
.text:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.align-left {
    float: left !important;
}
.align-right {
    float: right !important;
}
.overflow-hidden {
    overflow: hidden;
    display: block;
}


/* common -------------------------- */
html {
    height: 100%;
    background: #ffffff;
}
body {
    height: 100%;
    /*
    font: 17px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
    */
    font: 17px/26px "OpenSans-Regular",sans-serif;
    color: #ffffff;
    /*color: #6a6a6a; */
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}
.main {
    min-height: 100%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 25px;
}
a {
    color: #26a6d1;
    cursor: pointer;
    text-decoration:none;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
}
a:hover {
    color: #6bc8e4;
}
.error {
    color: #FF0000 !important;
    border-color: #FF0000 !important;
}
.success {
    color: #00CC00 !important;
    border-color: #00CC00 !important;
}
.disabled {
    color: #999999 !important;
    border-color: #999999 !important;
    cursor: default !important;
}
.ico-help,
.ico-like,
.ico-present,
.istore a:after {
    background: url(upload/sprite.png) no-repeat 0 0;
}
h1, h2, h3, h4, h5, h6 {
    /*--color: #324d5b;*/
    color: #ffffff;
}
h1, h2, h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 22px;
}
img {
    max-width: 100%;
}


/* header -------------------------- */
header {
    padding: 25px 0;
}
header .logo {
    float: left;
}
header .logo a {
    display: inline-block;
}


/* footer -------------------------- */
footer {
    background: #0f5993;
    padding: 25px 0;
}
footer .logo {
    float: right;

}

footer .logo p {
    font-size: 12px;
    text-align: right;
}

footer .logo img {
    display: block;
}
.istore {
    float: left;
    position: relative;
    line-height: 36px;
    text-align: center;
    margin: 8px 62px 8px 0;
}
.istore a {
    position: relative;
    display: inline-block;
    line-height: 36px;
    font-size: 14px;
    padding: 0 0 0 47px;
}
.istore a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #26a6d1;
    background-position: -150px 0;
    width: 36px;
    height: 36px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}
.istore:hover:after {
    background-color: #1e85a7;
}
.copy {
    float: left;
    font-size: 14px;
    line-height: 36px;
    margin: 8px 0;
}
.copy a {
    color: #3db39e;
    font-weight: bold;
}
.copy a:hover {
    color: #318f7e;
}


/* sidebar -------------------------- */
.sidebar {

}


/* content -------------------------- */
.simple {
    text-align: center;
    padding: 107px 0 95px;
    color: #3b5998;
}
.simple p {
    margin: 0 60px 16px;
}
.promo {
    background: #0f5993;
    color: #ffffff;
}
.promo .wrap {
    position: relative;
    min-height: 634px;
}
.promo-text {
    width: 460px;
    height: 634px;
    display: table-cell;
    vertical-align: middle;
font-size: 18px;
    line-height: 30px;
}
.promo-text p {
    padding: 35px 0 0;
}
.promo .wrap img {
    position: absolute;
    bottom: 0;
    right: 18px;
}
.promo-title {
    font-size: 65px;
    line-height: 10px;
    font-weight: bold;

    display: block;
    height: auto;
    width: auto;
}
.promo-button {
    display: inline-block;
    white-space: nowrap;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    padding: 0 30px;
    background: #3b5998;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.promo-button:hover {
    background-color: #26a6d1;
    color: #26a6d1;
}
.promo-button:active {
    color: #26a6d1;
    background-color: #26a6d1;
    -moz-box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
    -webkit-box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
    box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
}
.promo-link {
    color: #26a6d1;
    font-size: 20px;
    line-height: 52px;
    font-weight: bold;
    margin: 0 0 0 35px;
    text-transform: uppercase;
    white-space: nowrap;
}
.promo-link:hover {
    color: #26a6d1;
}
.features {
    margin: -25px 0 60px;
    color: #3b5998;
}
.features-columns {
    margin: 0 -25px;
}
.feature {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    padding: 0 25px;
    margin: 0 0 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.feature h4 {
    font-size: 18px;
    line-height: 20px;
    color: #2b414d;
    font-weight: bold;
    position: relative;
    margin: 0 0 42px;
}
.feature h4:after {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 22px;
    height: 2px;
    background-color: #2b414d;
    content: "";
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.feature:hover h4:after {
    background-color: #3db39e;
}
.ico-help,
.ico-like,
.ico-present {
    width: 64px;
    height: 64px;
    margin: 0 auto 32px;
    background-position: 0 -50px;
}
.ico-like {
    background-position: -100px -50px;
}
.ico-present {
    background-position: -200px -50px;
}
.tabsblock {
    background: #0f5993;
}
.tabsblock .wrap {
    position: relative;
    min-height: 565px;
}
.tabsblock .wrap img {
    position: absolute;
    left: 22px;
    bottom: 0;
}
.tab {
    padding-left: 540px;
    width: 400px;
    display: table-cell;
    height: 565px;
    vertical-align: middle;
}
.tabs {
    padding: 0 0 23px;
}
.tabs li {
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: left;
    background-color: #cbcfd1;
    margin: 0 13px 13px 0;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    cursor: pointer;
}
.tabs li:hover {
    background-color: #6bc8e4;
}
.tab li.active {
    cursor: default;
    background-color: #6bc8e4;
}
.box {
    display: none;
}
.box.visible {
    display: block;
}

/* Bloque imagenes ------------------- */

div#alineado {
    margin: auto;
    margin-top: 60px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    padding: 0 25px;
    margin: 0 0 50px;
}
div#uno{
    width:28%;
    height:100%;
    float:left;
}
div#dos{
    width:24%;
    height:100%;
    float:left;
}
div#tres{
    width:24%;
    height:100%;
    float:left;
}
div#cuatro{
    width:24%;
    height:100%;
    float:left;
}

#image0{
height: auto;
}

#image1{
height: 514px;
}

#image2{
min-height: 514px;    
}

#image3{
min-height: 514px;    
}

#image4{
min-height: 514px;     
}

/* FAQs -------------------------------- */
hr {
    display: block;
    border-color: #6bc8e4;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    border-width: 0.5px;
    border-style: solid;
    width : 15%;
}

li {
    list-style-type: circle;
    margin-left: 130px;
}

div.cp_oculta {
    text-align: justify
}

/*footer ------------------------------- */
.enlaces a{
    color:#ffffff;
}
.enlaces a:hover {
    text-decoration: underline;
}


/* Responsive -------------------------- */

@media (max-width: 1400px) and (min-width: 960px){

 /* Bloque imagenes ------------------- */
    div#uno{
        width:50%;
    }
    div#dos{
        width:50%;
    }
    div#tres{
        width:50%;
    }
    div#cuatro{
        width:50%;
    }

}



@media (max-width: 959px){

    /* Bloque imagenes ------------------- */
    div#uno{
        width:100%;
    }
    div#dos{
        width:100%;
    }
    div#tres{
        width:100%;
    }
    div#cuatro{
        width:100%;
    }

    /*FAQs -------------------------------- */
    li {
        list-style-type: circle;
        margin-left: 20px;
    }

    .promo .wrap {
        min-height: 0;
    }
    .promo .wrap img {
        position: relative;
        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .promo-text {
        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 65px 0 48px;
    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding-top: 0;
        background: #0f5993;
        color: #ffffff;
    }

    footer a{
        font-size: 12px;
    }

    footer .logo {
        display: none;
    }
    .copy,
    .istore,

    .copy {
        padding: 80px 0 25px;
    }
    .istore {
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }

    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0 0 60px;
    }
}
@media (max-width: 768px){
    header {
        text-align: center;
    }
    header .logo {
        float: none;
        display: block;
    }

    .feature {
        width: 100%;

    }
}
    @media (max-width: 479px){
        body {
            word-wrap: break-word;
        }
        .simple p {
            margin-left: 0;
            margin-right: 0;
        }
        .subscribe-email {
            width: 100%;
            margin-bottom: 15px;
            text-align: center;
        }
        .subscribe-button {
            width: 100%;
        }
    }
	
/* Video 17_03_2020 ---------------- */
.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 20px; /* IE6 workaround*/
height: 0;
overflow: hidden;
display:block;
margin:auto;
text-align: center;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

    /* Retina -------------------------- */
    @media only screen and (-webkit-min-device-pixel-ratio:2),
    only screen and (min--moz-device-pixel-ratio:2),
    only screen and (-o-min-device-pixel-ratio:2/1),
    only screen and (min-device-pixel-ratio:2),
    only screen and (min-resolution:192dpi),
    only screen and (min-resolution:2dppx){
        .ico-help,
        .ico-like,
        .ico-present,
        .istore a:after {
            background-image: url(upload/sprite@2x.png);
            -moz-background-size: 300px 150px;
            -ie-background-size: 300px 150px;
            -o-background-size: 300px 150px;
            -webkit-background-size: 300px 150px;
            background-size: 300px 150px;
        }
    }