*, *::after, *::before {
    box-sizing: border-box;
}
/*FONTS*/

@font-face {
    font-family: 'open_light';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-light-webfont.woff2') format('woff2'),
        url('../fonts/opensans-light-webfont.woff') format('woff'),
        url('../fonts/opensans-light-webfont.ttf') format('truetype'),
        url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_regular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
        url('../fonts/opensans-regular-webfont.woff') format('woff'),
        url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
        url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_semibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
        url('../fonts/opensans-semibold-webfont.woff') format('woff'),
        url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
        url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_bold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
        url('../fonts/opensans-bold-webfont.woff') format('woff'),
        url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
        url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.light{
    font-family: 'open_light',Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 100;
}
.regular{
    font-family: 'open_regular',Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 100;
}
.semibold{
    font-family: 'open_semibold',Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: normal;
}
.bold{
    font-family: 'open_bold',Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: bold;
}

.italic{
    font-style: italic;
}
/*FONTS*/

.color-1{
    color: #0072bc !important;
}
.color-2{
    color: #8dc63f !important;
}
.color-3{
    color: #daeaf0 !important;
}

body {
    background: #fff;
    font-family: 'open_light',sans-serif;
    font-weight: 100;
    font-size: 1em;
    font-size: 16px;
    color: #696b71;
}
body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}
a {
    color: #8dc63f;
    text-decoration: none;
}

.cd-section h1 {
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    border-bottom: 2px solid #08588d;
    padding-bottom: 50px;
    padding-top: 50px;
    width: 95%;
    margin: 0px auto;
    font-style: italic;
    color: #08588d;
    font-family: 'open_semibold',sans-serif;
}
.aot .cd-section h1 {
    color: #bf1016;
    border-color: #bf1016;
}
.cotemar .cd-section h1 {
    color: #131f5f;
    border-color: #131f5f;
}
.cd-section div.imagen{
    text-align: center;
    width: 50%;
    margin: 0px auto 0 auto;
    position: relative;
    top: 20%;
    text-align: center;
}
.cd-section div.imagen img{
    width: 100%;
}

.cd-block, .cd-half-block {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-block {
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.cd-section:first-of-type .cd-block
{
    visibility: visible;
    height: 80vh;
    background: #fff;;
    /*background: -webkit-linear-gradient(-45deg,  rgba(57,136,186,1) 50%,rgba(0,114,188,1) 50%);
    background: -webkit-linear-gradient(315deg,  rgba(57,136,186,1) 50%,rgba(0,114,188,1) 50%);
    background: linear-gradient(135deg,  rgba(57,136,186,1) 50%,rgba(0,114,188,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3988ba', endColorstr='#0072bc',GradientType=1 );*/
    margin-top: 0px;
    top: 0px;

}


/*AOT*/
.aot .cd-section:first-of-type .cd-block{
    background: rgb(234,77,82);
    background: -webkit-linear-gradient(-45deg,  rgba(234,77,82,1) 50%,rgba(236,32,40,1) 50%);
    background: -webkit-linear-gradient(315deg,  rgba(234,77,82,1) 50%,rgba(236,32,40,1) 50%);
    background: linear-gradient(135deg,  rgba(234,77,82,1) 50%,rgba(236,32,40,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4d52', endColorstr='#ec2028',GradientType=1 );

}
/*COTEMAR*/
.cotemar .cd-section:first-of-type .cd-block{
    height: 30vh;
    background-color: #0b5a8d;
    background: rgb(57,136,186);
    background: -webkit-linear-gradient(-45deg,  rgba(57,136,186,1) 50%,#0b5a8d 50%);
    background: -webkit-linear-gradient(315deg,  rgba(57,136,186,1) 50%,#0b5a8d 50%);
    background: linear-gradient(135deg,  rgba(57,136,186,1) 50%,#0b5a8d 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3988ba', endColorstr='#0b5a8d',GradientType=1 );
}

.cd-half-block {
    background: #fff;
    color: #263b40;
}
.cd-half-block:nth-of-type(1) {
    position: absolute;
    background: #fff;
    margin-top: 0px;
    top: 0px;
}
.cd-half-block:nth-of-type(2) {
    padding: 1em 2%;
    margin: 2em 0;
}
.cd-half-block p {
    font-size: 1em;
    line-height: 1.8;
    color: #798188;
}

.cd-section:nth-of-type(1) .cd-half-block:first-of-type {
}

.cd-section:nth-of-type(1) .cd-half-block:nth-of-type(2) {
    background: green;
    background: rgb(57,136,186);
    background: -webkit-linear-gradient(-45deg,  rgba(57,136,186,1) 50%,rgba(0,114,188,1) 50%);
    background: -webkit-linear-gradient(315deg,  rgba(57,136,186,1) 50%,rgba(0,114,188,1) 50%);
    background: linear-gradient(135deg,  rgba(57,136,186,1) 50%,rgba(0,114,188,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3988ba', endColorstr='#0072bc',GradientType=1 );
    position: absolute;
    top: -32px;
    z-index: -1000000000000000;
}

.cd-section:nth-of-type(2) .cd-half-block:first-of-type {
    background-image: url("../images/img-1.jpg");
    background-size: cover;
}
.cd-section:nth-of-type(3) .cd-half-block:first-of-type {
    background-image: url("../images/img-2.jpg");
    background-size: cover;
}
.cd-section:nth-of-type(4) .cd-half-block:first-of-type {
    background-image: url("../images/img-3.jpg");
    background-size: cover;
}
.cd-section:nth-of-type(5) .cd-half-block:first-of-type {
    background-image: url("../images/img-4.jpg");
    background-size: cover;
}
.cd-section:nth-of-type(6) .cd-half-block:first-of-type {
    background-image: url("../images/img-5.jpg");
    background-size: cover;
}
iframe{
    width: 100%;
    height: 100%;
}

/*AOT*/
.aot .cd-section:nth-of-type(2) .cd-half-block:first-of-type {
    background-image: url("../images/aot-img-1.jpg");
    background-size: cover;
}
.aot .cd-section:nth-of-type(3) .cd-half-block:first-of-type {
    background-image: url("../images/aot-img-2.jpg");
    background-size: cover;
}
.aot .cd-section:nth-of-type(4) .cd-half-block:first-of-type {
    background-image: url("../images/aot-img-3.jpg");
    background-size: cover;
}
.aot .cd-section:nth-of-type(5) .cd-half-block:first-of-type {
    background-image: url("../images/aot-img-4.jpg");
    background-size: cover;
}
.aot .cd-section:nth-of-type(6) .cd-half-block:first-of-type {
    background-image: url("../images/aot-img-5.jpg");
    background-size: cover;
}
/*/AOT*/

/*COTEMAR*/
.cotemar .cd-section:nth-of-type(2) .cd-half-block:first-of-type {
    background-image: url("../images/cotmar-img-1.jpg");
    background-size: cover;
}
.cotemar .cd-section:nth-of-type(3) .cd-half-block:first-of-type {
    background-image: url("../images/cotmar-img-2.jpg");
    background-size: cover;
}
.cotemar .cd-section:nth-of-type(4) .cd-half-block:first-of-type {
    background-image: url("../images/cotmar-img-3.jpg");
    background-size: cover;
}
.cotemar .cd-section:nth-of-type(5) .cd-half-block:first-of-type {
    background-image: url("../images/cotmar-img-4.jpg");
    background-size: cover;
}
.cotemar .cd-section:nth-of-type(6) .cd-half-block:first-of-type {
    background-image: url("../images/cotmar-img-5.jpg");
    background-size: cover;
}
/*/COTEMAR*/
/*.video .cd-vertical-nav {
position: fixed;
z-index: 1;
right: 1%;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-10%) !important;
transform: translateY(-10%) !important;
display: none;
}*/
.cd-vertical-nav {
    position: fixed;
    z-index: 1;
    right: 1%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.cd-vertical-nav a {
    display: block;
    height: 40px;
    width: 40px;
    /* image replace */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent url(../images/cd-icon-arrow.svg) no-repeat center center;
    -webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s;
    transition: opacity 0.2s 0s, visibility 0.2s 0s;
}
.cd-vertical-nav a.cd-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

.info img{
    display: block;
    width: 60%;
    margin: 0px auto 50px auto;
}
.info-4 {
    /*overflow: auto;*/
}
.info-2 h2,.info-3 h2,.info-4 h2{
    font-size: 2em;
    margin-bottom: 50px;
    margin-top: 60px;
    color: #0072bc;
}
.info-4 h2{
    margin-top: 70px;
}

.cotemar .info-4 h2{
    margin-top: 170px;
}

.info-2 li,.info-3 li,.info-4 li{
    margin: 1.5em 0 1.5em 2em;
    width: 80%;
    color: #696b71;
    line-height: 1.5;
}
.info-2 li:before,.info-3 li:before,.info-4 li:before {
    content: "\f00c"; 
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.6em; 
    width: 1.3em;
    color: #0072bc;
}
.aot li:before{
    color: #ec2028;
}
.cotemar li li:before{
    content: "\f192"; 
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.6em; 
    width: 1.3em;
    color: #8dc63f;
}
.cotemar .info-3{
    line-height: 1.5;
    margin-top: -20px;
}

.info-2 img,.info-3 img{
    width: 100%;
    margin-top: 3em;
}
.info-3 img{
    width: 40%;
    margin: 0 30%;
}

.aot .info-2 img{
    width: 30%;
    margin: 2em 35%;
}
.cotemar .info-2 img{
    width: 30%;
    margin: 2em 35%;
}
.cotemar .info-3 img{
    width: 100%;
    margin: 2em 0%;
}
.cotemar p img, .aot p img, p img{
    width: 60%;
    margin:30px 20%
}

.back{
    position: fixed;
    display: block;
    top: 2%;
    left: 10px;
    width: 200px;
    height: 50px;
    border-radius: 115px;
    background: #fafafa;
    color: #0072bc;
    text-align: center;
    font-size: 1em;
    line-height:3;
    opacity: .5;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    box-shadow: 1px 1px 0px 1px #ccc;
}
.back span{
    font-size: 2em;
    margin-right: 10px;
    vertical-align: middle;
}
.back:hover{
    opacity: 1;
    height: 50px;
}

.aot .back{
    color: #ec2028;
}
.cotemar .back{
    color: #28378a;
}



@media (max-height: 700px) and (max-width: 1200px) {
    body{
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px) {
    body::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
    .cd-section {
        height: 100vh;
    }
    .cd-section h1 {
        width: 80%;
        font-size: 3rem;
        margin-top: 0px;
    }
    .cd-block {
        position: fixed;
        width: 100%;
        min-height: 100vh;
        top: 0;
        left: 0;
        height: 100vh;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
        visibility: hidden;
    }
    .cd-section:first-of-type .cd-block {
        visibility: visible;
        height: 100vh;
    }
    .cd-block > * {
        visibility: visible;
    }
    .cd-half-block {
        height: 100vh !important;
        width: 50%;
        position: absolute;
        top: 0;
    }

    .cd-half-block p {
        position: absolute;
        left: 50%;
        top:45%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 95%;
        padding: 0 5%;
        font-size: 1.3em;
        line-height: 2;
    }
    .cd-section:nth-of-type(even) .cd-half-block:first-of-type, .cd-section:nth-of-type(odd) .cd-half-block:nth-of-type(2) {
        left: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .cd-section:nth-of-type(odd) .cd-half-block:first-of-type, .cd-section:nth-of-type(even) .cd-half-block:nth-of-type(2) {
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }




    .cd-vertical-nav {
        display: block;
    }

}

