/* ------------------------------------------------------------------------------

  Template Name: Bobby
  Description: Bobby - Creative Service Landing Page
  Author: Murren
  Version: 1.0
  
  1.  Global

        1.1 General
        1.2 Typography
        1.3 Iconography
        1.4 Buttons
        1.5 Forms
        1.6 Loader
        1.7 Content helpers
        1.8 Background colors
        1.9 Colors

  2.  Header 

        2.1 Navbar
        2.2 Navbar affix
        2.3 Brand
        2.4 Navigation
        2.5 Masthead 

  3.  About
  4.  Services
  5.  Video section
  6   Specialization
  7.  Team
  8.  Features
  9.  Get in touch
  10. Showcase

      10.1 Magnific popup 

  11. Prices
  12. Reviews

      12.1 Owl carousel 

  13. Contacts
  14. Footer
  15. Modals
  16. Responsive styles


    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/


/* 1.1 General */

@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('et-line-fonts.css');
@import url('owl.carousel.css');
@import url('magnific-popup.css');
body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    height: 100%;
    overflow: hidden;
    padding-right: 0!important;
}

.loaded {
    overflow: visible;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #0a347f;
}


/* 1.2 Typography */

h1,
.h1 {
    font-weight: 200;
    font-size: 40px;
    line-height: 1.1;
    margin: 0;
}

h2,
.h2 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.section-title:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background-color: #0a347f;
    border-radius: 50%;
}

h3,
.h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

h4,
.h4 {
    font-size: inherit;
    font-weight: 700;
    margin: 10px 0;
}

strong {
    font-weight: 700;
}

p {
    margin: 10px 0 0;
}

ul {
    /*list-style: none;
  padding-left: 0;*/
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
}


/* 1.3 Iconography */

.icon {
    display: inline-block;
    font-size: 50px;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}


/* 1.4 Buttons */

.btn {
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid transparent;
    background-color: #78588C;
    font-size: 17px;
    line-height: 1.4;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

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

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    background-color: #8E6BA5;
}

.btn:active {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-yellow {
    background-color: #0a347f;
    color: #000;
}

.btn-light-gray {
    background-color: #EBEBEB;
    color: #000;
}

.btn-light-gray:hover,
.btn-light-gray:focus {
    background-color: #0a347f;
    color: #000;
}

.btn-b-white {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: transparent;
}

.btn-b-white:hover,
.btn-b-white:focus {
    border-color: transparent;
}


/* 1.5 Forms */

.form-control {
    height: 46px;
    padding: 6px 18px;
    font-size: 14px;
    border: 1px solid #fff;
    color: #246bad;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0px;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.triangulo {
    width: 46px;
    height: 0px;
    border-top: 46px solid transparent;
    border-left: 46px solid #fff;
    position: absolute;
    top: 0px;
    right: -46px;
}

.triangulo2 {
    width: 46px;
    height: 0px;
    border-top: 150px solid transparent;
    border-left: 46px solid #fff;
    position: absolute;
    top: 0px;
    right: -46px;
}

.form-control::-webkit-input-placeholder {
    color: #246bad;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #246bad;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #246bad;
}

.form-control:-ms-input-placeholder {
    color: #246bad;
}

.form-control:focus {
    border-color: #246bad;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 78, 147, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 78, 147, .6);
}

textarea.form-control {
    resize: none;
    height: 150px;
    padding-top: 11px;
}

.row-fields {
    margin: 0 -8px;
}

.row-fields .form-group {
    padding-left: 8px;
    padding-right: 8px;
}

label.error {
    margin-top: 3px;
    font-size: 13px;
    font-weight: normal;
    color: #CC506F;
}


/* 1.6 Loader */

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 100;
    text-align: center;
}

.cssload-bell {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -109px 0 0 -107px;
    width: 214px;
    height: 218px;
    border-radius: 100%;
}

.cssload-circle {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cssload-circle .cssload-inner {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 11px solid rgba(233, 206, 53, 0.7);
    border-right: none;
    border-top: none;
    background-clip: padding;
    box-shadow: inset 0px 0px 21px rgba(206, 206, 53, 0.15);
}

.cssload-circle:nth-of-type(0) {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.cssload-circle:nth-of-type(0) .cssload-inner {
    animation: cssload-spin 2.3s infinite linear;
    -o-animation: cssload-spin 2.3s infinite linear;
    -ms-animation: cssload-spin 2.3s infinite linear;
    -webkit-animation: cssload-spin 2.3s infinite linear;
    -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(1) {
    transform: rotate(70deg);
    -o-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
}

.cssload-circle:nth-of-type(1) .cssload-inner {
    animation: cssload-spin 2.3s infinite linear;
    -o-animation: cssload-spin 2.3s infinite linear;
    -ms-animation: cssload-spin 2.3s infinite linear;
    -webkit-animation: cssload-spin 2.3s infinite linear;
    -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(2) {
    transform: rotate(140deg);
    -o-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
}

.cssload-circle:nth-of-type(2) .cssload-inner {
    animation: cssload-spin 2.3s infinite linear;
    -o-animation: cssload-spin 2.3s infinite linear;
    -ms-animation: cssload-spin 2.3s infinite linear;
    -webkit-animation: cssload-spin 2.3s infinite linear;
    -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-bell {
    /*animation: cssload-spin 5.75s infinite linear;
    -o-animation: cssload-spin 5.75s infinite linear;
    -ms-animation: cssload-spin 5.75s infinite linear;
    -webkit-animation: cssload-spin 5.75s infinite linear;
    -moz-animation: cssload-spin 5.75s infinite linear;*/
}

@keyframes cssload-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}


/* 1.7 Content helpers */

.content {
    position: relative;
    background-color: #fff;
}

.rel-1 {
    position: relative;
    z-index: 1;
}

.masked {
    position: relative;
}

.masked:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

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

.section-content {
    margin-top: 50px;
}

.section-lg {
    padding: 120px 0;
}

@media (min-width: 768px) {
    .section {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .section-content {
        margin-top: 100px;
    }
    .section-lg {
        padding: 200px 0;
    }
}

.icon-header {
    display: block;
    margin-bottom: 30px;
    font-size: 60px;
}

.icon-header.icon-dial {
    font-size: 70px;
}

.btn-section {
    margin-top: 40px;
}

.row-baseline {
    margin-top: -30px;
}

.col-baseline {
    margin-top: 30px;
}


/* 1.8 Background colors */

.bgc-white {
    background-color: #fff;
}

.bgc-primary {
    background: #ff1028;
}

.bgc-light-gray {
    background-color: #f5f5f5;
}

.bgc-yellow {
    background-color: #0a347f;
}


/* 1.9 Colors */

.text-white {
    color: #fff;
}

.text-muted {
    opacity: 0.6;
    color: inherit;
}

.text-primary {
    color: #866F9C;
}

.text-yellow {
    color: #0a347f;
}


/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/

.header {
    color: #fff;
    /*background:url(../images/banner-01.png) center top no-repeat;
  background-size:cover;*/
}

.video {
    position: fixed;
    top: 0;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    ;
}

.video,
.video-background {
    background: url(../video/poster.jpg) center top no-repeat;
    background-size: cover;
}


/* 2.1 Navbar */

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding-top: 10px;
    border-radius: 0;
    font-size: 15px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-left: 0;
}

.navbar-collapse {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 320px;
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 10px;
    border: 1px solid #fff;
}


/* 2.2 Navbar affix */

.navbar.affix {
    position: fixed;
    background-color: rgb(36, 107, 173, 0.8) !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.navbar.affix img {
    width: 30%;
}

.navbar.affix .brand {
    font-size: 33px;
}


/* 2.3 Brand */

.brand {
    font-size: 33px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.brand .circle {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #0a347f;
    margin-left: -3px;
    border-radius: 50%;
}

.brand:hover .circle {
    background-color: #fff;
}

.brand:focus {
    color: #fff;
}

.brand:hover {
    color: #0a347f;
}


/* 2.4 Navigation */

.navbar-nav {
    margin-top: 23px;
    font-weight: 500;
}

.navbar-nav>li>a {
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>.active>a {
    color: #fff;
    background-color: #0a347f;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}


/* 2.5 Masthead */

.masthead {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    padding: 170px 0 120px;
    height: 100vh;
    text-align: center;
}

.lead {
    font-size: inherit;
    margin: 20px 0 0;
}

.lead-text {
    margin-top: 20px;
}

.lead-direct {
    margin-top: 40px;
}


/*-------------------------------------------------------------------------------
  3. About
-------------------------------------------------------------------------------*/

.about {
    padding: 60px 0;
}

.col-box {
    font-size: 15px;
    padding: 0 30px;
}

.col-box:first-child {
    border-left: 0;
}


/*-------------------------------------------------------------------------------
  4. Services
-------------------------------------------------------------------------------*/

.service-content {
    margin-top: 50px;
}

.letter-lg {
    opacity: 0.1;
    font-size: 130px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -5px;
    font-weight: 900;
}

.col-service .media-body {
    vertical-align: bottom;
    padding-bottom: 15px;
}


/*-------------------------------------------------------------------------------
  5. Video section
-------------------------------------------------------------------------------*/

.video-section {
    background: url(../images/bg/video-section.jpg) center no-repeat;
    background-size: cover;
}


/*-------------------------------------------------------------------------------
  6. Specialization
-------------------------------------------------------------------------------*/

.specialization {
    overflow: hidden;
}

.progress-header {
    margin-bottom: 10px;
}

.progress {
    height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.social {
    position: fixed;
    z-index: 8;
    bottom: 15px;
    right: 15px;
}

.social img {
    width: 50px;
}

.progress-bar {
    background-color: #7B5A91;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*-------------------------------------------------------------------------------
  7. Team
-------------------------------------------------------------------------------*/

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

.team-profile img {
    margin-bottom: 20px;
    border: 3px solid #0a347f;
}

.social {
    margin-left: -10px;
}

.social .icon {
    font-size: 40px;
    margin-left: 10px;
    opacity: 0.7;
}

.team-social {
    margin-top: 20px;
}


/*-------------------------------------------------------------------------------
  8. Features
-------------------------------------------------------------------------------*/

.row-features {
    margin-top: -100px;
}

.col-feature {
    padding-top: 100px;
    text-align: center;
}


/*-------------------------------------------------------------------------------
  9. Get in touch
-------------------------------------------------------------------------------*/

.getintouch {
    background: url(../images/bg/getintouch.jpg) center top no-repeat;
    background-size: cover;
}


/*-------------------------------------------------------------------------------
  10. Showcase
-------------------------------------------------------------------------------*/

.showcase {
    overflow: hidden;
    padding-bottom: 0;
}

.filter {
    text-align: center;
    color: #333;
    margin: 60px 0 60px;
}

.filter li {
    position: relative;
    display: inline-block;
    margin: 10px 20px 0;
}

.filter li a {
    text-decoration: none;
}

.filter .active {
    color: #0a347f;
}

.filter .active:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: -12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0a347f;
}

.row-showcase {
    margin-left: -30px;
    margin-right: -30px;
}

.col-showcase {
    color: #fff;
}

.col-showcase a:hover,
.col-showcase a:focus {
    color: inherit;
}

.col-showcase figure {
    position: relative;
    overflow: hidden;
}

.col-showcase figure img {
    width: 100%;
}

.col-showcase figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.col-showcase header {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.col-showcase h3 {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 30px;
    line-height: 1;
}

.col-showcase h3:after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: -18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0a347f;
}

.col-showcase .icon-showcase {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.col-showcase:hover figcaption {
    background: rgba(123, 90, 145, 0.9);
}

.col-showcase:hover .icon-showcase {
    -webkit-transform: translateX(-50%) rotate(-180deg);
    -moz-transform: translateX(-50%) rotate(-180deg);
    transform: translateX(-50%) rotate(-180deg);
}


/* 10.1 Magnific popup */

.mfp-figure {
    box-shadow: none;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    padding: 0;
    margin-top: -10px;
    font-family: inherit;
    font-size: 40px;
    font-weight: 300;
    line-height: 0;
    color: #0a347f;
}

img.mfp-img {
    min-height: 220px;
}

.mfp-bottom-bar {
    margin-top: -30px;
}

.mfp-title {
    font-size: 20px;
    color: #0a347f;
}

.mfp-bg {
    background-color: #000;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right-color: #0a347f;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left-color: #0a347f;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom .mfp-container {
    -webkit-transform: scale(0);
}

.mfp-with-zoom.mfp-bg {
    opacity: 0;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    -webkit-transform: scale(1);
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.9;
}

.mfp-with-zoom.mfp-removing .mfp-container {
    -webkit-transform: scale(0);
}

.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


/* ------------------------------------------------------------------------------- */


/*  11. Prices
/* ------------------------------------------------------------------------------- */

.col-price {
    position: relative;
    text-align: center;
    padding: 7px;
}

.price-box {
    background-color: #fff;
}

.price-inner {
    padding: 30px 20px;
}

.price-header {
    border: 1px solid #DCD4E1;
    border-width: 1px 0;
}

.price-title {
    padding: 30px 0;
    margin: 0;
}

.price {
    line-height: 1;
    margin-bottom: 20px;
}

.price+p {
    font-size: 13px;
}

.price strong {
    font-weight: 600;
}

.price-currency {
    display: inline-block;
    font-size: 30px;
}

.price-amount {
    font-size: 50px;
}

.price-delimiter {
    font-size: 40px;
    font-weight: 300;
}

.price-period {
    font-size: 20px;
}

.price-features {
    padding: 30px 0;
}

.price-features ul {
    margin-top: 0;
}

.price-features ul li {
    padding: 8px 0;
}

.col-price.leading .price-box {}

.col-price.leading .price-header {
    margin: 0 -1px;
    background-color: #78588C;
    color: #fff;
}


/*-------------------------------------------------------------------------------
  12. Reviews
-------------------------------------------------------------------------------*/

.reviews {
    background: url(../images/bg/reviews.jpg) center top no-repeat;
    background-size: cover;
}

.reviews:after {
    background-color: rgba(114, 80, 135, 0.95);
}

.review-carousel {
    margin-top: 30px;
}

.review-author {
    margin-top: 30px;
}

.review-author strong {
    font-size: 17px;
}


/* 12.1 Owl carousel */

.owl-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.owl-prev {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #fff;
    left: 30px;
}

.owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #fff;
    right: 30px;
}

.owl-pagination .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #fff;
    border-radius: 50%;
}

.owl-pagination .owl-page.active {
    background-color: #0a347f;
}


/*-------------------------------------------------------------------------------
  13. Contacts
-------------------------------------------------------------------------------*/

.contacts {
    padding-bottom: 0;
}

.gmap {
    margin-top: 40px;
    height: 520px;
}


/*-------------------------------------------------------------------------------
  14. Footer
-------------------------------------------------------------------------------*/

.footer {
    padding: 20px 0;
    color: #fff;
}

.footer .social {
    margin-top: 0;
}

.copyright {
    margin: 20px 0;
}


/*-------------------------------------------------------------------------------
  15. Modals
-------------------------------------------------------------------------------*/

.modal {
    text-align: center;
    white-space: nowrap;
}

.modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.modal-dialog {
    width: 95%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    margin: 0;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.modal-header {
    background-color: #0a347f;
    border-bottom: 0;
    color: #fff;
    text-align: center;
}

.modal-header .close {
    position: relative;
    z-index: 1;
    top: -15px;
    font-size: 30px;
}

.modal-title {
    line-height: 1.1;
}


/*-------------------------------------------------------------------------------
  16. Responsive
-------------------------------------------------------------------------------*/

@media (min-width: 480px) {
    h1,
    .h1 {
        font-size: 50px;
    }
}

@media (min-width: 768px) {
    .navbar {
        padding-bottom: 10px;
    }
    .navbar.affix-top {
        padding: 30px 0;
        background: none;
        box-shadow: none;
    }
    .navbar.affix .navbar-nav {
        margin-top: 10px;
    }
    .navbar-nav>li {
        margin-left: 20px;
    }
    .navbar-nav>li:first-child {
        margin-left: 0;
    }
    .navbar-nav>li>a {
        padding: 0;
    }
    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus,
    .navbar-nav>.active>a {
        background-color: transparent;
        font-weight: 900;
    }
    .brand {
        font-size: 45px;
    }
    .masthead {
        padding: 250px 0 200px;
    }
    .modal-dialog {
        width: 500px;
    }
}

@media (min-width: 992px) {
    .footer .social {
        text-align: right;
    }
    .copyright {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .row-spec {
        margin: 0 -30px;
    }
    .col-spec {
        padding: 0 30px;
    }
}

.logoContenedor {
    width: 25%;
}

.titulo {
    font-weight: 800;
    font-size: 28px;
    color: #000;
    line-height: 28px;
}

ul.check {
    font-size: 19px;
    list-style-type: none;
    padding-left: 0px;
}

ul.check li {
    list-style: none;
    margin-bottom: 10px;
}

ul.check li:before {
    content: '';
    display: inline-block;
    height: 19px;
    width: 20px;
    background-image: url(../images/image-04.png);
    background-position: center;
    background-size: contain;
    margin-right: 10px;
}

.titulo2 {
    font-weight: 800;
    font-size: 33px;
    color: #246bad;
}

.titulo3 {
    font-weight: 700;
    font-size: 47px;
    text-align: center;
    color: #fff;
}

.parrafoA {
    font-size: 35px;
    color: #000;
    text-align: center;
}

.parrafoA1 {
    font-size: 44px;
    color: #000;
    text-align: center;
    font-weight: 800;
}

.parrafoA2 {
    font-size: 28px;
    color: #000;
    text-align: center;
    margin: 0px;
    margin-bottom: 25px;
}

.parrafoA3 {
    font-size: 38px;
    color: #000;
    text-align: center;
    margin: 0px;
    margin: 35px 0px;
    font-weight: 800;
}

.titulo4 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 15px;
}

.titulo4 span {
    font-weight: 800;
}

.cardCirculoI {
    display: grid;
    grid-template-columns: auto 80px;
    grid-column-gap: 25px;
}

.cardCirculoI .titulo {
    font-weight: normal;
    font-size: 16px;
    color: #000;
    line-height: normal;
    text-align: right;
    margin-top: 25px;
}

.cardCirculoI .circulo {
    content: "";
    width: 70px;
    height: 70px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.cardCirculoD {
    display: grid;
    grid-template-columns: 80px auto;
    grid-column-gap: 25px;
}

.cardCirculoD .titulo {
    font-weight: normal;
    font-size: 16px;
    color: #000;
    line-height: normal;
    text-align: left;
    margin-top: 25px;
}

.cardCirculoD .circulo {
    width: 70px;
    height: 70px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.parrafoD {
    text-align: center;
    font-size: 19px;
    margin: 0px;
    color: white;
}

.parrafoDis1 {
    font-size: 43px;
    text-align: center;
    color: #246bad;
    font-weight: 700;
}

.parrafoDis2 {
    text-align: center;
    font-size: 107px;
    font-weight: 800;
    color: #246bad;
    line-height: 107px;
}

.parrafoDis3 {
    font-size: 24px;
    color: #000;
    text-align: center;
}

.parrafoDis4 {
    text-align: center;
    font-size: 43px;
    font-weight: 800;
    color: #246bad;
}

.parrafoN {
    text-align: justify;
    font-size: 19px;
    color: #3a3a3a;
}

.parrafoR {
    font-size: 15px;
    text-align: right;
    margin: 0px;
}

.contenedor {
    position: relative;
    display: inline-block;
    text-align: center;
}

.contenedor img {
    width: 100%;
}

.contenedor:hover .parrafoIma {
    display: initial;
}

.contenedor:hover .listaIma {
    display: block;
}

.texto-encima {
    position: absolute;
    bottom: 0px;
    background: #012f5c;
    width: 100%;
    text-align: left;
    padding: 10px;
}

.tituloIma {
    color: white;
    font-size: 20px;
}

.cardIcono {
    padding: 0px 50px;
}

.cardIcono img {
    width: 100%;
}

.cardIcono .espaciado {
    margin: 0px;
    border: 1px solid #246bad;
    padding: 30px;
    height: 311px;
}

.cardIcono .parrafo1 {
    text-align: center;
    font-size: 27px;
    font-weight: 800;
}

.cardIcono .parrafo2 {
    color: #246bad;
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    line-height: 48px;
}

.cardIcono .parrafo3 {
    color: #246bad;
    text-align: center;
    font-size: 16px;
    margin: 0px;
}

.cardIcono .parrafo4 {
    font-size: 22px;
    text-align: center;
}

.cardIcono .parrafo4 span {
    font-weight: 800;
}

.cardIcono .parrafo5 {
    font-size: 16px;
    text-align: center;
}

.cardIcono .espaciado:hover {
    background: #246bad;
}

.cardIcono .espaciado:hover .parrafo1,
.cardIcono .espaciado:hover .parrafo2,
.cardIcono .espaciado:hover .parrafo3,
.cardIcono .espaciado:hover .parrafo4,
.cardIcono .espaciado:hover .parrafo5 {
    color: #fff;
}

.parrafoIma {
    color: white;
    font-size: 15px;
    display: none;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.listaIma {
    color: white;
    font-size: 15px;
    display: none;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

#distribuidores:hover .subtituloP {
    background: #0a347f;
    color: white;
}

.centrado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centrado .titulo {
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    text-align: left;
    height: 140px;
}

.centrado .cuerpo {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-align: left;
    height: 36px;
}

.centrado a {
    margin-top: 75px;
}

.cardContacto {}

.cardContacto img {
    width: 30px;
    margin-right: 10px;
}

.cardContacto a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.cuerpoCon {
    color: #fff;
    font-size: 18px;
}

.centrado .cuerpo span {}

.subtituloP {
    text-align: center;
    font-size: 20px;
    color: #504F50;
    margin-top: 15px;
    border: 2px solid #0a347f;
    padding: 15px;
}

.tituloCon {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.subtituloCon {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin-top: 15px;
}

.subtituloCon span {
    font-weight: 400;
}

.enlaceCon {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.enlaceCon:hover {
    color: #fff;
}

.beneficio {
    height: 100px;
}

.contactoIcono img {
    float: left;
    width: 25px;
    margin-right: 10px;
}

.contactoIcono .enlace {
    color: white;
    font-size: 20px;
}

.contactoIcono .enlace a {
    text-decoration: none;
}

.contacto {
    font-size: 19px;
    margin: 10px 0px;
    color: #fff;
}

.fondoContacto {
    background: white;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    padding: 40px;
    margin-top: 25px;
}

.contacto1 {
    font-size: 19px;
    margin: 10px 0px;
    color: #fff;
}

.contacto a {
    text-decoration: none;
}

.contacto1 a {
    text-decoration: none;
}

.titulo3 {
    font-weight: 800;
    font-size: 38px;
    color: #246bad;
    margin: 0px;
}

.parrafoBeneficio {
    text-align: center;
    font-size: 20px;
}

.parrafoBeneficio span {
    font-weight: 700;
}

.parrafoNum {
    font-size: 20px;
    color: white;
    font-weight: 500;
}

.numero {
    font-size: 60px;
    font-weight: 800;
    color: #0a347f;
}

.parrafoP {
    text-align: center;
    font-size: 16px;
    color: #504F50;
}

.parrafoP2 {
    text-align: center;
    font-size: 16px;
    color: #504F50;
    margin: 0px;
}

.tituloP {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #504F50;
}

.imagenP {
    width: 40%;
    display: block;
    margin: auto;
    /*filter: invert(59%) sepia(16%) saturate(1767%) hue-rotate(172deg) brightness(85%) contrast(83%);*/
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.imagenP:hover {
    padding: 10px;
    /* filter: invert(100%) sepia(44%) saturate(5281%) hue-rotate(327deg) brightness(95%) contrast(93%); */
    filter: invert(12%) sepia(51%) saturate(5130%) hue-rotate(231deg) brightness(93%) contrast(90%);
    border: 5px solid #3782BA;
    border-radius: 150px;
}

.tituloP2 {
    text-align: left;
    font-size: 20px;
    font-weight: 800;
    color: #504F50;
}

.parrafoP3 {
    text-align: left;
    font-size: 16px;
    color: #504F50;
}

.buton {
    text-decoration: none;
    background: #246bad;
    color: white;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin: auto;
    width: 190px;
    margin-top: 15px;
    padding: 5px 10px;
    border: 1px solid #246bad;
    border-radius: 50px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.buton:hover {
    background: white;
    color: #246bad;
    border: 1px solid #246bad;
}

.button {
    position: relative;
    display: block;
    width: 160px;
    height: 50px;
    background-color: rgb(0, 41, 120, 0.7);
    margin: auto;
    padding: 10px;
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.button:hover {
    color: white;
}

.button:after {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 0;
    right: -49px;
    border: 25px solid transparent;
    border-bottom-color: rgb(0, 41, 120, 0.7);
    border-left-color: rgb(0, 41, 120, 0.7);
    content: "";
}

.button:hover::after {
    border-top-color: rgb(0, 41, 120, 0.7);
    border-left-color: rgb(0, 41, 120, 0.7);
    border-bottom-color: transparent;
}

.buttonA {
    position: relative;
    display: block;
    width: 180px;
    background-color: #246bad;
    padding: 10px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.buttonA:after {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 0;
    right: -45px;
    border: 24px solid transparent;
    border-bottom-color: #246bad;
    border-left-color: #246bad;
    content: "";
}

.buttonA:hover::after {
    border-top-color: #246bad;
    border-left-color: #246bad;
    border-bottom-color: transparent;
}

.buttonA:hover {
    color: #fff;
}

.buttonT {
    font-size: 15px;
    margin-top: -10px;
}

.buttonT:after {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 0;
    right: -39px;
    border: 20px solid transparent;
    border-bottom-color: #246bad;
    border-left-color: #246bad;
    content: "";
}

.buttonW {
    position: relative;
    display: block;
    width: 180px;
    background-color: #fff;
    padding: 10px;
    text-decoration: none;
    color: #246bad;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    margin: auto;
}

.buttonW:after {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 0;
    right: -45px;
    border: 24px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    content: "";
}

.buttonW:hover::after {
    border-top-color: #fff;
    border-left-color: #fff;
    color: #246bad;
    border-bottom-color: transparent;
}

.butonW {
    text-decoration: none;
    background: #fff;
    color: #246bad;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin: auto;
    width: 190px;
    margin-top: 25px;
    padding: 5px 10px;
    border: 1px solid #246bad;
    border-radius: 50px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.butonW:hover {
    background: #246bad;
    color: #fff;
    border: 1px solid #246bad;
}

.buton2 {
    text-decoration: none;
    background: #b30000;
    color: white;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 8px;
    display: block;
    margin: auto;
    width: 150px;
    border: 1px solid #b30000;
    margin-top: 15px;
    padding: 15px 25px;
    border-radius: 0px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.buton2:hover {
    background: white;
    color: #b30000;
    border: 1px solid #b30000;
}

.butonP {
    text-decoration: none;
    background: #0a347f;
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 10px;
    border-radius: 25px;
    margin: auto;
    border: 2px solid #0a347f;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.butonP:hover {
    background: white;
    color: #0a347f;
    border: 1px solid #0a347f;
}

.butonT {
    margin-top: -10px;
    font-size: 10px;
    padding: 5px;
    width: 110px;
}

.butonT:hover a {
    color: #b30000 !important;
}

.centrarVertical {
    height: 112px;
    display: flex;
    align-items: center;
}

.centrarVertical .butonW {
    width: 100%;
    padding: 10px;
    margin: auto;
}

.centrarVertical2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 322px;
}

.conten {
    height: 354px;
}

.tituloPro {
    font-size: 22px;
    font-weight: 600;
}

.parrafoPro {
    font-size: 15px;
    font-weight: 400;
}

.subtitulo {
    font-size: 53px;
    font-weight: 800;
    color: #fff;
}

.imagenD {
    width: 80%;
    display: block;
    margin-left: auto;
}

.espaciadoD {
    padding: 50px 0px 0px;
}

hr {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    background: rgba(22, 95, 84, 1);
    background: -moz-linear-gradient(left, rgba(22, 95, 84, 1) 0%, rgba(35, 184, 162, 1) 50%, rgba(5, 129, 157, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(22, 95, 84, 1)), color-stop(50%, rgba(35, 184, 162, 1)), color-stop(100%, rgba(5, 129, 157, 1)));
    background: -webkit-linear-gradient(left, rgba(22, 95, 84, 1) 0%, rgba(35, 184, 162, 1) 50%, rgba(5, 129, 157, 1) 100%);
    background: -o-linear-gradient(left, rgba(22, 95, 84, 1) 0%, rgba(35, 184, 162, 1) 50%, rgba(5, 129, 157, 1) 100%);
    background: -ms-linear-gradient(left, rgba(22, 95, 84, 1) 0%, rgba(35, 184, 162, 1) 50%, rgba(5, 129, 157, 1) 100%);
    background: linear-gradient(to right, rgba(22, 95, 84, 1) 0%, rgba(35, 184, 162, 1) 50%, rgba(5, 129, 157, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0a347f', endColorstr='#05819d', GradientType=1);
    height: 10px;
    width: 150px;
}

.efecto {
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}

.efecto2 {
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}

.efecto2:hover .imagenD {
    -webkit-animation: rotation 5s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(359deg);
    }
}

.distribuidores {
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.distribuidores>div {
    position: relative;
    bottom: 85px;
    color: #fff;
    background-color: rgb(55, 130, 186, 0.6);
    padding: 2px 10px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    /*opacity:0.5;*/
}

.distribuidores>div>h1 {
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.distribuidores>div>p {
    font-size: 17px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.distribuidores:hover div {
    bottom: 400px;
}

.distribuidores:hover div>h1 {
    font-weight: bold;
    font-size: 35px;
    text-align: center;
}

.distribuidores:hover div>p {
    font-size: 30px;
    text-align: center;
}

.imagenC {
    width: 30%;
}

.parrafoC {
    font-size: 29px;
    color: #606060;
    font-weight: 600;
    margin: 0px;
}

.parrafoC1 {
    font-size: 34px;
    color: #000;
}

.parrafoC3 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
}

.tituloC {
    font-weight: 700;
    font-size: 55px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.tituloBanner {
    text-align: center;
    font-size: 33px;
    color: #fff;
    font-weight: 900;
}

.subtituloBanner {
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 50px;
}

.titulo3C {
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.parrafo {
    text-align: left;
    font-size: 26px;
    margin-top: 20px;
    color: #000;
    line-height: 28px;
}

.flotante {
    padding: 50px;
    background: white;
    margin-top: -250px;
    z-index: 1;
    position: relative;
}

p.encabezado {
    color: #000;
    margin-bottom: 50px;
    padding: 0px 100px;
    text-align: center;
    font-size: 20px;
}

.parrafo span {
    color: #fff;
    font-size: 22px;
}

.tituloBanner5 {
    text-align: left;
    font-weight: 700;
    font-size: 55px;
    font-style: italic;
    color: #504F50;
    line-height: 70px;
}

.tituloBanner5 span {
    font-weight: 400;
}

.tituloBanner2 {
    text-align: left;
    font-size: 30px;
    color: #fff;
}

.tituloBanner2 span {
    font-weight: 400;
}

.tituloBanner4 {
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    font-style: italic;
    color: #504F50;
    line-height: 50px;
}

.card {
    padding: 30px;
    text-align: center;
}

.card img {
    width: 20%;
    margin-bottom: 20px;
    float: right;
}

.card .titulo {
    color: #fff;
    font-size: 31px;
    margin: 0px;
}

.card .cuerpo {
    color: #fff;
    font-size: 22px;
    margin: 0px 20px;
}

.card:hover img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.cardI {
    text-align: center;
    margin-bottom: 25px;
}

.cardI img {
    width: 60%;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.cardI .titulo {
    color: #000;
    font-size: 23px;
    margin: 0px;
    text-align: center;
    height: 56px;
}

.cardI .buton {
    font-size: 16px;
    width: 160px;
}

.cardI .cuerpo {
    font-size: 23px;
    text-align: center;
    height: 102px;
}

.cardI:hover img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.cardD {
    padding: 10px;
    text-align: left;
}

.cardD img.izquierda {
    width: 5% !important;
    margin: auto;
    margin-bottom: 20px;
    margin-left: 15%;
}

.cardD img.derecha {
    width: 5% !important;
    margin: auto;
    margin-bottom: 20px;
    margin-right: 15%;
}

.cardD .titulo {
    color: #fff;
    font-size: 32px;
    margin: 15px;
    font-weight: 700;
    text-align: center;
}

.cardD .buton {
    display: inline-block;
    margin-right: 0px;
    border-radius: 0px;
}

.cardD .cuerpo {
    color: #fff;
    font-size: 32px;
    margin: 15px;
    text-align: center;
}

.cardD:hover img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.cardTable {
    height: 420px;
    background: #fff;
    padding-top: 20px;
    border: 1px solid #246bad;
}

.cardTable .iva {
    text-align: center;
    color: #b30000;
    font-weight: 800;
}

.cardTable table {
    margin-bottom: 45px;
}

.cardTable .titulo {
    text-align: center;
    font-size: 40px;
    color: #fff;
    background: #b30000;
    padding: 20px;
}

.cardTable table .folio {
    text-align: right;
    font-size: 30px;
    color: #000;
    background: transparent;
    border: none;
    font-weight: 800;
    width: 50%;
}

.cardTable table .precio {
    text-align: left;
    font-size: 30px;
    color: #000;
    background: transparent;
    border: none;
    width: 50%;
    font-weight: 400;
}

.cardTableA {
    background: #246bad;
    padding: 20px 0px;
    border: 1px solid #246bad;
    margin: 25px 0px;
}

.cardTableA table {
    margin-bottom: 45px;
}

.cardTableA table .folio {
    text-align: center;
    font-size: 26px;
    color: #fff;
    background: transparent;
    border: none;
    width: 50%;
    font-weight: 400;
}

.cardTableA table .precio {
    text-align: center;
    font-size: 26px;
    color: #fff;
    background: transparent;
    border: none;
    width: 50%;
    font-weight: 800;
}

.cardTableA .buton {
    background: #fff;
    color: #246bad;
}

.cardTableA .buton:hover {
    background: #246bad;
    color: #fff;
    border: 1px solid #fff;
}

.anuncio1 {
    color: white;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
}

.anuncio2 {
    color: white;
    font-size: 20px;
    line-height: 30px;
}

.pilar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 754px;
}

.centrar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ImgFondo {
    width: 47%;
    position: absolute;
    top: 750px;
    right: 0px;
}

.ImgFondo2 {
    width: 44%;
    position: absolute;
    top: 1638px;
    left: 0px;
}

.subTitulo {
    color: white;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
}

.parrafo2 {
    color: white;
    font-size: 20px;
    text-align: center;
}

.imagenBB {
    width: 50%;
    display: block;
    margin: auto;
}

.fondoDividio {
    background: linear-gradient(0deg, #0a347f 57%, #FFFFFF 57%);
    padding: 50px;
}

.precio {
    color: white;
    font-weight: 800;
    text-align: center;
    font-size: 80px;
    line-height: 80px;
}

.card2 {
    background: white;
    margin-bottom: 30px;
    padding: 40px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
}

.espaciado {
    margin-top: 150px;
}

.card2 img {
    width: 60%;
    filter: invert(14%) sepia(65%) saturate(4425%) hue-rotate(197deg) brightness(93%) contrast(101%);
    margin-bottom: 10px;
}

.card2 .parrafo1 {
    color: #0a347f;
    margin: 0px;
    font-size: 52px;
    font-weight: 700;
}

.card2 .parrafo2 {
    color: #0a347f;
    margin: 0px;
    font-size: 28px;
}

.card2 .parrafo3 {
    color: #0a347f;
    margin: 0px;
    font-size: 35px;
    font-weight: 700;
}

.card2 .parrafo4 {
    color: #0a347f;
    margin: 0px;
    font-size: 12px;
}

.card2:hover {
    background: #0a347f;
}

.card2:hover .parrafo1,
.card2:hover .parrafo2,
.card2:hover .parrafo3,
.card2:hover .parrafo4 {
    color: white;
}

.cardAzulClaro {
    background: #0a347f;
    margin-bottom: 30px;
    padding: 40px;
    height: 512px;
    text-align: left;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardAzulClaro .titulo {
    color: #fff;
    margin: 0px;
    font-size: 30px;
}

.cardAzulClaro .cuerpo {
    color: #fff;
    margin: 0px;
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cardAzulClaro:hover {
    background: #0a347f;
}

.cardAzulClaro:hover .titulo,
.cardAzulClaro:hover .cuerpo {
    color: white;
}

.cardAzul {
    background: #00569e;
    margin-bottom: 30px;
    padding: 40px;
    text-align: left;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
}

.cardAzul .titulo {
    color: #fff;
    margin: 0px;
    font-size: 25px;
}

.cardAzul .cuerpo {
    color: #fff;
    margin: 0px;
    font-size: 55px;
    font-weight: 600;
}

.cardAzul .cuerpo1 {
    color: #fff;
    margin: 0px;
    font-size: 25px;
}

.cardAzul .cuerpo2 {
    color: #fff;
    margin: 0px;
    font-size: 80px;
    font-weight: 800;
}

.cardAzul .cuerpo3 {
    color: #fff;
    margin: 0px;
    font-size: 40px;
    font-weight: 700;
}

.cardAzul:hover {
    background: #0a347f;
}

.cardAzul:hover .titulo,
.cardAzul:hover .cuerpo {
    color: white;
}

.cardVerde {
    background: #00835a;
    margin-bottom: 30px;
    padding: 40px 24px;
    text-align: left;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
}

.cardVerde .titulo {
    color: #fff;
    margin: 0px;
    font-size: 25px;
}

.cardVerde .cuerpo {
    color: #fff;
    margin: 0px;
    font-size: 55px;
    font-weight: 600;
}

.cardVerde .cuerpo1 {
    color: #fff;
    margin: 0px;
    font-size: 25px;
}

.cardVerde .cuerpo2 {
    color: #fff;
    margin: 0px;
    font-size: 80px;
    font-weight: 800;
}

.cardVerde .cuerpo3 {
    color: #fff;
    margin: 0px;
    font-size: 40px;
    font-weight: 700;
}

.cardVerde:hover {
    background: #0a347f;
}

.cardVerde:hover .titulo,
.cardVerde:hover .cuerpo {
    color: white;
}

.cardDis {
    margin: 30px 80px;
    padding: 20px 0px;
    text-align: center;
    background: linear-gradient(0deg, transparent 10%, #fff 10%);
}

.cardDis .parrafo1 {
    font-size: 40px;
    color: #fff;
    background-color: #0a347f;
    line-height: 70px;
}

.cardDis .parrafo2 {
    font-size: 13px;
    color: #b30000;
    font-weight: 700;
    margin-top: 20px;
}

.cardDis .parrafo3 {
    font-size: 20px;
    color: #01466f;
    font-weight: 700;
    margin-top: 45px;
}

.cardDis .parrafo4 {
    font-size: 51px;
    color: #01466f;
    font-weight: 700;
    margin-bottom: 50px;
}

.cardDis .buton {
    background: #0a347f;
    font-size: 21px;
    border: 1px solid #0a347f;
}

.cardDis .buton:hover {
    background: #fff;
    color: #0a347f;
    border: 1px solid #0a347f;
}

#contacto {
    background-image: url(../images/imagen-05.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
    margin-bottom: 100px;
}

.tituloB {
    font-size: 73px;
    text-align: center;
    font-weight: 900;
    line-height: 78px;
    color: #fff;
    margin-top: 150px;
}

.parrafoB {
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-top: 15px;
}

.cardDis:hover .titulo,
.cardDis:hover .cuerpo,
.cardDis:hover .cuerpo2 {
    color: white;
}

.icono {
    text-align: center;
}

.icono img {
    width: 50%;
}

.icono p {
    color: black;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
}

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

button.owl-dot {
    background: #8addf3 !important;
    color: #8addf3 !important;
    width: 15px;
    height: 15px;
    border-radius: 50px !important;
    margin: 0px 5px;
}

button.owl-dot.active {
    background: #fff !important;
    color: #fff !important;
    border: #fff !important;
}

.card3 {
    background: #5D993A;
    text-align: center;
    padding: 15px 30px 30px;
    border-top: 10px solid #5D993A;
    border-bottom: 10px solid #5D993A;
}

.card3 p.titulo {
    background: #0a347f;
    margin-left: -30px;
    margin-right: -30px;
    font-size: 20px;
    line-height: 25px;
    padding: 20px;
    font-weight: 500;
}

.card3 p {
    color: white;
}

.fondo {
    background: url(../images/imagen-02.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
}

.fondo2 {
    background: #246bad;
    padding: 40px 0px;
}

.anuncio {
    font-size: 23px;
    text-align: left;
    font-weight: 800;
    color: #fff;
}

.anuncio span {
    font-weight: 500;
}

.fondo3 {
    background-image: url(../images/imagen-03.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}

.fondo4 {
    background: url(../images/imagen-04.jpg);
    background-size: cover;
    padding: 50px 0px;
    background-position: center;
}

.fondo5 {
    background: url(../images/imagen-06.jpg);
    background-size: cover;
    padding: 50px 0px;
    background-position: center;
}

.invercion .parrafo1 {
    text-align: center;
    color: white;
    font-size: 51px;
    font-weight: 700;
    line-height: 51px;
}

.invercion .parrafo2 {
    text-align: center;
    color: white;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
}

.invercion .parrafo3 {
    text-align: center;
    color: white;
    font-size: 40px;
    margin: 30px 0px;
    font-weight: 700;
}

.title {
    font-size: 46px;
    font-weight: 900;
    color: #0a347f;
}

.subtitle {
    font-size: 30px;
    font-weight: 700;
    color: #3a3a3a;
}

@media(max-width: 1024px) {
    .fondo {
        background: white;
    }
    .tituloBanner2 {
        font-size: 50px;
        text-align: center;
    }
    .centrarVertical {
        height: auto;
        margin-top: 30px;
    }
}

@media(max-width: 780px) {
    .fondo {
        padding: 30px;
    }
    .buenFin {
        top: -100px;
        left: 500px;
    }
    .numero {
        text-align: center;
    }
    .parrafoNum {
        text-align: center;
    }
    .card {
        margin-bottom: 0px;
        height: auto;
    }
    .card2 {
        margin-bottom: 55px;
        height: auto;
    }
    .card3 {
        margin-bottom: 55px;
    }
    .butonT {
        margin-top: 10px;
    }
    .espaciadoD {
        padding: 50px 0px 50px;
    }
    .butonP {
        padding: 0px 0px;
    }
}

.logo {
    width: 70%;
}

.padding50 {
    padding: 50px;
}

.Modelo2 .modal-header {
    background-size: cover;
}

.Modelo2 .modal-header .modal-title {
    font-size: 33px;
    font-weight: 800;
}

.Modelo2 button.close {
    background: #113884;
    border-radius: 50px;
    padding: 10px 15px;
    margin-top: -50px;
    margin-right: -25px;
}

.Modelo2 .close {
    float: right;
    font-size: 31px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    margin-top: -5px;
    opacity: 1;
}

.Modelo2 .modal-body {
    font-size: 12px;
}

@media (max-width: 560px) {
    .tituloBanner {
        font-size: 30px;
        line-height: 35px;
    }
    .cardI img {
        width: 30%;
    }
    .cardI .titulo {
        font-size: 20px;
        height: auto;
    }
    .cardI .cuerpo {
        font-size: 18px;
        height: auto;
    }
    .subtituloBanner {
        font-size: 20px;
    }
    .cardD .cuerpo {
        font-size: 25px;
    }
    .titulo2 {
        font-size: 30px;
    }
    .parrafoC1 {
        font-size: 22px;
    }
    .parrafoDis1 {
        font-size: 30px;
    }
    .buttonT {
        font-size: 15px;
        height: 46px;
        padding: 0px;
        margin-top: auto;
    }
    .parrafoDis2 {
        font-size: 70px;
        line-height: 70px;
    }
    .parrafoDis3 {
        font-size: 20px;
    }
    .parrafoDis4 {
        font-size: 30px;
    }
    .form-control {
        width: 90%;
    }
    .triangulo,
    .triangulo2 {
        right: -11px;
    }
    p.encabezado {
        padding: 0px;
    }
    .cardIcono {
        padding: 0px;
    }
    .cardIcono .espaciado {
        height: auto;
    }
    .cardIcono img {
        margin-top: 25px;
    }
    .title {
        font-size: 40px;
    }
    .cardDis {
        margin: 10px 0px;
    }
    .tituloB {
        font-size: 45px;
        line-height: inherit;
        margin-top: 50px;
    }
    .centrado .cuerpo {
        text-align: left !important;
    }
    .tituloC {
        font-size: 30px;
    }
    .padding50 {
        padding: 0px;
    }
    .ImgFondo {
        display: none;
    }
    .ImgFondo2 {
        display: none;
    }
    .flotante p.encabezado {
        padding: 0px 0px;
        text-align: justify;
        font-size: 16px;
    }
    .espaciado {
        margin-top: 0px;
    }
    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus,
    .navbar-nav>.active>a {
        color: white;
        background-color: #0a347f;
    }
    .parrafo {
        font-size: 19px;
    }
    .buenFin {
        display: none;
    }
    .imagenD {
        margin-right: auto;
    }
    .subtitulo {
        font-size: 28px;
        text-align: center;
        margin-top: 0px;
    }
    .titulo3 {
        margin-top: 30px;
    }
    .titulo {
        font-size: 30px;
        line-height: 30px;
    }
    .pilar {
        height: auto;
        margin-top: 55px;
    }
    .imagenBB {
        width: 100%;
    }
    .fondoDividio {
        background: linear-gradient(0deg, #0a347f 75%, #FFFFFF 75%);
        padding: 0px;
    }
    .parrafoN {
        padding-right: 0px;
    }
    .conten {
        height: auto;
    }
    .centrarVertical2 {
        height: auto;
        padding: 20px;
    }
    .distribuidores>div {
        bottom: 115px;
    }
    .imagenC {
        display: block;
        margin: auto;
    }
    .logoContenedor {
        width: 100%;
    }
    .fondo2 {
        background: #0a347f;
    }
    .logo {
        width: 50%;
    }
    .cardTable {
        margin-bottom: 25px;
    }
    .card {
        padding: 0px;
        margin-bottom: 25px;
    }
    .anuncio1 {
        font-size: 25px;
        line-height: 30px;
    }
    .anuncio2 {
        font-size: 16px;
        line-height: 25px;
    }
}

.licencias {
    background: #e6f3fa;
    padding: 50px 10px;
}

.licencias:hover {
    background: #c0e2f2;
}

.licencias:hover img {
    filter: invert(79%) sepia(47%) saturate(922%) hue-rotate(359deg) brightness(101%) contrast(105%);
}

table.table-bordered {
    border: 1px solid transparent !important;
    margin-top: 20px;
}

table.table-bordered>tbody>tr>td.izquierda {
    border: 1px solid transparent;
    width: 50%;
    color: white;
    border-right: 1px solid white;
    text-align: right;
    padding: 4px 20px;
    font-size: 30px;
    font-weight: 800;
}

table.table-bordered>tbody>tr>td.derecha {
    border: 1px solid transparent;
    width: 50%;
    color: white;
    border-left: 1px solid white;
    text-align: left;
    padding: 12px 20px;
    font-size: 19px;
    font-weight: 800;
}

table.table-bordered>tbody>tr>td.derecha span {
    font-size: 12px;
}

table.table-bordered>tbody>tr>td.borderT {
    border: 1px solid transparent;
    border-right: 1px solid white;
}

table.table-bordered>tbody>tr>td.borderI {
    border: 1px solid transparent;
    border-left: 1px solid white;
}

.tituloFooter{
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.enlaceConsulta {}

.enlaceConsulta img{
    display: block;
    width: 40%;
    background: white;
    padding: 10px;
    border-radius: 15px;
    margin: auto;
}

@media (max-width: 380px) {
    .flotante {
        margin-top: -150px;
    }
}