/*--------------------------------------------------------------============================================================

  

1. Typography





/*==============================

[Table of contents]









=============================================================--------------------------------------------------------------*/



body {

  font-size: 20px;

  line-height: 30px;

  color: #1F435D;

  background-color: #fff;

  overflow-x: hidden;

  word-wrap: break-word;

  word-break: normal;

  font-weight: 500;

  -webkit-font-smoothing: antialiased;

  font-family: 'Poppins', sans-serif;

}



a, a:active, a:focus, a:active {

  color: #222222;

  text-decoration:none !important

}

input{

  -ms-box-sizing: border-box;

  box-sizing: border-box;

}

a:hover,

a:focus,

input:focus,

input:hover,

select:focus,

select:hover,

select:active,

textarea:focus,

textarea:hover,

button:focus {

  outline: none;

}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),

textarea {

  /*border: 1px solid rgba(0, 0, 0, 0.1);*/

  color: #999;

  display: inline-block;

  padding: 5px 10px;

}



dl {

  margin-bottom: 1.6em;

}

dt {

  font-weight: bold;

}

dd {

  margin-bottom: 1.6em;

}

table,

th,

td {

  border: 1px solid #eaeaea;

  border: 1px solid rgba(51, 51, 51, 0.1);

}

table {

  border-collapse: separate;

  border-spacing: 0;

  border-width: 1px 0 0 1px;

  margin: 0 0 1.6em;

  table-layout: fixed; /* Prevents HTML tables from becoming too wide */

  width: 100%;

}

caption,

th,

td {

  font-weight: normal;

  text-align: left;

}

th {

  border-width: 0 1px 1px 0;

  font-weight: 700;

}

td {

  border-width: 0 1px 1px 0;

}

th, td {

  padding: 0.4em;

}

img {

  -ms-interpolation-mode: bicubic;

  border: 0;

  height: auto;

  max-width: 100%;

  vertical-align: middle;

}



iframe {

  width: 100%;

}



h1, h2, h3, h4, h5, h6,

.h1, .h2, .h3, .h4, .h5, .h6{

  color: #1F435D;

  font-weight: 600;

  font-family: 'Poppins', sans-serif;

}

h1,

.h1{

  color: #fff;

  font-size: 47px;

  font-weight: 700;

}

h2,

.h2{

  font-size: 50px;

}

h3,

.h3{

  font-size: 31px;

}





ul{

    margin: 0;

    padding: 0;

    list-style: none;

}

p{

  font-size: 20px;

  line-height: 30px;

  margin-bottom: 30px;

}

p:last-child{

  margin: 0;

}





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

HOME PAGE STYLESHEET 

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



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

HEADER SECTION

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

header.header-section.home {

    position: absolute;

    width: 100%;

}

.header-bottom.home.desktop{

  display: none;

}

.header-bottom.home{

  display: block;

}





.header-top {

    background-color: rgba(31, 67, 93, 0.4);

    padding: 25px 0;

}

.header-info ul li{

  margin: 0 20px;

  display: inline-block;

}

.header-info ul li:first-child{

  margin-left: 0;

}

.header-info ul li:right-child{

  margin-right: 0;

}

.header-info ul li a{

  font-size: 23px;

  color: #fff;

}



.header-right {

    text-align: right;

}

a.header-btn {

    width: 332px;

    height: 62px;

    font-size: 23px;

    background-color: #3666D2;

    display: inline-block;

    text-align: center;

    padding: 15px;

    color: #fff;

    margin-right: 20px;

    transition: all 0.4s;

}

a.header-btn:hover{

  background-color: #1F435D;

}

a.header-btn:last-child{

  margin-right: 0;

}

.header-bottom {

    background-color: #1F435D;

}

.header-bottom.home {

    background-color: transparent;

    position: relative;

    padding: 0;

}

.header-bottom-wrap {

    margin: 0 auto;

    padding: 25px 50px;

    position: relative;

}

.header-logo {

    max-width: 240px;

}

.main-menu {

    width: 100%;

    text-align: right;

}

.main-menu ul li{

  margin: 0 15px;

  display: inline-block;

}

.main-menu ul li a{

  font-size: 20px;

  transition: all 0.4s;

  color: rgba(255, 255, 255, 0.85);

}

.main-menu ul li a:hover{

  color: #fff;

}

.main-menu ul li:first-child{

  margin-left: 0;

}

.main-menu ul li:last-child{

  margin-right: 0;

}

.main-menu ul li a.active{

  color: #fff;

}

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

FOOTER SECTION

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

footer.footer-section {

    padding: 70px 0;

}

.textarea {

    max-width: 325px;

}

.textarea img{

  margin-bottom: 30px;

}

.footer-menu h3{

  font-size: 30px;

  margin-bottom: 5px;

}

.footer-menu ul li {

  margin-bottom: 10px;

}

.footer-menu ul li:last-child{

  margin-bottom: 0;

}

.footer-menu ul li a{

  color: #1F435D;

  transition: all 0.4s;

}

.footer-menu ul li a:hover{

  color: #3666D2;

}



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

HERO SECTION

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

.hero-section {

    min-height: 700px;

    display: flex;

    justify-content: flex-end;

    background-size: cover;

    background-position: center;

    flex-direction: column;

    margin-top: -110px;

}

.hero-content {

    text-align: right;

    padding-bottom: 300px;

}

.hero-content h1{

  margin-bottom: 30px;

  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.59);

}

.hero-content p{

  color: #fff;

  font-size: 30px;

  line-height: 46px;

  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.59);

}

.menu-content {

    background-color: #3666D2;

    display: inline-block;

    padding: 20px 35px;

    position: absolute;

    top: -65px;

    right: 0;

}

.menu-content h3{

  font-size: 37px;

  font-weight: 500;

  color: #fff;

  margin: 0;

}



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

CONTENT SECTION

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

.content-section {

    padding: 50px 0 60px;

}

.content-title {

    max-width: 700px;

    margin: 0 auto;

    margin-bottom: 50px;

    text-align: center;

}

.content-title h2{

  font-size: 47px;

  line-height: 70px;

}

.content-wrap {

    margin-right: 40px;

}

.content-wrap p{

  font-size: 26px;

  line-height: 39px;

}

.content-button {

    text-align: center;

    margin-top: 30px;

}

a.content-btn {

    background-color: #1F435D;

    font-size: 22px;

    color: #fff;

    padding: 10px 25px;

    display: inline-block;

}

.btnmodal {

  background-color: #1F435D;

  font-size: 22px;

  color: #fff;

  padding: 10px 25px;

  display: inline-block;

}

.btnmodal:hover{

  background-color: #496579;

  color: #ffffff;

}

.btnmodal2 {

  background-color: #1F435D;

  border: 2px solid #ffffff;

  font-size: 22px;

  color: #fff;

  padding: 10px 25px;

  display: inline-block;

}

.btnmodal2:hover{

  background-color: #ffffff;

  border: 2px solid #ffffff;

  color: #1F435D;

}

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

SLIDER SECTION

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

.slider-section {

    background-color: #1F435D;

    padding: 50px 0;

}

.slider-wrap {

    max-width: 1280px;

    margin: 0 auto;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.slider-item {

  text-align: center;

}

.slider-item h3{

  font-size: 32px;

  font-weight: 500;

  color: #FFFFFF;

}

.slider-item img {

    margin-bottom: 10px;

    height: 60px;

}

.slider-item p{

  font-size: 20px;

  font-weight: 300;

  color: rgba(255, 255, 255, 0.4);

}

.thumb-slider-section {

    padding: 145px 0 0;

}

.thumb-slider-column {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.thumb-slider-section.index2 {

    padding: 0;

}

.thumb-slider-item.responsive {

    flex: 0 0 47%;

}



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

MAP SECTION

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

.nivel-slider-section {

    padding-bottom: 155px;

}

.nivel-icon-wrap h2{

  margin-bottom: 70px;

}

.nivel-icon-item {

    margin-bottom: 80px;

    text-align: center;

    margin-left: -34px;

}

.nivel-icon-item img{

  height: 67px;

  margin-bottom: 15px;

}

.nivel-icon-item p{

  font-size: 26px;

}

a.cta-btn2 {

    width: 100%;

    height: 68px;

    font-size: 32px;

    background-color: #2A3F67;

    color: #fff;

    display: inline-block;

    text-align: center;

    padding: 19px;

}

.plantas-page .nivel-thumb-wrap {

    margin-left: 0;

}



.plantas-page.nivel-slider-section {

    padding-top: 170px;

    padding-bottom: 50px;

}



.nivel-slider-wrap {

    max-width: 1280px;

    margin: 0 auto;

}

.nivel-slider-wrap .nivel-thumb-wrap{

  margin: 0;

}



.arrow {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: -64px;

}



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

MAP SECTION

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

.map-section {

    padding: 140px 0;

}

.map-content {

    margin-right: 20px;

}

.map-content h2{

  font-size: 50px;

  margin-bottom: 20px;

}

.map-content p{

  font-size: 26px;

  line-height: 39px;

}

#map{

  width: 100%;

  height: 435px;

  margin-bottom: 45px;

}

.map-info p{

  font-size: 30px;

  font-weight: 600;

}

.map-info ul li {

    font-size: 18px;

    line-height: 27px;

    display: inline-block;

    width: 235px;

    color: rgba(31, 67, 93, 0.3);

    transition: all 0.4s;

}

.map-info ul li:hover{

  color: #1F435D;

}



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

TAB SECTION

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

.tab-title {

    padding-left: 120px;

    padding-bottom: 70px;

}

.tab-title h2{

  font-size: 51px;

}

ul.tabs-nav li {

    display: inline-block;

    margin-bottom: 30px;

    background-color: rgba(42, 63, 103, 0.3);

}



ul.tabs-nav li a {

    width: 235px;

    height: 112px;

    font-size: 25px;

    display: inline-block;

    text-align: center;

    color: rgba(255, 255, 255, 0.3);

    padding: 40px 20px;

}

li.tab-active a{

  color: #fff!important;

    background-color: #1F435D!important;

}

table.table-wrap, th, td {

    border: none;

    padding: 10px;

    font-size: 18px;

}

table.table-wrap td {

    font-size: 16px;

    color: #1F435D;

}



table.table-wrap {

    border-collapse:collapse;

    caption-side:bottom;

}



a.ver {

    background-color: #2A3F67;

    color: #fff;

    font-size: 16px;

    padding: 7px 20px;

    display: inline-block;

    line-height: 1;

}



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

SERVICE SECTION

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

.service-section {

    background-color: #1F435D;

    padding: 50px 0;

}

.service-wrap {

    text-align: center;

}

.service-data h3{

  color: #fff;

}

.service-icon img{

    height: 88px;

    margin-bottom: 20px;

}

.service-data p{

  color: #fff;

  font-weight: 300;

  font-size: 18px;

}



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

VIDEO SECTION

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

.video-section {

    padding: 150px 0 120px;

}

.video-content h2{

  font-size: 70px;

}

.video-thumb {

    min-height: 605px;

    display: flex;

    align-items: center;

    justify-content: center;

    background-size: cover;

    background-position: center;

}



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

CTA SECTION

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

.cta-section {

    padding: 185px 0 160px;

    background-color: #1F435D;

}

.cta-content {

    text-align: center;

    max-width: 1310px;

    margin: 0 auto;

}

.cta-content p{

  color: #fff;

  font-size: 50px;

  line-height: 76px;

  margin-bottom: 100px;

}

a.cta-btn {

    background-color: #3666D2;

    font-size: 37px;

    font-weight: 700;

    color: #fff;

    display: inline-block;

    padding: 25px 45px;

    transition: all 0.4s;

}

a.cta-btn:hover{

  color: #3666D2;

  background-color: #fff;

}



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

HOME 2 PAGE STYLESHEET 

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

.about-section {

    padding: 50px 0 118px;

}

.about-wrap {

    max-width: 1280px;

    margin: 0 auto;

}

.about-content h3{

  line-height: 47px;

  margin-bottom: 20px;

}

.about-content span{

  font-size: 22px;

  display: block;

  margin-bottom: 20px;

}

.about-content p{

  margin-right: 100px;

}

.about-thumb img{

  width: 100%;

}

.thumb-slider-wrap {

    max-width: 1280px;

    margin: 0 auto;

}

.thumb-slider-item{

  height: 920px;

}

.thumb-slider-item img{

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.thumb-slider .owl-prev, 

.thumb-slider .owl-next{

  width: 47px;

  position: absolute;

  top: 50%;

  left: 30px;

  transform: translateY(-50%);

}

.thumb-slider .owl-next{

  left: auto;

  right: 30px;

}

.thumb-slider .owl-dots {

    text-align: center;

    margin-top: 30px;

}

.thumb-slider .owl-dots .owl-dot span {

    width: 16px;

    height: 16px;

    margin: 5px 7px;

    background: rgba(31, 67, 93, 0.3);

    display: block;

    -webkit-backface-visibility: visible;

    backface-visibility: visible;

    transition: opacity .2s ease;

    border-radius: 30px;

}

.thumb-slider .owl-dots .owl-dot.active span{

    background: rgba(31, 67, 93, 0.7);

}



.single-content {

    max-width: 820px;

    text-align: center;

    margin: 70px auto 70px;

}

.single-content h3{

  margin-bottom: 25px;

}

.video-section.video-section2 {

    padding: 0 0 60px;

}

.video-wrap {

    max-width: 1100px;

    margin: 0 auto;

}





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

CONTACT PAGE STYLESHEET 

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

.contact-section {

    padding: 100px 0 120px;

}

.contact-wrap {

    max-width: 1280px;

    margin: 0 auto;

}

.cotnact-column p{

  font-size: 26px;

  line-height: 39px;

}

.contact-column {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.input-field {

    margin-bottom: 30px;

    flex: 0 0 48%;

}

.input-field input, .input-field textarea {

    width: 100%;

    color: #1F435D;

    font-weight: 500;

    border: none!important;

    border-bottom: 1px solid #1F435D!important;

    padding: 0 0 50px!important;

}



button#submit-btn {

    background-color: #2A3F67;

    border: none;

    color: #fff;

    width: 400px;

    height: 68px;

    font-size: 32px;

    border-radius: 3px;

}



input::-webkit-input-placeholder, 

textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */

    color:    #1F435D;

    opacity: 1;

}

input:-moz-placeholder, 

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

   color:    #1F435D;

   opacity:  1;

}

input::-moz-placeholder, 

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */

   color:    #1F435D;

   opacity:  1;

}

input:-ms-input-placeholder, 

textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */

   color:    #1F435D;

   opacity: 1;

}

input::-ms-input-placeholder, 

textarea::-ms-input-placeholder{ /* Microsoft Edge */

   color:    #1F435D;

   opacity: 1;

}



input::placeholder, 

textarea::placeholder{ /* Most modern browsers support this now. */

   color:    #1F435D;

   opacity: 1;

}





.contact-map {

    margin-left: 20px;

}

.contact-map #map {

    height: 547px;

    margin-bottom: 0;

}



.contact-info-section {

    background-color: #1F435D;

    padding: 80px 0 0;

}

.contact-info-wrap {

    max-width: 1280px;

    margin: 0 auto;

}

.contact-info-item {

    text-align: center;

}

.contact-info-item h3{

  color: #fff;

}



.contact-info-icon img{

    height: 80px;

    margin-bottom: 30px;

}

.contact-info-item h3{

  margin-bottom: 30px;

}

.contact-info-item p{

  color: #fff;

  font-weight: 300;

}



/*gallery page*/

.video-section.video-section3 {

    padding: 0;

}

.video-wrap h3{

  font-size: 40px;

  margin-bottom: 25px;

}

.bottom-title {

    padding: 90px 40px 25px;

}

.bottom-title h3{

  font-size: 40px;

}

.main-video-section {

    padding: 50px 0;

}

.main-video-wrap {

    max-width: 1280px;

    margin: 0 auto;

}

.main-video-wrap h3{

  font-size: 40px;

  margin-bottom: 20px;

}

.main-video-column {

    min-height: 767px;

    display: flex;

    align-items: center;

    justify-content: center;

    background-size: cover;

}



.singe-thumb-section img{

  width: 100%;

}

.gallery-thumb{

  padding: 30px;

}

.gallery-thumb.gallery1 {

    width: 536px;

    margin-left: 80px;

}

.gallery-thumb.gallery6 {

    width: 885px;

    margin-left: -120px;

}

.gallery-masonary-wrap h3 {

    font-size: 40px;

    margin-left: 102px;

}

.gallery-menu {

    text-align: center;

    padding: 50px 0;

}

.gallery-menu ul li{

  margin: 0 50px;

  display: inline-block;

}

.gallery-menu ul li:first-child{

  margin-left: 0;

}

.gallery-menu ul li:last-child{

  margin-right: 0;

}

.gallery-menu ul li a{

  font-size: 25px;

  transition: all 0.4s;

  color: rgba(31, 67, 93, 0.5);

}

.gallery-menu ul li a:hover{

  color: #1F435D;

}







/* offcanvas menu */

.main-menu {

  display: block; 

}

.offcanves-menu{

    display: none;

}

.offcanves-menu {

  width: 300px;

  background: #ffffff;

  height: 100%;

  position: fixed;

  z-index: 111;

  padding: 62px 20px;

  margin-left: -300px;

  transition: .3s;

  padding-right: 0px;

}

.offcanves-menu ul {

    padding-top: 20px;

}

.offcanves-menu ul li {

    position: relative;

    border-bottom: 1px solid #ddd;

    margin-right: 25px;

}

.offcanves-menu ul li:last-child {

    border-bottom: 0px;

}

.offcanves-menu ul li a {

    padding: 16px 0px;

    display: block;

    color: #333333;

    font-size: 17px;

    font-weight: 600;

    text-transform: uppercase;

    transition: all 0.4s; 

}

.offcanves-menu ul li a:hover {

    color: #7D9390;

}

.offcanves-menu.active {

      margin-left: 0px;

      z-index: 1111;

}



.off-menu span.menubar {

      font-size: 28px;

      cursor: pointer;

      transition: all linear 0.3s;

      color: #ffffff;

 }



.off-menu {

    float: right;

}



.close {

      position: absolute;

      right: 20px;

      top: 20px;

      color: #333333;

      font-size: 20px;

      padding: 10px 15px;

      border: 1px solid #333333;

      transition: all linear 0.3s;

      cursor: pointer;

}

  .close:hover {

        color: #009A60;

        border-color: #009A60;

}



.offcanvas-overlay {

      width: 100%;

      height: 100%;

      background: #000;

      position: fixed;

      z-index: 0;

      visibility: hidden;

      opacity: 0;

      transition: .5s;

 }



.offcanvas-overlay.active {

      opacity: .3;

      z-index: 111;

      visibility: visible;

 }



.menu-bar {

      display: none;

      position: absolute;

      top: 50%;

      right: 0;

      color: #fff;

      font-size: 35px;

      transform: translateY(-50%);

      cursor: pointer;

      display: none;

}





/* offcanvas menu */









.flex-accordion {

    width: 100%;

    height: 650px;

/*    overflow: hidden;

*/    padding-left: 115px;

}

.flex-accordion ul {

  height: 100%;

  width: 100%;

  display: flex;

  flex-wrap: wrap;

  margin: 0;

  padding: 0;

}

.flex-accordion ul li {

 /* display: flex;

  flex-wrap: wrap;

  position: relative;

  height: 100%;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;*/

  transition: all 0.5s ease;

  position: relative;

}

.arrow{

  opacity: 0;

}

.flex-accordion ul li.is-open .arrow{

  opacity: 1;

}



/*.flex-accordion ul li .panel-inner {

  background-repeat: no-repeat;

  background-position: center center;

  overflow: hidden;

  display: inline-block;

  height: 100%;

  width: 100%;

  position: relative;

  z-index: 3;

}*/

.flex-accordion ul li .panel-inner .button {

  position: absolute;

  bottom: 10px;

  left: 130px;

  width: auto;

  opacity: 0;

  text-overflow: ellipsis;

  z-index: 5;

  background-color: white;

  padding: 20px;

  white-space: nowrap;

  overflow: hidden;

  transform: translateX(-20px);

  transition: all 0.5s ease;

}

/*.flex-accordion ul li .panel-inner .title {

  background-color: rgba(0, 0, 0, 0.8);

  color: yellow;

  width: 100px;

  height: 100%;

  position: relative;

  cursor: pointer;

}*/

.flex-accordion ul li .panel-inner .title__inner {

  position: absolute;

  transform: rotate(-90deg);

}

/*.flex-accordion ul li .panel-inner .title__text {

  font-size: 30px;

  display: inline-block;

  width: 500px;

  text-align: center;

  transform: rotate(-90deg) translate3d(-50%, -665%, 0) !important;

}*/

.flex-accordion ul li .panel-inner .title__text {

    font-size: 38px;

    display: inline-block;

     width: 136px; 

    text-align: center;

    transform: rotate(

-90deg

);

    margin-top: 74px;

}

.flex-accordion ul li.is-open {

  flex-grow: 1;

  transition: all 0.5s ease;

}

.flex-accordion ul li.is-open .button {

  opacity: 1 !important;

}

.flex-accordion ul li.is-open a * {

  opacity: 1;

}

.flex-accordion ul li:not(.is-open) {

  width: 100px;

}

.negrita{

  font-weight: 300;

  color: #1F435D;

}

.textoblanco{

  color: #ffffff;

}

.amenidadesmarea{

  text-align: center;

  color: rgb(255, 255, 255, .6);

}

.amenidadesmarea p{

  font-size: 16px;

}

.ubicaciontexto{

  font-size: 18px !important;

}

.detallesmarea img{

  width: 100%;

}

.hiddenchico{

  display: none;

}



.bd-placeholder-img {

  font-size: 1.125rem;

  text-anchor: middle;

  -webkit-user-select: none;

  -moz-user-select: none;

  user-select: none;

}

.carousel-item{

  height: 700px;

  background-color: #000;

}

.overlay-image{

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  top: 0;

  background-position: center;

  background-size: cover;

  opacity: .7;

}

.amenidadesmarea p{

  font-size: 12px;

  line-height: 18px;

}

.departamentosmarea img{

  width: 100%;

}

.carousel-caption h3{

  font-size: 40px;

  color: #ffffff;

}

.isometricoimg img{

  width: 100%;

}



.float{

	position:fixed;

	width:60px;

	height:60px;

	bottom:40px;

	right:40px;

	background-color:#25d366;

	color:#FFF;

	border-radius:50px;

	text-align:center;

  font-size:30px;

	box-shadow: 2px 2px 3px #999;

  z-index:100;

}



.my-float{

	margin-top:16px;

}



@media (min-width: 576px) {

  

}





@media (min-width: 768px) {

  .bd-placeholder-img-lg {

    font-size: 3.5rem;

  }

}





@media (min-width: 992px) {

  .amenidadesmarea p{

    font-size: 14px;

    line-height: 22px;

  }

  .hiddenchico{

    display: inherit;

  }

}





@media (min-width: 1200px) {

  .hero-section {

    margin-top: -110px;

  }

}





@media (min-width: 1400px) {

  .hero-section {

    margin-top: -125px;

  }

}





/* TABS VERTICALES */

.nav-pills-custom .nav-link {

  color: #aaa;

  background: #fff;

  position: relative;

}



.nav-pills-custom .nav-link.active {

  color: #1F435D;

  background: #fff;

}





/* Add indicator arrow for the active tab */

@media (min-width: 992px) {

  .nav-pills-custom .nav-link::before {

      content: '';

      display: block;

      border-top: 8px solid transparent;

      border-left: 10px solid #fff;

      border-bottom: 8px solid transparent;

      position: absolute;

      top: 50%;

      right: -10px;

      transform: translateY(-50%);

      opacity: 0;

  }

}



.nav-pills-custom .nav-link.active::before {

  opacity: 1;

}



/* ======================= MODAL STYLES ======================= */

.loading {
  margin: 0 auto;
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 3px solid #3D253F;
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  position: relative;
  top: 100px;
}

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

.spinner-modal-content{
  background: transparent;
}





.modal{
  z-index: 9999;
}

.modal label{
  display: inline-block;
  font-size: 1rem;
  margin-bottom: .5rem;
}

.modal-title{
  color: #3D253F;
  font-size: 16px;
  padding-right: 40px;
}

.btn-form-send{
  background: #ff7a59;
  border: 1px solid #ff7a59;
  padding: 12px 24px;
}

.btn-form-send:hover{
  background: #ff8f73;
  border: 1px solid #ff8f73;
}

.msg-ajax{
  color: #3D253F;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  padding: 20px;
}

.form-group{
  margin-bottom: 1rem;
}

.form-group textarea{
  resize: none;
}