.titulo{
    background: #0d47a1;
    color: white;
    padding-top: 1px;
}

.banner-superior {
    width: 100%;
    background-color: #1565c0;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.banner-superior img.banner-icono {
    width: 100%;
    vertical-align: middle;
}

.video-inicio{
    margin: 20px 0;
}

.login {
    position: relative;
    z-index: 10 !important;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.collection{
    border:0;
    border-radius:2px;
}

h1,h2,h3,h4,h5{
    text-transform: uppercase;
}

.olvidar {
    padding: 0;
}

nav {
    z-index: 975;
}

.nav-wrapper {
    background-color: #ffffff;
    min-height: 80px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.nav-wrapper ul {
    padding-top: 8px;
}

.nav-wrapper .b {
    display: none;
}

@media all and (max-width: 991px) {
    .nav-wrapper .b {
        display: block;
    }
    .nav-wrapper .a {
        display: none;
    }
}

.ingresar {
    border: none;
    border-radius: 2px;
    display: inline-block;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: white;
    background-color: #0d47a1;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    height: 81;
    line-height: 56px;
}

.ingresar:hover {
    background-color: #0f51b9;
}

header {
    z-index: 999;
}

input {
    position: relative;
    z-index: 50;
    text-align: center;
}

.olvidar {
    font-size: 0.9em;
}

.menu {
    width: 100%;
    position: relative;
    top: 80px;
}

@media all and (min-width: 950px) {
    .menu {
        position: fixed;
        z-index: 900;
    }
}

.menu .row {
    background-color: #0d47a1;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 5px;
    z-index: 100;
    padding: 15px 0;
}

@media all and (max-width: 600px) {
    .menu .row {
        padding: 0;
    }
}

.menu .row .col {
    text-align: center;
}

@media all and (max-width: 600px) {
    .menu .row .col {
        padding: 15px 0;
        border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    }
}

@media all and (min-width: 1048px) {
    .menu .row .dropdown-content {
        width: 150px;
        margin-top: 30px;
        margin-left: -30px;
    }
    .menu .row .dropdown-content li {
        width: 150px;
    }
}

.menu .row .dropdown-content a {
    color: black;
}

.menu .row i {
    position: absolute;
}

.menu .row a {
    color: white;
    text-transform: uppercase;
}

.menu ul {
    min-width: 150px;
}

#modal {
    opacity: 0;
    position: fixed;
    top: -50%;
    visibility: hidden;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    z-index: 990;
    display: none;
}

#modal .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#modal .section {
    float: left;
    width: 50%;
}

#modal .slider {
    width: 200%;
    transition: all 0.2s;
}

#modal:target {
    display: block;
    opacity: 1;
    top: 200px;
    visibility: visible;
}

@media all and (max-width: 1400px) {
    #modal:target {
        top: 100px;
    }
}

@media all and (max-width: 900px) {
    #modal:target {
        top: 100px;
    }
}

#modal .header {
    border-bottom: 1px solid #e7e7e7;
    border-radius: 5px 5px 0 0;
    text-align: center;
    color: white;
    padding: 15px 0 !important;
}

@media all and (max-width: 600px) {
    #modal .header h2 {
        font-size: 2.5rem;
    }
}

#modal .footer {
    border-radius: 0 0 5px 5px;
    background: #e7e7e7;
    align-items: center;
    padding: 5px;
}

#modal .footer p {
    text-align: center;
}

#modal h2 {
    margin: 0;
}

#modal .btn {
    float: right;
}

#modal .copy, #modal .header {
    padding: 15px;
}

@media all and (max-width: 900px) {
    #modal .copy {
        padding: 0;
        padding-bottom: 3px;
    }
    #modal .header {
        padding: 5px;
    }
}

#modal .copy {
    background: #fff;
    box-shadow: -10px 25px 5px rgba(0, 0, 0, 0.3);
}

#modal .overlay {
    background-color: #000;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
    cursor: default;
}

#modal .modal-content {
    background: #9e9e9e;
    position: relative;
    z-index: 20;
    border-radius: 5px;
    width: 500px;
}

.pagination li.active {
    background: #0d47a1;
}

.row.s12.footer {
    margin-bottom: 0;
}

.datepicker {
    cursor: pointer;
    max-width: 200px;
}

.portada .row .col {
    padding: 0;
}

.portada img {
    max-height: 400px;
}

.portada .row {
    margin-bottom: 0;
}

.vertesis {
    background: #f1f6f8;
    padding: 1em;
}

.portada {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 970;
}

.portada .col.s4 {
    margin-top: 80px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portada .col.s4 p {
    text-align: center;
    color: white;
    font-size: 2.5em;
    margin-bottom: 0;
}

.portada .col.s4.primero {
    background-image: linear-gradient(150deg, #5283C8 0%, #4F6FB5 90%);
}

.portada .col.s4.segundo {
    background-image: linear-gradient(150deg, #52C1EC 0%, #43BBCD 90%);
}

.portada .col.s4.tercero {
    background-image: linear-gradient(150deg, #49BDC0 0%, #3EB19D 90%);
}

@media all and (max-width: 850px) {
    .portada .mensaje {
        display: none;
    }
}

@media all and (max-width: 850px) {
    .portada .innerwrap {
        display: none;
    }

    .portada .col.s4 {
        width: 100%;
        height: 70px;
    }
    .portada .col.s4.segundo, .portada .col.s4.tercero {
        margin: 0;
    }
    .portada .col.s4 p {
        margin: 0;
        font-size: 1.7em;
    }
}

@media all and (max-width: 400px) {
    .portada .col.s4 p {
        font-size: 1.4em;
    }
}

.formatos {
    width: 95%;
    margin-left: 2.5%;
    min-height: 60vh;
}

@media all and(min-width: 800px){
    .formatos {
        width: 90%;
        margin-left: 5%;
    }
}

.formato {
    padding: 1.5em;
    margin: 0.5em;
    min-height: 300px;
}

h5 {
    font-size: 1.5em;
}

.menu {
    position: relative;
    top: 0;
    z-index: 1;
}

.dropdown-content {
    top: 0px;
}

#mensaje{
    color: red;
}


.innerwrap {
    width: 100%;
    overflow: hidden;
    padding: 0px 0 50px;
    display: flex;
    justify-content: center;
}
.iconholder {
    width: 100%;
    max-width: 656px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.svg-icon {
    display: inline-block;
    width: 134px;
    height: 138px;
    margin: 40px 30px;
    float: left;
    transform: scale(1.3);
}
.svg-icon:hover {
    cursor: pointer
}

.flat-shadow {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 40px 30px;
}
/*=============================================
[ Inactive Styles ]
==============================================*/

@-webkit-keyframes burst {
    0%{
        -webkit-transform: scale(1.1);
        animation-timing-function: ease-in;
    }
    37% {
        -webkit-transform: scale(1.5);
        animation-timing-function: ease-out;
    }
    55% {
        -webkit-transform: scale(1.37);
        animation-timing-function: ease-in;
    }
    73% {
        -webkit-transform: scale(1.1);
        animation-timing-function: ease-out;
    }
    82% {
        -webkit-transform: scale(1.45);
        animation-timing-function: ease-in;
    }
    91% {
        -webkit-transform: scale(1.5);
        animation-timing-function: ease-out;
    }
    96% {
        -webkit-transform: scale(1.4);
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: scale(1.1);
        animation-timing-function: ease-out;
    }
}
@-moz-keyframes burst {
    {
        -moz-transform: scale(1,1);
        animation-timing-function: ease-in;
    }
    37% {
        -moz-transform: scale(1.5,1.5);
        animation-timing-function: ease-out;
    }
    55% {
        -moz-transform: scale(1.37,1.37);
        animation-timing-function: ease-in;
    }
    73% {
        -moz-transform: scale(1,1);
        animation-timing-function: ease-out;
    }
    82% {
        -moz-transform: scale(1.45,1.45);
        animation-timing-function: ease-in;
    }
    91% {
        -moz-transform: scale(1.5,1.5);
        animation-timing-function: ease-out;
    }
    96% {
        -moz-transform: scale(1.4,1.4);
        animation-timing-function: ease-in;
    }
    100% {
        -moz-transform: scale(1,1);
        animation-timing-function: ease-in;
    }
}
@keyframes burst {
    {
        transform: scale(1,1);
        animation-timing-function: ease-in;
    }
    37% {
        transform: scale(1.5,1.5);
        animation-timing-function: ease-out;
    }
    55% {
        transform: scale(1.37,1.37);
        animation-timing-function: ease-in;
    }
    73% {
        transform: scale(1,1);
        animation-timing-function: ease-out;
    }
    82% {
        transform: scale(1.45,1.45);
        animation-timing-function: ease-in;
    }
    91% {
        transform: scale(1.5,1.5);
        animation-timing-function: ease-out;
    }
    96% {
        transform: scale(1.4,1.4);
        animation-timing-function: ease-in;
    }
    100% {
        transform: scale(1,1);
        animation-timing-function: ease-out;
    }
}

#shadow-calander .circle {
    fill: #246f91
}
#shadow-calander .base_top {
    fill: #5B3F89
}
#shadow-calander .left {
    fill: #848484
}
#shadow-calander .right {
    fill: #848484
}
#shadow-calander .number {
    fill: #fff
}
#shadow-calander .base_bottom {
    fill: #644892
}

#shadow-paper .circle {
    fill: #D6D6B8
}
#shadow-paper .base {
    fill: #929292
}
#shadow-paper .front {
    fill: #FFFFFF
}
#shadow-paper .corner {
    fill: #D6D6D6
}
#shadow-paper .text {
    fill: #BBBBBB
}
#shadow-pencil .circle {
    fill: #CDEFE1
}
#shadow-pencil .wood {
    fill: #FFC833
}
#shadow-pencil .base_top {
    fill: #456FD8
}
#shadow-pencil .base_bottom {
    fill: #3258B6
}
#shadow-pencil .base_middle {
    fill: #567FE5
}
#shadow-pencil .tip {
    fill: #567FE5
}
#shadow-pencil .eraser {
    fill: #FF72B1
}
#shadow-pencil .metal {
    fill: #C6C6C6
}

#shadow-winner .base {
    fill: #1983CD
}
#shadow-winner .text {
    fill: #FFFFFF
}
.iconwrap {
    display: block;
    width: 168px;
    height: 170px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}
.long-shadow {
    background: url(http://www.pencilscoop.com/demos/animated-svg/demo/images/long_shadow.png) no-repeat;
    width: 168px;
    height: 170px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all .2s;
    transition: all .2s;
    display: block;
    top: 47px;
    left: 35px;
}
.flat-shadow {
    z-index:1;
    position: relative;
}
.iconwrap:hover .long-shadow {
    opacity: 1;
    -moz-transition-delay: .5s !important;
    -webkit-transition-delay: .5s !important;
    transition-delay: .5s !important;
}
.flat-shadow:hover .icon {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    /*animation-name*/
    -webkit-animation-name: shadow-burst;
    -moz-animation-name: shadow-burst;
    -ms-animation-name: shadow-burst;
    -o-animation-name: shadow-burst;
    animation-name: shadow-burst;
    /*animation-duration*/
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -ms-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    /*transform-origin*/
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50px 50px !important;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@-webkit-keyframes shadow-burst {
    0%{
        -webkit-transform: scale(1.1);
        animation-timing-function: ease-in;
    }
    37% {
        -webkit-transform: scale(1.3);
        animation-timing-function: ease-out;
    }
    55% {
        -webkit-transform: scale(1.17);
        animation-timing-function: ease-in;
    }
    73% {
        -webkit-transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    82% {
        -webkit-transform: scale(1.2);
        animation-timing-function: ease-in;
    }
    91% {
        -webkit-transform: scale(1.3);
        animation-timing-function: ease-out;
    }
    96% {
        -webkit-transform: scale(1.2);
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: scale(1.1);
        animation-timing-function: ease-out;
    }
}
@-moz-keyframes shadow-burst {
    {
        -moz-transform: scale(1,1);
        animation-timing-function: ease-in;
    }
    37% {
        -moz-transform: scale(1.5,1.5);
        animation-timing-function: ease-out;
    }
    55% {
        -moz-transform: scale(1.37,1.37);
        animation-timing-function: ease-in;
    }
    73% {
        -moz-transform: scale(1,1);
        animation-timing-function: ease-out;
    }
    82% {
        -moz-transform: scale(1.45,1.45);
        animation-timing-function: ease-in;
    }
    91% {
        -moz-transform: scale(1.5,1.5);
        animation-timing-function: ease-out;
    }
    96% {
        -moz-transform: scale(1.4,1.4);
        animation-timing-function: ease-in;
    }
    100% {
        -moz-transform: scale(1,1);
        animation-timing-function: ease-in;
    }
}
@keyframes shadow-burst {
    {
        transform: scale(1,1);
        animation-timing-function: ease-in;
    }
    37% {
        transform: scale(1.5,1.5);
        animation-timing-function: ease-out;
    }
    55% {
        transform: scale(1.37,1.37);
        animation-timing-function: ease-in;
    }
    73% {
        transform: scale(1,1);
        animation-timing-function: ease-out;
    }
    82% {
        transform: scale(1.45,1.45);
        animation-timing-function: ease-in;
    }
    91% {
        transform: scale(1.5,1.5);
        animation-timing-function: ease-out;
    }
    96% {
        transform: scale(1.4,1.4);
        animation-timing-function: ease-in;
    }
    100% {
        transform: scale(1,1);
        animation-timing-function: ease-out;
    }
}
@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) {
    .long-shadow {
        background: url(http://www.pencilscoop.com/demos/animated-svg/demo/images/long_shadow@2x.png) no-repeat;
        width: 168px;
        height: 170px;
        background-size: 168px 170px;
    }
}

#mobile-menu span{
    padding: 0;
    right: 8px !important;
    font-weight: 700 !important;
    min-width: 30px !important;
}