.btn {
    font-size: 18px;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 2px;
    background: 0 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.btn:focus,
.btn:hover {
    color: #fff
}
.btn.btn-blue {
    background: #00a8ff
}
.btn.btn-blue:hover {
    background: #31b9ff
}
.btn.btn-blue-fill {
    color: #00a8ff;
    border-color: #00a8ff;
    background: 0 0
}
.btn.btn-blue-fill:hover {
    color: #fff;
    background: #00a8ff
}
.btn.btn-white-fill {
    color: #fff;
    border-color: #fff;
    background: 0 0
}
.btn.btn-white-fill:hover {
    color: #00a8ff;
    background: #fff
}
.btn.btn-gray-fill {
    color: #fff;
    border-color: #fff;
    background: 0 0
}
.btn.btn-gray-fill:hover {
    border-color: #bbb;
    background: #bbb
}
.intro-tables {
    top: -130px;
    position: relative
}
.intro-table {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: repeat;
    background-position: 0 0
}
.intro-table-first {
    background-image: url(../img/table-1.jpg)
}
.intro-table-hover {
    -webkit-transition: background-image .3s ease, background-position .3s;
    transition: background-image .3s ease, background-position .3s;
    background-image: url(../img/table-2.jpg)
}
.intro-table-hover h4 {
    -webkit-transform: translateY(170px);
    transform: translateY(170px);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}
.intro-table-hover:hover {
    background-image: url(../img/table-2-hover.jpg);
    background-position: 50% 50%
}
.intro-table-third {
    background-image: url(../img/table-3.jpg)
}
.intro-table-hover .expand {
    margin: 30px;
    margin-top: 120px;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s ease, opacity .3s;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}
.intro-table-hover:hover h4 {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.intro-table-hover:hover .expand {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.intro-table-hover .hide-hover {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}
.intro-table-hover:hover .hide-hover {
    opacity: 0
}
.intro-tables .intro-table {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 20px 0
}
.intro-tables .intro-table .heading {
    margin: 0;
    padding: 30px
}
.intro-tables .intro-table .small-heading {
    margin: 0;
    padding: 0 30px
}
.intro-tables .intro-table .bottom {
    position: absolute;
    bottom: 0
}
.intro-tables .intro-table .owl-schedule .schedule-row {
    padding: 10px 30px;
    color: #fff;
    transition: all .3s ease
}
.owl-schedule .schedule-row:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}
.owl-testimonials .author {
    margin-top: 50px
}
.ripple-effect {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation: ripple-animation 2s;
    animation: ripple-animation 2s
}
@-webkit-keyframes ripple-animation {
    from {
        opacity: .2;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(100);
        transform: scale(100)
    }
}
@keyframes ripple-animation {
    from {
        opacity: .2;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(100);
        transform: scale(100)
    }
}
.services {
    margin: 40px 0
}
.service {
    width: 100%;
    height: 320px;
    margin: 80px 0;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.service .icon-holder {
    position: relative;
    top: 100px;
    display: inline-block;
    margin-bottom: 40px;
    padding: 10px;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.service .heading {
    position: relative;
    top: 80px;
    -webkit-transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55)
}
.service .icon-holder>img.icon {
    width: 40px
}
.service:hover {
    border-color: #00a8ff
}
.service:hover .icon-holder {
    top: -30px
}
.service:hover .heading {
    top: -30px
}
.service .description {
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}
.service:hover .description {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.team {
    margin: 80px 0 0 0;
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .07);
	border-radius: 15px;
}
.team .cover .overlay {
    height: 250px;
    padding-top: 60px;
    opacity: 0;
    background: rgba(0, 168, 255, .9);
    -webkit-transition: opacity .45s ease;
    transition: opacity .45s ease
}
.team:hover .cover .overlay {
    opacity: 1
}
.team .avatar {
    position: relative;
    z-index: 2;
    margin-top: -60px;
    border-radius: 50%
}
.team .title {
    margin: 20px 20px
}
#pricing {
    background: #00a8ff url(../img/pricing1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: background-image .6s linear .3s;
    transition: background-image .6s linear .3s
}
.owl-pricing img {
    width: 100%
}
.owl-pricing,
.pricings {
    margin-top: 100px;
    margin-bottom: 100px
}
.pricing {
    position: relative;
    width: 100%
}
.pricings .pricing .box-main,
.pricings .pricing .box-second {
    position: relative;
    left: 25%;
    display: inline-block;
    width: 50%;
    height: 300px;
    padding: 50px 40px;
    background: #bbb;
    -webkit-transition: -webkit-transform .3s, background-image .3s, opacity .3s;
    transition: transform .3s, background-image .3s, opacity .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.pricings .pricing .box-main {
    z-index: 10;
    padding-top: 40px
}
.pricings .pricing .box-main:not(.active) {
    cursor: pointer
}
.pricings .pricing .box-main .info-icon {
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
    pointer-events: none;
    opacity: 0;
    color: #fff;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}
.pricings .pricing .box-main:not(.active) .info-icon {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}
.pricings .pricing .box-main:not(.active):hover {
    background: #afafaf
}
.pricings .pricing .box-main.active {
    background: #00a8ff;
    -webkit-transform: translateX(-99%);
    -ms-transform: translateX(-99%);
    transform: translateX(-99%)
}
.pricings .pricing .box-second {
    position: absolute;
    top: 0;
    right: 0!important;
    left: auto;
    opacity: 0;
    background: #afafaf
}
.pricings .pricing .box-second.active {
    opacity: 1;
    background: #00a8ff
}
.pricings .pricing .box-second,
.pricings .pricing.active .box-main {
    background: #00a8ff
}
.pricings .pricing .box-main a.btn {
    margin-top: 50px
}
.owl-twitter i.icon {
    font-size: 36px;
    margin-bottom: 60px;
    color: #fff
}
.form-control {
    font-size: 18px;
    position: relative;
    left: 0;
    height: auto;
    padding: 20px 30px;
    border: 1px;
    border-radius: 0;
    box-shadow: 0
}
.form-control.form-white {
    color: #fff;
    border: 2px solid #fff;
    background: 0 0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}
.form-control.form-white::-webkit-input-placeholder {
    color: #fff
}
.form-control.form-white:-moz-placeholder {
    opacity: 1;
    color: #fff
}
.form-control.form-white::-moz-placeholder {
    opacity: 1;
    color: #fff
}
.form-control.form-white:-ms-input-placeholder {
    color: #fff
}
.form-control.form-white:focus {
    background: rgba(255, 255, 255, .2)
}
.modal {
    padding: 80px 25px!important;
    z-index: 99999
}
a:hover {
    text-decoration: none
}
.modal-dialog {
    width: 100%;
    min-width: 200px;
    max-width: 780px;
    margin: 0 auto
}
.modal-popup {
    position: relative;
    padding: 10px 15px;
    text-align: center;
    background: url(../img/popup.jpg);
    box-shadow: none;
    border-radius: 2px
}
.modal-popup a.close-link {
    font-size: 22px;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 999999
}
.modal-popup a.close-link2 {
    font-size: 22px;
    position: absolute!important;
    top: 20px;
    right: 30px;
    cursor: pointer;
    z-index: 999999
}
.popup-form {
    width: 90%;
    max-width: 375px;
    margin: 60px auto
}
.popup-form .form-control {
    margin: 20px 0
}
.popup-form .form-control.dropdown {
    text-align: left
}
.popup-form .form-control.dropdown:after {
    content: '\f0d7';
    font-family: FontAwesome;
    display: inline-block;
    float: right;
    color: #fff
}
.popup-form .dropdown .dropdown-menu {
    top: 65px;
    width: 100%;
    padding: 0;
    border: 2px solid #fff;
    border-top: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none
}
.popup-form .dropdown .dropdown-menu li {
    font-size: 16px;
    width: 100%;
    background: 0 0
}
.popup-form .dropdown .dropdown-menu li a {
    width: 100%;
    padding: 15px 30px;
    color: #00a8ff
}
.popup-form .dropdown .dropdown-menu li:hover a {
    color: #fff;
    background: #00a8ff
}
.checkbox-holder {
    white-space: nowrap
}
.checkbox {
    position: relative;
    display: block
}
.checkbox {
    position: relative
}
.checkbox label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 2px solid #fff;
    background: 0 0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}
.checkbox input[type=checkbox]:focus+label:before {
    background: rgba(255, 255, 255, .2)
}
.checkbox label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    opacity: 0;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0
}
.checkbox input[type=checkbox]:checked+label:after {
    opacity: 1
}
.checkbox-holder span {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    white-space: normal;
    color: #fff
}
.btn.btn-submit {
    width: 100%;
    margin-top: 30px;
    color: #00a8ff;
    border: 2px solid #fff;
    background: #fff
}
.btn.btn-submit:focus {
    font-weight: 700
}
.btn.btn-submit:hover {
    color: #00a8ff;
    background: #fff
}
.easyzoom {
    position: relative
}
.easyzoom img {
    vertical-align: bottom
}
.easyzoom.is-loading img {
    cursor: progress
}
.easyzoom.is-ready img {
    cursor: crosshair
}
.easyzoom.is-error img {
    cursor: not-allowed
}
.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #888
}
.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #fff
}
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%
}
@media(max-width:768px) {
    .pricing {
        margin-bottom: 30px
    }
    .pricings .pricing .info-icon {
        display: none
    }
    .pricings .pricing .box-main,
    .pricings .pricing .box-second {
        left: 0;
        width: 100%;
        padding: 50px 50px 0;
        text-align: left;
        background: #00a8ff
    }
    .pricings .pricing .box-main.active {
        background: #00a8ff;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    .pricings .pricing .box-second {
        position: relative;
        opacity: 1
    }
    .popup-form {
        width: 100%;
        margin: 60px auto
    }
    .modal {
        padding: 0 10px!important
    }
    .popup-form .form-control:not(.dropdown):focus {
        position: relative;
        padding-right: 30px;
        padding-left: 30px
    }
}
@media(max-width:400px) {
    .pricings .pricing .box-second {
        padding-top: 0
    }
}
.hold,
.hold-gray,
.hr-white,
.solo {
    margin: 20px 0 40px
}
.solo1 {
    margin: 5px 0 15px
}
hr.hold,
hr.hold-gray,
hr.solo,
hr.solo1 {
    border: none;
    height: 2px;
    background-image: linear-gradient(to right, #f0f0f0, #8f8f8f, #f0f0f0)
}
hr.hr-white {
    border: none;
    height: 2px;
    background-image: linear-gradient(to right, #000, #fff, #000)
}
hr.hold::after {
    content: '✤';
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) rotate(60deg);
    transform-origin: 50% 50%;
    padding: 1rem;
    background-color: #fff
}
hr.hold-gray::after {
    content: '✤';
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) rotate(60deg);
    transform-origin: 50% 50%;
    padding: 1rem;
    background-color: #f7f7f7
}
strong {
    color: #ff3d66
}
.img-inner {
    display: inline-block
}
.button {
    position: absolute;
    width: 100px;
    left: calc(50% - 50px);
    bottom: 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 1.5rem;
    background-color: #fff;
    color: #ff3d66;
    padding: 1rem 2rem;
    border: 2px solid #ff3d66
}
.button:focus,
.button:hover {
    background-color: #ff3d66;
    color: #fff;
    text-decoration: none
}
.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    visibility: hidden;
    opacity: 0;
    overflow: hiden;
    transition: .64s ease-in-out;
    z-index: 100
}
.popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: flex;
    align-items: center;
    max-width: 1000px;
    max-height: 800px;
    width: 90%;
    height: 80%;
    background-color: #fff;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    transition: .64s ease-in-out
}
.popup__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 4rem
}
.popup__text p {
    font-size: 15px;
    color: #686868;
    line-height: 1.5
}
.popup:target {
    visibility: visible;
    opacity: 1
}
.popup:target .popup-inner {
    bottom: -15px;
    right: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}
.popup__close {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 4rem;
    height: 4rem;
    font-size: 2.3rem;
    font-weight: 700;
    border-radius: 100%;
    background-color: #0a0a0a;
    z-index: 4;
    color: #fff;
    line-height: 4rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}
.popup__close:focus,
.popup__close:hover {
    background-color: #005383;
    color: #08abf2;
    text-decoration: none
}
@media (max-width: 768px) {
    .button {
        bottom: 20px
    }
    .team {
        padding-bottom: 40px
    }
}
@media (max-width: 700px) {
    .popup__text p {
        font-size: 12px
    }
    .popup__text {
        padding: 2.5rem 2rem
    }
    .popup-inner {
        width: 93%;
        height: 80%
    }
    .popup__close {
        width: 3.2rem;
        height: 3.2rem;
        font-size: 1.6rem;
        line-height: 3.2rem
    }
    .popup:target .popup-inner {
        bottom: -27px
    }
}
@media (max-width: 1500px) {
    .popup__text {
        flex-grow: 1;
        overflow: auto;
        justify-content: flex-start
    }
}
.cover {
    background-color: #fff
}
.marcas {
	border-radius: 15px 15px 0 0;
}
.button-ytb {
    width: 150px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 1.5rem;
    background-color: #fff;
    color: #005383;
    padding: 1rem 2rem;
    border: 2px solid #005383;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px
}
.button-ytb:focus,
.button-ytb:hover {
    background-color: #005383;
    color: #fff;
    text-decoration: none
}
.img-modal-t {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px
}
@media (max-width: 650px) {
    .img-modal-t {
        width: 100%
    }
}
.first-letter {
    font-family: "Duplicate Ionic";
    font-weight: 700;
    font-size: 59px;
    line-height: 50px;
    float: left;
    margin-right: 3px;
    border: 2px solid #333;
    padding: 0 6px
}
.first-text {
    font-family: "Duplicate Ionic";
    font-weight: 700;
    font-size: 29px
}
.img-principal {
    display: block;
    width: 100%
}
@media (max-width: 767px) {
    .img-principal {
        display: block;
        width: 250px
    }
}
.libros-cover {
    width: 100%;
    height: 300px;
    background-image: url(../img/libros-head.jpg);
    background-size: cover;
    background-position: center center
}
.img-libros {
    display: block;
    max-width: 100%;
    height: auto
}
.bloques {
    border-bottom: 1px solid #333
}
.izq-box {
    background-color: rgba(255, 252, 252, .8)
}
.libros-box {
    padding-top: 30px;
    padding-bottom: 10px
}
.pie-foto {
    font-size: 14px;
    padding-top: 5px
}
.title-text {
    font-family: "Duplicate Ionic";
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    line-height: 1.2
}
.subtitle {
    font-size: 80%;
    font-weight: 500;
    line-height: 15px
}
@media (max-width: 767px) {
    .bloques {
        border-bottom: none
    }
    .libros-box {
        border-bottom: 1px solid #333
    }
    .img-libros {
        max-width: 65%
    }
}
@media (min-width: 1200px) {
    .one {
        display: none
    }
}
@media (max-width: 1199px) {
    .second {
        display: none
    }
    .null {
        display: none
    }
}
@media (max-width: 991px) {
    .second {
        display: block
    }
    .zero {
        display: none
    }
}
@media (max-width: 767px) {
    .null,
    .one,
    .second,
    .third,
    .zero {
        display: none!important
    }
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    z-index: 0
}
.timeline:before {
    display: none;
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eee;
    left: 50%;
    margin-left: -1.5px;
    z-index: 0
}
.timeline>li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left
}
.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}
.timeline>li:after {
    clear: both
}
.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}
.timeline>li:after {
    clear: both
}
.timeline>li>.timeline-panel {
    width: 95%;
    float: left;
    border: 1px solid #d4d4d4;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .175)
}
.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "
}
.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}
.timeline>li>.timeline-badge {
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 0;
    display: none
}
.timeline-head-text {
    color: #fff;
    width: 200px;
    height: 200px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: right;
    position: absolute;
    top: 16px;
    right: 10%;
    z-index: 0
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}
.timeline-badge>a {
    color: #c5c7c5!important
}
.timeline-badge a:hover {
    color: #000!important
}
.timeline-title {
    margin-top: 0;
    color: inherit
}
.timeline-body>p,
.timeline-body>ul {
    padding: 20px;
    margin-bottom: 0;
    text-align: center
}
.timeline-body>p+p {
    margin-top: 5px
}
.timeline-footer {
    padding: 10px 10px 10px 20px;
    background-color: #f4f4f4;
    text-align: center
}
.timeline-cifra {
    padding: 0;
    background-color: #f4f4f4;
    text-align: center
}
.timeline-footer>a {
    cursor: pointer;
    text-decoration: none
}
.tooltip {
    position: absolute;
    z-index: 1;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
    opacity: 0
}
.tooltip.top {
    margin-top: -2px
}
.tooltip.right {
    margin-left: 2px
}
.tooltip.bottom {
    margin-top: 2px
}
.tooltip.left {
    margin-left: -2px
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 0;
    margin-left: 0;
    border-left: 0 solid transparent;
    border-right: 5px solid transparent;
    border-top: 0 solid #000
}
.tooltip.left .tooltip-arrow {
    bottom: 0;
    left: 0;
    margin-left: 0;
    border-left: 0 solid transparent;
    border-right: 5px solid transparent;
    border-top: 0 solid #000
}
.tooltip.bottom .tooltip-arrow {
    bottom: 0;
    left: 0;
    margin-left: 0;
    border-left: 0 solid transparent;
    border-right: 5px solid transparent;
    border-top: 0 solid #000
}
.tooltip.right .tooltip-arrow {
    bottom: 0;
    left: 0;
    margin-left: 0;
    border-left: 0 solid transparent;
    border-right: 5px solid transparent;
    border-top: 0 solid #000
}
.tooltip-inner {
    width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #313131;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0
}
.accordion {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto
}
.accordion-item {
    position: relative
}
.accordion-item.active .heading {
    color: #333
}
.accordion-item.active .icon {
    background: 0 0
}
.accordion-item.active .icon:before {
    background: #333
}
.accordion-item.active .icon:after {
    width: 0
}
.accordion-item .heading {
    display: block;
    text-decoration: none;
    color: #ff3d66;
    font-weight: 700;
    font-size: 1rem;
    position: relative;
    padding: 1.5rem 1.5rem 1.5rem 4rem;
    transition: .3s ease-in-out
}
@media (min-width: 40rem) {
    .accordion-item .heading {
        font-size: 1.2rem
    }
}
.accordion-item .heading:hover {
    color: #00a8ff
}
.accordion-item .heading:hover .icon:after,
.accordion-item .heading:hover .icon:before {
    background: #00a8ff
}
.accordion-item .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 25%;
    width: 3rem;
    height: 3rem;
    border: 2px solid #ff3d66;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.accordion-item .icon:after,
.accordion-item .icon:before {
    content: '';
    width: 1.25rem;
    height: .25rem;
    background: #ff3d66;
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    transition: .3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.accordion-item .icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1
}
.accordion-item .content {
    display: none
}
.accordion-item .content p {
    margin-top: 0
}
@media (min-width: 40rem) {
    .accordion-item .content {
        line-height: 1.75
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .accordion-item .icon {
        left: calc(45% - 4rem)
    }
    .accordion-item .title {
        margin-left: 20%
    }
    .content {
        text-align: center;
        margin-left: 6px;
        margin-right: 6px
    }
}
nav.navbar {
    position: absolute;
    z-index: 9500;
    width: 100%;
    width: 100vw;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}
@media (max-width: 767px) {
    .accordion-item .icon {
        left: calc(47% - 4rem)
    }
    .accordion-item .title {
        margin-left: 3%
    }
    .content {
        text-align: center
    }
}
.plana {
    background-color: transparent;
    border-bottom: 1px solid #999
}
.gray-plana {
    background-color: rgba(255, 255, 255, .5);
    border-bottom: 1px solid #999
}
.color-plana {
    background-color: rgba(255, 255, 255, .03)
}
.gray-plana,
.plana {
    padding-top: 25px;
    padding-bottom: 25px
}
.planas-title {
    line-height: .8;
    font-size: 27px;
    font-style: italic
}
.planas-title small {
    color: #333;
    display: block;
    padding: 4px;
    font-weight: 500
}
@media (max-width: 767px) {
    .solo {
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .solo-nomar {
        display: none
    }
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #999
}
.frase {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    line-height: 1.1
}
.img-border {
    border: 2px solid #ff3d66;
    border-radius: 0%;
    max-width: 160px
}
.img-border-redondo {
    border: 2px solid #ff3d66;
    border-radius: 100%;
    max-width: 160px
}
.credito {
	font-size: 10px;
	
}

@media (min-width: 991px){
.hiden-2 {
    display: none;
}
}

@media (max-width: 991px){
.hiden {
    display: none;
}
}

.rose {
	color: #ff3d66;
}

.titular {
	color: #000 !important;
}
