@font-face {
    font-family: "Panton";
    src: url("../assets/fonts/Panton-Regular.woff2") format("woff2"),
        url("../assets/fonts/Panton-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Panton";
    src: url("../assets/fonts/Panton-Bold.woff2") format("woff2"),
        url("../assets/fonts/Panton-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Panton";
    src: url("../assets/fonts/Panton-BoldItalic.woff2") format("woff2"),
        url("../assets/fonts/Panton-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Panton";
    src: url("../assets/fonts/Panton-Light.woff2") format("woff2"),
        url("../assets/fonts/Panton-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Panton";
    src: url("../assets/fonts/Panton-LightItalic.woff2") format("woff2"),
        url("../assets/fonts/Panton-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Panton";
    src: url("../assets/fonts/Panton-Black.woff2") format("woff2"),
        url("../assets/fonts/Panton-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Panton";
    src: url("../assets/fonts/Panton-ExtraBlackItalic.woff2") format("woff2"),
        url("../assets/fonts/Panton-ExtraBlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
}
h5 {
    font-weight: bold;
}
body {
    font-family: Panton;
}
header {
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .container-fluid {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

iframe#videoPrincipal {
    -moz-transform: scale(0.14);
    -moz-transform-origin: center;
    -o-transform: scale(0.14);
    -o-transform-origin: center;
    -webkit-transform: scale(0.14);
    -webkit-transform-origin: center;
    transform: scale(1.14);
    transform-origin: center;
}

#logo_right {
    width: 150px;
    height: 150px;
    top: 0;
}
/* INICIO PROPIEDADES LOGO YUCATAN*/
#Logo_Gob_Yuc {
    width: 150px;
    height: 80px;
    top: 0;
}
/* FIN PROPIEDADES LOGO YUCATAN*/

/* INICIO PROPIEDADES BONTON VER VIDEO*/

.btn-watch_video {
    background-color: transparent;
    border-color: #00a984;
    box-shadow: none;
    color: #00a984;
}
.btn-watch_video:hover {
    background-color: #00a984;
    box-shadow: none;
    color: #fff;
    outline: none;
}

/* FIN PROPIEDADES BONTON VER VIDEO*/

figure {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 0;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    -ms-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
}

.container-texto {
    position: absolute;
}

.divDiagonal {
    position: relative;
    width: 100%;
    height: 500px;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    -ms-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
}
.divDiagonalInvestment {
    position: relative;
    width: 100%;
    height: 600px;
    top: 95px;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    -ms-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
}
.divDiagonalInvestment .container .row .flexImage {
    display: flex;
    align-items: center;
}
.firstcarousel img {
    margin: 0 auto;
}
.text-investment {
    color: #fff;
    text-align: justify;
}
.text-investment h1 span {
    color: #00a984;
    font-weight: 800;
}
@media screen and (max-width: 768px) {
    .text-investment h1 {
        text-align: center;
    }
}
/*====================================
 FIN DE PROPIEDADES DIV EN DIAGONAL
 =====================================*/

/*====================================
 INICIO ESTILOS MODAL VIDEO
 =====================================*/
#homeVideo button.btn.btn-default {
    background: transparent;
    position: absolute;
    right: 0;
    z-index: 5;
    color: white;
}
#modalVideo {
    position: relative;
    width: 100%;
    height: 100%;
}
#videoMenu {
    position: absolute;
    height: 100%;
    width: 100%;
}

/*====================================
 FIN ESTILOS MODAL VIDEO
 =====================================*/

/* ==================================
INICIO DE PROPIEDADES ANIMACION MOUSE
=====================================*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    opacity: 0.5;
}
.scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    width: 13px;
    height: 13px;
}
.one,
.two,
.three {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}
.one {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
    margin-top: 3px;
}
.two {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    margin-top: -6px;
}
.three {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    margin-top: -6px;
}
.mouse {
    width: 23px;
    height: 36px;
    border: 2px solid white;
    border-radius: 15px;
    cursor: auto;
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: white;
    border-radius: 50%;
    -webkit-animation: 2s ease infinite wheel-up-down;
    -moz-animation: 2s ease infinite wheel-up-down;
    animation: 2s ease infinite wheel-up-down;
}
@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
@-moz-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
/*================================
FIN DE PROPIEDADES ANIMACION MOUSE
==================================*/

/*================================
INICIO ESTILOS DE MENU EN DIAGONAL
==================================*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    clip-path: polygon(46% 0, 100% 0%, 100% 100%, 54% 100%);
    -webkit-clip-path: polygon(46% 0, 100% 0%, 100% 100%, 54% 100%);
    -moz-clip-path: polygon(46% 0, 100% 0%, 100% 100%, 54% 100%);
    -ms-clip-path: polygon(46% 0, 100% 0%, 100% 100%, 54% 100%);
}

.sidenav a {
    padding: 8px 8px 8px 630px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #2cd9c4;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
@media screen and (max-width: 990px) {
    .divDiagonalInvestment {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        width: 100%;
        height: 100%;
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    .sidenav {
        padding-top: 50px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        background-color: rgba(0, 0, 0, 0.8);
        text-align: center;
    }
    .sidenav a {
        font-size: 30px;
        margin-right: 0;
        padding: 0px 0px 0px 0px;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        margin-right: 0;
    }
    .divDiagonal {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        width: 100%;
        height: 100%;
    }
    .figuraVid {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .divPanelkeySector {
        position: relative;
        margin-left: 0;
        margin-top: 0;
    }
}

/*================================
FIN ESTILOS DE MENU EN DIAGONAL
==================================*/

/*======Estilos para acordion desplegable ======*/

.panel-group .panel {
    border-radius: 5px;
    border-color: #eeeeee;
    padding: 0;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #00a984;
    border-color: #eeeeee;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    color: white;
}

.short-full {
    float: right;
    color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    background-color: none;
}

.listaDesplegable {
    list-style-type: square;
}

ul li {
    color: #00a984;
}

/* ul li span {
    color: #7e7e7e;
} */
ul li ul {
    color: #7e7e7e;
}
.subLista {
    list-style-type: disc;
    color: #7e7e7e;
}

/*====== Fin Estilos para acordion desplegable ======*/

/*====== Inicio de estilos para el boton subir pagina======*/
.ir-arriba {
    display: none;
    background: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}
/*====== fin de estilos para el boton subir pagina======*/

/*=====estilos seccion modal=====*/

.modal-section {
    position: relative;
    background-color: #2e1e5a;
    height: 700px;
    clip-path: polygon(0 10%, 100% 0, 100% 88%, 0% 100%);
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 88%, 0% 100%);
    -moz-clip-path: polygon(0 10%, 100% 0, 100% 88%, 0% 100%);
    -ms-clip-path: polygon(0 10%, 100% 0, 100% 88%, 0% 100%);
}
.text-center {
    text-align: center;
}
.modal-section__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/img/why-invest-in-yucatan.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
}
.modal-container {
    height: 100%;
    width: 60%;
    margin: 0 auto;
}
.modal-content--l {
    position: relative;
    top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
}
.modal-dialog--l {
    height: 100%;
}
.modal-section__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
}
.modal-section__title {
    position: absolute;
    top: 15%;
    color: #fff;
    padding: 3rem 0;
    z-index: 10;
}
/* @media screen and (max-height: 800px) {
    .modal-section__title {
        top:6%;
    }
} */
.modal-section__title--movil {
    display: none;
}
.modal-section__title > span {
    color: #00a984;
    font-weight: 800;
}
.modal-section__box {
    background-color: #fff;
    margin: 0 2rem;
}
.modal-section__icon {
    width: 60%;
}
.modal-section__row {
    display: none;
    width: 80%;
}
.modal-section__row img {
    width: 75%;
}
@media screen and (max-width: 1480px) {
    .modal-section__row {
        width: 80%;
    }
    .modal-container {
        width: 95%;
    }
    .modal-section__row img {
        width: 70%;
    }
}
@media screen and (max-width: 1000px) {
    .modal-section__row {
        width: 95%;
    }
    .modal-container {
        width: 100%;
    }
}
@media screen and (max-width: 970px) {
    .modal-section__row {
        width: 95%;
    }
    .modal-container {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .owl-carousel .owl-item img,
    .modal-section__icon {
        width: 60%;
    }
    .modal-section__title--movil {
        position: relative;
        display: block;
        color: #2e1e5a;
        text-align: center;
        font-weight: 500;
        padding: 10px;
    }
    .modal-section__title--pc {
        display: none;
    }
}
@media screen and (max-width: 460px) {
    .owl-carousel .owl-item img,
    .modal-section__icon {
        width: 100%;
    }
    .modal-section {
        height: 60vh;
    }
}
@media screen and (min-width: 768px) {
    .owl-carousel--movil {
        display: none !important;
    }
    .modal-section__row {
        display: flex;
    }
}
.next-modal {
    left: -200vw;
}
.prev-modal {
    right: -200vw;
}
.prev_btn,
.next_btn {
    color: #fff;
    background-color: #7c7a7a;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    /* font-size: 1.5rem; */
    outline: none;
    border: none;
    cursor: pointer;
    opacity: 0.8;
}
.prev_btn {
    left: 5rem;
}
.next_btn {
    right: 7rem;
}
table,
thead,
tbody,
tr {
    display: block;
    width: 100%;
}
tbody tr th,
tbody tr td {
    width: 24.5%;
    display: inline-block;
}
thead tr {
    display: flex;
    align-items: center;
}
thead tr th,
.table td,
.table th,
.table thead th {
    border: none;
}
thead tr th {
    width: 24.5%;
}
tbody tr {
    border-bottom: 1px #7e7e7e solid;
}
tbody th {
    font-weight: 800;
}
.modal-section__card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 12rem;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .prev_btn,
    .next_btn {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .card {
        border-radius: 8px;
    }
    .modal-section__card-body {
        height: 14rem;
    }
}
.classPuntos {
    margin-top: -3px;
}

.logoSup {
    margin-top: -160px;
}

@media screen and (min-width: 1400px) {
    .modal-section__card-body {
        height: 13rem;
    }
    .card {
        border-radius: 8px;
    }

    .classPuntos {
        margin-top: 22px;
        margin-bottom: 22px;
    }

    #logo_right {
        width: 200px;
    }
    #Logo_Gob_Yuc {
        width: 200px;
    }
}
.modal-section__text--infrastructure {
    color: #2e1e5a;
}
.modal-section__text--connectivity {
    color: #5d0c42;
}
.modal-section__text--human {
    color: #76aadb;
}
.modal-section__text--security {
    color: #f6921e;
}
.modal-section__body-title {
    color: #2e1e5a;
}
.li-square {
    list-style: none;
    padding: 0;
    position: relative;
}
.li-square::before {
    color: #00a984;
    content: "■";
    display: inline-block;
    font-size: 1rem;
    left: -1.1225em;
    position: absolute;
    top: 0em;
}
.modal-img {
    width: 2.5rem;
    margin-left: 1rem;
    margin-right: 0.2rem;
}
.modal-title {
    color: #00a984;
    position: relative;
    display: inline;
    top: 0.2rem;
}
.modal-plus {
    color: #fff;
    background: #7e7e7e;
    border-radius: 50%;
    border: 1px solid #7e7e7e;
}

/* Modal */
.modal {
    justify-content: center;
    align-items: center;
    transition: left 0.2s ease-in, right 0.2s ease-in;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
}
.modal > .modal-dialog-p {
    max-width: 60rem;
    min-width: 10rem;
}
.modal-open-slider {
    overflow: hidden;
    padding-right: 17px;
}
.modal-header,
.modal-footer {
    border: none;
}
.modal-body {
    padding-top: 0;
}
@media screen and (max-width: 350px) {
    #human .modal-content--l .modal-body {
        padding: 2px;
    }
}
.modal-strong {
    font-weight: 800;
    color: #2e1e5a;
}
/* .btn-close__modal {
    padding: 0.2rem 2rem;
    background: #fff;
    outline: 1px solid #00a984;
    color: #00a984;
    transition: ease 0.2s;
} */

.btn-close__modal:hover {
    background: #00a984;
    color: #fff;
}
#owl-carousel__modal-connectivity .item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.thead {
    background: #00a984;
    color: #fff;
}
.clients {
    width: 100%;
}
.clients-row {
    display: flex;
    justify-content: center;
}
.clients-img {
    width: 100%;
}
.modal li {
    list-style: none;
    color: #7e7e7e;
    line-height: 2;
}
span {
    margin: 0;
}
th,
td {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
td {
    color: #7e7e7e;
}
tbody th {
    color: #2e1e5a;
}
@media screen and (max-width: 768px) {
    .modal-dialog-p {
        height: 100%;
    }
}
.item {
    cursor: pointer;
}
/*=====fin estilos seccion modal=====*/
/*================================================
INICIO ESTILOS MODALES  INDUSTRIAL DEVELOPMENT
==================================================*/
.industrialdev {
    width: 55%;
    margin: 3rem auto;
}

.industrialdev p {
    text-align: center;
}

.industrialdev .paragraph h1 {
    color: #2e1e5a;
    text-align: center;
}

.industrialdev .paragraph h1 span {
    color: #00a984;
    font-weight: 800;
}

.industrialdev .paragraph {
    color: #2e1e5a;
    
    margin: 0 auto;
}
.industrialdev span {
    color: #2e1e5a;
    font-weight: 800;
}

.darkmagenta {
    color: #8d3487;
}

.indigo {
    color: #5d0c42;
}

.springgreen {
    color: #02d480;
}

.midnightblue {
    color: #2c2058;
}

.flowerblue {
    color: #76aadb;
}

.gray {
    color: #7e7e7e;
}

.darkcyan {
    color: #00a984 !important;
}

.bluedark {
    color: #2e1e5a;
}

.industrialdev .modal .modal-header {
    border-bottom: 0px;
}

.industrialdev .modal .modal-footer {
    border-top: 0px;
}

.industrialdev .modal p {
    text-align: justify;
    color: #7e7e7e;
    line-height: 18px;
}

.industrialdev .modal .modal-title {
    margin: auto 0;
}

.industrialdev .modal .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

.industrialdev .modal .modal-dialog .modal-content {
    border: 0px;
    border-radius: 0;
}
.secondcarousel {
    width: 80%;
    margin: 0 auto;
}
.industrialdev .modal-content h3 {
    font-weight: bold;
    margin-bottom: 0;
}
.secondcarousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 5rem !important;
}
.secondcarousel .item {
    display: inline;
    justify-content: center;
}
.secondcarousel h5 {
    text-align: center;
}
.secondcarousel .item img {
    width: 75%;
    margin: 0 auto;
}
.secondcarousel .item {
    margin-right: 0px;
}
.secondcarousel .owl-prev.disabled,
.secondcarousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.1;
}

.secondcarousel .prev-slide {
    color: #fff;
    background-color: #a5a5a5;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -33px;
}

.secondcarousel .next-slide {
    color: #fff;
    background-color: #a5a5a5;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -33px;
}

.secondcarousel .prev-slide:hover {
    opacity: 0.8;
}

.secondcarousel .next-slide:hover {
    opacity: 0.8;
}
.modalsid img {
    width: 15%;
}
#occupancy img {
    width: 15%;
}
@media (max-width: 1200px) {
    .industrialdev {
        width: 80%;
        margin: auto;
        padding-top: 3rem;
    }
    .industrialdev .paragraph {
        width: 60%;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .industrialdev {
        width: 90%;
        margin: auto;
        padding-bottom: 1.5rem;
    }
    .modalsid img {
        width: 20%;
    }
    #occupancy img {
        width: 20%;
    }
    .modal-dialog-o {
        height: 100%;
    }
    .industrialdev .paragraph {
        color: #2e1e5a;
        width: 80%;
        margin: 5px auto;
    }

    .secondcarousel {
        width: 80%;
        margin: auto;
        height: 200px;
    }
    .secondcarousel .nav-btn {
        top: 4rem !important;
    }
    .secondcarousel .item img {
        width: 100%;
    }
}
@media (max-width: 770px) {
    .industrialdev {
        margin: auto;
    }
    .secondcarousel .item img {
        width: 75%;
        margin: 0 auto;
    }
}
@media (max-width: 321px) {
    .secondcarousel .item img {
        width: 70%;
        margin: 0 auto;
    }
}
.btn-investment {
    color: #00a984;
    background-color: #fff;
    border-color: #00a984;
    border-radius: 0;
    padding: 5px 35px;
}

.btn-investment:hover {
    color: #fff;
    background-color: #00a984;
    border-color: #00a984;
}
/*======================================
FIN DE ESTILOS INDUSTRIAL DEVELOPMENT
========================================*/
/*======================================
ESTILOS CONTACTO
========================================*/
.contact {
    background-color: #2e1e5a;
    color: #fff;
    padding: 70px 0;
}

.contact a {
    text-decoration: none;
    color: #fff;
}

.contact input {
    border-radius: 0;
    height: 33px;
}
.form-control {
    background-clip: border-box;
}
.contact textarea {
    border-radius: 0;
}
.contact label {
    padding-top: 10px;
    margin-bottom: 0px;
}

.contenedor {
    width: 65%;
    margin: 0 auto;
}

.logo {
    text-align-last: center;
}

.logo p {
    padding-top: 10px;
}

.btn-contact {
    color: #fff;
    background-color: #2e1e5a;
    border-radius: 0;
    padding: 5px 35px 5px 35px;
    border: 1px #fff solid;
}
.btn-contact-box {
    padding-top: 10px;
}
@media (max-width: 768px) {
    .contenedor {
        width: 90%;
        margin: 0 auto;
    }

    .logo {
        padding-top: 70px;
    }

    .contact {
        padding: 30px 0;
    }

    .btn-contact-box {
        text-align: center;
    }
}

/*======================================
FIN DE ESTILOS CONTACTO
========================================*/

/*======================================
INICIO DE ESTILOS TESTIMONIOS
========================================*/
#testimonials {
    margin-bottom: 2rem;
}
#testimonials h5 {
    font-weight: 800;
}
.testimonial__title {
    text-align: center;
    font-weight: 800;
    padding: 3rem 0;
}
.testimonial__text {
    color: #7e7e7e;
    margin: 0;
}
.testimonial__name {
    text-align: right;
    margin: 0;
    color: #000;
}
.testimonial__subname {
    color: #000;
    text-align: right;
    font-weight: 800;
    margin: 0;
}
#testimonials-slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}
#testimonials-slider .owl-prev {
    color: #fff;
    background-color: #a5a5a5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -3rem;
}
#testimonials-slider .owl-next {
    color: #fff;
    background-color: #a5a5a5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -1rem;
}
.col-img {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .testimonial__img {
        width: 40% !important;
    }
    #testimonials-slider .owl-nav {
        top: 4rem;
    }
    #testimonials-slider .owl-prev {
        left: 0;
    }
    #testimonials-slider .owl-next {
        right: 0;
    }
}
/*======================================
FIN DE ESTILOS TESTIMONIOS
========================================*/
.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #2e1e5a;
    font-size: 12px;
    border: 1px solid #2e1e5a;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.swal-button:not([disabled]):hover {
    background-color: #2e1e5a;
    color: #eeeeee;
}
.swal-text {
    color: #7e7e7e;
}

@media screen and (max-width: 768px) {
    #captcha,
    #rc-imageselect {
        margin: 0 auto;
        width: fit-content;
    }
}

@media screen and (max-width: 360px) {
    #captcha,
    #rc-imageselect {
        -webkit-transform: scale(0.97);
        -moz-transform: scale(0.97);
        -ms-transform: scale(0.97);
        -o-transform: scale(0.97);
        transform: scale(0.97);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
    }

    .logoSup {
        margin-top: -65px;
    }
}

@media screen and (max-width: 350px) {
    #captcha,
    #rc-imageselect {
        -webkit-transform: scale(0.84);
        -moz-transform: scale(0.84);
        -ms-transform: scale(0.84);
        -o-transform: scale(0.84);
        transform: scale(0.84);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

.imgIconMenu {
    margin-right: 40px;
    margin-top: 30px;
}

#dark-background {
    width: 100%;
    position: fixed;
    height: 100vh;
    z-index: 1;
    opacity: 0.7;
    background: #000;
    display: none;
    transition: ease 0.5s;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.botonIcono {
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 15;
    position: relative;
}

.botonIcono:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.btnAerospace {
    background-color: #02d480;
    color: white;
}

.lis-certification {
    width: 100%;
}
textarea {
    resize: none;
}
button:focus {
    outline: none;
}
#more,
#moretwo,
#moreThree,
#moreFour,
#moreFive,
#moreSix,
#moreSeven,
#moreEight,
#moreNine,
#moreTen,
#moreEleven {
    display: none;
}
@media screen and (min-width: 992px) {
    #moreThree,
    #moreFour,
    #moreFive,
    #moreSix,
    #moreSeven,
    #moreEight,
    #moreNine,
    #moreTenm,
    #moreEleven {
        display: inline;
    }
    #dotsThree,
    #dotsFour,
    #dotsFive,
    #dotsSix,
    #dotsSeven,
    #dotsEight,
    #dotsNine,
    #dotsTen,
    #dotsEleven {
        display: none !important;
    }
    #myBtnThree,
    #myBtnFour,
    #myBtnFive,
    #myBtnSix,
    #myBtnSeven,
    #myBtnEight,
    #myBtnNine,
    #myBtnTen,
    #myBtnEleven {
        display: none;
    }
}
.myBtnStyle {
    text-decoration: none;
    background: none;
    border: none;
    font-size: 13px;
    color: #02d480;
    cursor: pointer;
}
/* fin de Estilos Contacto */
#more,
#moretwo {
    display: none;
}

.btnB--disabled {
    cursor: no-drop;
    opacity: 0.4;
}
.btnB--eneabled {
    cursor: pointer;
}
/* INICIO ESTILOS DE HOW TO INVEST IN YUCATAN */

.font-weight-bold800 {
    font-weight: 800 !important;
}

.flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#howInvest {
    min-height: 65vh;
    height: auto;
    padding-top: 3rem;
}
#howInvest h2 {
    font-weight: 800;
}
#HowToInvestCollapse {
    width: 100%;
}
#howInvest li a {
    text-decoration: none;
    color: #7c7a7a;
}
#HowToInvestCollapse .card {
    background-color: #00a984;
    color: #fff;
    border-radius: 0;
    margin-bottom: 0.5rem;
    width: 100%;
    border: 1px solid #ececec;
}

#HowToInvestCollapse .btn {
    background-color: transparent;
    color: #fff;
}

#HowToInvestCollapse .btn:focus {
    box-shadow: none;
}

#HowToInvestCollapse .card-header {
    cursor: pointer;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.5rem;
}

#HowToInvestCollapse .card-body {
    background-color: #fff;
    color: #7e7e7e;
}

.HowToInvestCollapse__imgColumn {
    display: flex;
    align-items: center;
}

.HowToInvestCollapse__imgColumn img {
    object-fit: cover;
    width: 100%;
    height: 28.5rem;
}
@media screen and (max-width: 992px) {
    #HowToInvestCollapse .card {
        height: auto;
        border: none;
    }
    #howInvest {
        padding-right: 0;
        padding-left: 0;
    }
    .HowToInvestCollapse__imgColumn img {
        height: auto;
    }
    .HowToTable {
        font-size: 0.8rem;
    }
    .HowToTable .myBtnStyle {
        font-size: 0.72rem;
    }
}
#Whyinvest h5 {
    font-weight: bold;
}
/* FIN ESTILOS DE HOW TO INVEST IN YUCATAN */
@media screen and (max-width: 992px) {
    #ConnectivityTable {
        padding: 0;
    }
    #Whyinvest {
        clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
        -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
        -moz-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
        -ms-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    }
    #mySidenav-btn {
        margin-right: 0;
    }
}
.text-break {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.CTable-1 {
    width: 24.5% !important;
}

.CTable-2 {
    width: 24.5% !important;
}

.CTable-3 {
    width: 24.5% !important;
}
.CTable-4 {
    width: 24.5% !important;
}
.show-icon {
    display: none;
}
@media screen and (max-width: 575px) {
    .CTable-1 {
        width: 49% !important;
    }

    .CTable-2 {
        width: 49% !important;
    }

    .CTable-3 {
        width: 49% !important;
        display: none !important;
    }
    .CTable-4 {
        width: 49% !important;
        display: none !important;
    }
    .show-icon {
        display: flex !important;
        
    }
    .inf-1:hover,.inf-2:hover,.inf-3:hover,.inf-4:hover,.inf-5:hover {
        cursor: pointer;
        width: 28px;
        margin-bottom: -0.5rem !important;
    }
}
/* Sección Key Sector */
.sectionkeysector {
    background-color: #2e1e5a;
}
.keySectorBox {
    width: 95%;
    margin: 50px 0 40px 30px;
    color: #fff;
}
.contenidoKeySectorAerospace .justify-content-start{
    padding-left: 6% !important;
}
.contenidoKeySectorAerospace .justify-content-start .row{
    width: 100% !important;
}
.contenidoKeySectorAerospace .justify-content-start .row .li-square-white{
    max-width: 20% !important;
    
    padding-top: 0.5%;
}
.keySectorBox h1 span {
    font-weight: 800;
    color: #00a984;
}
.imagenKeySector {
    max-width: 100%;
    height: auto;
    padding-left: 0;
    margin-left: 0;
}
.imagesKeySector {
    margin: 0;
    padding: 0;
}
.btnKeySector {
    text-decoration: none;
    background-color: transparent;
    border-color: #00a984;
    color: #fff;
    border-radius: 0;
    border-style: solid;
    padding: 4px;
    font-size: 18px;
    margin-left: 5px;
    cursor: pointer;
}
.btnKeySector:hover {
    background-color: #00a984;
}
.btnKeySector:visited {
    background-color: #00a984;
}
.imgbot {
    max-width: 33%;
    height: auto;
    margin: 0 0 0 0;
}
.imgnational {
    max-width: 24%;
    height: auto;
    margin: 0 0 0 30px;
}
.imgplenum {
    max-width: 28%;
    height: auto;
    margin: 0 0 0 30px;
}
.imgair {
    max-width: 28%;
    height: auto;
    margin: 0 0 0 0;
}
.imgleoni {
    max-width: 26%;
    height: auto;
    margin: 0 0 0 50px;
}
.imgumc {
    max-width: 24%;
    height: auto;
    margin: 0 0 0 50px;
}
.imgpcc {
    max-width: 18%;
    height: auto;
    margin: 0 0 0 0;
}
.imgsmp {
    max-width: 14%;
    height: auto;
    margin: 0 0 0 30px;
}
@media screen and (max-width: 1200px) {
    .imgbot,
    .imgnational,
    .imgplenum,
    .imgair,
    .imgleoni,
    .imgumc,
    .imgpcc,
    .imgsmp {
        margin: 0 0 0 10px;
    }
}
.contentKeySector span {
    font-weight: bold;
}
.li-square-white {
    list-style: none;
    padding-left: 5px;
    position: relative;
}
.li-square-white::before {
    color: #fff;
    content: "■";
    display: inline-block;
    font-size: 1rem;
    left: -1.1225em;
    position: absolute;
    top: 0em;
}
.accordionKeySectorMovil {
    display: none;
}
.imagesKeySectorMovil {
    display: none;
}
@media screen and (max-width: 1500px) {
    .keySectorBox {
        width: 60%;
        margin: 10px auto;
    }
}
@media screen and (max-width: 1200px) {
    .keySectorBox {
        width: 80%;
        margin: 20px auto;
    }
}
@media screen and (max-width: 768px) {
    .keySectorBtnPc {
        display: none;
    }
    .keySectorBox h1 {
        text-align: center;
    }
    .contentKeySectorPc {
        display: none;
    }
    .accordionKeySectorMovil {
        display: inline;
    }
    .accordionKeySectorMovil span {
        font-weight: bold;
    }
    .imagesKeySectorPc {
        display: none;
    }
    .imagesKeySectorMovil {
        display: inline;
    }

    .keySectorBox {
        width: 100%;
        margin: 0;
    }
}
.activedCollapse {
    background: #00a984;
    color: #fff;
}
#KeySectorCollapse {
    width: 100%;
}
#KeySectorCollapse .card {
    background-color: #00a984;
    color: #fff;
    border-radius: 0;
    margin-bottom: 0.5rem;
    width: 100%;
}

#KeySectorCollapse .btn {
    background-color: transparent;
    color: #fff;
}

#KeySectorCollapse .btn:focus {
    box-shadow: none;
}

#KeySectorCollapse .card-header {
    cursor: pointer;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 1rem;
}

#KeySectorCollapse .card-body {
    background-color: #2e1e5a;
}
#KeySectorCollapse .card {
    border: none;
    background-clip: content-box;
}
/* Fin de Sección Key Sector */
.invalid-feedback {
    color: #ff8400;
}
.is-invalid {
    border: 2px solid #ff8400 !important;
}
/* Checkbox */
.label-privacy {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 12px;
    left: 0;
    background-color: transparent;
    border-radius: 2px;
    border: 1.5px solid #fff;
    padding-top: 0 !important;
}
.label-privacy:after {
    content: "";
    width: 9px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 4.5px;
    border: 2px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}
.label-privacy:hover::after {
    opacity: 0.3;
}
input[type="checkbox"] {
    visibility: hidden;
}
input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
/* Fin Checkbox */

/* Privacy Modal*/
.modal-content__privacy {
    padding: 0 !important;
    top: 2% !important;
    overflow: hidden;
    max-width: 802px;
    min-width: 40px;
    width: 90vw;
    background-color: #2c2058;
}
.modal-header__privacy {
    background-color: #2c2058;
    justify-content: flex-end;
}
.modal-body__privacy {
    height: 75vh;
    padding: 0 !important;
}
.modal-footer__privacy {
    background-color: #2c2058;
    justify-content: center;
}
/* Fin Privacy Modal*/
.referencias {
    color: #7e7e7e;
    font-size: 12px;
    margin-left: 15px;
}
#HowToInvestCollapse a:hover{
    color:#752F8A;
}