.nopadding {
    padding: 0;
}
.nomargin {
    margin: 0;
}
.display-block {
    display: inline-block;
}
.mbottom20 {
    margin-bottom: 20px;
}
.padding-right-5 {
    padding-right: 5px;
}
.padding-left-5 {
    padding-left: 5px;
}
.padding-rl-5 {
    padding: 0 5px;
}
.nopadding-left {
    padding-left: 0;
}
.nopadding-right {
    padding-right: 0;
}
.overflow-hidden {
    overflow: hidden;
}
.display-none {
    display: none;
}
.position-relative {
    position: relative;
}
.margin-0auto {
    margin: 0 auto;
}
.icon-container {
    display: inline-block;
}
.icon-container .icon {
    line-height: 0;
}
.icon-container .icon.rounded.big {
    width: 40px;
    height: 40px!important;
    border-radius: 20px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-direction: row;
}
.icon-container .icon.rounded.big i {
    color: #fff;
}
.background-white {
    background-color: #fff;
}
.row.nopadding > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (min-width:1200px) {
    .col-custom-20p100 {
        width: 20%;
        display: inline-block;
        float: left;
    }
}
.bottom-shadow {
    -webkit-box-shadow: 0 5px 20px -4px rgba(0,0,0,.75);
    -moz-box-shadow: 0 5px 20px -4px rgba(0,0,0,.75);
    box-shadow: 0 5px 20px -4px rgba(0,0,0,.75);
}
.color-primary {
    color: #2969b0;
}
.divisor {
    height: 1px;
    background-color: #70b654;
    width: 50px;
    display: block;
    margin-bottom: 26px;
}
.vertical-align {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: 'center';
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-direction: 'column';
}
body,
html {
    margin: 0;
    padding: 0;
    font-family: Helvetica,'Helvetica Neue','Helvetica Neue LT',Arial,sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    background: #fff;
    -webkit-font-smoothing: antialiased!important;
}
.button,
button {
    border: none;
    text-decoration: none;
}
form .campos {
    text-align: center;
    font-family: Lato,sans-serif;
}
form input,
form textarea {
    background-color: #1a2d58;
    border: 1px solid #ebebeb;
    color: #fff;
    padding-left: 15px;
    line-height: 40px;
    margin-bottom: 23px;
    width: 100%;
}
form textarea {
    resize: none;
}
form.one-line input,
form.one-line textarea {
    width: 80%;
    margin: 0 auto 20px;
}
form .alerta,
form .error,
form .exito {
    text-align: center;
    font-size: 18px;
    padding: 100px 0;
}
@media only screen and (max-width:767px) {
    form input,
    form textarea {
        margin-bottom: 15px;
    }
    form.one-line input,
    form.one-line textarea {
        width: 100%;
        margin: 0 auto 15px;
    }
}
.fancybox-overlay {
    background: rgba(35,51,86,.6);
    z-index: 9999;
}
header {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    height: 80px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    background: rgba(35,51,86,.9);
}
header .logo {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    margin-top: 17px;
    width: 212px;
    height: 46px;
}
header .menu {
    font-family: 'Merriweather Sans',sans-serif;
    font-weight: 100;
    text-align: left;
}
header .menu .menu__link {
    font-weight: 100;
}
header .menu ul {
    padding: 0;
    margin: 0;
}
header .menu ul li {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    margin-left: 14px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 80px;
    display: inline-block;
    color: #fff;
}
header .menu ul li a,
header .menu ul li a:visited {
    text-decoration: none;
}
body#index header {
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
body.scrolled header {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    background: rgba(35,51,86,.9);
}
body#index.scrolled header {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    background: #233356;
}
.menu-btn {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 67px;
    height: 65px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    position: absolute;
    right: 0;
    z-index: 205;
    top: 0;
    border-left: 0 solid #fff;
}
.menu-btn:active,
.menu-btn:focus,
.menu-btn:hover {
    outline: 0;
}
.menu-btn span {
    display: block;
    position: absolute;
    top: 31px;
    left: 8px;
    right: 8px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    width: 20px;
}
.menu-btn span:after,
.menu-btn span:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
}
.menu-btn span:before {
    top: -7px;
}
.menu-btn span:after {
    bottom: -7px;
}
.menu-btn.cross {
    background-color: transparent;
}
.menu-btn.cross span:after,
.menu-btn.cross span:before {
    transition-duration: 0.3s,.3s;
}
.menu-btn.cross span:after {
    transition-property: bottom,transform;
}
.menu-btn.cross.active {
    background-color: #233356;
}
.menu-btn.cross.active span {
    background: 0 0;
}
.menu-btn.cross.active span:before {
    top: 0;
    transform: rotate(45deg);
}
.menu-btn.cross.active span:after {
    bottom: 0;
    transform: rotate(-45deg);
}
.menu-btn.cross.active span:after,
.menu-btn.cross.active span:before {
    background-color: #fff;
}
.menu-btn.crossspan:before {
    transition-property: top,transform;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    header .menu ul li {
        font-size: 11px;
    }
}
@media (max-width:992px) {
    header {
        background: #233356;
        border-top: none;
        height: 65px!important;
    }
    header .container {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    header .logo {
        margin-top: 12px!important;
        padding-left: 15px;
        margin-bottom: 7px;
    }
}
.menu {
    line-height: 1;
    margin: 0 auto 3em;
}
.menu__list {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu__item {
    display: block;
    margin: 1em 0;
}
.menu__link {
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 0 6px 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.menu__link:focus,
.menu__link:hover {
    outline: 0;
}
.menu--transeconomy {
    float: right;
}
.menu--transeconomy .menu__item {
    margin: 0;
}
.menu--transeconomy .menu__link {
    height: 80px;
    text-align: center;
    color: #fff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
.menu--transeconomy .menu__link.activo,
.menu--transeconomy .menu__link:hover {
    color: #ffd161;
}
.menu--transeconomy .menu__item--current .menu__link {
    color: #ffd161;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
@media (max-width:992px) {
    header .menu {
        -webkit-transition: height 0.2s linear;
        -moz-transition: height 0.2s linear;
        -ms-transition: height 0.2s linear;
        -o-transition: height 0.2s linear;
        padding: 0;
        text-align: center;
        height: 0;
        overflow: hidden;
        background: rgba(0,0,0,.7);
    }
    header .menu ul {
        background-color: #233356;
    }
    header .menu.menu--transeconomy {
        width: 100%;
        height: 0;
    }
    header .menu.menu--transeconomy .menu__item {
        line-height: 40px;
        height: 50px;
        margin-top: 0;
        display: block;
        border-top: 1px solid #fff;
        margin-left: 0;
        width: 100%;
    }
    header .menu.menu--transeconomy .menu__line {
        height: 0;
        visibility: collapse;
    }
    header .menu.menu--transeconomy .menu__link {
        padding-top: 6px;
    }
}
@media (max-width:480px) {
    header .container-fluid {
        padding: 0;
    }
    header .logo {
        padding-left: 30px;
    }
}
.slides {
    position: relative;
}
.slides .slider .full-image {
    height: 540px;
}
.slides .slider .full-image .text-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: 'center';
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-direction: 'row';
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #fff;
    font-size: 30px;
    width: 100%;
    height: 540px;
}
.slides .slider .full-image .text-container .text {
    width: 100%;
    padding: 30px 60px 30px 61px;
    max-width: 435px;
    background-color: rgba(0,0,0,.7);
}
.slides .slider .full-image .text-container .text .title {
    font-family: "Lato Light",sans-serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 0;
}
.slides .slider .full-image .text-container .text .description {
    font-family: "Lato Italy",sans-serif;
    font-size: 20px;
    font-weight: 100;
}
.slides .slider .full-image .text-container .text .slider-btn {
    border-radius: 0;
    line-height: 42px;
    background-color: #3a3a39;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    white-space: normal;
    padding: 0 30px;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    letter-spacing: 3px;
    display: inline-block;
}
.slides .slider .full-image .text-container .text .slider-btn:active,
.slides .slider .full-image .text-container .text .slider-btn:focus,
.slides .slider .full-image .text-container .text .slider-btn:hover {
    outline: 0;
}
.slides .slider .full-image .text-container .text .slider-btn:hover {
    border-color: #535352;
    color: #fff;
    text-decoration: none;
}
@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    .slides .slider .full-image .text-container .text .slider-btn {
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }
}
.slides .nav .left,
.slides .nav .right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: 'center';
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-direction: 'row';
    position: absolute;
    font-size: 26px;
    color: #fff;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 100;
    background-color: #233356;
    top: calc(50% - 45px);
    top: -moz-calc(50% - 45px);
    top: -webkit-calc(50% - 45px);
    top: -o-calc(50% - 45px);
}
.slides .nav .left i,
.slides .nav .right i {
    cursor: pointer;
}
.slides .nav .left {
    left: 20px;
}
.slides .nav .right {
    right: 20px;
}
@media only screen and (max-width:767px) {
    .slides .nav .left {
        left: 0;
    }
    .slides .nav .right {
        right: 0;
    }
}
.slides .owl-dots {
    width: 100%;
    bottom: 20px;
    position: absolute;
    text-align: center;
}
.slides .owl-dots .owl-dot {
    display: inline-block;
    padding: 5px 3px;
}
.slides .owl-dots .owl-dot span {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background: #fff;
    display: block;
    width: 12px;
    height: 12px;
}
.slides .owl-dots .owl-dot.active span,
.slides .owl-dots .owl-dot:hover span {
    background-color: #233356;
}
.home .hero h1 {
    color: #2ab0e6!important;
    font-weight: 400!important;
    text-align: center;
    padding: 60px;
    margin: 0;
    font-size: 28px;
}
.home .hero .left {
    padding-right: 0;
}
.home .hero .right {
    padding-left: 0;
}
.home .hero p {
    margin-top: 20px;
    color: #999;
}
.home .hero p a {
    width: 100%;
    margin-top: 20px;
    background: #febf52;
    color: #a06928;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    padding: 20px 0;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.home .hero p a:hover {
    background: #ffd161;
    color: #c96f07;
}
.home .hero .notebook {
    position: relative;
    display: inline-block;
    width: 610px;
    height: 269px;
    background: url("../img/note-studio.jpg");
}
.home .hero .notebook .gif {
    position: absolute;
    top: 15px;
    right: 53px;
    z-index: 1;
    width: 352px;
    height: 221px;
    background: url("../img/sdl-demo.gif") -64px 0;
    background-size: 479px 222px;
}
.home .productos-h h1, #index h2, .home .porque h1 {
    width: 100%;
    color: #979696;
    text-align: center;
    letter-spacing: 3px;
    font-size: 20px;
    margin: 70px 0 30px;
    text-transform: uppercase;
}
#index h2 {
    margin: 50px 0 20px;
}
.home .productos-h .col-0 {
    padding-right: 0;
}
.home .productos-h .col-1 {
    padding: 0 1px;
}
.home .productos-h .col-2 {
    padding-left: 0;
}
.home .productos-h .producto-h {
    text-decoration: none;
    position: relative;
    height: 360px;
    display: block;
}
.home .productos-h .producto-h:hover .image {
    top: -45px;
    -webkit-box-shadow: 0 -5px 20px -10px rgba(0,0,0,.75);
    -moz-box-shadow: 0 -5px 20px -10px rgba(0,0,0,.75);
    box-shadow: 0 -5px 20px -10px rgba(0,0,0,.75);
}
.home .productos-h .producto-h .image {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 360px;
    background-position: top center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    border: 1px solid #eee;
    border-bottom: 0;
    z-index: 1;
}
.home .productos-h .producto-h span {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    display: block;
    width: 100%;
    height: 45px;
    background: #e9e9e9;
    color: #979696;
    text-align: center;
    padding-top: 13px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    font-size: 11px;
    text-transform: uppercase;
}
.home .productos-h .producto-h:hover span {
    background: #ffd161;
    color: #071512;
}
.home .porque {
    background-image: url("../img/porque-bg.jpg");
    background-repeat: repeat-x;
    background-size: 100% 100%;
    padding-bottom: 60px;
    margin: 50px 0 0;
}
.home .porque h1 {
    color: #fff;
    /* margin: 0; */
    /* padding: 20px 0; */
}
.home .porque h2 {
    width: 100%;
    color: #979696;
    text-align: center;
    font-size: 18px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.home .testimonios {
    width: 100%;
    min-height: 200px;
    background: #4e7cb161;
    box-shadow: 0 2px 5px #4d7bb0ab inset;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
}
.home .testimonios h2 {
    text-align: left;
    display: inline;
}
.home .testimonios ._btns {
    float: right;
    text-align: right;
}
.home .testimonios ._btn {
    height: 8px;
    width: 8px;
    border-radius: 4px;
    display: inline-block;
    background: #2f639b;
    margin-left: 12px;
    cursor: pointer;
    opacity: 0.8;
}
.home .testimonios ._btn.activo {
    background: #ffffff;
}
.home .testimonios ._btn:hover {
    opacity: 1;
}
.home .testimonios ._galeria {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 150px;
}
.home .testimonios ._galeria_slide {
    padding: 20px 0;
    line-height: 1;
    font-size: 24px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home .testimonios ._galeria_slide p {
    max-height: 175px;
    overflow: hidden;
}
.home .testimonios ._galeria_slide span {
    display: block;
    margin-top: 20px;
    font-size: 13px;
}
.home .acceso1 {
    display: block;
    width: 100%;
    height: 210px;
    /* background: #fff; */
    border-radius: 5px;
    margin: 0 15px 0px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #4e7cb161;
    box-shadow: 0 2px 5px #4d7bb0ab inset;
    border-radius: 5px;
}
.home .acceso1 img {
    border-radius: 5px;
    width: 90%;
    height: 90%;
    object-fit: contain;
    margin-top: 2.5%;
}
.home .acceso1:hover img {
    /* -webkit-transition: 5s all;
    -moz-transition: 5s all;
    -ms-transition: 5s all;
    -o-transition: 5s all;
    transform: scale(1.1); 
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1); */
}
.home .acceso2 {
    color: #484848;
    font-size: 18px;
    /* text-shadow: 0 2px 2px rgba(0,0,0,.8); */
    text-decoration: none;
    background: none;
    box-shadow: none;
}
.home .acceso2 i {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    color: #71b8ec;
    font-size: 50px;
    margin: 0;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    z-index: 1;
    left: calc(50% - 18px);
    left: -moz-calc(50% - 18px);
    left: -webkit-calc(50% - 18px);
    left: -o-calc(50% - 18px);
    top: calc(50% - 40px);
    top: -moz-calc(50% - 40px);
    top: -webkit-calc(50% - 40px);
    top: -o-calc(50% - 40px);
}
.home .acceso2.v1 div {
    position: absolute;
    z-index: 1;
    left: calc(50% - 110px);
    left: -moz-calc(50% - 110px);
    left: -webkit-calc(50% - 110px);
    left: -o-calc(50% - 110px);
    bottom: calc(50% - 36px);
    bottom: -moz-calc(50% - 36px);
    bottom: -webkit-calc(50% - 36px);
    bottom: -o-calc(50% - 36px);
}
.home .acceso2.v2 div {
    position: absolute;
    z-index: 1;
    left: calc(50% - 74px);
    left: -moz-calc(50% - 74px);
    left: -webkit-calc(50% - 74px);
    left: -o-calc(50% - 74px);
    bottom: calc(50% - 36px);
    bottom: -moz-calc(50% - 36px);
    bottom: -webkit-calc(50% - 36px);
    bottom: -o-calc(50% - 36px);
}
.home .acceso2 img {
    width: 100%;
    filter: grayscale(1) contrast(0.2) brightness(1.7);
}
.home .acceso2:hover i {
    color: #3096df;
}
.home .accesos-h {
    width: 100%;
    background: #fff;
    padding: 70px 0 0;
    clear: both;
}
.home .clientes-h {
    width: 100%;
    background: #fff;
    padding: 20px;
    clear: both;
}
.home .clientes-h a {
    color: #faa21b;
    float: right;
}
.home .clientes-h .ticker {
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.home .clientes-h .ticker .tickerImg {
    display: inline-block;
    vertical-align: top;
}
.home .clientes-h .ticker .tickerImg img {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
}
@media (max-width:992px) {
    .home .porque {
        padding-bottom: 0;
    }
    .home .productos-h .col-0 {
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .home .productos-h .col-1 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .home .productos-h .col-2 {
        padding-left: 15px;
        margin-bottom: 20px;
    }
    .home .productos-h .producto-h span {
        font-size: 14px;
    }
    .home .hero h1 {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .home .hero .right {
        padding-left: 15px;
    }
}
@media (max-width:480px) {
    .home .hero h1 {
        font-size: 20px;
    }
    .home .hero .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .home .hero .left {
        padding-right: 15px;
        padding-left: 0;
    }
    .home .hero .right {
        padding-left: 15px;
    }
    .home .porque {
        font-size: 25px;
    }
    .home .porque h1 {
        font-size: 22px;
        text-align: center;
    }
    .home .porque img {
        width: 100%;
    }
    .home .clientes-h a {
        font-size: 15px;
    }
    .home .acceso1 {
        /* height: 103px; */
        background: none;
        box-shadow: none;
    }
    .home .acceso2 i {
        font-size: 35px;
        left: calc(50% - 9px);
        left: -moz-calc(50% - 9px);
        left: -webkit-calc(50% - 9px);
        left: -o-calc(50% - 9px);
        top: calc(50% - 32px);
        top: -moz-calc(50% - 32px);
        top: -webkit-calc(50% - 32px);
        top: -o-calc(50% - 32px);
    }
    .home .acceso2 div {
        font-size: 16px;
        left: calc(50% - 74px);
        left: -moz-calc(50% - 74px);
        left: -webkit-calc(50% - 74px);
        left: -o-calc(50% - 74px);
        bottom: calc(50% - 31px);
        bottom: -moz-calc(50% - 31px);
        bottom: -webkit-calc(50% - 31px);
        bottom: -o-calc(50% - 31px);
    }
}
.nosotros {
    margin-bottom: 150px;
}
.nosotros .hero {
    text-align: center;
    position: relative;
    background-image: url("../img/header-nosotros.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 480px;
    background-position: center bottom;
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: 'center';
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-direction: 'column';
}
.nosotros .hero .titulo {
    font-size: 50px;
    color: #000;
    font-weight: 100;
    line-height: 50px;
    text-shadow: 0 0 20px #FFF;
}
.nosotros .titulo {
    font-size: 24px;
    color: #2ab0e6;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}
.nosotros .texto {
    color: #888;
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 80px;
}
.nosotros .left,
.nosotros .right {
    min-height: 279px;
    color: #999;
    font-weight: 400;
}
.nosotros .left b,
.nosotros .right b {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.nosotros .left {
    background-image: url("../img/vero-3.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 220px;
}
.nosotros .right {
    background-image: url("../img/santi.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 220px;
}
@media (max-width:480px) {
    .nosotros {
        margin-bottom: 0;
    }
    .nosotros .hero {
        height: 250px;
        padding-top: 90px;
        margin-bottom: 20px;
    }
    .nosotros .left,
    .nosotros .right {
        background-position: center top;
    }
    .nosotros .left {
        padding: 272px 15px 0;
        margin-bottom: 30px;
    }
    .nosotros .right {
        padding: 272px 15px 0;
    }
}
.productos {
    margin-bottom: 150px;
}
.productos .hero {
    text-align: center;
    position: relative;
    background-image: url("../img/header-productos.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 480px;
    background-position: center bottom;
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: 'center';
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-direction: 'column';
}
.productos .hero .titulo {
    font-size: 50px;
    color: #000;
    font-weight: 100;
    line-height: 50px;
    text-shadow: 0 0 20px #FFF;
}
.productos .producto {
    border-top: solid thin #ddd;
}
.productos .producto.no-border {
    border-top: 0;
}
.productos .producto p {
    line-height: 22px;
}
.productos .producto ul {
    color: #888;
    line-height: 22px;
}
.productos .producto h2 {
    margin-top: 30px;
}
.productos .producto .img {
    width: 100%;
    border-radius: 5px;
    margin: 15px 0 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}
.productos .tabs {
    border-bottom: solid thin #bbb;
}
.productos .tabs h3 {
    display: inline-block;
    border: thin solid #bbb;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
    opacity: 0.5;
}
.productos .tabs h3:hover {
    opacity: 0.8;
}
.productos .tabs h3.activo {
    opacity: 1;
}
.productos .tabsgal ._galeria_slide {
    width: 675px;
}
.productos .boton {
    text-decoration: none;
    background: #febf52;
    color: #a06928;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
}
.productos .categorias {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid thin #ddd;
}
.productos .btn-categoria {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    text-decoration: none;
    color: #908e8e;
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px 3px;
    font-weight: 100;
    font-size: 22px;
    margin-bottom: 5px;
    border-right: 1px solid #eee;
}
.productos .btn-categoria:last-child {
    border: 0;
}
.productos .btn-categoria.activo,
.productos .btn-categoria:hover {
    color: #233356;
}
@media (max-width:480px) {
    .productos {
        margin-bottom: 0;
    }
    .productos .hero {
        height: 250px;
        padding-top: 90px;
        margin-bottom: 20px;
    }
    .productos .btn-categoria {
        width: 100%;
        font-size: 13px;
        border: 0;
        border-bottom: 1px solid #eee;
    }
}
.noticias {
    margin-bottom: 150px;
}
.noticias .hero {
    text-align: center;
    position: relative;
    background-image: url("../img/header-noticias.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 480px;
    background-position: center bottom;
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: 'center';
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-direction: 'column';
}
.noticias .hero .titulo {
    font-size: 50px;
    color: #000;
    font-weight: 100;
    line-height: 50px;
    text-shadow: 0 0 20px #FFF;
}
.noticias .noticia {
    border-top: solid thin #ddd;
}
.noticias .noticia p {
    line-height: 22px;
}
.noticias .noticia ul {
    color: #888;
    line-height: 22px;
}
.noticias .noticia h1 {
    font-size: 32px;
}
.noticias .noticia .img {
    width: 100%;
    border-radius: 0 0 5px 5px;
    padding: 0;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}
.noticias .noticia .left {
    padding-left: 0;
}
.noticias .noticia .foot {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    display: block;
    position: relative;
    z-index: 1;
    background: #f2f2f2;
    padding: 20px;
    color: #faa61a;
    margin-bottom: 30px;
    text-decoration: none;
}
.noticias .noticia .foot:hover {
    background: #eee;
}
.noticias .noticia .btn-ampliar {
    float: right;
    color: #908e8e;
}
@media (max-width:480px) {
    .noticias {
        margin-bottom: 0;
    }
    .noticias .hero {
        height: 250px;
        padding-top: 90px;
        margin-bottom: 20px;
    }
    .noticias .noticia .left {
        text-align: center;
        padding-left: 15px;
    }
    .noticias .noticia .foot {
        padding: 10px;
    }
    .noticias .noticia .btn-ampliar {
        float: none;
        display: block;
        margin-top: 10px;
        background-color: #d4d4d4;
        padding: 10px;
    }
}
.noticia-ampl {
    margin-bottom: 150px;
    margin-top: 100px;
}
.noticia-ampl img {
    max-width: 100%!important;
    height: auto!important;
}
.noticia-ampl blockquote {
    border: 0;
}
.noticia-ampl p,
.noticia-ampl ul {
    color: #888;
    line-height: 22px;
    font-size: 15px;
    font-weight: 400;
}
.noticia-ampl a,
.noticia-ampl strong {
    font-weight: 400;
}
.noticia-ampl .img {
    position: relative;
    display: block;
    text-decoration: none;
}
.noticia-ampl .img .img-responsive {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    width: 100%;
}
.noticia-ampl .img .icon-zoom-in {
    position: absolute;
    color: #FFF;
    z-index: 2;
    font-size: 90px;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
    text-shadow: 0 2px 10px rgba(0,0,0,.7);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s,transform 0.5s;
    -webkit-transition: opacity 0.4s,-webkit-transform 0.5s;
    -moz-transition: opacity 0.4s,-moz-transform 0.5s;
    -ms-transition: opacity 0.4s,-ms-transform 0.5s;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
}
.noticia-ampl .img:hover .icon-zoom-in {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.noticia-ampl .img:hover .img-responsive {
    opacity: 0.3;
}
.noticia-ampl .foot {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    display: block;
    position: relative;
    z-index: 1;
    background: #f2f2f2;
    padding: 20px;
    color: #faa61a;
    margin-bottom: 30px;
    text-decoration: none;
}
.noticia-ampl .foot:hover {
    background: #eee;
}
.noticia-ampl .btn-ampliar {
    float: right;
    color: #908e8e;
}
@media (max-width:480px) {
    .noticia-ampl {
        margin-bottom: 0;
    }
    .noticia-ampl .producto .left {
        padding-left: 15px;
    }
}
.fancybox-nav span {
    visibility: visible!important;
}
.soporte {
    margin-bottom: 150px;
}
.soporte .hero {
    text-align: center;
    position: relative;
    background-image: url("../img/header-cursos-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 480px;
    background-position: center bottom;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: 'center';
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-direction: 'column';
}
.soporte .hero .titulo {
    font-size: 50px;
    color: #000;
    font-weight: 100;
    line-height: 50px;
    text-shadow: 0 0 20px #FFF;
}
.soporte h1 {
    font-size: 24px;
    color: #000;
}
.soporte p,
.soporte ul {
    color: #000;
    line-height: 22px;
}
@media (max-width:480px) {
    .soporte {
        margin-bottom: 0;
    }
    .soporte .hero {
        height: 250px;
        padding-top: 55px;
        margin-bottom: 0;
    }
}
.medios-de-pago {
    margin-bottom: 150px;
}
.medios-de-pago .hero {
    text-align: center;
    position: relative;
    background-image: url("../img/header-pago.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 480px;
    background-position: center bottom;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: 'center';
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-direction: 'column';
}
.medios-de-pago .hero .titulo {
    font-size: 50px;
    color: #000;
    font-weight: 100;
    line-height: 50px;
    text-shadow: 0 0 20px #FFF;
}
.medios-de-pago .b-l {
    border-left: 1px solid #e9e9e9;
}
.medios-de-pago h2 {
    font-size: 24px;
    color: #000;
}
.medios-de-pago p,
.medios-de-pago ul {
    color: #888;
    line-height: 22px;
    text-align: justify;
}
.medios-de-pago .img-responsive {
    margin: 0 auto;
}
@media (max-width:480px) {
    .medios-de-pago {
        margin-bottom: 0;
    }
    .medios-de-pago .hero {
        height: 250px;
        padding-top: 50px;
        margin-bottom: 0;
    }
    .medios-de-pago .b-l {
        border-left: 0;
        border-top: 1px solid #e9e9e9;
    }
}
.clientes {
    margin-bottom: 150px;
}
.clientes .hero {
    text-align: center;
    position: relative;
    background-image: url("../img/header-clientes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 480px;
    background-position: center bottom;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: 'center';
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-direction: 'column';
}
.clientes .hero .titulo {
    font-size: 50px;
    color: #000;
    font-weight: 100;
    line-height: 50px;
    text-shadow: 0 0 20px #FFF;
}
.clientes .thumb {
    margin-bottom: 30px;
    min-height: 150px;
}
.clientes .thumb .thumbnail {
    width: 100%;
    min-height: 150px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: 'center';
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-direction: 'column';
}
.clientes .thumb .thumbnail.active,
.clientes .thumb .thumbnail:focus,
.clientes .thumb .thumbnail:hover {
    -webkit-box-shadow: 0 -5px 20px -10px rgba(0,0,0,.75);
    -moz-box-shadow: 0 -5px 20px -10px rgba(0,0,0,.75);
    box-shadow: 0 -5px 20px -10px rgba(0,0,0,.75);
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    transform: scale(1.03);
    -ms-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.clientes .thumb .thumbnail img {
    max-height: 100px;
}
.clientes .clientes-p {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid thin #ddd;
}
.clientes .btn-clientes-p {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    text-decoration: none;
    color: #908e8e;
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px 3px;
    font-weight: 100;
    font-size: 22px;
    border-right: 1px solid #eee;
}
.clientes .btn-clientes-p:last-child {
    border: 0;
}
.clientes .btn-clientes-p.activo,
.clientes .btn-clientes-p:hover {
    color: #233356;
}
@media (max-width:480px) {
    .clientes {
        margin-bottom: 0;
    }
    .clientes .hero {
        height: 250px;
        padding-top: 40px;
        margin-bottom: 0;
    }
    .clientes .btn-clientes-p {
        width: 100%;
        font-size: 13px;
        border: 0;
        border-bottom: 1px solid #eee;
    }
    .thumb {
        margin-bottom: 10px!important;
    }
    .thumb:nth-child(odd) {
        padding-right: 5px;
    }
    .thumb:nth-child(even) {
        padding-left: 5px;
    }
    .thumb .thumbnail {
        margin: 0;
    }
}
.contacto {
    margin-bottom: 150px;
}
.contacto .hero {
    text-align: center;
    position: relative;
    width: 100%;
    height: 480px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: 'center';
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-direction: 'column';
}
.contacto .hero .titulo {
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    font-size: 50px;
    color: #000;
    font-weight: 100;
    line-height: 50px;
    text-shadow: 0 0 20px #FFF;
    z-index: 2;
    pointer-events: none;
}
.contacto .hero .titulo:hover {
    opacity: 0;
}
.contacto .hero #map_canvas {
    position: absolute;
    width: 100%;
    height: 480px;
    z-index: 0;
    left: 0;
    top: 0;
}
.contacto .hero #map_fade {
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
.contacto h1 {
    pointer-events: none;
}
.contacto .campos {
    margin: 0;
    padding: 0;
}
.contacto .alerta,
.contacto .error,
.contacto .exito {
    position: absolute;
    background-color: rgba(255,255,255,.9);
    z-index: 1;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 20px;
    color: #6F6F6F;
    padding: 50px 0 0;
    font-size: 15px;
}
.contacto form i {
    font-size: 80px;
    opacity: 0.3;
}
.contacto form {
    position: relative;
}
.contacto input,
.contacto textarea {
    width: 100%;
    margin: 0 0 10px;
    padding: 5px 5px 5px 15px;
    font-size: 14px;
    resize: none;
    outline: 0;
    background-color: #fff;
    color: #888;
}
.contacto textarea {
    height: 125px;
}
.contacto button {
    background: #febf52;
    color: #a06928;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
}
.contacto a.fb,
.contacto a.tw,
.contacto img.fb,
.contacto img.tw {
    display: inline-block;
    vertical-align: baseline;
}
@media (max-width:480px) {
    .contacto {
        margin-bottom: 0;
    }
    .contacto .hero {
        height: 250px;
        padding-top: 50px;
        margin-bottom: 0;
    }
    .contacto .hero #map_canvas {
        height: 250px;
    }
    .contacto .left {
        margin-bottom: 50px;
        margin-top: 50px;
        text-align: center;
    }
    .contacto .right {
        min-height: 448px;
    }
}
.registro {
    margin-bottom: 150px;
}
.registro iframe .freebirdFormviewerViewCenteredContent {
    width: 80%!important;
}
.universidades {
    margin-bottom: 150px;
    margin-top: 70px;
}
.universidades .hero {
    text-align: center;
    position: relative;
    background-image: url("../img/header-clientes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 480px;
    background-position: center bottom;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: 'center';
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-direction: 'column';
}
.universidades .hero .titulo {
    font-size: 50px;
    color: #000;
    font-weight: 100;
    line-height: 50px;
    text-shadow: 0 0 20px #FFF;
}
@media (max-width:480px) {
    .universidades {
        margin-bottom: 0;
    }
}
.footer {
    background: #e9e9e9;
    margin-top: 20px;
    position: relative;
    padding: 0;
}
.footer .footerMods {
    background: #f7f7f7;
    /* border-bottom: solid 20px #000; */
    /* height: 300px; */
}
.footer .footerMods .logos-align-holder {
    height: 190px;
    display: table;
}
.footer .footerMods .logos-align-holder .logos-align {
    display: table-cell;
    vertical-align: bottom;
    /* padding: 20px 0 10px; */
}
.footer .footerMods .logos-align-holder .logos-align .l {
    margin-bottom: 10px;
    max-width: 12em;
}
.footer .footerMods h1 {
    color: #59595a;
}
.footer .footerMods p {
    color: #59595a;
    margin: 0;
}
.footer .footerMods .p-l {
    padding-left: 5px;
}
.footer .footerMods .footerNews {
    padding: 20px 0 0;
}
.footer .footerMods .footerNews h1 {
    margin: 0;
    font-size: 26px;
}
.footer .footerMods .footerNews input {
    background: 0 0;
    border: none;
    border-bottom: solid thin #999;
    width: 100%;
    margin: 5px 0 0;
    padding: 0;
    font-size: 14px;
    color: #59595a;
}
.footer .footerMods .footerNews .boton {
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    padding: 20px 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 14px;
    background: #ffac2b;
    cursor: pointer;
    margin-top: 10px;
    color: #9e5220;
}
.footer .footerMods .footerNews .boton:hover {
    background: #ffb33d;
}
.footer .footerMods .footerNews .alerta,
.footer .footerMods .footerNews .error,
.footer .footerMods .footerNews .exito {
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding: 120px 0 0;
}
.footer .footerMods .footerNews form i {
    position: absolute;
    font-size: 80px;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    margin: 7px 0 0 -40px;
}
.footer .footerMods .footerNoticias {
    margin-top: 25px;
    background: #262626;
    border-radius: 5px;
    /* -webkit-box-shadow: 0 -5px 20px -10px rgba(0,0,0,.75); */
    -moz-box-shadow: 0 -5px 20px -10px rgba(0,0,0,.75);
    /* box-shadow: 0 -5px 20px -10px rgba(0,0,0,.75); */
    overflow: hidden;
}
.footer .footerMods .footerNoticias h1 {
    color: #fff;
    padding: 0 0 0 25px;
    font-size: 26px;
}
.footer .footerMods .footerNoticias .btn-ver {
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    position: relative;
    color: #fff;
    margin-right: 20px;
    opacity: 0.7;
    top: 28px;
    float: right;
}
.footer .footerMods .footerNoticias .btn-ver:hover {
    opacity: 1;
}
.footer .footerMods .footerNoticias .footerNoti {
    display: block;
    height: 93px;
    color: #6b6d70;
    background: #30302f;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
}
.footer .footerMods .footerNoticias .footerNoti span {
    font-size: 16px;
    width: calc(100% - 175px);
}
.footer .footerMods .footerNoticias .footerNoti span b {
    font-size: 14px;
}
.footer .footerMods .footerNoticias .footerNoti:hover {
    color: #fff;
    background: #323232;
}
.footer .footerMods .footerNoticias .footerNoti:hover span {
    color: #ffd180;
}
.footer .footerMods .footerNoticias .footerNoti:hover .fa-plus-circle,
.footer .footerMods .footerNoticias .footerNoti:hover .notiImg {
    opacity: 1;
}
.footer .footerMods .footerNoticias .footerNoti .fa-plus-circle {
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    font-size: 17px;
    margin-right: 34px;
    margin-top: 35px;
    color: #fff;
    opacity: 0.7;
    position: relative;
    float: right;
}
.footer .footerMods .footerNoticias .footerNoti .zebra {
    background: 0 0;
}
.footer .footerMods .footerNoticias .footerNoti .zebra:hover {
    background: #272727;
}
.footer .footerMods .footerNoticias .footerNoti .notiImg {
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    opacity: 0.8;
}
.footer .footerMods .footerNoticias .footerNoti span {
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    display: inline-block;
    vertical-align: middle;
    color: #ffbd47;
}
.footer .footerMods .footerNoticias .footerNoti span b {
    color: #6b6d70;
    font-weight: 300;
}
.footer .footerMods .footerRedes {
    padding: 20px 0 0 10px;
}
.footer .footerMods .footerRedes h1 {
    margin: 0 0 20px;
    font-size: 26px;
}
.footer .footerMods .footerRedes .red {
    margin: 0 0 20px;
}
.footer .footerMods .footerRedes .red .btn-fb {
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
}
.footer .footerMods .footerRedes .red img {
    position: relative;
    top: -10px;
    margin: 0 10px 0 0;
}
.footer .footerInfo {
    padding: 30px 30px 20px;
}
.footer .footerInfo .logo {
    float: left;
    width: 47px;
    height: 42px;
    opacity: 0.4;
}
.footer .footerInfo .kodear img {
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    width: 100px;
    opacity: 0.5;
    margin-left: 20px;
}
.footer .footerInfo .kodear img:hover {
    opacity: 1;
}
.footer .footerInfo p {
    margin: 5px 0 0 60px;
    font-size: 12px;
}
.footer .footerInfo p a {
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    color: #5f605f;
    margin-left: 10px;
}
.footer .footerInfo p a:hover {
    color: #2f202f;
}
.footer .footerInfo p a:nth-child(1) {
    margin-left: 0;
}
@media (max-width:992px) {
    .footer .footerMods {
        height: auto;
    }
    .footer .footerMods .logos-align-holder .logos-align .l {
        display: inline-block;
        vertical-align: middle;
        max-width: 49%;
    }
    .footer .footerMods .footerNoticias {
        margin-top: 30px;
        border-radius: 5px;
        overflow: hidden;
    }
    .footer .footerMods .footerNoticias h1 {
        padding-top: 5px;
    }
    .footer .footerMods .footerNews {
        padding-left: 0;
    }
    .footer .footerRedes .red {
        display: inline-block;
        vertical-align: middle;
    }
    .footer .footerRedes .red:last-child {
        margin-left: 20px;
        margin-top: -10px;
    }
    .footer .footerInfo {
        text-align: center;
    }
    .footer .footerInfo p {
        margin: 5px 0;
    }
    .footer .footerInfo .logo {
        float: none;
        margin-bottom: 20px;
    }
    .footer .footerInfo .afip {
        display: block;
        margin: 20px 0;
    }
    .footer .footerInfo .kodear img {
        width: 100px;
        margin-left: 0;
    }
    .footer .footerInfo .text-right {
        text-align: center;
    }
}
@media (max-width:480px) {
    footer .container {
        padding: 0!important !important;
    }
    footer .footerRedes .red:last-child {
        margin-left: 0!important;
    }
    footer .footerInfo {
        padding-left: 20px;
        padding-right: 20px;
    }
    footer .footerInfo p {
        margin-bottom: 20px!important;
    }
    footer .footerMods .logos-align-holder {
        height: auto!important;
    }
    footer .footerMods .logos-align-holder .logos-align {
        padding-bottom: 0!important;
    }
    footer .footerMods .logos-align-holder .logos-align .l {
        display: block!important;
        max-width: 100%!important;
    }
    footer .footerMods .footerNoticias h1 {
        font-size: 20px!important;
    }
    footer .footerMods .footerNoticias .footerNoti {
        height: auto!important;
        padding: 10px 0!important !important;
    }
    footer .footerMods .footerNoticias .footerNoti .notiImg {
        height: 50px!important;
        font-size: 12px!important;
    }
    footer .footerMods .footerNoticias .footerNoti .fa-plus-circle {
        margin-right: 18px!important;
        margin-top: 18px!important;
    }
    footer .footerMods .footerNoticias .footerNoti span {
        width: 60%;
    }
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp:hover {color:#fff;text-decoration:none;background-color: #2ae36f;}
.whatsapp-icon {
    /* margin-top: 13px; */
}
@media (max-width:680px) {
    .whatsapp {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 15px;
        right: 15px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        z-index: 100;
    }
}

@media (max-width:1280px){
    .menu__link {font-size:11px;}
}

.faqs summary {
    /* padding: 0.5em; */
    font-size: 125%;
    text-align: center;
    padding: 1em 0;
    cursor: pointer;
}

.faqs details {
    /* padding: 1rem; */
    border: solid 1px #ddd;
    border-radius: 5px;
    margin: 0 0 0.5rem;
}

.faqs details:hover,.faqs details[open] {
    border-color: #999;
}

.faqs article {
    padding: 0 1rem 1rem;
}