* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Circular Std";
    background: #F2F4F7;
}

.container {
    max-width: 1140px!important;
}

.ul-list-regions, .region-container ul { padding-left: 0;} 

/* fonts */
@font-face {
    font-family: 'Grota Bold';
    font-weight: 400;
    font-style: normal;
      font-display:  swap;
    src: url(/fonts/grotarounded/Grota-Bold.eot);
    src: url(/fonts/grotarounded/Grota-Bold.eot?#iefix) format('embedded-opentype'), url(/fonts/grotarounded/Grota-Bold.woff) format('woff'), url(/fonts/grotarounded/Grota-Bold.ttf) format('truetype'), url(/fonts/grotarounded/Grota-Bold.svg#Grota-Black) format('svg');
}

@font-face {
    font-family: 'Circular Std';
    src: url(/fonts/CircularStd-Medium.woff2) format('woff2'), url(/fonts/CircularStd-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Circular Std Bold';
    src: url(/fonts/CircularStd-Bold.eot);
    src: url(/fonts/CircularStd-Bold.eot?#iefix) format('embedded-opentype'), url(/fonts/CircularStd-Bold.woff) format('woff'), url(/fonts/CircularStd-Bold.ttf) format('truetype'), url(/fonts/CircularStd-Bold.svg#Grota-Black) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Circular Book';
    src: url(/fonts/CircularStd-Book.eot);
    src: url(/fonts/CircularStd-Book.eot?#iefix) format('embedded-opentype'), url(/fonts/CircularStd-Book.woff) format('woff'), url(/fonts/CircularStd-Book.ttf) format('truetype'), url(/fonts/CircularStd-Book.svg#CircularStd-Book) format('svg');
    font-style: normal;
    font-display: swap;
}
/* /fonts */

.container.bread {
    display: none;
}

.top-one-header {
    background: linear-gradient(to bottom,#05338d 1%,#003369 100%);
    background-position: center;
    background-size: cover;
    padding: 0;
    height: 110px;
    padding: 28px 15px;
    position: relative;
    margin: 0;
    z-index: 999;
}

.top-one-header > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.discount img {
    width: 100%;
    height: auto;
}


.logo-kayak img {
    width: 173px;
    height: auto;
}

section.msi {
    height: 159px;
    background: white;
    display: grid;
    place-items: center;
}

.banner-msi {
    position: relative;
    border: 2px solid #DBE2E7;
    border-left: 5px solid #069CA6;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.banner-msi h3 {
    font-size: 22px;
    font-family: "Circular Std";
    color: #002F5C;
    padding: 0 0 12px;
    margin: 0;
}

.banner-msi p {
    font-size: 18px;
    font-family: "Circular Std";
    color: #069CA6;
    padding: 0;
    margin: 0;
}

.banner-msi__one {
    border-right:2px solid #DBE2E7 ;
}

.banner-msi__one, .banner-msi__two {
    padding: 16px 40px;
}

main {
    margin: 0 0 32px;
    top:0
}

.carousel .swim {
 border-radius: 8px;
    background: white;
    border: 1px solid #e2e1e1;
    box-shadow: 1px 1px 5px #e2e1e2;
    width: 260px;
}

.carousel img {
    width: 260px;
    height: auto;
    border-radius: 8px 8px 0 0;
}

.carousel .swim_text {
    padding: 16px;
}

.carousel .swim h3 {
    font-size: 14px;
    color: #2C2C2C;
    font-family: "Circular Std";
    margin-bottom: 16px;
}

.carousel .btn-primary {
    background-color: #28559A;
    border-color: #28559A;
    width: 100%;
}

.carousel .btn-primary.habitatbtn {
    background: white;
    border-color: #069CA6;
    color: #069CA6;
}


.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators [data-bs-target] {
    width:10px;
    height: 10px;
    border-radius: 50%;
    background-color: #AFAFAF;
}

.boxIdiomas, .boxPhones {
    height: 30px;
}

#top_bottom .menu {
    margin-bottom: 0;
}
/* modal home */
.modal-dialog {
    max-width: 95%;
}
.modal-body {
    width: 90%;
    margin: 0 auto;
}
.modal-swim-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-direction: column;
}
.modal-img img {
    width: 100%;
    height: auto;
}
.modal-text ul {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 5px 0 16px 16px;
    padding: 0;
    width: 100%;
}
.modal-text li {
    width: 50%;
}
.modal p, .modal li {
    font-size: 15px;
    color: #2C2C2C;
    font-family: "Circular Std";
    list-style-type: disc;
}

p small {
    color: #113473;
    font-size: 12px;
}

.list-habitats {
    margin-left: 0!important;
}
.list-habitats li {
    list-style-type: none;
    display: inline;
    color: #0099CB;
    font-size: 15px;
    border: 2px solid #0099CB;
    padding: 2px 10px;
    border-radius: 20px;
    text-align: center;
    width: auto;
    margin: 2px 8px 5px 0;
}

.list-habitats li a {
   text-decoration: none;
    color: #0099CB;
    font-size: 15px;
}

.habitats-container {
    padding: 32px 0;
    margin: 32px 0;
}

.additional-info .add-info-item {
    width: 92.5%;
    border: 1px solid #e2e1e2;
    /* box-shadow: 1px 1px 5px #e2e1e2; */
    padding: 16px;
    border-radius: 8px;
    margin: 0 auto;
    background: white;
}

.additional-info .add-info-item img {
    margin-bottom: 10px;
    width: initial;
}

.additional-info h4 {
    color: #069CA6;
}

.additional-info.habitats .add-info-item{

}


.additional-info.habitats .carousel-item {
    width: 260px;
}

/* /modal home */

h1 {
    font-size: 26px;
    color: #113473;
    font-family: 'Grota Bold';
    text-align: center;
}

h2 {
    font-size: 22px;
    color: #002F5C;
    font-family: "Circular Std Bold";  
}

h3 {
    font-size: 14px;
    color: #2C2C2C;
    font-family: "Circular Std";
}

h4 {
    font-size: 16px;
    color: #002F5C;
    font-family: "Circular Std";
}

.dolphinco {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.dolphinco img {
    vertical-align: middle;
    max-width: 100%;
}

footer {
    background: linear-gradient(to bottom,#05338d 1%,#003369 100%);
    height: 86px;
    position: relative;
}


/* habitats */
.my-slider {
    width: 1200px;
}
.experiencesdd {
    display: flex;
    gap:16px;
    justify-content: center;
}
.experiencesdd__item {
    background: white;
    width: 260px;
}

.experiencesdd__item .swim_text > h3 { min-height: 30px;}

.experiencesdd__item img {
    width: 100%;
}
.experiencesdd__tags {
    padding: 4px 8px;
    border-radius: 6px;
    text-align: center;
    color: #074623;
    background-color: #D0F6E1;
    font-size: 12px;
    width: 65%;
    margin: 16px 0 16px;
}

.experiencesdd__tags--blue {
    color: #02337A;
    background-color: #DBEAFF;
}

.experiencesdd__tags--gray {
    color: #02337A;
    background-color: #DBEAFF;
}

.swim_text {
    padding: 15px;
}

.swim_text p {
    font-size: 12px;
    color: #2C2C2C;
}

.btn-primary {
    background: #28559A;
    border-radius: 20px;
    width: 100%;
    font-size: 12px;
}



@media screen and (min-width:768px) {
    .top-one-header > div {
        justify-content: initial;
    }
    .logo-kayak  {
        margin-left: 50px;
    }
    .carousel-locations-container {
        margin: 0 auto;
        max-width: 85%;
    }
    .swimming {
        display: flex;
    justify-content: center;
    gap:16px;
        flex-direction: row;
    }
    .modal-dialog {
        max-width: 85%;
    }
    .modal-swim-wrapper {
        flex-direction: row;
    }

    .habitats .carousel-item {
        width: 22.5%;
        margin: 0 8px;
        padding: 0;
    }
    .additional-info  {
        display: flex;
        gap: 16px;
        justify-content: center;
    }
    .additional-info .add-info-item {
        width: 260px;
        height: 180px;
    }
}


/* solo mobile */
@media (max-width:700px) {
    .habitats-container {
        margin: 60px 0 32px;
        padding: 32px 0 60px;
    }
    .bread {
        padding:0 15px!important;
    }
    .gallery.gallery-js {
        left:5% !important;
    }
    .gallery.gallery-js .link-to-gallery {
        margin-right: 57px!important;
    }
    .btn-media-location {
        width: 130px;
        display: inline-block;
        padding: 10px 20px!important;
        text-align: center;
    }
    .experiencesdd {
        flex-direction: column;
        align-items: center;
    }
}