@font-face {
    font-family: 'PoppinsRegular';
    src: url(../fonts/Poppins-Regular.otf) format('truetype');
    font-weight: 400
}

@font-face {
    font-family: 'PoppinsLight';
    src: url(../fonts/Poppins-Light.otf) format('truetype');
    font-weight: 400
}

@font-face {
    font-family: 'PoppinsBold';
    src: url(../fonts/Poppins-Bold.otf) format('truetype');
    font-weight: 900
}

.sidebar a {
    font-size: 15px;
}

.no-wrap {
    white-space: nowrap;
}

.header-nav-three.header-nav-eight {
    top: 0px;
    border-bottom: none;
    background-color: #1f365a;
}

.header-nav-three .mainmenu {
    position: relative;
    padding-right: 0;
}

.header-nav-three.header-nav-seven .mainmenu ul li a {
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}

.mainmenu ul li a {
    padding: 10px 10px;
}

.timeline-thumb span {
    left: 31%;
}

.team-list-img:after {
    width: 77%;
}

ul.list3 {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    margin-left: 20px;
    font-size: 14px !important;
}

ul.list3 li {
    padding-left: 1.3em;
    text-indent: -0.1em;
    margin-bottom: 10px;
}

ul.list3 li::before {
    content: "";
    background-image: url('../img/lang2.png');
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    position: absolute;
    left: 20px;
    height: 20px;
    margin-right: 8px;
}


ul.list4 {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    margin-left: 20px;
    font-size: 14px !important;
}

ul.list4 li {
    padding-left: 1.3em;
    text-indent: -0.1em;
    margin-bottom: 10px;
}

ul.list4 li::before {
    content: "";
    background-image: url('../img/lang2.png');
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    position: absolute;
    left: -1%;
    height: 20px;
    margin-right: 8px;
    margin-top: 2px;
}

.icon-box {
    min-height: 300px;
}

.icon-box-one, .icon-box-two, .icon-box-three, .icon-box-four {
    background-size: cover;
    background-repeat: no-repeat;
}

.pricing-three-head {
    min-height: 250px;
}

.pricing-three-head:last-child {
    min-height: 350px;
}

.pricing-table-three ul {
    min-height: 240px;
}

/*************************
      Back to top
*************************/
.car-top {
    width: 85px;
    position: fixed;
    bottom: -180px;
    right: 30px;
    z-index: 9999;
    opacity: 1;
    cursor: pointer;
}

.car-top.show {
    bottom: 5% !important;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}

.car-top.car-run {
    bottom: 100% !important;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}

.car-top.car-down {
    -webkit-transition: 1.0s;
    -ms-transition: 1.0s;
    -o-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}

.car-top:before, .car-top:after {
    content: "";
    position: absolute;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
}

.car-top:hover:before, .car-top:hover:after, .car-top.car-run:before, .car-top.car-run:after {
    opacity: 1;
}

.car-top:before, .car-top.car-run:before {
    top: -1px;
    left: 0px;
    width: 85px;
    height: 89px;
}

/*********************************************************************************************/

.chartdiv {
    width: 100%;
    height: 400px;
}

.chartdiv-short {
    width: 100%;
    height: 250px;
}

.hero-content-four h1 {
    font-size: 90px;
    line-height: 100px;
    margin-top: -90px;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 200px;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
}

.preloader img {
    width: 200px;
}

.breadcrumb-area {
    background-image: none;
}

.header-nav-three.header-nav-seven .mainmenu ul li.active a, .mainmenu ul li a:hover {
    color: #8E804B;
}

.header-nav-three.header-nav-seven .mainmenu ul li a {
    color: #ffffff;
}

.openbtn {
    color: #d91615;
}

#slider-style-5 h1 {
    font-size: 90px;
    line-height: 100px;
    margin-top: -140px;
}

#slider-style-5 span {
    font-size: 60px;
    text-decoration: underline;
}

#slider-style-5 h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

table thead tr th {
    background-color: #254088 !important;
    color: #ffffff !important;
    /*border: 1px solid #848484 !important;*/
}

table thead tr:last-child th {
    border-bottom: double 5px white;
}

table tfoot tr:last-child {
    /*border: 2px solid #84A400 !important;*/
    background: #254088;
    color: white;
    font-weight: bold;
}

/*:nth-child(even)*/
table tbody tr {
    background-color: #254088 !important;
    color: #ffffff;
}

.table-bordered td, .table-bordered th {
    border: none;
    border-top: 1px dotted #848484 !important;
    text-align: center;
}

.header-nav-three.header-nav-seven {
    background-color: #1f365a;
}

.sidebar {
    background-color: #002663;
}

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

.post-gallery.slider .owl-buttons > div:before {
    font-size: 50px;
    color: #3F4E63;
    font-family: 'Pe-icon-7-stroke';
}

.post-gallery.slider .owl-buttons .owl-next:hover::before {
    color: #EA615B !important;
}

.post-gallery.slider .owl-buttons .owl-next {
    right: -40px;
    padding: 0;
    background: transparent;
    opacity: 1;
    font-size: 0px;
}

.post-gallery.slider .owl-buttons .owl-prev {
    left: -40px;
    padding: 0;
    background: transparent;
    opacity: 1;
    font-size: 0px;
}

.post-gallery.slider .owl-buttons > div {
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.post-gallery.slider .owl-buttons > div {
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.post-gallery.slider .owl-buttons .owl-prev:before {
    content: '\e687';
    color: #3F4E63;
}

.post-gallery.slider .owl-buttons .owl-prev:hover::before {
    color: #EA615B !important;
}

.post-gallery.slider .owl-next:before {
    content: '\e685';
}

/**/
.circle {
    background: #0f0f3d;
    border-radius: 50%;
    width: 100%;
    padding-top: 100%;
    position: relative;
    padding-right: 20px;
    padding-left: 32px;
}

.circle img {
    position: absolute;
    top: 15%;
    right: 15%;
    max-width: 70%;

}

.border-right {
    border-right: solid 2px #c1c1c1;
}

.p-border p {
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 10px;
}

/**/

.time-date {
    background: #D6D6D6;
    color: #ffffff;
    display: inline-block;
    padding: 1px 15px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.timeline-thumb span {
    background: #D6D6D6;
}

.timeline:after {
    background: #A7D700;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .header-nav-three .mainmenu ul li a {
        padding: 10px 10px !important;
    }

    .header-nav-three.header-nav-seven .mainmenu ul li a {
        font-size: 10px;
    }

    .icon-box {
        min-height: 370px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .header-nav-three .mainmenu ul li a {
        padding: 10px 10px !important;
    }

    .header-nav-three.header-nav-seven .mainmenu ul li a {
        font-size: 10px;
    }

    .icon-box {
        min-height: 480px;
    }
}

@media (max-width: 992px) {
    .pricing-table-area.pricing-table-area-three .container {
        width: 100%;
        max-width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .pricing-table-area.pricing-table-area-three .col-md-3.col-sm-6 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .pricing-three-head {
        min-height: 170px;
    }

    .pricing-table-three ul {
        min-height: 170px;
    }

    .pricing-three-head:last-child {
        min-height: 170px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .pricing-table-area.pricing-table-area-three .col-md-3.col-sm-6 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .pricing-three-head {
        min-height: 220px;
    }

    .pricing-table-three ul {
        min-height: 220px;
    }

    .pricing-three-head:last-child {
        min-height: 220px;
    }
}


@media (max-width: 575px) {
    .pricing-three-head {
        min-height: 150px;
    }

    .pricing-table-three ul {
        min-height: 150px;
    }

    .pricing-three-head:last-child {
        min-height: 150px;
    }
}

.footer-bottom {
    background: #1f365a;
}

table.val-toRight tr td:not(:first-child), table.val-toRight tr th:not(:first-child) {
    text-align: right;
}

table.val-toRight tr td:first-child {
    text-align: left;
}

table.val-toRight tr td:nth-child(2) {
    font-weight: 700 !important;
}

table.val-toRight.table td {
    border-top: none;
}

td.total-green {
    position: relative;
}

td.total-green:before {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 80%;
    height: 1.5px;
    background-color: #84A400;
}

/*tr:last-child td.total-green:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    right: 0;*/
/*    width: 80%;*/
/*    height: 1.5px;*/
/*    background-color: #84A400;*/
/*}*/
/*td.total-green:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 5px;*/
/*    right: 0;*/
/*    width: 80%;*/
/*    height: 2px;*/
/*    background-color: #84A400;*/
/*}*/

.note {
    font-size: 13px;
}

.darker {
    background-color: #7fb347 !important;
}

.darker th {
    background-color: #7fb347 !important;
}

.btn_download {
    border: 4px solid lightgrey;
    padding: 20px 40px;
    display: inline-block;
}

.btn_download_carta {
    border: 4px solid lightgrey;
    width: 70%;
    margin: 10px auto;
    font-size: .6em;
    padding: 10px 20px;
}

.owl-wrapper-outer {
    position: relative;
    overflow: hidden;
}

.timline-corp {
    border-left: 2px solid #3EA849;
    margin-left: 3%;
    max-width: 46%;
    padding: 4%;
}

.timline-corp2 {
    border-left: 2px solid #E78523;
    padding: 4%;
}

.circletr::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: rgb(192, 30, 46);
    position: absolute;
    right: -15px;
    border-radius: 15px;
    z-index: 99;
}

.timline-corp .circlet::before, .timline-corp2 .circlet::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #E78523;
    position: absolute;
    left: -15px;
    border-radius: 15px;
}

.col-md-25 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
}

.tc-orange {
    color: #E78523;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

.gobierno h3 {
    font-family: PoppinsBold;
    color: #B5BBBB;
}

.gobierno h2 {
    font-family: PoppinsLight;
    color: #19507E;
}

.header-nav-three .mainmenu ul li a {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}

.business-plane-section-two .nav-tabs .nav-item.show .nav-link, .business-plane-section-two .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1C4C7C !important;
}

#slider-style-5 {
    background-image: url("../img/Home.png");
    background-size: cover;
}

.sub-line {
    position: relative;
    font-size: inherit !important;
}

.sub-line:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1378BC;
    bottom: 0;
}

.sub-lineY {
    position: relative;
    font-size: inherit !important;
}

.sub-lineY:before {
    content: '';
    position: absolute;
    width: 105%;
    height: 4px;
    background-color: #FCBD2C;
    bottom: 0;
} 

.sub-lineG {
    position: relative;
    font-size: inherit !important;
}

.sub-lineG:before {
    content: '';
    position: absolute;
    width: 105%;
    height: 4px;
    background-color: #75B947;
    bottom: 0;
} 

.left-line {
    position: relative;
    color: #000;
    padding-left: 20px;
}

.left-line:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 80%;
    background-color: #1378BC;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ul-disc-blue ul {
    list-style: disc;
}

.ul-disc-blue ul li::marker {
    color: #35ABED;
}

.circles-buttom {
    position: relative;
    width: max-content;
    margin-bottom: 15px;
}

.circles-buttom span {
    color: #084075;
    margin-left: 8px;
    font-size: 25px;
}

.circles-buttom .circles-buttom-span {
    position: absolute;
    right: 0px;
    bottom: -30px;
}

.circles-buttom span:first-child {
    color: #35ABED !important;
}

.circles-buttom span:nth-child(2) {
    color: #1378BC !important;
}

.titulo {
    font-size: 3em;
    font-weight: normal;
    display: inline-block;
    color:#008EC6;
  }
  
  .titulo-contenedor {
    position: relative;
    display: inline-block;
  }
  
  .negrita {
    font-size: 3em;
    font-weight: bold;
    position: relative;
    z-index: 1; /* Asegura que el texto esté por encima del círculo */
  }
  
  .circulo {
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-45%); /* Centrado verticalmente */
    width: 100px; /* Tamaño del círculo */
    height: 100px; /* Tamaño del círculo */
    background-color: #CDCCCC;
    border-radius: 50%;
    z-index: -1; /* Coloca el círculo detrás del texto */
  }
  
  .float-image {
    float: left; /* Permite que el texto fluya alrededor de la imagen */
    margin: 0 20px 20px 0; /* Añade espacio a la derecha y abajo de la imagen */
    max-width: 40%; /* La imagen ocupa un 40% del ancho del contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
    border-radius: 5px; /* Opcional: añade bordes redondeados */
    
}








.doble-arrow-ul {
    list-style: disc;
    padding-left: 20px;
}

.doble-arrow-ul li {
    padding-left: 5px;
}

.doble-arrow-ul li::marker {
    content: '»';
    color: #35ABED;
}
.doble-arrow-ul2 {
    list-style: disc;
    padding-left: 20px;
}

.doble-arrow-ul2 li {
    padding-left: 5px;
}

.doble-arrow-ul2 li::marker {
    content: '»';
    color: #1378BC;
}

.bg-rounder {
    width: max-content;
    padding: 5px 15px;
    background-color: #35ABED;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.bg-rounder2 {
    width: max-content;
    padding: 5px 15px;
    background-color: #1378BC;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.bg-gray {
    background-color: #EDEDED;
}

/* downloadv2 */

.downloadv2 .content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.downloadv2 .item-hover .img-bg {
    transition: all .5s ease-out;
    width: 100%;
}

.downloadv2 .item-hover .show-desc {
    -webkit-transition: opacity 0.5s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    min-height: unset;
    width: 100%;
}

.downloadv2 .item-hover:hover .show-desc {
    opacity: 1;
    height: auto;
    padding-top: 0px;
    min-height: 150px;
    width: 100%;
}

.downloadv2 .icon_container {
    background-position: top center;
    min-height: 150px;
    background-repeat: no-repeat;
    padding: 30px 0;
    width: 100%;
}

.downloadv2 .item-hover .img-bg img {
    margin-bottom: 20px;
}

.downloadv2 .item-hover:hover .img-bg {
    opacity: 0;
    display: block;
    height: 0;
    width: 0;
    padding: 0;
    min-height: unset;
    width: 100%;
}

.downloadv2.border-radius-30 {
    border-radius: 30px;
}

/* downloadv2 */

.owl-carousel.ods .owl-nav {
    position: absolute;
    color: white;
    font-size: 25px;
    bottom: 20px;
    left: 50px;
}

#slider-style-5 .owl-nav {
    display: none !important;
}

h3 {
    color: #636886;
}

.resized h4, .resized a {
    color: #104778;
}

@media (max-width: 1700px) {
    .resized.container {
        width: 100% !important;
        max-width: 100%;
    }
}