/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/

html {
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}

body {
    background: none;
    font: 200 17px/1.8 "Open Sans", sans-serif;
    color: #3c3c3b;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left !important;
}

.position-relative {
    position: relative;
}

.leftauto {
    right: 0 !important;
    left: auto !important;
}


/* Transition elsements */

a,
.btn {
    transition: all 0.125s ease-in-out 0s;
}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
    transition: all 0.3s ease-in-out 0s;
}


/* Reset box-shadow */

.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    box-shadow: none;
}


/* Reset border-radius */

.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
    border-radius: 2px;
}

.pr-remove {
    /*vertical-align: middle !important;*/
    text-align: center;
}

.examples {
    border-radius: 2px;
    padding: 7px 5px;
    margin: 0 0 40px;
}

.examples.bg-dark {
    background: #333;
    border: 0;
}

.et-icons .box1 {
    border: 1px solid #e5e5e5;
    display: block;
    width: 25%;
    float: left;
    padding: 0;
    font-size: 13px;
    margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    margin-right: 5px;
}

.fa-icons > div {
    padding: 0;
    border: 1px solid #e5e5e5;
    margin: -1px 0 0 -1px;
    font-size: 13px;
}

.fa-icons > div > i {
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
    min-height: 40px;
    border-right: 1px solid #f1f1f1;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.help-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* Sections */

.navbar-custom + .main {
    margin-top: 50px;
}

.main {
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.module,
.module-small {
    position: relative;
    padding: 155px 0;
    background-repeat: no-repeat;
    background-position: 40% 40%;
    background-size: cover;
}


/* Module header */

.module-small {
    padding: 70px 0;
}


/* Module header */

.module-small a {}

.module-extra-small {
    padding: 25px 0px;
}

.module-medium {
    padding: 75px 0px;
}

.holder-w {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 1px;
    width: 50%;
}

.holder-w:before {
    border-top: 1px solid #eaeaea;
    position: relative;
    display: block;
    content: "";
    top: 1px;
    height: 1px;
    width: 100%;
}


/* Sections dividers */

.divider-w {
    border-top: 1px solid #eaeaea;
    margin: 0;
}

.divider-d {
    border-top: 1px solid #202020;
    margin: 0;
}


/* Half-image */

.side-image {
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    /*background-position: 50% 50%;*/
    background-size: unset;
}

.side-image-text {
    background: none !important;
    /*padding: 65px 60px 75px;*/
}

.side-image-text2 {
    background: none !important;
    padding: 65px 60px 75px;
}


/* Dark background */

.bg-dark,
bg-dark-10 .bg-dark-20,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
    color: #fff;
}

.bg-dark {
    background: linear-gradient(-34deg, #0a51a1 0%, #0a1f67 110%);
}

.bg-dark-10:before {
    position: absolute;
    background: rgba(2, 2, 2, 0.1);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-20:before {
    position: absolute;
    background: rgba(2, 2, 2, 0.3);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-30:before {
    position: absolute;
    background: rgba(2, 2, 2, 0.5);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-60:before {
    position: absolute;
    background: rgba(34, 34, 34, 0.8);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-90:before {
    position: absolute;
    background: rgba(34, 34, 34, 0.9);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-gradient:before {
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-8 */
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-light {
    background: #f6f6f6;
}

.parallax-bg {
    background-attachment: fixed;
    background-size: cover;
}

.parallax-bg {
    background-attachment: fixed;
    background-size: cover;
}

@media (max-width: 1024px) {
    .parallax-bg {
        background-attachment: scroll;
    }
}

@media (min-width: 768px) {
    .parallax-bg {
        background-attachment: none;
    }
}


/* Vertical margin, padding */

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pt-170 {
    padding-top: 170px !important;
}


.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-10 {
        margin-top: 10px !important;
    }
    .mt-sm-20 {
        margin-top: 20px !important;
    }
    .mt-sm-30 {
        margin-top: 30px !important;
    }
    .mt-sm-40 {
        margin-top: 40px !important;
    }
    .mt-sm-50 {
        margin-top: 50px !important;
    }
    .mt-sm-60 {
        margin-top: 60px !important;
    }
    .mt-sm-70 {
        margin-top: 70px !important;
    }
    .mt-sm-80 {
        margin-top: 80px !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-10 {
        margin-bottom: 10px !important;
    }
    .mb-sm-20 {
        margin-bottom: 20px !important;
    }
    .mb-sm-30 {
        margin-bottom: 30px !important;
    }
    .mb-sm-40 {
        margin-bottom: 40px !important;
    }
    .mb-sm-50 {
        margin-bottom: 50px !important;
    }
    .mb-sm-60 {
        margin-bottom: 60px !important;
    }
    .mb-sm-70 {
        margin-bottom: 70px !important;
    }
    .mb-sm-80 {
        margin-bottom: 80px !important;
    }
}

@media only screen and (max-width: 767px) {
    .mt-xs-0 {
        margin-top: 0 !important;
    }
    .mt-xs-10 {
        margin-top: 10px !important;
    }
    .mt-xs-20 {
        margin-top: 20px !important;
    }
    .mt-xs-30 {
        margin-top: 30px !important;
    }
    .mt-xs-40 {
        margin-top: 40px !important;
    }
    .mt-xs-50 {
        margin-top: 50px !important;
    }
    .mt-xs-60 {
        margin-top: 60px !important;
    }
    .mt-xs-70 {
        margin-top: 70px !important;
    }
    .mt-xs-80 {
        margin-top: 80px !important;
    }
    .mb-xs-0 {
        margin-bottom: 0 !important;
    }
    .mb-xs-10 {
        margin-bottom: 10px !important;
    }
    .mb-xs-20 {
        margin-bottom: 20px !important;
    }
    .mb-xs-30 {
        margin-bottom: 30px !important;
    }
    .mb-xs-40 {
        margin-bottom: 40px !important;
    }
    .mb-xs-50 {
        margin-bottom: 50px !important;
    }
    .mb-xs-60 {
        margin-bottom: 60px !important;
    }
    .mb-xs-70 {
        margin-bottom: 70px !important;
    }
    .mb-xs-80 {
        margin-bottom: 80px !important;
    }
}


/* Scroll to top */

.scroll-up {
    position: fixed;
    display: none;
    bottom: 7px;
    right: 7px;
    z-index: 999;
}

.scroll-up a {
    background: #019be1 !important;
    display: block;
    height: 37px;
    width: 37px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    opacity: 0.9;
    text-shadow: 0 0 0.3em #ddd;
    border-radius: 50px;
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.3);
    font-weight: bold;
}

.scroll-up a:hover,
.scroll-up a:active {
    opacity: 1;
    color: #000;
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.6);
}


/* Video */

.video-controls-box {
    position: absolute !important;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.video-controls-box a {
    display: inline-block;
    color: #fff;
    margin: 0 5px 0 0;
}


/* Landing Page */

.landing-reason:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(66, 26, 107, 0.9);
}

.landing-reason {
    color: #fff;
    font-size: 13px;
}

.landing-image-text {
    padding-top: 70px;
    padding-bottom: 0px;
}

.landing-image-text h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.landing-screenshot:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(66, 60, 130, 0.5);
}

.alert i {
    margin-right: 5px;
}



/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/

.btn {
    border-radius: 0;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 8px 37px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.btn.btn-round {
    border-radius: 2px;
}

.btn.btn-circle {
    border-radius: 30px;
}

.btn.btn-w {
    background: rgba(255, 255, 255, 0.8);
    color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
    background: white;
    color: #111;
}

.btn.btn-g {
    background: #e5e5e5;
    color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
    background: #d8d8d8;
    color: #111;
}

.btn.btn-w {
    background: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #0a65cb!important;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
    background: #fff;
    border-color: transparent;
    color: #111;
}

.btn.btn-border-w {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #fff;
    font-size: 12px;
    z-index: 999;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
    background: #fff;
    border-color: transparent;
    color: #111;
}

.btn.btn-d {
    background-image: linear-gradient(-34deg, #0a51a1 0%, #0a1f67 110%);
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.1);
    color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
    background: #0a65cb!important
}

.btn.btn-google {
    background: #dd4b39;
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.1);
    color: #fff;
    font-size: 20px;
    padding: 5px 50px;
}

.btn.btn-google:hover,
.btn.btn-google:focus {
    background: #ef6156;
}

.btn.btn-linkedin {
    background: #2867B2;
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.1);
    color: #fff;
    font-size: 20px;
    padding: 5px 50px;
}

.btn.btn-linkedin:hover,
.btn.btn-linkedin:focus {
    background: #3682CE;
}


.btn.btn-border-d {
    background: none;
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.1);
    color: #edb5cf !important;
    border-color: #edb5cf;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
    background: #edb5cf !important;
    color: #fff !important;
}


.btn.btn-black {
    background: #000;
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.1);
    color: #fff;
}

.btn.btn-black:hover,
.btn.btn-black:focus {
    background: #efa3ca;
}

.servicios-cel {
    z-index: 9999;
    position: relative;
}

.btn-servicios-cel {
    background: #edb5cf !important;
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.1);
    color: #fff !important;
}

.btn-black {
    background: #111111 !important;
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.1);
    color: #fff !important;
    border-radius: 30px;
}

.btn-black-border {
    background: none;
    border-color: #111111 !important;
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.1);
    color: #111111 !important;
    border-radius: 30px;
}

.btn.btn-black-border:hover,
.btn.btn-black-border:focus {
    background: #111111 !important;
    color: #fff !important;
}

.btn.btn-b {
    background: #005690;
    color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
    background: #0484BC;
}

.btn-border-d {
    background: transparent;
    border: 1px solid #111111;
    color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
    background: linear-gradient(#212121, #252525);
    color: #fff;
}

.btn.btn-font-w {
    background: rgba(255, 255, 255, 0.8);
    color: #fff;
}

.btn.btn-font-w:hover {
    background: #fff;
    color: #111;
}


/* Buttons size */

.btn.btn-lg {
    padding: 12px 45px;
    font-size: 13px;
}

.btn.btn-sm {
    padding: 6px 25px;
    font-size: 10px;
    letter-spacing: 1px;
}

.btn.btn-xs {
    padding: 4px 19px;
    font-size: 10px;
    letter-spacing: 0;
}

.btn-list .btn {
    margin: 5px 0;
}

.search-btn {
    position: absolute;
    background: transparent;
    border: none;
    overflow: hidden;
    top: 50%;
    right: 1px;
    width: 42px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    outline: none;
    color: #999;
    margin-top: -20px;
}

.image-button {
    margin: 0px 5px;
}


/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/


/* Selection */

::-moz-selection {
    background: #000;
    color: #fff;
}

::-webkit-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

.rqst-form {
    margin-top: 27px;
}

.rqst-form .btn {
    margin-top: 5px;
}

.input-group-addon {
    border: 1px solid #e4e4e4 !important;
}


/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/

a {
    /*color: #111;*/
    font-size: 14px;
    font-weight: 500;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #aaa;
    outline: 0;
}

.bg-dark a {
    color: #aaa;
    font-size: 15px;
    font-weight: 500;
}

.bg-dark a:hover,
.bg-dark a:focus {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    font-weight: 400;
}

p,
ol,
ul,
blockquote {
    margin: 0 0 20px;
}

blockquote {
    border: 0;
    font-style: italic;
    font-size: 15px;
    padding: 0;
}

.font-alt {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.font-serif {
    font-family: Volkhov, "Times New Roman", sans-serif;
    font-style: italic;
}

.large-text {
    font-size: 16px !important;
}

.rotate {
    text-shadow: none !important;
}

.module-title {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #111;
    margin: 0 0 70px;
}

.module-title-span {
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 0.3333333333em;
    font-weight: 400;
    font-size: 23px;
    color: #fff;
}

.module-title-modal {
    letter-spacing: 3px;
    font-weight: 300;
    font-size: 16px;
    color: #111;
}

.module-subtitle {
    text-align: center;
    font-size: 16px;
    color: #111;
    margin-bottom: 20px;
}

.module-icon {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.module-title + .module-subtitle {
    margin-top: -45px;
    margin-bottom: 20px;
}


/* Restaurant module header */

.alt-module-subtitle {
    display: table;
}

.alt-module-subtitle h5 {
    display: table-cell;
    white-space: pre;
    padding: 0 8px;
    color: #111;
}


/* Finance case study header */

.finance-image-content {
    border: 1px solid #e5e5e5;
    padding: 60px 0px;
}

.finance-image-content .module-title {
    margin-bottom: 20px;
}

.finance-image-content .alt-features-item {
    margin-top: 40px;
}


/* Landing Page */

.landing-reason .module-title {
    color: #e6af4b;
}

.landing-reason .module-title + .module-subtitle {
    margin-top: -60px;
    margin-bottom: 40px;
}

.free-trial {
    background-color: rgba(88, 20, 158, 0.9);
    color: #FFFFFF;
}

.free-trial .color-golden {
    color: #e6af4b;
}


/*  Special Portfolio Page  */

.special-portfolio-header-title {
    border: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 50px;
    padding: 40px 0px;
    letter-spacing: 8px;
}


/*--------------------------------------------------------------
	Slider & Carousel
--------------------------------------------------------------*/

.bg-dark-fintech-slider:before {
    position: absolute;
     background-image: linear-gradient(to right, rgba(0,21,60,0.6), rgba(10,31,103,0.9));
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.contenido-slider{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top:15px;
}


.slider-content-text{
  z-index: 99999 !important;
    position: relative !important;
    margin-top:200px;
}

@media (max-width: 720px) {
  .slider-content-text{
    margin-top:110px;
}
}

.slider-content-image{
  z-index: 999 !important;
    position: relative !important;
    margin-top:-330px;
}


.slider-content-image img{
opacity:0.1
}

.slider-content-text h4{
    color:#fff;
    font-size: 45px;
    line-height: 120%;
    margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .slider-content-text h4{
    font-size: 35px;
}
}

@media (max-width: 720px) {
  .slider-content-text h4{
    font-size: 30px;
}
}

.slider-content-text h4 span{
    text-shadow:rgb(221, 221, 221) 0px 0px 0.1em;
    font-weight: 700;
}


/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */

.flex-direction-nav a,
.flex-control-nav > li > a {
    transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
    position: absolute;
    display: block;
    height: 100%;
    width: 50%;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    margin: 0;
}

.flex-direction-nav .flex-prev {
    opacity: 0;
    left: 0;
    cursor: url(../images/prev-light.png), e-resize;
}

.flex-direction-nav .flex-next {
    opacity: 0;
    right: 0;
    cursor: url(../images/next-light.png), e-resize;
}

.flex-control-nav {
    position: absolute;
    width: auto;
    left: 50%;
    bottom: 20px;
    z-index: 11;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flex-control-nav > li {
    display: inline-block;
    margin: 5px 3px;
}

.flex-control-nav > li > a {
    background: transparent;
    border: 1px solid #fff;
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 6px;
}

.flex-control-nav > li > a:hover,
.flex-control-nav > li > a.flex-active {
    background: #fff;
}




/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */

.hero-slider {
    margin: 0 !important;
}

.hero-slider .slides > li {
    display: none;
}

.hero-slider,
.hero-slider .flex-viewport {
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
}

.hero-slider .slides {
    height: 100% !important;
    transition-delay: 1s;
}

.hero-slider .flex-direction-nav a {
    width: 15%;
}

.hero-slider .slides li {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}




                .descripcion-detalle h4 {
    color: #fff;
    font-size: 33px;
    line-height: 120%;
    text-shadow: 0 0 0.05em #ddd;
}

@media (max-width: 768px) {
    .descripcion-detalle h4 {
       font-size: 28px;
    }
}




/* Caption */

.titan-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 70%;
    margin: 0 auto;
}

.titan-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.caption-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}



/*
Photography Page Slider
*/

.photography-page .image-caption {
    bottom: 20px;
    position: absolute;
    width: 35%;
}

.photography-page .image-caption .caption-text {
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.photography-page .flex-control-nav {
    left: 80%;
    bottom: 20px;
    z-index: 11;
}


/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */

.owl-controls {
    margin-top: 40px;
}

.owl-pagination div {
    display: inline-block;
}

.owl-controls .owl-page span {
    background: transparent;
    border: 1px solid #111;
    display: block;
    height: 6px;
    width: 6px;
    margin: 0 3px 5px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out 0s;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
    background: #111;
}

.owl-controls .owl-buttons > div {
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    color: #111;
}


/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/

.page-loader {
    position: fixed;
    background: #181d26;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
}

.loader {
    position: absolute;
    border-left: 2px solid #ffffff;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/

.navbar-custom {
    background: #fff;
    color: #fff;
    border: 0;
    border-radius: 0;
    z-index: 1000;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    transition: background, padding 0.4s ease-in-out 0s;
    box-shadow: rgba(50, 50, 50, 0.4) 0px 7px 26px 0px;
}

.navbar a {
    transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .dropdown-menu {
    background: #fff;
    border-radius: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
}

.navbar-custom .navbar-brand {
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}

.navbar-custom .nav li > a {
    position: relative;
    color: #0c3962!important;
}

.navbar-custom .dropdown-menu > li > a {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding: 11px 15px;
    letter-spacing: 2px;
    color: #fff;
}

.navbar-custom .dropdown-menu .dropdown-menu {
    border-left: 1px solid rgba(73, 71, 71, 0.15);
    left: 100%;
    right: auto;
    top: 0;
    margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
    border: 0;
    border-right: 1px solid rgba(73, 71, 71, 0.15);
    right: 100%;
    left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
    background: none;
    color: #fff;
}

.navbar-custom .dropdown-menu > li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
    background:  #0c3962!important;
}

.dropdown-menu {
    min-width: 180px;
    font-size: 11px;
}


/* Navbar search

.dropdown-search {
	position: relative;
	padding: 5px;
}

.dropdown-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}*/


/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/

.home-section {
   position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: auto;
    z-index: 0;
    background-size: cover;

}

.formulario-programas{
        background-image: linear-gradient(to right, rgba(0,21,60,0.5), rgba(10,31,103,0.8));
    padding: 190px 50px 250px; 
    position: relative;

}

.formulario-programas2{
    padding: 190px 50px 250px; 
    position: relative;

}


@media (max-width: 720px){
    .formulario-programas{
    padding: 130px 50px 230px; 
}
}

@media (max-width: 1366px){
    .formulario-programas{
    padding: 250px 50px 350px; 
}
}

@media (max-width: 1600px){
    .formulario-programas{
    padding: 280px 50px 380px; 
}
}

.titan-title-size-1 {
    letter-spacing: 4px;
    font-size: 15px;
}

.titan-title-size-2 {
    line-height: 1.3;
    letter-spacing: 3px;
    font-size: 18px;
    opacity: .8;
}

.titan-title-size-3 {
    letter-spacing: 16px;
    font-size: 46px;
}

.titan-title-size-4 {
    letter-spacing: 24px;
    font-weight: 400;
    font-size: 48px;
}


/* Agency Page Header */

.agency-page-header:before {
    background: transparent;
}


/* About us Page Header */

.about-page-header:before {
    background: rgba(2, 2, 2, 0.2);
}


/* Service Page Header */

.service-page-header:before {
    background: rgba(2, 2, 2, 0.1);
}


/* Pricing Page Header */

.pricing-page-header {
    background-position: 40% 14%;
    background-repeat: no-repeat;
}

.pricing-page-header:before {
    background: rgba(2, 2, 2, 0.6);
}


/* Gallery Page Header */

.gallery-page-header {
    background-position: 50% 0%;
    background-repeat: no-repeat;
    height: 380px;
}


/* Contact Page Header */

.contact-page-header {
    background-position: 13% 45%;
    background-repeat: no-repeat;
}

.contact-page-header:before {
    background: rgba(2, 2, 2, 0.5);
}


/* FAQ Page Header */

.faq-page-header:before {
    background: rgba(2, 2, 2, 0.15);
}


/* Blog Page Header */

.blog-page-header {
    background-position: 50% 24%;
    background-repeat: no-repeat;
}

.blog-page-header:before {
    background: rgba(2, 2, 2, 0.3);
}


/* Restaurant menu Page Header */

.restaurant-menu-bg:before {
    background: rgba(2, 2, 2, 0.4);
}

.restaurant-page-header:before {
    background: rgba(0, 0, 0, 0.45);
}

.restaurant-image-overlay:before {
    background-color: rgba(2, 2, 2, 0.25);
}


/* Portfolio Page Header */

.portfolio-page-header {
    background-position: 50% 50%;
}

.portfolio-page-header:before {
    background: rgba(45, 45, 45, 0.45);
}


/* Landing Page Header */

.landing-header:before {
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(119, 47, 109, 0.52) 95%, rgba(115, 35, 105, 0.58) 100%);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.banner-img {
    margin-top: -145px;
}

.shop-page-header:before {
    background: rgba(34, 34, 34, 0.3);
}


/********************  Contacto styles ******************/

.footer {
    padding: 10px 0;
    background: #00153C;
}

.footer .copyright {
    margin: 0;
}

.footer .footer-social-links {
    text-align: right;
}

.footer p {
    font-size: 12px;
}

.footer .footer-social-links a {
    display: inline-block;
    padding: 0 6px;
}


/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */

#map-section {
    position: relative;
    height: 450px;
    width: 100%;
}

#map {
    height: 100%;
    width: 100%;
}

#map img {
    max-width: none;
}


/*--------------------------------------------------------------
	Services & Features
--------------------------------------------------------------*/

.features-item {
    margin: 20px 0;
    text-align: center;
}

.features-icon,
.alt-features-icon {
    line-height: 1.2;
    font-size: 42px;
    color: #399b9c;
}

.features-icon,
.alt-features-icon img{
    height:60px;
    width: 100%;
    margin-right: 10px;
}

@media (max-width: 1200px) {
    .features-icon,
.alt-features-icon img{
    width: auto;
    height: 60px;
    left: 0;
    text-align: left;
}
}

.features-title,
.alt-features-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #111;
    margin: 16px 0 15px;
}

.alt-features-item {
    position: relative;
    padding-left: 70px;
    margin: 75px 0 0 0;
}

.alt-features-icon {
    position: absolute;
    height: 40px;
    width: 60px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
}

.alt-features-modal {
    position: relative;
    padding-left: 55px;
    margin: 3px 0 0 0;
}

alt-features-icon-modal {
    position: absolute;
    height: 30px;
    width: 30px;
    left: 20;
    top: 20;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
}

.alt-features-title {
    font-size: 13px;
    margin: 0 0 10px;
}


/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/

.bg-dark-promociones:before {
    position: absolute;
    background: linear-gradient(to bottom, rgba(242, 35, 202, 0.65) 10%, rgba(0, 0, 0, 0.95) 90%);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 6px;
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.1);
}

.bg-promociones-1 {
    background-image: url(../images/servicio1.jpg);
    background-size: cover;
    min-height: auto;
    max-width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 25px 50px;
    background-size: 100% 100%;
}

.price-table {
    background: #fff;
    margin-top: 20px;
    border-radius: 6px;
    margin: 0px 0 0px;
    text-align: center;
}

.price-table:hover {
    border-color: #CACACA;
    background
}

.price-table.best {
    margin: 0 0 30px;
}

.price-table .small {
    margin: 0;
}

.borderline {
    position: relative;
    background: #eaeaea;
    display: block;
    height: 1px;
    width: 100%;
    margin: 20px 0 15px;
}

.borderline:before {
    position: absolute;
    background: #eaeaea;
    content: "";
    bottom: -7px;
    left: 50%;
    height: 14px;
    width: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: -7px;
}

.borderline:after {
    position: absolute;
    background: #fff;
    content: "";
    bottom: -5px;
    left: 50%;
    height: 16px;
    width: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: -8px;
}

.price-table h3 {
    color: #FFF;
    margin: 0;
    z-index: 100;
    position: relative;
}

.price-table h4 {
    padding-top: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    z-index: 100;
    position: relative;
    text-align: left;
}

.price-table p {
    color: #fff;
    margin: 0;
    z-index: 100;
    position: relative;
    text-align: left;
}

.price-table ul li {
    color: #fff;
    font-size: 10px;
    z-index: 100;
    position: relative;
    text-align: left;
}

.price-table .boton-promociones {
    padding-top: 10px;
    padding-bottom: 15px;
    z-index: 100;
    position: relative;
}


/*--------------------------------------------------------------
	PROMOCIONES
--------------------------------------------------------------*/

.content.square-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
}

.content.square-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(244, 20, 143, 0.62) 10%, rgba(0, 0, 0, 0.87) 90%);
    z-index: 9;
    width: 100%;
    height: 100%;
}

.content.square-item:hover .bg-contain img {
    transform: scale(1.1);
}

.content.square-item .bg-contain img {
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease;
}

.content.square-item .body {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 2em;
    z-index: 10;
}

.content.square-item .body h2 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 0.3333333333em;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}

.content.square-item .body h4 {
    margin-top: 20px !important;
    color: #fff;
    font-weight: 700;
}

.content.square-item .body p {
    color: #fff;
    line-height: 144%
}

.content.square-item .body ul {
    margin-top: -10px;
    margin-left: 15px;
    margin-bottom: 25px;
    line-height: 150%
}

.content.square-item .body ul li {
    color: #fff;
    font-size: 11px;
    text-align: left;
    line-height: 160%
}

.content.square-item .body a {
    color: #fff;
    text-shadow: 4px 3px 8px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.3);
    padding: 0.7em 3em;
    text-decoration: none;
    border-radius: 20px;
    text-align: center;
}

.content.square-item .body a:hover {
    color: #000000;
    background: #f2c1ca;
    font-weight: 600;
}


/*--------------------------------------------------------------
	Fun fact
--------------------------------------------------------------*/

.count-item {
    text-align: center;
    margin-top:-20px;
}

.count-icon {
    line-height: 1.2;
    font-size: 42px;
}

.count-to{
    font-size: 50px;
    text-align: left;
}

.count-title{
    font-size: 20px;
    text-align: left;
    margin-top: -15px;
    margin-bottom: 50px;
    font-style: normal!important;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*--------------------------------------------------------------
	Video Box
--------------------------------------------------------------*/

.video-box {
    text-align: center;
    padding: 40px 0;
}

.video-box-icon > a > i,
.video-box-icon > a > span {
    line-height: 1.8;
    font-size: 40px;
    color: #fff;
}

.video-title {
    letter-spacing: 4px;
    font-size: 30px;
    margin: 10px 0 0;
}

.video-subtitle {
    color: rgba(255, 255, 255, 0.5);
}


/*--------------------------------------------------------------
	Single Portfolio
--------------------------------------------------------------*/

.work-details {
    margin: 0 0 20px;
}

.work-details-title {
    color: #111;
    margin: 0 0 20px;
}

.work-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.work-details ul > li {
    border-bottom: 1px dotted #c2c2c2;
    padding: 0 0 5px;
    margin: 0 0 5px;
}


/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/

.callout-text {
    color: rgba(255, 255, 255, 0.6);
}

.callout-title {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 20%;
}

.callout-btn-box {
    text-align: right;
    padding-top: 4px;
}

.request-cta {
    padding: 50px 0px;
}


/*--------------------------------------------------------------
	Testimonial
--------------------------------------------------------------*/

.testimonial:before {
    background: rgba(2, 2, 2, 0.4);
}

.testimonials-slider {
    position: relative;
}

.testimonial-text {
    text-align: center;
    font-style: normal;
    font-size: 18px;
}

.testimonial-caption {
    text-align: center;
    padding: 10px 0 0;
}

.testimonial-title {
    font-size: 14px;
}

.testimonial-descr {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
}


/*--------------------------------------------------------------
	Blog Post
--------------------------------------------------------------*/

.post {
    margin: 0 0 80px;
}

.post-title {
    line-height: 1.4;
    font-size: 22px;
    color: #111;
    margin: 0;
}

.post-intro {
    font-size: 13px;
}

.post-header {
    margin: 0 0 15px;
}

.post-meta {
    font-size: 11px;
    color: #aaa;
}

.post-entry {
    border-top: 1px dotted #c2c2c2;
    padding-top: 20px;
    margin-top: 10px;
}

.post-images-slider {
    position: relative;
}

.post-images-slider .flex-control-nav {
    bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
    margin: 0 0 20px;
}

.post-quote {
    background: #f5f5f5;
    text-align: center;
    padding: 20px;
}


/* Post columns */

.post-columns .post {
    margin: 0 0 60px;
}

.post-columns .post-header {
    margin: 0 0 10px;
}

.post-columns .post-title {
    line-height: 1.8;
    font-size: 14px;
}

.post-columns .post-entry {
    padding: 10px 0 0;
    margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
    border: 0;
    padding: 0;
}

.post-columns .post-entry p:last-child {
    margin: 0;
}

.more-link:after {
    content: "\00BB";
    color: #666666;
    padding-left: 5px;
}

.pagination a {
    border: 1px solid #eaeaea;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    color: #999;
    padding: 4px 12px;
}

.pagination a.active {
    border-color: #CACACA;
}


/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/


/* Progress bars */

.progress {
    overflow: visible;
    height: 4px;
}

.progress-bar {
    position: relative;
}

.progress-bar.pb-dark {
    background: #111;
}

.progress-bar span {
    position: absolute;
    display: block;
    right: -0px;
    top: -24px;
    opacity: 0;
    line-height: 12px;
    font-size: 12px;
    color: #111;
    padding: 4px 0px;
}

.progress-bar span:after {
    display: inline-block;
    content: "%";
}


/* Tabs */

.tab-content .tab-pane {
    padding: 20px 0;
}


/* Accordion */

.panel-title {
    font-size: 14px;
}

.panel-heading a {
    position: relative;
    display: block;
}

.panel-heading a:after {
    position: absolute;
    content: "\f106";
    top: 50%;
    right: 0px;
    font-family: "FontAwesome";
    line-height: 1;
    font-size: 14px;
    margin-top: -7px;
}

.panel-heading a.collapsed:after {
    content: "\f107";
}


/* Tables */

.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
    border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
    border-top: 0;
}

.checkout-table {
    border: 1px solid #e5e5e5;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
    padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
    max-width: 30px;
}


/* Sidebar / Widget common*/

.sidebar .widget {
    margin-bottom: 60px;
}

.sidebar .widget-title {
    color: #111;
}

.widget .widget-title {
    border-bottom: 1px dotted #c2c2c2;
    padding: 0 0 10px;
    margin: 0 0 15px;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* Icon List */

.widget .icon-list li {
    padding: 5px 0;
}

.widget .icon-list li a:before {
    content: "\00BB";
    color: #666666;
    padding-right: 5px;
}


/* Posts */

.widget-posts li {
    margin: 0 0 15px;
}

.widget-posts li:last-child {
    margin: 0;
}

.widget-posts-image {
    float: left;
    width: 64px;
}

.widget-posts-body {
    margin-left: 74px;
}


/* Search */

.search-box {
    position: relative;
}


/* Tags */

.tags a {
    background: #111;
    display: inline-block;
    font-size: 10px;
    color: #fff;
    padding: 4px 10px 4px 12px;
    margin: 0 1px 4px;
    border-radius: 2px;
}

.tags a:hover {
    background: rgba(17, 17, 17, 0.8);
}


/*--------------------------------------------------------------
	Comment Box in Blog
--------------------------------------------------------------*/

.comments,
.comment-form {
    margin: 80px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
    border-bottom: 1px dotted #c2c2c2;
    font-size: 16px;
    color: #111;
    padding-bottom: 15px;
    margin: 0 0 20px;
}

.comment-author {
    font-size: 14px;
    margin: 0 0 10px;
}

.comment-avatar {
    width: 55px;
    float: left;
    margin-top: 10px;
}

.comment-avatar img {
    border-radius: 50%;
}

.comment-content {
    padding-top: 5px;
    margin-left: 75px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .comment .comment {
        margin-left: 75px;
    }
}


/*--------------------------------------------------------------
	Client
--------------------------------------------------------------*/

.client-logo {
    opacity: .5;
}

.client-logo:hover {
    opacity: 1;
}


/*--------------------------------------------------------------
	Shop Items
--------------------------------------------------------------*/

.shop-item {
    text-align: center;
    margin: 0 0 40px;
}

.shop-item .servicios-title {
    float: center;
    width: 100%;
    position: absolute;
    z-index: 9999;
    margin-top: 130px;
    font-size: 28px;
    font-weight: 500;
    text-shadow: 2px 2px 9px rgba(3, 12, 18, 0.38);
    line-height: 105%;
}

.shop-item-image {
    position: relative;
    overflow: hidden;
}

.shop-item-image img {
    width: 100%;
}

.shop-item-detail,
.shop-item-image:after {
    transition: all 0.4s ease-in-out 0s;
}

.shop-item-image:after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.shop-item-detail {
    position: absolute;
    width: 100%;
    left: 0;
    top: 155px;
    bottom: 100%;
    padding: 20px;
    opacity: 0;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    color: #aaa;
}

.shop-item-title {
    font-weight: 400;
    font-size: 14px;
    color: #111;
    margin: 15px 0 5px;
}


/* Shop item hover */

.shop-item:hover .shop-item-image:after {
    background: rgba(255, 255, 255, 0.7);
}

.shop-item:hover .shop-item-detail {
    opacity: 1;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}


/* -------------------------------------------------------------------
	Exclusive products
------------------------------------------------------------------- */

.ex-product {
    opacity: .7;
    transition: all 0.4s ease-in-out 0s;
}

.ex-product:hover {
    opacity: 1;
}


/*--------------------------------------------------------------
	Shop Single Product
--------------------------------------------------------------*/

.product-gallery {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 10px 0 0;
}

.product-gallery li {
    display: inline-block;
    width: 15%;
    margin: 0 5px;
}

.product-gallery li:first-child {
    margin-left: 0;
}

.product-title {
    margin: 0 0 20px;
    color: #111;
}

.star,
.star-off {
    margin-bottom: 5px;
    color: #f1c40f;
}

.star-off {
    color: #e5e5e5;
}

.amount {
    font-size: 32px;
    color: #111;
}

.reviews {
    margin: 0;
}


/*--------------------------------------------------------------
	Showcase Page
--------------------------------------------------------------*/


/* Content box */

.content-box-solutions {
    margin: 20px 0;
    text-align: center;
}

.content-box-solutions .content-box-image {
    border-radius: 6px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    box-shadow: none !important;
    margin-bottom: 15px;
    transition: 0.35s ease-out;
    -webkit-transition: 0.35s ease-out;
    -moz-transition: 0.35s ease-out;
}

.content-box-solutions .content-box-image:hover {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}


.content-box-title {
    font-weight: 400;
    font-size: 18px;
    color: #111;
    margin: 16px 0 15px;
}

.content-box-title2 {
    font-weight: 400;
    font-size: 13px;
    color: #111;
    margin: 10px 15px -9px;
    text-align: left;
}

.content-box-text {
    font-weight: 400;
    font-size: 11px;
    color: #111;
    margin: 10px 15px 15px;
    text-align: left;
}

.content-box {
    display: block;
    margin-bottom: 45px;
}

.content-box .content-box-image {
    border-radius: 6px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    box-shadow: none !important;
    margin-bottom: 15px;
    transition: 0.35s ease-out;
    -webkit-transition: 0.35s ease-out;
    -moz-transition: 0.35s ease-out;
}

.content-box .content-box-image:hover {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}


/*--------------------------------------------------------------
	Documentation Page
--------------------------------------------------------------*/

.documentation-page {
    font-size: 14px;
}

.documentation-page .pln {
    color: #000;
}

.documentation-page pre.prettyprint {
    border: 1px solid #888;
    padding: 15px;
}

.documentation-page ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
}

.documentation-page li.L0,
.documentation-page li.L1,
.documentation-page li.L2,
.documentation-page li.L3,
.documentation-page li.L5,
.documentation-page li.L6,
.documentation-page li.L7,
.documentation-page li.L8 {
    list-style-type: none;
}

.documentation-page li.L1,
.documentation-page li.L3,
.documentation-page li.L5,
.documentation-page li.L7,
.documentation-page li.L9 {
    background: #eee;
}

.documentation-page .com {
    color: #800;
}

.documentation-page .lit {
    color: #066;
}

.documentation-page .pun,
.documentation-page .opn,
.documentation-page .clo {
    color: #660;
}

.documentation-page .fun {
    color: red;
}

.documentation-page .str,
.documentation-page .atv {
    color: #080;
}

.documentation-page .kwd,
.documentation-page .tag {
    color: #008;
}

.documentation-page .typ,
.documentation-page .atn,
.documentation-page .dec,
.documentation-page .var {
    color: #606;
}

.documentation-page a {
    color: #19B5FE;
}

.documentation-page a:hover {
    color: #1C92C9;
}


/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
    .navbar-transparent {
        background: #fff;
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .navbar-custom .dropdown-menu {
        position: absolute;
        display: block;
        visibility: hidden;
        opacity: 0;
    }
    .navbar-custom .open > .dropdown-menu {
        visibility: visible;
        opacity: 1;
    }
    .navbar-custom .dropdown-menu .dropdown-toggle:after {
        position: absolute;
        display: block;
        right: 9px;
        top: 50%;
        margin-top: -6px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 9px;
        content: "\f105";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
    /* Comments */
    .comment .comment {
        margin-left: 75px;
    }
}

@media (max-width: 1200px) {
    /* Features */
    .alt-features-item {
        margin: 20px 0 0;
    }
}

@media (max-width: 1050px) {
    /* Navbar */
    .navbar-custom {
        letter-spacing: 1px;
    }
}

@media (max-width: 991px) {
    /* Navbar */
    .navbar-custom {
        letter-spacing: 0;
    }
    /* Headers */
    .titan-title-size-3 {
        letter-spacing: 8px;
        font-size: 36px;
    }
    .titan-title-size-4 {
        letter-spacing: 12px;
        font-size: 38px;
    }
    .work-item,
    .works-grid-3 .work-item,
    .container .works-grid-3 .work-item,
    .works-grid-4 .work-item,
    .works-grid-5 .work-item {
        width: 50%;
    }
    /* Half-image */
    .side-image {
        position: relative;
        height: 400px;
        margin-top: -50px;
    }
}

@media (max-width: 1024px) {
    /* Navbar */
    .navbar-custom .navbar-nav {
        letter-spacing: 3px;
        margin-top: 1px;
        margin-bottom: 0;
    }
    .navbar-custom li > a:hover {
        background: rgba(255, 255, 255, 0.1) !important;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 25px;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
        padding: 10px 35px;
    }
    .navbar-custom li a,
    .navbar-custom .dropdown-search {
        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    }
    .navbar-custom .dropdown-toggle:after,
    .navbar-custom .dropdown-menu .dropdown-toggle:after {
        right: 7px;
        content: "\f107";
    }
    .navbar-custom .nav > .open > .dropdown-toggle:after,
    .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
        right: 7px;
        content: "\f106";
    }
    /* Shop navbar */
    .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
        padding-left: 15px;
    }
    .navbar-custom .cart-item-number {
        display: none;
    }
    .navbar-custom .navbar-cart > a:after {
        content: "\f107";
    }
    .navbar-custom .navbar-cart-item a {
        border: 0 !important;
    }
    .dropdown-menu.cart-list {
        text-align: left;
        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    }
    .navbar-cart-item {
        border: none;
        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
        padding-bottom: 10px;
    }
    .navbar-cart-img {
        display: none;
    }
    .navbar-cart-title {
        white-space: normal;
        padding: 0;
        margin-left: 0;
    }
    /* Headers */
    .titan-title-size-1 {
        letter-spacing: 2px;
        font-size: 14px;
    }
    .titan-title-size-2 {
        line-height: 1.3;
        letter-spacing: 2px;
        font-size: 16px;
        opacity: .8;
    }
    .titan-title-size-3 {
        letter-spacing: 4px;
        font-size: 26px;
    }
    .titan-title-size-4 {
        letter-spacing: 6px;
        font-size: 28px;
    }
    /* Features */
    .features-item {
        margin: 0 0 30px;
    }
    .alt-features-item {
        padding-left: 0;
        margin: 0 0 30px;
        text-align: center;
    }
    .alt-features-icon {
        position: static;
        width: auto;
        margin: 0 auto 8px;
    }
    /* Callout */
    .callout-text {
        margin: 0 0 30px;
    }
    .callout-text,
    .callout-btn-box {
        text-align: center;
    }
    /* Sidebar */
    .sidebar {
        margin-top: 50px;
    }
    .widget {
        margin-bottom: 60px;
    }
    .post.mb-0 {
        margin-bottom: 40px !important;
    }
    .footer {
        text-align: center;
    }
    .copyright,
    .footer-social-links {
        text-align: center;
        margin: 10px 0;
    }
    /* Half-image */
    .side-image-text {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* Restaurant menu */
    .menu-title,
    .menu-detail,
    .menu-price-detail {
        text-align: center;
    }
    .align-center-sm {
        text-align: center;
    }
    .align-left-sm {
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    .work-item,
    .works-grid-3 .work-item,
    .works-grid-4 .work-item,
    .works-grid-5 .work-item {
        width: 100%;
    }
}


/* Proyectos */

.std#squareshome .col-md-4 {
    padding-left: 7px;
    padding-right: 7px;
}

@media (max-width: 767px) {
    .std#squareshome .col-md-4 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.std#squareshome .content.square-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 1em;
}

.std#squareshome .content.square-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
    width: 100%;
    height: 100%;
}

.std#squareshome .content.square-item:hover .bg-contain img {
    transform: scale(1.1);
}

.std#squareshome .content.square-item .bg-contain img {
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease;
}

.std#squareshome .content.square-item .body {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2em;
    z-index: 10;
}

.std#squareshome .content.square-item .body h3 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 0.3333333333em;
}

.std#squareshome .content.square-item .body p {
    color: #fff;
}

.std#squareshome .content.square-item .body a {
    color: #fff;
    text-shadow: 4px 3px 8px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.3);
    padding: 0.5em 1.5em;
    text-decoration: none;
}

.std#squareshome .content .seemore {
    width: 40%;
    display: block;
    margin: 2em auto;
}


/******************** LOGOS FADE COLOR ******************/

.logoGris {
    opacity: 1;
    display: inline;
}

.logoColor {
    opacity: 0;
    display: none;
}


/******************** PARALLAX BANNER 4 ******************/

.prlx4 {
    background-size: cover !important;
    padding: 8em 0;
    margin-bottom: 6em;
    position: relative
}

.prlx4#desarrollo {
    background: url(assets/images/steve-parallax.jpg) no-repeat center center fixed
}

.prlx4 .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


/******************** Parallax banner 1 ******************/

.prlx {
    background-size: cover !important;
    padding: 8em 0;
    margin-bottom: 6em;
    position: relative
}

.prlx .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.prlx#desarrollo {
    background: url(assets/images/parallax-2.jpg) no-repeat center center fixed
}


/******************** Carrusel home *******************/

.img-parallax {
    background-image: url("assets/images/slider1.jpg");
    /* Set a specific height */
    min-height: 700px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-logo {
    position: absolute;
    right: 100%;
    bottom: 60%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-logo .btn {
    text-shadow: none;
}

video {
    width: 100% !important;
    min-height: 700px;
    position: relative;
}

li.social {
    margin: 0.5em;
    margin-top: 10px;
}

li.social a {
    background: #399b9c;
    border-radius: 50%;
    padding: 0.4em;
    width: 2.2em;
    height: 2.2em;
    text-align: center;
}

li.social a:hover.linkedin {
    background: #ff5000;
}

li.social a:hover.facebook {
    background: #4267b2;
}

li.social a:hover.youtube {
    background: #cc181e;
}

li.social a:hover.twitter {
    background: #1da1f2;
}

li.social a i {
    color: #fff;
}

@media (max-width: 767px) {
    .nav >li >a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    li.social {
        display: block;
        padding-right: 20px;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 370px) {
    li.social {
        padding-left: 20px;
    }
}


/******************** LOGOS FADE COLOR ******************/

.logoGris {
    opacity: 1;
    display: inline;
}

.logoColor {
    opacity: 0;
    display: none;
}

.carousel-logo {
    position: absolute;
    right: 100%;
    bottom: 60%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.thumbnail img {
    width: 100%;
}

.content-box .content-box-image {
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    transition: 0.35s ease-out;
    -webkit-transition: 0.35s ease-out;
    -moz-transition: 0.35s ease-out;
}

.content-box-title {
    font-weight: 400;
    font-size: 18px;
    color: #111;
    margin: 16px 0 15px;
}

.content-box-title2 {
    color: #399b9c;
}



/******************** LOGOS FADE COLOR ******************/

.logoGris {
    opacity: 1;
    display: inline;
}

.logoColor {
    opacity: 0;
    display: none;
}

.lista li::before {
    content: "•";
    color: #399b9c;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    display: inline-block;
    font-weight: bold;
}

.lista li {
    list-style: none
}

.listhere {
    position: fixed;
    top: 300px;
    z-index: 999;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    right: -50px;
}

.listhere .bar {
    background: #4CB0A7;
    float: left;
    padding: 0;
}

.listhere .bar h3 {
    color: #fff;
    float: left;
    margin: 0;
    line-height: 40px;
    padding: 0 .5em;
    font-weight: normal;
    font-size: 1em;
    font-family: 'LFTEtica-Light';
    letter-spacing: 1px;
}

.listhere .icon {
    background: #4CB0A7;
    padding-left: 100px;
    float: right;
    height: 40px;
    padding: 0 .5em;
    line-height: 40px;
    padding-right: -50px;
}


/******************** Polaroid efectos ******************/

.polaroid-images a {
    background: white;
    display: inline;
    float: left;
    margin: 0 14px 30px;
    padding: 5px 10px 25px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    z-index: 0;
    position: relative;
}

@media (max-width:767px) {
    .polaroid-images {
        margin-left: 60px;
    }
}

.polaroid-images a:after {
    color: #4CB0A7;
    font-size: 28px;
    content: attr(title);
    position: relative;
    top: 10px;
    bottom: 10px;
}

.polaroid-images img {
    display: block;
    width: inherit;
}

.polaroid-images a:nth-child(2n) {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);
}

.polaroid-images a:nth-child(3n) {
    -webkit-transform: rotate(-24deg);
    -moz-transform: rotate(-24deg);
    transform: rotate(-24deg);
}

.polaroid-images a:nth-child(4n) {
    -webkit-transform: rotate(14deg);
    -moz-transform: rotate(14deg);
    transform: rotate(14deg);
}

.polaroid-images a:nth-child(5n) {
    -webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    transform: rotate(-18deg);
}

.polaroid-images a:hover {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
}


/******************** IMG CIRCULAR ******************/

#div2 {
    opacity: 0.8;
    z-index: 1;
    position: absolute;
    width: 330px;
    height: 60px;
    top: 190px;
    background-color: #fff;
    text-align: center;
}

#div2 h4 {
    margin-top: 7px;
    font-size: 25px;
    text-align: center;
}

.content-box2 {
    margin: 20px 0;
    text-align: center;
}

.circulo {
    position: relative;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    width: 320px;
}

.circulo:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width:767px) {
    .circulo {
        margin-left: 150px
    }
}

@media (max-width:600px) {
    .circulo {
        margin-left: 8px
    }
}

.circle {
    width: 300px;
    height: 300px;
    border-radius: 300px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
}

img {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}

.circle:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.align-right {
    position: absolute;
    right: 0px;
    width: 650px;
    padding: 10px;
    bottom: -10px;
}

.carousel-logo {
    position: absolute;
    right: 100%;
    bottom: 60%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


/******************** IMG THUMBNAIL ******************/

.thumbnail img {
    width: 100%;
}

.content-box .content-box-image {
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    transition: 0.35s ease-out;
    -webkit-transition: 0.35s ease-out;
    -moz-transition: 0.35s ease-out;
}

.content-box-title {
    font-weight: 400;
    font-size: 18px;
    color: #111;
    margin: 16px 0 15px;
}

.content-box-title2 {
    color: #399b9c;
}


/******************** MODAL LATERAL STAR ******************/

.listhere {
    position: fixed;
    top: 300px;
    z-index: 999;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    right: -50px;
}

.listhere .bar {
    background: #4CB0A7;
    float: left;
    padding: 0;
}

.listhere .bar h3 {
    color: #fff;
    float: left;
    margin: 0;
    line-height: 40px;
    padding: 0 .5em;
    font-weight: normal;
    font-size: 1em;
    font-family: 'LFTEtica-Light';
    letter-spacing: 1px;
}

.listhere .icon {
    background: #4CB0A7;
    padding-left: 100px;
    float: right;
    height: 40px;
    padding: 0 .5em;
    line-height: 40px;
    padding-right: -50px;
}


/******************** SLIDER HOME ******************/

.align-left2 {
    position: absolute;
    right: 0px;
    width: 650px;
    padding: 10px;
    bottom: -10px;
}

.align-right2 {
    position: absolute;
    left: 0px;
    width: 650px;
    padding: 10px;
    top: 240px;
}


/*Text and pic slider */

.dormilones-slider {
    color: #fff;
    font-family: "dormilones-text";
    font-size: 55px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: left;
    margin-left: 100px;
    text-shadow: 1px 4px 4px #000;
    position: absolute;
    left: 0px;
    padding: 10px;
    top: 240px;
}

.dormilones-slider span {
    color: #4CB0A7;
}

.img-slider {
    height: 430px;
}

@media (min-width:1700px) {
    .dormilones-slider {
        font-size: 55px;
        text-align: left;
        margin-left: 45px;
        line-height: 30px;
        margin-top: 85px;
    }
    .img-slider {
        height: 650px;
        width: 685;
        margin-right: 350px;
    }
}

@media (min-width:1600px) {
    .dormilones-slider {
        margin-top: 70px;
    }
    .img-slider {
        height: 560px;
        width: 585 margin-right: 180px;
    }
}

@media (min-width:1366px) {
    .dormilones-slider {
        font-size: 65px;
        line-height: 68px;
        top: 260px;
    }
    .dormilones-slider {
        height: 460px;
        width: 100%;
    }
}

@media (max-width:1024px) {
    .dormilones-slider {
        font-size: 45px;
        margin-left: 15px;
    }
    .img-slider {
        height: 400px;
    }
}

@media (max-width:767px) {
    .dormilones-slider {
        font-size: 35px;
        text-align: left;
        margin-left: 15px;
        line-height: 30px;
        margin-top: -75px;
    }
    .img-slider {
        height: 220px;
        margin-left: 190px;
    }
}


/******************** FONTS ******************/

.dormilones-text {
    color: #4CB0A7;
    font-family: "dormilones-text";
    font-size: 20px;
    text-transform: uppercase;
}

.dormilones-text a {
    color: #4CB0A7;
    font-family: "dormilones-text";
    font-size: 55px;
    text-transform: uppercase;
}

.dormilones-title {
    color: #4CB0A7;
    font-family: "dormilones-text";
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}


/******************** REDES SOCIALES *****************/

.redes {
    margin-top: -10px;
    height: 55px;
    margin-left: -20px;
}

@media (max-width:1024px) {
    .redes {
        margin-left: 0px;
        margin-right: -18px;
        display: block;
        float: left;
        margin-bottom: 30px;
    }
}

.redes2 {
    margin-top: -10px;
    height: 35px;
    margin-right: -10px;
}

.redes2 .label .label-danger {
    height: 15px;
    margin-right: -10px;
    border-radius: 2px;
}

.redes2 .label-danger {
    height: 15px;
    margin-right: -10px;
}

@media (max-width:720px) {
    .redes {
        margin-top: -10px;
        height: 35px;
        margin-right: -10px;
    }
}


/******************** GROW IMG *****************/

.grow img {
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.grow:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/******************** SECCIONES *****************/

.dormilones-slider-secciones {
    color: #fff;
    font-family: "dormilones-text";
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 4px grey;
    font-weight: bold;
}


/******************** FILTROS DE PRODUCTOS *****************/

element.style {}

.std .content .filters {
    background: #eaeaea;
    padding: 1em 2em;
    border-radius: 0.5em;
    margin-bottom: 2em;
}

.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

.dropdown-menu {
    box-shadow: none;
    border-color: #eee
}

.dropdown-menu>li>a {
    color: #777
}

.dropdown-menu>li>a>.glyphicon,
.dropdown-menu>li>a>.fa,
.dropdown-menu>li>a>.ion {
    margin-right: 10px
}

.dropdown-menu>li>a:hover {
    background-color: #e1e3e9;
    color: #333
}

.dropdown-menu>.divider {
    background-color: #eee
}

.navbar-nav>.notifications-menu>.dropdown-menu,
.navbar-nav>.messages-menu>.dropdown-menu,
.navbar-nav>.tasks-menu>.dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%
}

.navbar-nav>.notifications-menu>.dropdown-menu>li,
.navbar-nav>.messages-menu>.dropdown-menu>li,
.navbar-nav>.tasks-menu>.dropdown-menu>li {
    position: relative
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.header,
.navbar-nav>.messages-menu>.dropdown-menu>li.header,
.navbar-nav>.tasks-menu>.dropdown-menu>li.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #eeeeee;
    color: #444 !important;
    text-align: center
}

@media (max-width:991px) {
    .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
    .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
    .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
        background: #fff !important;
        color: #444 !important
    }
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover {
    text-decoration: none;
    font-weight: normal
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover {
    background: #f4f4f4;
    text-decoration: none
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion {
    width: 20px
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
    margin: 0;
    padding: 10px 10px
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #444444;
    font-size: 15px;
    position: relative
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
    color: #999999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888888
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:before,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
    content: " ";
    display: table
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
    clear: both
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    padding: 10px
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #666666
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>.progress {
    padding: 0;
    margin: 0
}

.navbar-nav>.user-menu>.dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px
}

.navbar-nav>.user-menu>.dropdown-menu,
.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2)
}

.navbar .nav>li>a>.label {
    position: absolute;
    top: 9px;
    right: 17px;
    text-align: center;
    font-size: 9px;
    padding: 5px 6px;
    line-height: .9;
    z-index: 100;
    border-radius: 300px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.header,
.navbar-nav>.messages-menu>.dropdown-menu>li.header,
.navbar-nav>.tasks-menu>.dropdown-menu>li.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 12px;
    background-color: #ddd;
}

#top {
    background: linear-gradient(-34deg, #0a1f67 0%, #00153C 110%);
    /*background: linear-gradient(-34deg, #0a51a1 0%, #0a1f67 110%);*/
    padding: 2px 0;
    z-index: 9999;
    position: relative;
}
001543
#top .offer {
    color: #fff !important;
}

#top .offer .btn {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    #top .offer {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    #top {
        font-size: 12px;
        text-align: center;
    }
}

#top ul.menu {
    padding-top: 1px;
    padding-bottom: 3px;
    margin: 0;
    text-align: right;
    font-size: 12px;
    list-style: none;
}

@media (max-width: 991px) {
    #top ul.menu {
        text-align: center;
    }
}

#top ul.menu > li {
    display: inline-block;
}

.btn-topmenu {
    background: transparent;
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.2);
    color: #fff !important;
    border: 0.9px solid #fff !important;
    font-size: 12px !important;
    border-radius: 30px;
    padding: 5px 16px;
    letter-spacing: 1px;
    font-weight: 400 !important;
    text-shadow: 0 0 0.1em #ddd;
    font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
}



.btn-topmenu:hover,
.btn-topmenu:focus {
    background: #fff !important;
    color: #0c3962!important
}

.redes-sociales {
    background: transparent;
    color: #fff !important;
    border: 0.9px solid #000 !important;
    text-align: center;
    text-shadow: 0 0 0.3em #ddd;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    line-height: 10px;
    padding: 0.5em;
    z-index: 999;
}

.redes-sociales a:hover,
.redes-sociales a:focus {
    color: #fff!important;
}

.redes-sociales:hover,
.redes-sociales:focus {
    background: #fff !important;
    color: #fff!important;
    text-shadow: none;
    border: 1px solid #000 !important;
}

.redes-sociales .num a {
    color: black !important;
    font-weight: 500 !important;
    z-index: 9999;
}

.dash {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}


/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */

.control-sidebar-bg {
    position: fixed;
    z-index: 1050;
    bottom: 0;
}

.control-sidebar-bg,
.control-sidebar {
    top: 0;
    right: -330px;
    width: 330px;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

.control-sidebar {
    position: absolute;
    padding-top: 20px;
    z-index: 1060;
}

@media (max-width: 767px) {
    .control-sidebar {
        padding-top: 100px;
    }
}

.control-sidebar > .tab-content {
    padding: 10px 15px;
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
    right: 0;
}

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
    right: 0;
}

@media (min-width: 768px) {
    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .right-side,
    .control-sidebar-open .main-footer {
        margin-right: 230px;
    }
}

.fixed .control-sidebar {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 50px;
}

.wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table
}

.wrapper:after {
    clear: both
}

.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    position: relative
}

.layout-boxed {
    background-color: #f9fafc
}

.content-wrapper,
.main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    margin-left: 230px;
    z-index: 820
}

.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
    margin-left: 0
}

@media (max-width:767px) {
    .content-wrapper,
    .main-footer {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .main-footer {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .sidebar-open .content-wrapper,
    .sidebar-open .main-footer {
        -webkit-transform: translate(230px, 0);
        -ms-transform: translate(230px, 0);
        -o-transform: translate(230px, 0);
        transform: translate(230px, 0)
    }
}

.content-wrapper {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800
}

.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
    border-left-width: 0;
}

.nav-tabs.control-sidebar-tabs > li > a {
    border-radius: 0;
}

.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
    border-top: none;
    border-right: none;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.nav-tabs.control-sidebar-tabs > li > a .icon {
    font-size: 16px;
}

.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

@media (max-width: 768px) {
    .nav-tabs.control-sidebar-tabs {
        display: table;
    }
    .nav-tabs.control-sidebar-tabs > li {
        display: table-cell;
    }
}

.control-sidebar-heading {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.control-sidebar-subheading {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.control-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

.control-sidebar-menu > li > a {
    display: block;
    padding: 10px 15px;
}

.control-sidebar-menu > li > a:before,
.control-sidebar-menu > li > a:after {
    content: " ";
    display: table;
}

.control-sidebar-menu > li > a:after {
    clear: both;
}

.control-sidebar-menu > li > a > .control-sidebar-subheading {
    margin-top: 0;
}

.control-sidebar-menu .menu-icon {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

.control-sidebar-menu .menu-info {
    margin-left: 45px;
    margin-top: 3px;
}

.control-sidebar-menu .menu-info > .control-sidebar-subheading {
    margin: 0;
}

.control-sidebar-menu .menu-info > p {
    margin: 0;
    font-size: 11px;
}

.control-sidebar-menu .progress {
    margin: 0;
}

.control-sidebar-dark {
    color: #fff;
}

.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
    background: #222d32;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
    border-bottom: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
    background: #181f23;
    color: #fff;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
    border-left-color: #141a1d;
    border-bottom-color: #141a1d;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
    background: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
    color: #fff;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
    background: #222d32;
    color: #fff;
}

.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
    color: #fff;
}

.control-sidebar-dark .control-sidebar-menu > li > a:hover {
    background: #1e282c;
}

.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
    color: #b8c7ce;
}

.control-sidebar-light {
    color: #5e5e5e;
}

.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
    background: #f9fafc;
    border-left: 1px solid #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs {
    border-bottom: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
    background: #e8ecf4;
    color: #fff;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
    border-left-color: #d2d6de;
    border-bottom-color: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
    background: #eff1f7;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
    background: #f9fafc;
    color: #111;
}

.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
    color: #111;
}

.control-sidebar-light .control-sidebar-menu {
    margin-left: -14px;
}

.control-sidebar-light .control-sidebar-menu > li > a:hover {
    background: #f4f4f5;
}

.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
    color: #5e5e5e;
}

.lista-compras-titulo {
    font-size: 15px;
    color: #4CB0A7;
}

.lista-compras-grupo {
    padding-left: 0;
    margin-bottom: 20px
}

.lista-compras-item {
    color: #fff;
    background-color: transparent;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}


/*--------------------------------------------------------------
	Menu Effect
--------------------------------------------------------------*/

.sticky {
    position: fixed;
    top: 0;
    margin-top: 0px;
    width: 100%;
}

.sticky + .content {
    padding-top: 60px;
}

.box {
    background: #f9f4f7;
    margin: 0 0 30px;
    margin-bottom: 90px;
    border: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2 2px 1px rgba(0, 0, 0, 0.1);
}

.box .box-footer {
    background: #f7f7f7;
    margin: 30px -20px 10px;
    padding: 40px;
    border-top: solid 1px #eeeeee;
}

#content #checkout .nav {
    margin-bottom: 20px;
    border-bottom: solid 1px #4fbfa8;
}

.c-img-con-m {
    margin-bottom: 15px;
}

.c-img-con-m,
.c-img-con-n-r {
    width: 60px;
    margin-right: 15px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #399b9c;
    border-radius: 100%;
    background: transparent;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #399b9c;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.c-img-con-m {
    margin-bottom: 15px;
}

.c-img-con-m,
.c-img-con-n-r {
    width: 58px;
    margin-right: 15px;
}

@media screen and (max-width: 600px) {
    .checkout-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .checkout-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }
    .checkout-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }
    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .checkout-table tbody tr td:first-child,
    .checkout-table tbody tr th:first-child {
        max-width: none;
    }
    .checkout-table img {
        height: 50px;
    }
}

.navbar-toggle-carshop {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle-carshop:focus {
    outline: 0
}

.navbar-toggle-carshop .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:1024px) {
    .navbar-toggle-carshop {
        display: none;
        float: right;
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}


/*--------------------------------------------------------------
	Textos Fintech
--------------------------------------------------------------*/

@font-face {
    font-family: "talia-font";
    src: url(../../fonts/NotoSans-Regular.ttf) format("truetype");
}



.talia-secciones-text h3 span {
    color: #edb5cf;
    font-family: "talia-font";
    font-size: 55px;
    font-weight: 200;
    text-shadow: 2px 2px 3px rgba(3, 3, 8, 0.13);
}

.talia-title-text h3 {
    color: #000000;
    font-family: "talia-font";
    font-size: 50px;
    font-weight: 200;
    text-shadow: 2px 2px 3px rgba(3, 3, 8, 0.13);
}

.talia-title-text h3 span {
    color: #edb5cf;
    font-family: "talia-font";
    font-size: 50px;
    font-weight: 300;
}

@media (max-width: 414px) {
    .talia-title-text h3 {
        font-size: 40px !important;
    }
    .talia-title-text h3 span {
        font-size: 40px !important;
    }
}

.talia-title-text-w h3 {
    color: #fff;
    font-family: "talia-font";
    font-size: 50px;
    font-weight: 100;
    text-shadow: 2px 2px 3px rgba(3, 3, 8, 0.13);
}

.talia-title-text-w h3 span {
    color: #edb5cf;
    font-family: "talia-font";
    font-size: 50px;
    font-weight: 100;
}

@media (max-width: 414px) {
    .talia-title-text-w h3 {
        font-size: 40px !important;
    }
    .talia-title-text-w h3 span {
        font-size: 40px !important;
    }
}

.talia-title-text-modal h3 {
    color: #000000;
    font-family: "talia-font";
    font-size: 35px;
    font-weight: 200;
    text-shadow: 2px 2px 3px rgba(3, 3, 8, 0.13);
}

.talia-title-text-modal h3 span {
    color: #edb5cf;
    font-family: "talia-font";
    font-size: 35px;
    font-weight: 600;
}

@media (max-width: 414px) {
    .talia-title-text-modal h3 {
        font-size: 30px !important;
    }
    .talia-title-text-modal h3 span {
        font-size: 30px !important;
    }
}


.contenedor-slide {
    margin-left: 20px;
    margin-top: 20px;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .contenedor-slide {
        margin-top: 280px;
        margin-left: 20px;
        margin-top: 50px;
    }
}


/********************  BLOG  STYLES ******************/

.gif-container2 {
    padding-top: 80px;
}

@media screen and (min-width: 600px) {
    .gif-container2 {
        padding-top: 80px;
    }
}

.gif-container2 a img {
    margin-top: 0px !important;
    margin-bottom: 0px;
    height: 60px !important;
    position: relative;
    z-index: 9999999;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.scroll-gif {
    left: 47%;
}

.gif-container {
    z-index: 999;
    position: absolute;
    margin-top: -125px;
}

.scroll-gif img {
    height: 60px;
    margin-bottom: 10px;
}

@media (max-width: 720px) {
    .scroll-gif {
        left: 44%;
    }
}

.bg-default {
    background-color: #fff;
}

.block-icon-modern:hover {
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .2);
}

@media (min-width: 768px) .block-icon-modern {
    padding: 40px 35px;
}

.block-icon-modern {
    text-align: center;
    padding: 40px 25px;
    border: 1px solid #e0e0e0;
    background: #fff;
    transition: ease-in-out .3s;
}

.block-icon-modern .icon {
    color: #ceb475;
}

.icon-xl {
    font-size: 70px;
    line-height: 1;
}

.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

.block-icon-title {
    font-size: 20px;
    font-weight: 700;
    color: rgba(17, 17, 17, 0.8)
}

.icon-xl {
    font-size: 70px;
    line-height: 1;
}

.icon {
    display: inline-block;
    font-size: 50px;
    line-height: 1;
}


/******************** LOGO MENU ******************/

.navbar-brand {
    height: 145px;
    margin-top: -40px;
    margin-bottom: -64px;
}

.navbar-brand>img {
    max-height: 100%;
    height: 55px;
    width: auto;
    margin: 0 auto;
    /* probably not needed anymore, but doesn't hurt */
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width:720px) {
    .navbar-brand>img {
        max-height: 40px;
        height: 40px;
        width: auto;
        margin: 0 auto;
        margin-top: 0px !important;
    }
}

@media (max-width:418px) {
    .navbar-brand>img {
        margin-top: 8px !important;
        max-height: 40px;
        height: 40px;
        width: auto;
        margin: 0 auto;
    }
}

.about-section {
    position: relative;
    background-color: #F6F6F6;
    padding: 70px 0;
}

.about-section::after {
    content: "";
    position: absolute;
    right: -120px;
    top: 0;
    width: 100%;
    background: #181d26;
    height: 100%;
    background: url("../../assets/images/parallax-microblading.png") no-repeat;
    background-size: cover;
    background-position: right center;
}

.about-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    background: #edb5cf;
    height: 100%;
    z-index: 9;
}

.about-img {
    position: relative;
    z-index: 9;
    width: 470px;
}

.about-img::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #edb5cf;
    z-index: -1;
}

.about-img img {
    padding: 30px 30px 30px 0px;
    height: auto;
}

.about-text {
    margin-bottom: 50px;
    position: relative;
    z-index: 9;
}

.about-text h2 {
    font-size: 32px;
}

.about-text .read-btn {
    margin-top: 0;
}


/*--------------------------------------------------------------
#0.8	service-section
--------------------------------------------------------------*/

.service-section {
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .service-section {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .service-section {
        padding-bottom: 20px;
    }
}

.service-section .service-grids {
    text-align: center;
}

.service-section .service-grids .grid {
    width: 33.33%;
    float: left;
    padding: 0 50px 50px;
}

@media (max-width: 1199px) {
    .service-section .service-grids .grid {
        padding: 0 20px 50px;
    }
}

@media (max-width: 991px) {
    .service-section .service-grids .grid {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .service-section .service-grids .grid {
        width: 100%;
        float: none;
    }
}

.service-section .grid .icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: 0 auto 25px;
    -webkit-box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
}

.service-section .fi:before {
    font-size: 35px;
    font-size: 2.1875rem;
    color: #c83226;
}

.service-section .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 0.6em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .service-section .grid h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.service-section .grid h3 a {
    color: #274054;
}

.service-section .grid h3 a:hover {
    color: #c83226;
}

.service-section .grid a:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    position: relative;
    z-index: 1;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.service-section .grid p {
    margin: 0;
}


/*--------------------------------------------------------------
#2.2	service-section-s2
--------------------------------------------------------------*/

.service-section-s2 .service-grids .grid {
    width: 33.33%;
    float: left;
    padding: 45px 45px 45px 75px;
    border: 2px solid #e6e7e8;
    position: relative;
    margin: 0 -3px 2px;
}

@media (max-width: 991px) {
    .service-section-s2 .service-grids .grid {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .service-section-s2 .service-grids .grid {
        width: 100%;
        float: none;
    }
}

.service-section-s2 .grid .icon {
    position: absolute;
    left: 25px;
    top: 23px;
}

.service-section-s2 .fi:before {
    font-size: 50px;
    font-size: 3rem;
    color: #005690;
}

.service-section-s2 .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 0.6em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .service-section-s2 .grid h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.service-section-s2 .grid h3 {
    color: #005690;
    font-size: 20px;
    font-weight: 600;
}

.service-section-s2 .grid p {
    margin: 0;
    line-height: 27px;
}

.section-title h2,
.section-title-s2 h2,
.section-title-s3 h2 {
    font-size: 38px;
    font-size: 2.375rem;
    margin: 0.26em 0 0;
    font-family: "dm-text";
}

.section-title > span,
.section-title-s2 > span,
.section-title-s3 > span {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #c83226;
    position: relative;
    display: inline-block;
    padding: 0 45px;
    text-transform: capitalize;
}

.close {
    float: right;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .8;
}

.close:focus,
.close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.fstx-text-slider {
    color:#0a51a1 !important;
    font-weight:700;
    text-shadow:2 2 0.2em #000 !important;
}

.fstx-text-slider {
    color:#0a51a1 !important;
    font-weight:700;
    text-shadow:2 2 0.2em #000 !important;
}

.talia-text-slider span{
    font-family: "talia-font";
    font-size: 45px;
    color: #fff;
    line-height: 125%
}


@media (max-width:720px) {
    .talia-text-slider {
        font-size: 35px;
    }
}

@media (max-width:418px) {
    .talia-text-slider {
        font-size: 25px;
    }
}

.contact-area ul li {
    padding-left: 58px;
    padding-top: 0px;
    position: relative;
}

.contact-area ul > li + li {
    margin-top: 10px;
    color: black;
}

.contact-area .icon {
    background: rgba(0, 0, 0, 0.16);
    border: 1px solid #fff;
    width: 43px;
    height: 43px;
    line-height: 21px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.icon i {
    color: #fff;
    font-size: 20px;
}


/******************** MODAL SERVICIOS ******************/

.modal-servicios .modal-body {
    padding: 0;
}

@media (max-width: 991px) {
    .modal-servicios .image-border {
        border-bottom-right-radius: 30px !important;
        border-bottom-left-radius: 30px !important;
        border-top-left-radius: 0px !important;
        margin-top: 0px;
    }
}

.modal-servicios .image-border {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.modal-servicios-text {
    margin-top: 50px;
    margin-bottom: 55px;
    margin-left: 10px;
    margin-right: 10px;
}

.modal-servicios-text p {
    color: #3c3c3b;
    padding: 5px;
    margin-bottom: -5px;
    font-size: 15px;
}

.modal-servicios .modal-close button.close {
    background: #f2c1ca;
    width: 2em;
    height: 2em;
    opacity: 1;
    display: block;
    position: absolute;
    top: -0.4em;
    right: -0.4em;
    border-radius: 50%;
    z-index: 99999;
    position: relative;
}

.modal-servicios .modal-close button.close span {
    color: #fff;
    font-size: 1.2em;
}


/******************** SVG SHAPES STYLES ******************/

#fill2 {
    opacity: 0.5 !important;
}

#fill3 {
    opacity: 0.25 !important;
}

.elementor-shape-bottom {
    bottom: -1px;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor *,
.elementor:after,
.elementor:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elementor-shape-top {
    top: -1px;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor *,
.elementor:after,
.elementor:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.elementor-1554 .elementor-element.elementor-element-0be56d7 > .elementor-shape-top svg {
    height: 180px;
    transform: translateX(-50%) rotateY(180deg);
}

* {
    margin: 0;
    padding: 0;
}


/******************** SERVICIOS GALERIA ******************/

.servicios-box {
    color: #fff;
    box-shadow: 0 7px 20px 0 rgba(50, 50, 50, 0.2);
}

.servicios-galeria .servicios-image {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
}


/******************** LISTAS DE SEGUIMIENTO (CAMINO) ******************/

.lista-seguimiento {
    color: #fff;
    font-size: 20px;
    margin-top:10px !important;
    font-weight: 600;
}

.lista-seguimiento span {
    color: #198df8 !important;
    font-size: 20px;
    font-weight: 600;
    
}

.lista-seguimiento-detalle {
    color: #3c3c3b;
    font-size: 16px;
}

.lista-seguimiento-detalle span {
    color: #edb5cf;
    font-size: 16px;
}


/******************** FILTROS DE BLOG ******************/

@media (max-width: 991px) {
    .filters {
        margin-top: 20px;
    }
    .filters .input-group {
        margin-top: 20px;
    }
    .btn-filters {
        margin-top: 25px !important;
        margin-bottom: 10px !important;
        float: center !important;
        text-align: center !important;
    }
}

.filters-box {
    background: linear-gradient(#edb5cf, #efa3ca);
    box-shadow: 0 0 25px rgba(0, 0, 0, .3)
}

.filters {
    padding-top: 26px;
    padding-bottom: 23px;
}

.filters .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 5px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    /* background-image: none; */
    border: 1px solid #fff;
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow
}

.filters .form-control option {
    color: grey;
    width: 100%;
    font-size: 17px;
    line-height: 1.6;
    padding-top: 50px;
    padding-bottom: 50px;
}

.filters .input-group .form-control {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: 1px solid #f5f5f7;
    color: #fff;
    height: 40px;
}

.filters .btn-filters {
    margin-top: 2px;
}

.filters .input-group-addon {
    color: #edb5cf;
}

.btn-filters {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #edb5cf;
    font-weight: 500;
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.1);
    font-size: 13px;
}

.btn-filters:hover,
.btn-filters:focus {
    background: #fff;
    border-color: transparent;
    color: #edb5cf;
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.2);
    font-size: 14px;
}

.btn-fstx{
   background-image: linear-gradient(-34deg, #0a51a1 0%, #0a1f67 110%);
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #edb5cf;
    font-weight: 500;
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.1);
    font-size: 13px;
}

.btn-fstx:hover,
.btn-fstx:focus {
    background: #fff;
    border-color: transparent;
    color: #edb5cf;
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.2);
    font-size: 14px;
}


.btn-search {
    color: #fff;
    background-image: linear-gradient(-34deg, #0a51a1 0%, #0a1f67 110%);
    padding: 11px 60px;
    font-size: 15px;
    border:none;
}

.btn-search:hover,
.btn-search:focus {
    color: #fff;
    background: #0a65cb!important
}


.filters {
    padding-top: 9px;
    padding-bottom: 6px;
}

.std-content .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    font-weight: 600px !important;
    color: #555;
    background-color: transparent;
    /* background-image: none; */
    border: 1px solid #ccc;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow
}

.filters .form-control option {
    color: grey;
    width: 100%;
    font-size: 17px;
    line-height: 1.6;
    padding-top: 50px;
    padding-bottom: 50px;
}

/********************  BLOG  STYLES ******************/

.post-listing .post-thumbnail {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-color: #f2f5f8;
}

.blog-thumbnail-image {
    background-position: center;
    background-size: cover;
    background-color: #f2f5f8;
    height: 250px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    z-index: -999;
}

.post-listing .post-item {
    z-index:9999;
    position: relative;
}

.fit-image-blog{
     width: 100%;
     object-fit: cover;
     height: 350px;
     /* only if you want fixed height */
     z-index:-999px;
     position: relative;
     box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}


.post-listing .post-item .post-intro {
    margin-bottom: -25px;
}

.post-listing .post-item .post-header {
    margin-top: -25px;
}

.post-listing .post-item .post-content {
    margin-top: -10px;
}

.post-listing .post-item .post-meta .meta-item a {
    color: #ff4351;
    font-weight: 600;
}

.post-listing .post-item .post-meta .meta-date time {
    color: #868e96;
    font-weight: 300;
}

.post-listing .post-item .post-meta {
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
}

.post-listing .post-item:hover {
    box-shadow: 0 30px 30px rgba(0, 0, 0, .4);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.post-listing .post-item {
    padding: 25px;
    margin: -100px 18px 20px 18px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 7px;
}

.post-listing .post-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.ic-social-icons.ic-social-icons-md.ic-social-icons-clean .button {
    padding: 5px 8px;
}

.ic-social-icons .ic-social-icons-twitter .button {
    background-color: #1da1f2 !important;
}

.ic-social-icons .ic-social-icons-facebook .button {
    background-color: #3b5998;
}

.ic-social-icons .button:hover {
    opacity: .8;
}

.ic-social-icons.ic-social-icons-md .button {
    padding: 5px 10px 5px 8px;
    border: none;
    font-size: 12px;
}

.ic-social-icons .button {
    display: inline-block;
    border: none;
    color: #fff;
    line-height: 120%;
    text-align: center;
    border-radius: 2px;
}

.ic-social-icons ul li button,
.ic-social-icons ul li a {
    padding: 6px!important;
    width: 32px;
    height: 32px;
    border-radius: 50%!important;
    text-align: center!important;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.ic-social-icons.ic-social-icons-md.ic-social-icons-clean .ic-social-icons-google-plus .button,
.ic-social-icons.ic-social-icons-md.ic-social-icons-clean .ic-social-icons-whatsapp .button {
    padding-right: 8px;
}

.ic-social-icons.ic-social-icons-md .ic-social-icons-google-plus .button,
.ic-social-icons.ic-social-icons-md .ic-social-icons-whatsapp .button {
    padding-right: 10px;
}

.box .post-header {
    margin-top: 0px !important;
    margin-bottom: -20px !important;
}

.post-listing .post-item .post-footer .btn.read-more {
    margin: 0;
}

.post-listing .post-item .read-more {
    margin-top: 20px;
}

.btn.read-more {
    float: right;
}

.ic-social-icons .ic-social-icons-whatsapp .button {
    background-color: #25D366;
    color: #fff;
}

.ic-social-icons.ic-social-icons-md .button {
    padding: 5px 10px 5px 8px;
    border: none;
    font-size: 12px;
}

.post-listing .post-item:hover {
    box-shadow: 0 30px 30px rgba(0, 0, 0, .4);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.post-header h2 {
    color: #20a8a2;
}

.widget-2 .input-group .input-group-addon {
    background: #20a8a2;
    color: #fff;
    border: 0;
    padding: 14px;
}

.widget-2 .input-group .form-control {
    border-radius: 0;
    padding: 20px;
    font-size: 17px;
    color: #777;
}

.post-listing .post-item .post-meta .meta-date time {
    color: #868e96;
    font-weight: 300;
}


/********************  Boton input form ******************/

.onoffswitch {
    margin-top: 15px;
    position: relative;
    width: 170px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    box-shadow: 0 7px 20px 0 rgba(20, 20, 20, 0.1);
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #edb5cf;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 40px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Enviar";
    padding-left: -100px;
    background-color: #edb5cf;
    color: #FFFFFF;
    font-size: 18px;
    padding-top: 5px;
}

.onoffswitch-inner:after {
    content: "Enviado";
    padding-right: 35px;
    background-color: #edb5cf;
    color: #fff;
    text-align: right;
    font-size: 18px;
    padding-top: 5px;
}

.onoffswitch-switch {
    display: block;
    width: 35px;
    height: 35px;
    margin: 4px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 125px;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


/********************  Subscribe styles ******************/

.subscribe{
    box-shadow: 0 7px 26px 0 rgba(50, 50, 50, 0.4);
    background-color: #002045;
    color: rgba(255, 255, 255, 0.5);
}

.subscribe .form-group{
    display: flex;
}

.subscribe .form-control {
    flex: 1;
    display: block;
    width: 100%;
    height: 50px;
    padding: 7px 15px;
    font-size: 17px;
    border: none;
    line-height: 1.42857143;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    /* background-image: none; */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow
}

.btn-subscribe{
    color: #fff;
    background-image: linear-gradient(-34deg, #0a51a1 0%, #0a1f67 110%);
    padding: 10px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
    border: none;
}

/********************  Contacto styles ******************/

.contacto-form h3 {
    margin-top: 60px !important;
    z-index: 99;
    position: relative;
    margin-top: -10px;
}

.contacto-form p {
    z-index: 99;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.seccion-contacto-form p a{
    z-index: 99;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}




.contacto-form {
    padding-top: 35px;
    padding-bottom: 23px;
}

.contacto-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 7px 15px;
    font-size: 18px;
    border: none;
    line-height: 1.42857143;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    /* background-image: none; */
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow
        
}

.contacto-form .form-group textarea {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 0 none;
    color: #fff;
    height: 70px;
    border-radius: 30px;
    
}

.contacto-form .input-group {
    display: block;
    width: 100%;
    height: 50px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.contacto-form .form-control option {
    color: grey;
    width: 100%;
    font-size: 17px;
    line-height: 1.6;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
   .contacto-form .form-control {
    width: 100%;
    height: 50px;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    }
    
.contacto-form .form-group textarea {
    padding: 20px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    height: 100px;
    border-radius: 30px;
  
}
}

.footer-textos .social-footer {
    background: transparent;
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    line-height: 17px;
    padding: 0.6em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
}

.footer-textos .social-icon-footer {
    color: #fff;
    font-size: 25px;
    text-shadow: 0 0 0.3em #ddd;
}


/********************  Contacto styles ******************/

.certicicaciones-bg {
    background-image: url("../images/banner2.jpg");
}

@media (max-width: 768px) {
    .certicicaciones-bg {
        background-image: url("../images/banner-certificaciones-responsive.jpg");
    }
}

.logoGris {
    opacity: 1;
    display: inline;
}

.logoColor {
    opacity: 0;
    display: none;
}


/********************  Galeria styles ******************/

* {
    box-sizing: border-box;
}

.column {
    float: left;
    width: 25%;
    padding: 0px;
}

.column img {
    width: 100%
}


/* Clearfix (clear floats) */

.row::after {
    content: "";
    clear: both;
    display: table;
}

/********************  Separacion Responsive boton descarga brochure ******************/

@media (max-width: 418px) {
    #boton-descarga-brochure {
       margin-bottom:15px;
    }
}


/******************** VIDEO HEADER ******************/

.video-header {
    position: relative;
    background-color: black;
    height: 65vh;
    min-height: 58rem;
    width: 100%;
    overflow: hidden;
}

.video-header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-header .container {
    margin-top: 95px;
    position: relative;
    z-index: 2;
    color: #fff;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 21, 60, 0.7);
    z-index: 1;
}
.video-header .display-3 {
   color:#fff
}

.header-principal {
    color: #fff;
 
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0 0 0.2em #ddd;
}



.video-header .rotate {
   margin-top:-20px !important; 
   font-size: 50px;
    font-weight: 700;
    color:#0a51a1 !important;
        text-shadow:  2 2 0.2em #000 !important;
    /*background: -webkit-linear-gradient(-34deg, #0a51a1 0%, #0a1f67 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
    
}

@media (pointer: coarse) and (hover: none) {
    header {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
    header video {
        display: none;
    }
}


/******************** BUSCADOR GENERAL ACTIVIDADES ******************/

 .std.find_doctor {
                    transition: All 0.35s ease;
                    -webkit-transition: All 0.35s ease;
                    -moz-transition: All 0.35s ease;
                    -o-transition: All 0.35s ease;
                    z-index: 999;
                    position: relative
                }
                
                @media (min-width: 992px) {
                    .wrapper .std.find_doctor {
                        margin-top: -65px
                    }
                }
                
                .std.find_doctor.fixed {
                    margin-top: 2em
                }
                
                .std.find_doctor.fixed p {
                    text-align: center;
                    color: #989898;
                    margin-bottom: 3em
                }
                
                .std.find_doctor .container {
                    background: rgba(255, 255, 255, 0.95);
                    margin-top: -60px;
                    height: 100%;
                    border-radius: 5px;
                }
                
               
/******************** THUMBNAILS DOWN SLIDER ******************/

.std.mains {
    margin-top: 3em;
    margin-bottom: 4em
}
                
.std.mains h2 {
    text-align: center;
    color: #989898;
    text-transform: uppercase;
    font-weight: normal;
    padding: 2em 0;
    margin: 0;
    font-size: 1.4em
}
                
.std.mains p {
    color: #fff;
    text-align: center
}
                
.std.mains span {
    color: #7597ce;
    display: block;
    text-align: center
}
                
.std.mains .std-content {
    width: 90%;
    display: block;
    margin: 0 auto;
}

/*background: rgba(255, 255, 255, 0.97);*/
                
 .std-content .items {
         background: rgba(255, 255, 255, 0.97);
    padding: 2em;
    margin-bottom: 1.5em;
    -moz-box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.35);
    box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.35);
    margin-top: -30px;
    height: 100%;
    z-index: 9;
     position: relative;
         border-radius: 5px;
}
                
@media (max-width: 768px) {
    .std.mains .std-content .items {
        margin-bottom:145px
    }
}
   

@media (max-width: 414px) {
    .std.mains .std-content .items {
        margin-bottom:140px
    }
}
       

.std.mains .std-content .items a {
    display: block
}
                
.std.mains .std-content .items a .description {
    background: #182a49;
    min-height: 3em;
    padding: 1em;
    position: relative
}
                
.std.mains .std-content .items a .description:before {
    content: "";
    display: block;
    background: url("../images/triangle-crop.png") no-repeat;
    background-size: contain;
    width: 100%;
    height: 65px;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 999999999999;
}
                
.std.mains .std-content .items a .description h3 {
    margin: 1em 0 1.5em 0;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 1.6em;
    text-decoration: none
}
                
.std.mains .std-content .items a:hover {
    text-decoration: none
}
                
.std.directs {
    margin-bottom: 6em
}

 @media (max-width: 767px) {
                .banner-img {
                    margin-bottom: 80px
                }
            }
        

.rectangulo {
     width: 20px; 
     height: 5px; 
    background:  #0a51a1;
    opacity: 0.80;
    position: absolute;
    margin-top:10px;
      
}

.fintech-title-small{
    color: #0a51a1;
    font-size:23px;
    font-weight: 1000;
    z-index: 999;
    opacity: 0.9;
    margin-top:-3px;
    margin-left: 30px !important;
}

.fintech-title-big{
    color: #000;
    font-size:25px;
    font-weight: 500;
    margin-top:-5px;
  
}

.fintech-title-big-w{
    color: #fff;
    font-size:25px;
    font-weight: 500;
    margin-top:-5px;
  
}


.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

               #particles-js {
  position: absolute;
                    margin-top:-100px;
  width: 100%;
  height: 100%;
  z-index: 1;
                       background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


 span {
  display: inline-block;
  vertical-align: middle;
}

.outer-line {
  width: 5%;
  border-bottom: 4px solid #0a65cb !important;
    margin-top:13px;

}
                .outer-img{
                    color: #0a65cb!important;
    font-size: 20px;
    font-weight: 900;
    z-index: 999;

        margin-top:10px;
                    
}

background-image: linear-gradient(-34deg, #0a51a1 0%, #0a1f67 110%);

.cd-intro {
  text-align: left;
    margin-bottom: 20px;
}

.cd-intro {

  margin: 3.5em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 4em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 4em auto;
  }
}

.cd-headline {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 3rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 5rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}



/* -------------------------------- 

xclip 

-------------------------------- */

.cd-headline.clip  {
    margin-top:-85px;
    margin-bottom: -70px;
}
.cd-headline.clip span {
  display: inline-block;
    color:#fff !important;
   text-shadow:  2 2 0.2em #000 !important;
    font-weight: 700;
    margin-top:-20px;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
    background: none;
 color:#fff !important;
    text-shadow: 0 0 0.1em #ddd;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}


/* -------------------------------- 

xpush 

-------------------------------- */
.cd-headline.push b {
  opacity: 0;
}
.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.filtros-programas{
    background: linear-gradient(-34deg, #0a1f67 0%, #00153C 110%);
}
.filtros-programas p{
    margin-top:20px;margin-bottom:20px; color:#fff;
}


.filters {
    padding-top: 9px;
    padding-bottom: 6px;
}

.filters .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 5px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    /* background-image: none; */
    border: 1px solid #fff;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow
}

.filters .form-control option {
    color: grey;
    width: 100%;
    font-size: 17px;
    line-height: 1.6;
    padding-top: 50px;
    padding-bottom: 50px;
}

/*--------------------------------------------------------------
	Showcase Page
--------------------------------------------------------------*/
/* Content box */


.content-box {

    padding-left: 0px !important; 
}
.content-box .content-box-image {
    border-radius: 6px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    margin-bottom: 15px;
    transition: 0.35s ease-out;
    -webkit-transition: 0.35s ease-out;
    -moz-transition: 0.35s ease-out;
    background-color: #fff;
    width: 100%;
    max-width: 100% !important;
    min-width: 100%;
    border:0.5px solid #E5E3E3;
    padding-left: 0px !important; 
}

.content-box-title {
    font-weight: 400;
    font-size: 18px;
    color: #111;
    margin: 16px 0 15px;
}


.fit-image-news{
     width: 100%;
     object-fit: cover;
     /* only if you want fixed height */
     z-index:-999px;
    height: 300px;
     position: relative;
     box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.fit-image-solutions{
    width: 100%;
     object-fit: cover;
     /* only if you want fixed height */
     z-index:-999px;
    height: 200px;
     position: relative;
     box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}


.nopadding{
     padding: 0px !important; 
}

.news .contenido-news h3{
    color:#c2c2c2;
    font-size: 11px;
    margin-bottom: 0px;
}

.news .contenido-news h2{
    color:#0a51a1 !important;
    font-size: 17px;
    margin-bottom: 0px;
    margin-top: 8px;
    font-weight: 700;
    line-height:125%;
}

.news .contenido-news p{
    line-height:125%;  
    font-style: italic; 
    font-size:16px;
}

.news .contenido-news p a{
    color:#0a65cb!important;
    font-style: none;
}

.dots{
    border-bottom: 1px dotted #c2c2c2;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dot-blue {
    border-bottom: 2px solid #0a65cb !important;
    margin-bottom: 25px;
    margin-top: 25px;
}

.testimonial-section {
  position: relative;
  background-size: cover !important;
  padding: 0px 0px;
  background-repeat: no-repeat !important;
    margin-top:100px;
}

.lista-section {
    margin-top:100px;
}


.testimonial-section:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  width: 100%;
  height: 100%;
 
}

.testimonial-section .section-title h3 {
  position: relative;
  padding-bottom: 30px;

}



.testimonial-section .testimonial-carousel .slide-item {
  outline: 0;
}

.clinicas-section {
  position: relative;
    margin-top:100px;
    margin-bottom: 60px;
}


.testimonial-section .testimonial-carousel .slick-dots li button:before {
  font-size: 15px;
  color: lightgrey;
}

.clinicas-section .slick .slick-dots li button:before {
  font-size: 15px;
  color: lightgrey;
}

.testimonial-section .inner-box {
  position: relative;
  padding: 50px 10px;
 padding-bottom: 10px;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
}

.testimonial-section .inner-box h2 {
  position: relative;
  top:5px;
  font-size: 15px;
  line-height: 26px;
  font-weight:700;
  color: #0a51a1 !important;
  padding-bottom: 5px;
  text-transform: none;
  font-weight: normal;
}


.testimonial-section .inner-box p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #1a1a1a;
top:15px;
}

.testimonial-section .inner-box .image-box {
  position: absolute;
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 5px solid #fff;
    padding: 8px;
    background-color: #f5f5f5;
    
}

.testimonial-section .inner-box .image-box img {
  width: 145px;
  height: 120px;
}

.blue-bg {
   background-color:#EAF0F5;                    
 }
                    
                    .team .contenedor-box h3 {
                        font-weight: 700;
                        color: #0a51a1 !important;
                        font-size: 14px;
                    }
                    
                    .team .contenedor-box p {
                        font-weight: 400;
                        color: #111 !important;
                        font-size: 15px;
                        line-height: 120%;
                    }
                    
                    .team .user-team {
                        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 4px 5px 0 rgba(0, 0, 0, .10);
                        margin-left: auto;
                        margin-right: auto;
                        margin-bottom: -5px;
                        border-top-left-radius: 10px !important;
                        border-top-right-radius: 10px !important;
                    }

 .team .user-team img{
                        width: 100%;
                        object-fit: cover;
                        height: 260px;
                        /* only if you want fixed height */
                        border-top-left-radius: 10px !important;
                        border-top-right-radius: 10px !important;
                    }

                    
                    .fit-image {
                        width: 100%;
                        object-fit: cover;
                        height: 300px;
                        /* only if you want fixed height */
                        border-top-left-radius: 10px !important;
                        border-top-right-radius: 10px !important;
                    }
                    
                    .blue-bg {
                        background-color: #f2fafc;
                    }
                    
      .btn-bio {
    padding: 5px 30px;
    background-image: linear-gradient(-34deg, #0a51a1 0%, #0a1f67 110%);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.marco-user {
    padding: 8px;
    background-color: #f5f5f5;
    width: 100px;
}


/*--------------------------------------------------------------
	Team
--------------------------------------------------------------*/
.team-item {
  position: relative;
  text-align: center;
}

.team-image {
  position: relative;
  overflow: hidden;
}

.team-image img {
  width: 100%;
}

.team-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.team-detail {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
  padding: 20px;
}

.team-detail h5 {
  font-size: 16px;
    color: #fff;
}

.team-detail p {
  font-size: 14px;
}

.team-social a {
  display: inline-block;
  color: #aaa;
  padding: 5px 6px;
}

.team-social .linkedin {
  width: 40px;
 height:40px;
    z-index: 999999;
    text-align: center;
    border-radius: 50%;
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  background: #0073b1;
}

.team-social .skype {
  width: 40px;
 height:40px;
    z-index: 999999;
    text-align: center;
    border-radius: 50%;
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  background: #00AFF0;
}

.team-social .twitter {
  width: 40px;
 height:40px;
    z-index: 999999;
    text-align: center;
    border-radius: 50%;
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  background: #1DA1F2
}



.team-social a:hover {
  color: #FFF;
}

.team-descr {
  margin: 20px 0 0;
}

.team-name {
  font-size: 14px;
  color: #111;
}

.team-role {
  font-size: 11px;
  color: #aaa;
}

.team-item:hover .team-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.team-item:hover .team-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.slider-content{
  z-index: 999 !important;
    position: relative !important;
}

.slider-content h4{
    color:#fff;
    font-size: 35px;
    line-height: 120%;
}

@media (max-width: 1024px) {
  .slider-content h4{
    font-size: 32px;
}
}

@media (max-width: 720px) {
  .slider-content h4{
    font-size: 28px;
}
}

.slider-content h4 span{
    text-shadow:rgb(221, 221, 221) 0px 0px 0.1em;
    font-weight: 700;
}


                    /* 9. Resume
-------------------------------------------------*/

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-left: 70;
    border: 6px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(-34deg, #0a51a1 0%, #0a1f67 110%);
    
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 14px;
}

.timeline>li .timeline-image span.ico {
    margin-top: 2px;
    font-size: 3.2em;
    display: inline-block;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
    color: #0a51a1;
    font-weight: 600;
    font-size: 20px;
}

.timeline .timeline-body p {
    line-height: 130%;
}

.timeline .timeline-heading h2 {
    margin-top: 30px;
    color: inherit;
}

.timeline .timeline-heading .subheading {
    text-transform: none;
    color: #13b0a5;
    font-weight: 100px;
    margin-top: -5px;
    margin-bottom: 0px;
}

.timeline hr {
    margin-top: 5px;
    margin-bottom: 5px;
    color: inherit;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}


/* 15. Media Queries Timline
-------------------------------------------------*/

@media(min-width:414px) {
    .timeline>li .timeline-image {
        z-index: 100;
        position: absolute;
        left: 0;
        width: 60px;
        height: 60px;
        margin-left: 10px;
        border: 6px solid #f1f1f1;
        border-radius: 100%;
        text-align: center;
        color: #fff;
        background-color: #1d2e73;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 15px;
        font-size: 20px;
        line-height: 14px;
    }
    .timeline>li .timeline-image span.ico {
        margin-top: 2px;
        font-size: 3.2em;
        display: inline-block;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 20px 0 100px;
        text-align: left;
    }
    .timeline>li.timeline-inverted>.timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0;
    }
    .timeline>li.timeline-inverted>.timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0;
    }
    .timeline>li:last-child {
        margin-bottom: 0;
    }
    .timeline .timeline-heading h4 {
        margin-top: 0;
        color: inherit;
        color: #0a51a1;
    }
    .timeline .timeline-heading h2 {
        margin-top: 30px;
        color: inherit;
    }
    .timeline .timeline-heading .subheading {
        text-transform: none;
        color: #0a51a1;
        font-weight: 100px;
        margin-top: -5px;
        margin-bottom: 0px;
    }
    .timeline hr {
        margin-top: 5px;
        margin-bottom: 5px;
        color: inherit;
    }
    .timeline .timeline-body>p,
    .timeline .timeline-body>ul {
        margin-bottom: 0;
    }
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline>li {
        margin-bottom: 8px;
        min-height: 80px;
    }
    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
        margin-left: 65px;
        margin-right: 65px;
    }
    .timeline>li .timeline-image {
        left: 51%;
        width: 55px;
        height: 55px;
        margin-left: -50px;
    }
    .timeline>li .timeline-image span.ico {
        margin-top: 2px;
        font-size: 4em;
        display: inline-block;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 100px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeline>li .timeline-image {
        left: 50%;
        width: 65px;
        height: 65px;
        margin-left: -42px;
    }
    .timeline>li .timeline-image span.ico {
        margin-top: 2px;
        font-size: 6.2em;
        display: inline-block;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 18px;
        line-height: 26px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 130px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    .timeline>li .timeline-image {
        width: 65px;
        height: 65px;
        margin-left: -35px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 15px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}


.wave-background {
                        background-image: url(../img/waves.png);
                    }
                    
                    @media (-webkit-min-device-pixel-ratio: 1.5),
                    not all,
                    not all,
                    not all .wave-background {
                        background-image: url(../img/waves.png);
                    }
                    
                    .wave-background {
                        background-image: url(../img/waves.png);
                        background-size: 100% auto;
                        background-position: left top;
                        background-repeat: no-repeat;
                    }

background: linear-gradient(-34deg, #0a1f67 0%, #00153C 110%, 0.6)

.modal-registro .modal-logo img{
    width: 50px !important;
}

.tab .nav-tabs {
            border-bottom: 2px solid #e8e8e8;
        }
        
        .tab .nav-tabs li a {
            display: block;
            padding: 10px 20px;
            margin: 0 5px 1px 0;
            background: #fff;
            font-size: 17px;
            font-weight: 700;
            color: #112529;
            text-align: center;
            border: none;
            border-radius: 0;
            z-index: 2;
            position: relative;
            transition: all 0.3s ease 0s;
        }
        
        .tab .nav-tabs li a:hover,
        .tab .nav-tabs li.active a {
            color: #198df8;
            border: none;
        }
        
        .tab .nav-tabs li.active a:after {
            content: "";
            width: 100%;
            height: 3px;
            background: #198df8;
            position: absolute;
            bottom: -1px;
            left: 0;
            z-index: -1;
            transition: all 0.3s ease 0s;
        }
        
        .tab .tab-content {
            padding: 30px 20px 20px;
            margin-top: 0;
            background: #fff;
            font-size: 15px;
            color: #7a9181;
            line-height: 30px;
            border-radius: 0 0 5px 5px;
        }
        
        .tab .tab-content h3 {
            font-size: 24px;
            margin-top: 0;
        }
        
        @media only screen and (max-width: 479px) {
            .tab .nav-tabs li {
                width: 100%;
                text-align: center;
            }
            .tab .nav-tabs li.active a:before {
                content: "\f105";
                bottom: 15%;
                left: 0;
                right: auto;
            }
        }

.mission{
    box-shadow: 0 7px 26px 0 rgba(50, 50, 50, 0.4);
    background-color: #002045; 
    color: rgba(255, 255, 255, 0.5);
}

.counter{
    box-shadow: 0 7px 26px 0 rgba(50, 50, 50, 0.4);
}

.blockchain{
      background: linear-gradient(-34deg, #0a1f67 0%, #00153C 110%);
     background: linear-gradient(-34deg, #0a51a1 0%, #0a1f67 110%);
    box-shadow: 0 7px 26px 0 rgba(50, 50, 50, 0.4);
}

.blockchain img{
    margin-top:-60px;
}

@media (max-width: 1024px) {
  .blockchain img {
    margin-top:10px;
  }
}

.flatstone img{
    margin-top:-20px;
}


.services .content-box-image{
    height: 250px;
}

@media (max-width: 1200px) {
  .services .content-box-image{
    height: 260px;
}
}

@media (max-width: 978px) {
  .services .content-box-image{
    height: 245px;
}
}


.services p{
    font-weight:600; 
    font-size:18px; 
    color:#3c3c3b; 
    line-height:110%; 
    margin-bottom:10px;
}

.services p span{
    font-weight:700; 
    color:#0a65cb !important;
}

.services-image-fit{
     width: 100%;
     object-fit: cover;
     height: 180px;
     /* only if you want fixed height */
     z-index:-999px;
     position: relative;
     box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}



.modal-registro .modal-logo img {
                    height: 60px !important;
                    align-items: center;
                    margin-left: auto;
                    margin-right: auto;
                }
                
                .modal-registro .botones-redes {
                    margin-top: -10px;
                }
                
                .modal-registro .botones-redes p {
                    margin-top: -10px;
                    margin-bottom: -10px !important;
                }
                
                .modal-registro .form-control .form-group {
                    color: #3c3c3b !important;
                }
                
                .modal-registro .form-control {
                    display: block;
                    width: 100%;
                    height: 38px;
                    padding: 6px 12px;
                    font-size: 16px;
                    border-radius: 5px;
                    line-height: 1.42857143;
                    font-weight: 500;
                    width: 100%;
                    height: 34px;
                    padding: 6px 12px;
                    border: 1px solid #ccc;
                    color: #3c3c3b !important;
                }
                
                #register-form ::placeholder {
                    /* Chrome, Firefox, Opera, Safari 10.1+ */
                    color: #3c3c3b !important;
                    opacity: 1;
                    /* Firefox */
                }
                
                #register-form::-webkit-input-placeholder {
                    color: #3c3c3b !important;
                }
                
                #register-form:-moz-placeholder {
                    color: #3c3c3b !important;
                }
                
                #register-form::-moz-placeholder {
                    color: #3c3c3b !important;
                }
                
                #register-form:-ms-input-placeholder {
                    color: #3c3c3b !important;
                }
                
                .modal-registro .modal-close button.close {
                    background-image: linear-gradient(-34deg, #0a51a1 0%, #0a1f67 110%);
                    width: 2em;
                    height: 2em;
                    opacity: 1;
                    display: block;
                    position: absolute;
                    top: -0.4em;
                    right: -0.4em;
                    border-radius: 50%;
                    z-index: 99999;
                    position: relative;
                }
                
                .modal-registro .modal-close button.close span {
                    color: #fff;
                    font-size: 1.2em;
                }

.banner-secciones h3{
    color: #fff !important;
    font-size: 45px;
    font-weight: 900; text-shadow:0 0 0.1em #ddd; margin-top:-15px;
}

.banner-secciones p{
    font-size:23px; font-weight:500; line-height:120%; margin-top:-5px;
}

@media (max-width: 720px) {
    .banner-secciones p{
    font-size:18px;
}
    .banner-secciones h3{
    font-size: 40px;
    line-height: 110%;
}
}

@media (max-width: 1024px) {
    .banner-secciones p{
    font-size:20px;
}
}

@media (max-width: 1024px) {
    .middle-side{
    margin-top:40px;
}
}

.small-size{
    height:150px;
}
