:root{
    --primary-color:#46549E;
    --primary-color-hover:#5A67A7;
    --secondary-color: #0096B3;
    --secondary-color-hover: #208CA0;
    --bg-color:#F9FBFD;
    --text-color:#384C74;
}

body{
    font-family: 'Poppins', sans-serif;
}
.navbar{
    padding: 0.7rem 0 0.5rem 0;
}
.btn-group-sm > .btn, .btn-sm {
    padding: 0.5625rem 2.3rem;
}

.bg-color{
    background-color: var(--bg-color);
}
.bg-white{
    background-color: white;
}
/* modal */
.btn-close{
    background-color: var(--primary-color);
}
.btn-close i{
    display: block;
}
::placeholder{
    font-weight: 100;
}
.form-control{
    color: var(--gray-primary);
    font-weight: 300;
}
.form-control:focus{
    border-color: var(--primary-color);
}
/* Banner carrousel */
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background-size: 50% 50%;
    height: 4rem;
    width: 4rem;
}
.redes_top{
    list-style: none;
}
.fs-telefono{
    font-size: 13px;
}
.text-gray{
    color: #585858;
}
.txt-sm{
    font-size: 13px;
    font-weight: 100;
}
.z-index-99{
    z-index: 99;
}
.min-height{
    min-height: 280px;
}
.cont{
    width: 85%;
    margin: 0 auto;
}
.footer-brand{
    width: 80%;
}
.text-color{
    color: var(--text-color);
}
.fs-imf{
    font-size: 16px;
}
.pl-5{
    margin-left: 2rem;
}
.lista-mapa li{
    margin-bottom:16px;
}
.contimg{
    position: relative;
}
.position-relative{
    position: relative;
}

.z-index-n1 {
    z-index: -1;
}
.max-w-15rem {
    max-width: 7rem;
}
.right-0 {
    right: 0;
}
.top-0 {
    top: 0;
}
.w-100 {
    width: 100%!important;
}
.ml-n7, .mx-n7 {
    margin-left: -3rem!important;
}
.mb-n7, .my-n7 {
    margin-bottom: -3rem!important;
}
.dropdown-item {
    line-height: 34px;
}
.cont-logo-card{
    width: 250px;
    margin: auto;
}
.cont-logo-card img{
    width: 100%;
}
.redes{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    padding : 0em;
}
.ul-redes{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.min-height-p{
    min-height: 114px;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.h4-title{
    font-size: 26px;
}
.img-integrando-nav{
    width: 85px;
}
.icon-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: white;
    font-size: 32px;
}
.text-justify{
    text-align: justify;

}
.fs-17{
    font-size: 17px !important;
}
.fs-13{
    font-size: 13px !important;
}
.z-index-99{
    z-index: 999999;
}
.social-ne{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-right: 73px;
}
.social-ne li{
    font-size: 20px;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 50%;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
}
.social-ne li a{
    color: white;
}
.social-ne li:hover{
    background-color: var(--secondary-color);
}
.top-50{
    top: 50%;
}
.fs-16{
    font-size: 15px;
    color: #626262;
}
.cont-icono-circle{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: white;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eaeeff;
    margin: auto;
}
.cont-icono-circle img{
    width: 80px;
    height: 80px;
}



.home-testimonial {
    background-color: #231834;
    height: 380px
}

.home-testimonial-bottom {
    background-color: #f8f8f8;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
    height: 130px;
    top: 190px
}

.home-testimonial h3 {
    color: orange;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.home-testimonial h2 {
    color: white;
    font-size: 28px;
    font-weight: 700
}

.testimonial-inner {
    position: relative;
    top: -174px
}

.testimonial-pos {
    position: relative;
    top: 24px
}

.testimonial-inner .tour-desc {
    border-radius: 5px;
    padding: 40px
}

.color-grey-3 {
    font-size: 14px;
    color: #6c83a2
}

.testimonial-inner img.tm-people {
    height: 80px;
}

.link-name {
    font-size: 14px;
    color: #6c83a2
}

.link-position {
    font-size: 12px;
    color: #6c83a2
}
.cont-video-preview{
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}
.cont-video-preview img{
    width: 100%;
}
.cont-video-preview:hover .btn-play-video{
    background-color: rgba(255, 255, 255, 35%);
}
.btn-play-video{
    border:3px solid white;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.3s;
}
.btn-play-video i{
    font-size: 50px;
    margin-left: 3px;
    color: white;
    font-weight: bold;
}

/* ============================================
   CKEditor 5 Content Styles
   ============================================ */
figure.image {
    display: table;
    clear: both;
    text-align: center;
    margin: 0.9em auto;
}
figure.image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 50px;
    height: auto;
}
figure.image.image-style-side {
    float: right !important;
    clear: none;
    margin-left: 1.5em;
    margin-right: 0;
    max-width: 50%;
}
figure.image.image-style-align-left {
    float: left !important;
    clear: none;
    margin-right: 1.5em;
    margin-left: 0;
}
figure.image.image-style-align-right {
    float: right !important;
    clear: none;
    margin-left: 1.5em;
    margin-right: 0;
}
figure.image.image-style-block-align-left {
    margin-right: auto;
    margin-left: 0;
}
figure.image.image-style-block-align-right {
    margin-left: auto;
    margin-right: 0;
}
figure.image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
figure.image.image_resized img {
    width: 100%;
}
figure.image.image_resized.image-style-side,
figure.image.image_resized.image-style-align-left,
figure.image.image_resized.image-style-align-right {
    display: block;
    clear: none;
}
figure.image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: #333;
    background-color: #f7f7f7;
    padding: 0.6em;
    font-size: 0.75em;
    text-align: center;
}
figure.image-style-inline,
.image-inline {
    display: inline-flex;
    max-width: 100%;
    align-items: flex-start;
}
figure.image-style-inline img,
.image-inline img {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
}
blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: solid 5px var(--primary-color);
}
.text-tiny {
    font-size: 0.7em;
}
.text-small {
    font-size: 0.85em;
}
.text-big {
    font-size: 1.4em;
}
.text-huge {
    font-size: 1.8em;
}
/* Clear floats after CKEditor content */
.mb-0::after {
    content: "";
    display: table;
    clear: both;
}