/* ----------------------------------------------------------------
    Seccion Banner
-----------------------------------------------------------------*/

.section-baner {
    padding: 80px 0;
    position: relative;
    z-index: auto;
    width: 100%;
    overflow: hidden;
    background-position: 50% 20%;
    background-repeat: repeat-y;
    background-size: cover;
}

.section-baner2 {
    position: relative;
    z-index: auto;
    width: 100%;
    overflow: hidden;
    background-position: 50% 20%;
    background-repeat: repeat-y;
    background-size: cover;
}
/* ----------------------------------------------------------------
    Botones
-----------------------------------------------------------------*/
.play-button, .play-button:hover {
    transition: all .4s cubic-bezier(.19,1,.22,1) 0s;
}

.play-button {
    position: relative;
    width: 90px;
    height: 90px;
    display: inline-block;
    border-width: 7px;
    border-style: solid;
    border-color: #fff;
    border-radius: 50%;
}

.play-button>i {
    font-size: 22px;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    transform: translateY(-50%) translateX(-50%);
}


.button-rosa{
    background-color: #9e1c63;
    border: 1px solid #9e1c63;
}

.button-rosa:hover, .button-rosa:visited, .button-rosa:focus, .button-rosa:active{
    background-color: #9e1c63;
    border: 1px solid #9e1c63;
    color: #fff !important;
}



/* ----------------------------------------------------------------
    Estilos TAB 1
-----------------------------------------------------------------*/

.tabs {
    position: relative;
    margin: 0 0 30px 0;
}

ul.tab-nav:not(.tab-nav-lg) {
    margin: 0;
    border-bottom: 1px solid #DDD;
    list-style: none;
    padding-left: 0px;
}

.tabs-bordered ul.tab-nav li:first-child {
    margin-left: 0;
}

ul.tab-nav:not(.tab-nav-lg) li:first-child {
    margin-left: 15px;
    border-left: 1px solid #DDD;
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
    position: relative;
    top: 1px;
    background-color: #FFF;
    color: #444;
}

ul.tab-nav:not(.tab-nav-lg) li {
    float: left;
    border: 1px solid #DDD;
    border-bottom: 0;
    border-left: 0;
    height: 41px;
    text-align: center;
}

ul.tab-nav:not(.tab-nav-lg) li a {
    display: block;
    padding: 0 15px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background-color: #eb008b;
    font-size: 14px;
    font-weight: bold;
}

.tabs-bordered .tab-container {
    border: 1px solid #DDD;
    border-top: 0;
    padding: 20px;
}

.tab-container {
    position: relative;
    padding: 20px 0 0;
}

/* ----------------------------------------------------------------
    Estilos TAB 2
-----------------------------------------------------------------*/

.tabs-navigation {
    margin-bottom: 0px;
    padding-left: 0px;
    border-bottom-width: 0px;
    list-style: none;
}

.tabs-navigation li {
    position: relative;
    display: block;
    float: left;
    margin: 0px 0px -1px;
}

.color .tabs-navigation li.ui-state-active a {
    color: rgb(255, 255, 255);
    background: rgb(211, 20, 140);
}

.color .tabs-navigation li.active a:hover {
    color: rgb(255, 255, 255);
    background: rgb(211, 20, 140);
}

.tabs-navigation li.active a, .tabs-navigation li.active a:focus, .tabs-navigation li.active a:hover {
    background: #ffffff;
    border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #2e343c;
}

.tabs-navigation li.active a, .tabs-navigation li.active a:focus, .tabs-navigation li.active a:hover {
    border-color: rgb(229, 232, 232) rgb(229, 232, 232) rgb(248, 249, 251);
    color: rgb(28, 32, 42);
    box-shadow: none;
    background: rgb(248, 249, 251);
}

.tabs-navigation li a {
    color: rgb(68, 68, 68);
    border-color: rgb(221, 221, 221);
    background: rgb(248, 250, 250);
}

.tabs-navigation li a {
    color: rgb(112, 118, 122);
    border-color: rgb(229, 232, 232);
    background: rgb(243, 246, 246);
}

.tabs-navigation li a, .tabs-navigation li a:focus, .tabs-navigation li a:hover {
    text-decoration: none;
    outline: 0px;
}

.tabs-navigation li a {
    position: relative;
    border: 1px solid rgb(229, 232, 232);
    margin-right: -1px;
    padding: 9px 20px 11px;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.tabs-content {
    border-color: rgb(221, 221, 221);
    background: rgb(255, 255, 255);
}

.tabs-content {
    border-color: rgb(229, 232, 232);
    background: rgb(248, 249, 251);
}

.tabs-content {
    position: relative;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid rgb(229, 232, 232);
    overflow: hidden;
}

.tabs-content > .active {
    display: block;
}

.tabs-content > .tab-pane {
    display: none;
}





/* ----------------------------------------------------------------
    Tamaño de Titulos
-----------------------------------------------------------------*/

.titulo-h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 1%;
    text-rendering: optimizelegibility;
}


.titulo-h2 {
    font-size: 29px;
    margin: 0 0 10px 0;
    font-weight: 600;
    text-rendering: optimizelegibility;
}

.titulo-h3 {
    font-size: 23px;
    margin: 0 0 10px 0;
    font-weight: 400;
    text-rendering: optimizelegibility;
}

.titulo-h4 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600
    text-rendering: optimizelegibility;
}

.titulo-h6 {
    font-weight: bold;
    margin-bottom: 20px;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;
}


.lead1{
    color: #696f6f;
    margin-bottom: 20px;
    font-size: 20px;
}

.lead2{
    color: #696f6f;
    margin-bottom: 20px;
    font-size: 16px;
}

.small {
    font-size: 85%;
    color: #696f6f;
    margin-bottom: 20px;
}


.paso:before {
    border-top: 4px solid #ab47bc;
    display: block;
    margin-top: 10px;
    width: 60px;
    content: "";
}



.social-iconos ul {
    padding: 0;
}

.social-iconos li {
    float: left;
    list-style: none;
}

.social-iconos.social-iconos-large li a {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 18px;
    margin: 0 10px 10px 0;
}

.social-iconos.social-iconos-rounded li a {
    border-radius: 50%;
}

.social-facebook a:hover {
    background-color: #5d82d1;
}

.social-twitter a:hover {
    background-color: #40bff5;
}

.social-youtube a:hover {
    background-color: #ef4e41;
}

.social-iconos.social-iconos-border li a {
    border: 1px solid #eee;
    color: #333;
}
.social-iconos li a {
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 8px 8px 0;
    border-radius: 4px;
    border: 0;
    color: #333;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-iconos:not(.social-iconos-colored):not(.social-iconos-colored-hover) li a:hover {
    background-color: #eee;
}
.social-iconos li:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}


/* ----------------------------------------------------------------
    Formato Imagenes en circulo
-----------------------------------------------------------------*/

.image-box.circle-image.small {
    height: 120px;
    width: 120px;
}

.image-box.circle-image {
    border: 6px solid #eee;
    border-radius: 100%;
    margin: 0 auto -6px;
    float: none;
    text-align: center;
    clear: both;
}

.image-box {
    max-height: 254px;
}

.image-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* margin-bottom: 30px; */
    float: left;
}

small, .small {
    font-size: 85%;
}

.image-box img {
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
    top: 0;
    width: 70%;
    vertical-align: middle;
    border: 0;
}




/* ----------------------------------------------------------------
    Formato Imagenes con marco
-----------------------------------------------------------------*/

.card-item {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 1px 2px 1px #eee;
    margin-bottom: 30px;
}

.card-item img {
    width: 100%;
    height: auto;
}

.card-item .contenido {
    padding: 20px;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* ----------------------------------------------------------------
    Colores de Fondo
-----------------------------------------------------------------*/


.text-background-light {
    background-color: #fff;
    padding: 0 4px;
}
.text-background-dark {
    background-color: #444;
    padding: 0 4px;
}
.text-shadow-light {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.53);
}
.text-shadow-dark {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.53);
}
.background-white,
.background-light {
    background-color: #fff;
}
.background-grey {
    background-color: #F6F6F6;
}
.background-dark {
    background-color: #101010;
}




/* ----------------------------------------------------------------
    PREDEFINED MARGIN & PADDING CLASSES
-----------------------------------------------------------------*/

.border-left {
    border-left: 1px solid #eee;
}
.border-top {
    border-top: 1px solid #eee;
}
.border-right {
    border-width: 0 1px 0 0;
    border-color: #eee;
    border-style: solid;
}
.border-bottom {
    border-bottom: 1px solid #eee;
}
.border-dotted {
    border-style: dotted;
}
.slider-size-half {
    max-height: 560px;
}
.no-margin {
    margin: 0px;
}
.m-b-0 {
    margin-bottom: 0px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-35 {
    margin-bottom: 35px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-b-60 {
    margin-bottom: 60px;
}
.m-b-70 {
    margin-bottom: 70px;
}
.m-b-80 {
    margin-bottom: 80px;
}
.m-b-90 {
    margin-bottom: 90px;
}
.m-b-100 {
    margin-bottom: 100px;
}
.m-b-150 {
    margin-bottom: 150px;
}
.m-b-200 {
    margin-bottom: 200px;
}
.m-t-0 {
    margin-top: 0px;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-25 {
    margin-top: 25px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-t-35 {
    margin-top: 35px;
}
.m-t-40 {
    margin-top: 40px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-t-60 {
    margin-top: 60px;
}
.m-t-70 {
    margin-top: 70px;
}
.m-t-80 {
    margin-top: 80px;
}
.m-t-90 {
    margin-top: 90px;
}
.m-t-100 {
    margin-top: 100px;
}
.m-l-0 {
    margin-left: 0px;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-15 {
    margin-left: 15px;
}
.m-l-20 {
    margin-left: 20px;
}
.m-l-25 {
    margin-left: 25px;
}
.m-l-30 {
    margin-left: 30px;
}
.m-l-35 {
    margin-left: 35px;
}
.m-l-40 {
    margin-left: 40px;
}
.m-l-50 {
    margin-left: 50px;
}
.m-l-60 {
    margin-left: 60px;
}
.m-l-70 {
    margin-left: 70px;
}
.m-l-80 {
    margin-left: 80px;
}
.m-l-90 {
    margin-left: 90px;
}
.m-l-100 {
    margin-left: 100px;
}
.m-r-0 {
    margin-right: 0px;
}
.m-r-5 {
    margin-right: 5px ;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-15 {
    margin-right: 15px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-r-25 {
    margin-right: 25px;
}
.m-r-30 {
    margin-right: 30px;
}
.m-r-35 {
    margin-right: 35px;
}
.m-r-40 {
    margin-right: 40px;
}
.m-r-50 {
    margin-right: 50px;
}
.m-r-60 {
    margin-right: 60px;
}
.m-r-70 {
    margin-right: 70px;
}
.m-r-80 {
    margin-right: 80px;
}
.m-r-90 {
    margin-right: 90px;
}
.m-r-100 {
    margin-right: 100px;
}
.m-0 {
    margin: 0px;
}
.m-5 {
    margin: 5px;
}
.m-10 {
    margin: 10px;
}
.m-15 {
    margin: 15px;
}
.m-20 {
    margin: 20px;
}
.m-25 {
    margin: 25px;
}
.m-30 {
    margin: 30px;
}
.m-35 {
    margin: 35px;
}
.m-40 {
    margin: 40px;
}
.m-50 {
    margin: 50px;
}
.m-60 {
    margin: 60px;
}
.m-70 {
    margin: 70px;
}
.m-80 {
    margin: 80px;
}
.m-90 {
    margin: 90px;
}
.m-100 {
    margin: 100px;
}

/*Margins*/

.col-no-margin [class^="col-"] {
    margin: 0;
    padding: 0 ;
}
.row.col-no-margin {
    margin: 0;
}
.row.col-small-margins [class^="col-"] {
    margin: 0 0 20px 0 ;
}
.no-padding-top {
    padding-top: 0 ;
}
.no-padding-bottom {
    padding-bottom: 0 ;
}
.no-padding {
    padding: 0 ;
    
}
.p-0 {
    padding: 0px;
}
.p-5 {
    padding: 5px;
}
.p-10 {
    padding: 10px;
}
.p-15 {
    padding: 15px;
}
.p-20 {
    padding: 20px;
}
.p-25 {
    padding: 25px;
}
.p-30 {
    padding: 30px;
}
.p-35 {
    padding: 35px;
}
.p-40 {
    padding: 40px;
}
.p-50 {
    padding: 50px;
}
.p-60 {
    padding: 60px;
}
.p-70 {
    padding: 70px;
}
.p-80 {
    padding: 80px;
}
.p-90 {
    padding: 90px;
}
.p-100 {
    padding: 100px;
}
.p-b-0 {
    padding-bottom: 0px;
}
.p-b-5 {
    padding-bottom: 5px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-b-15 {
    padding-bottom: 15px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-b-25 {
    padding-bottom: 25px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.p-b-35 {
    padding-bottom: 35px;
}
.p-b-40 {
    padding-bottom: 40px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.p-b-60 {
    padding-bottom: 60px;
}
.p-b-70 {
    padding-bottom: 70px;
}
.p-b-80 {
    padding-bottom: 80px;
}
.p-b-90 {
    padding-bottom: 90px;
}
.p-b-100 {
    padding-bottom: 100px;
}
.p-b-110 {
    padding-bottom: 110px;
}
.p-b-120 {
    padding-bottom: 120px;
}
.p-b-130 {
    padding-bottom: 130px;
}
.p-b-140 {
    padding-bottom: 140px;
}
.p-b-150 {
    padding-bottom: 150px;
}
.p-b-200 {
    padding-bottom: 200px;
}
.p-t-0 {
    padding-top: 0px;
}
.p-t-5 {
    padding-top: 5px;
}
.p-t-10 {
    padding-top: 10px;
}
.p-t-15 {
    padding-top: 15px;
}
.p-t-20 {
    padding-top: 20px;
}
.p-t-25 {
    padding-top: 25px;
}
.p-t-30 {
    padding-top: 30px;
}
.p-t-35 {
    padding-top: 35px;
}
.p-t-40 {
    padding-top: 40px;
}
.p-t-50 {
    padding-top: 50px;
}
.p-t-60 {
    padding-top: 60px;
}
.p-t-70 {
    padding-top: 70px;
}
.p-t-80 {
    padding-top: 80px;
}
.p-t-90 {
    padding-top: 90px;
}
.p-t-100 {
    padding-top: 100px;
}
.p-t-110 {
    padding-top: 110px;
}
.p-t-120 {
    padding-top: 120px;
}
.p-t-130 {
    padding-top: 130px;
}
.p-t-140 {
    padding-top: 140px;
}
.p-t-150 {
    padding-top: 150px;
}
.p-t-160 {
    padding-top: 160px;
}
.p-t-200 {
    padding-top: 200px;
}
.p-r-0 {
    padding-right: 0px;
}
.p-r-5 {
    padding-right: 5px;
}
.p-r-10 {
    padding-right: 10px;
}
.p-r-15 {
    padding-right: 15px;
}
.p-r-20 {
    padding-right: 20px;
}
.p-r-25 {
    padding-right: 25px;
}
.p-r-30 {
    padding-right: 30px;
}
.p-r-35 {
    padding-right: 35px;
}
.p-r-40 {
    padding-right: 40px;
}
.p-r-50 {
    padding-right: 50px;
}
.p-r-60 {
    padding-right: 60px;
}
.p-r-70 {
    padding-right: 70px;
}
.p-r-80 {
    padding-right: 80px;
}
.p-r-90 {
    padding-right: 90px;
}
.p-r-100 {
    padding-right: 100px;
}
.p-l-0 {
    padding-left: 0px;
}
.p-l-5 {
    padding-left: 5px;
}
.p-l-10 {
    padding-left: 10px;
}
.p-l-15 {
    padding-left: 15px;
}
.p-l-20 {
    padding-left: 20px;
}
.p-l-25 {
    padding-left: 25px;
}
.p-l-30 {
    padding-left: 30px;
}
.p-l-35 {
    padding-left: 35px;
}
.p-l-40 {
    padding-left: 40px;
}
.p-l-50 {
    padding-left: 50px;
}
.p-l-60 {
    padding-left: 60px;
}
.p-l-70 {
    padding-left: 70px;
}
.p-l-80 {
    padding-left: 80px;
}
.p-l-90 {
    padding-left: 90px;
}
.p-l-100 {
    padding-left: 100px;
}

/*Border radious*/

.b-r-2 {
    border-radius: 2px ;
}
.b-r-3 {
    border-radius: 3px ;
}
.b-r-4 {
    border-radius: 4px ;
}
.b-r-5 {
    border-radius: 5px ;
}
.b-r-6 {
    border-radius: 6px ;
}
.b-r-7 {
    border-radius: 7px ;
}
.b-r-8 {
    border-radius: 8px ;
}
.b-r-9 {
    border-radius: 9px ;
}
.b-r-10 {
    border-radius: 10px ;
}
.b-radius {
    border-radius: 50% ;
}

/*Floats*/

.float-right {
    float: right ;
}
.float-left {
    float: left ;
}
.float-none {
    float: none ;
}
.fullwidth {
    width: 100% ;
}



/*Responsive */

@media screen and (max-width: 991px) {
    .tabs-navigation,
    .tabs-vertical .tabs-content,
    .tabs-vertical .tabs-navigation,
    .justified .tabs-navigation,
    .tabs-right .tabs-navigation {
        width: auto;
        float: none
    }
    .tabs-content,
    .tabs-vertical .tabs-content,
    .justified .tabs-content,
    .tabs-right .tabs-content {
        margin-left: 0;
        min-height: 0!important
    }
    .tabs-vertical .tabs-content,
    .justified .tabs-content,
    .tabs-right .tabs-content {
        left: 0
    }
    .tabs-vertical .tabs-content-transparent {
        border-left-width: 0;
        padding: 40px 0;
        border-top-width: 1px
    }
    .tabs-navigation li,
    .tabs-vertical .tabs-navigation li,
    .justified .tabs-navigation li,
    .justified .tabs-navigation li,
    .tabs-right .tabs-navigation li,
    .tabs-right .tabs-navigation li {
        width: auto;
        float: none;
        display: block;
        text-align: left
    }
    .tabs-navigation li a,
    .tabs-vertical .tabs-navigation li a {
        margin-right: 0
    }
    .tabs-vertical .tabs-navigation li a:after {
        width: auto;
        height: 3px;
        right: -1px;
        bottom: auto;
    }
    .tabs-vertical .tabs-navigation li.active a {
        border-right-width: 1px
    }
    .tabs-navigation li.active a,
    .tabs-navigation li.active a:hover,
    .tabs-vertical .tabs-navigation li.active a,
    .tabs-vertical .tabs-navigation li.active a:hover {
        border-right-color: #d1d7d9;
        border-bottom-color: #d1d7d9
    }
    .tabs-navigation li.active a,
    .tabs-navigation li.active a:hover,
    .tabs-vertical .tabs-navigation li.active a,
    .tabs-vertical .tabs-navigation li.active a:hover {
        border-right-color: #dde1e1;
        border-bottom-color: #dde1e1
    }
    .tabs-vertical.tabs-right .tabs-navigation {
        width: 100%;
    }
    .tabs-vertical.tabs-right .tabs-navigation li a {
        margin-left: 0px !important;
    }
    .tabs-vertical.tabs-right .tabs-navigation li.active a {
        margin-left: 0px !important;
    }
    .tabs-vertical.tabs-right .tabs-navigation li.active a:after {
        left: 0;
        right: auto;
    }
    .tabs-vertical.tabs-right .tabs-content {
        margin-right: 0 !important;
    }
    .radius .tabs-navigation li a {
        border-radius: 0px;
    }
    .radius .tabs-navigation li:first-child a {
        border-radius: 8px 8px 0 0;
    }
    .tabs.linetriangle .tabs-navigation li.active a:focus,
    .linetriangle .tabs-navigation li.active a:hover,
    .linetriangle .tabs-navigation li.active a,
    .linetriangle .tabs-navigation li a {
        border-width: 0 0 1px;
    }
}