/*------------------------------------------------------------*/
/* Configuraciones generales */
/*
#panels-ipe-paneid-899{
    clear: both;
}*/

.oic__banner br{
    display:none !important;
}
.oic__banner{
    margin: auto;
    float: none;
    overflow: hidden;
}
/*------------------------------------------------------------*/

@font-face {
    font-family: MarkerFont;
    src: url("../fonts/PermanentMarker-Regular.ttf");
}

#message {
    border: 2px solid red;
    color: red;
    text-align: center;
}

div.divAlignCenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden !important;
}

div.divAlignBottonDown {
    position: relative;
    transform: translateY(-5%);
    overflow: hidden !important;
}

div.divAlignBottonTop {
    position: relative;
    transform: translateY(-26%);
    overflow: hidden !important;
}

.btnformulario {
    color: #9D2449;
    background-color: #FFF;
    border-color: #9D2449;
    padding: 10px 20px;
    border-radius: 15px;
    overflow: hidden !important;
}

.buttonClickBanner {
    text-decoration: none !important;
    font-weight: bold !important;
    text-shadow: 2px 2px #C6CACB !important;
    overflow: hidden !important;
}

#fullScreen {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#containerCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation: DotsAnim 1.8s infinite ease-in-out;
    -webkit-animation: DotsAnim 1.8s infinite ease-in-out;

}

.loader {
    color: #31E658;
    font-size: 10px;
    margin: auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

.divAnimIcon a {
    text-decoration: none !important;
}

.textConf {
    /*color: #282828;*/
    color: #FEF9E7;
}

.textConf360 {
    color: #349731;
}

.notAdjust {
    font-size: 1em;

    @media (max-width: 1140px) {
        font-size: 0.9em;
    }

    @media (max-width: 982px) {
        font-size: 0.6em;
    }

    @media (max-width: 765px) {
        font-size: 1.1em;
    }

    @media (max-width: 540px) {
        font-size: 0.7em;
    }
}

@keyframes DotsAnim {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@-webkit-keyframes DotsAnim {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.rotate-center {
    animation: rotate-center 5s linear infinite both;
    -webkit-animation: rotate-center 5s linear infinite both;
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.slide-bottom {
    -webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.btn-container-shockwave {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
}

.btn-shockwave {
    width: 90%;
    height: 90%;
    margin: 5%;
    background: white;
    border-radius: 50%;
    text-align: center;
    font-size: 0.8rem;
    border: none;
    padding: 20%;
    position: relative;
    outline: none;
}

.btn-shockwave-anim {
    -webkit-animation: shockwaveJump 1s ease-out infinite;
    animation: shockwaveJump 1s ease-out infinite;
}

.btn-shockwave-anim:after,
.btn-shockwave-anim:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
}

.btn-shockwave-anim:after {
    -webkit-animation: shockwave 1s .65s ease-out infinite;
    animation: shockwave 1s .65s ease-out infinite;
}

.btn-shockwave-anim:before {
    -webkit-animation: shockwave 1s .5s ease-out infinite;
    animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    50% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }

    55% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    60% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes shockwaveJump {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    50% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }

    55% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    60% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes shockwave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
    }

    95% {
        box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
    }

    100% {
        -webkit-transform: scale(2.25);
        transform: scale(2.25);
    }
}

@keyframes shockwave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
    }

    95% {
        box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
    }

    100% {
        -webkit-transform: scale(2.25);
        transform: scale(2.25);
    }
}

.text-center-inDiv {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#circleInfo {
    margin: auto;
    width: 100%;
    height: 100%;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-stretch: semi-condensed;
    border-bottom: 6px solid rgb(25, 135, 84);
    border-bottom-color: #64AE44;
    background-color: rgb(25, 135, 84, 0.06);
    border-right-color: #d1e7dd;
    border-top-color: #d1e7dd;
    border-left-color: #d1e7dd;
    border-radius: 50%;

    @media (max-width: 1140px) {
        font-size: 32px;
    }

    @media (max-width: 982px) {
        font-size: 30px;
    }

    @media (max-width: 765px) {
        font-size: 26px;
    }

    @media (max-width: 540px) {
        font-size: 16px;
    }

    @media (max-width: 312px) {
        font-size: 10px;
    }
}

@keyframes move-dot1 {
    0% {
        transform: translateX(-50%) translateY(-50%);
    }

    20% {
        transform: translateX(-50%) translateY(30%);
    }

    100% {
        transform: translateX(-50%) translateY(30%);
    }
}

@-webkit-keyframes move-dot1 {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%);
    }

    20% {
        -webkit-transform: translateX(-50%) translateY(30%);
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(30%);
    }
}


@keyframes move-dot2 {
    0% {
        transform: translateX(-50%) translateY(-50%);
    }

    15% {
        transform: translateX(-50%) translateY(-10%);
    }

    30% {
        transform: translateX(-10%) translateY(-10%);
    }

    100% {
        transform: translateX(-10%) translateY(-10%);
    }
}

@-webkit-keyframes move-dot2 {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%);
    }

    15% {
        -webkit-transform: translateX(-50%) translateY(-10%);
    }

    30% {
        -webkit-transform: translateX(-10%) translateY(-10%);
    }

    100% {
        -webkit-transform: translateX(-10%) translateY(-10%);
    }
}

.container-dots {
    transform: translateX(0%) translateY(0%);
    width: 40vmax;
    height: 40vmax;
    margin: 0 auto;

    >.item-dots {
        position: absolute;
        top: 0;
        left: 50%;
        height: 50%;
        width: 50%;
        transform: translateX(-50%);
        transform-origin: 50% 100%;
    }

    >.item-dots:nth-child(6) {
        transform: translateX(-50%) rotate(180deg);
    }

    >.item-dots>.line-dots {
        height: 100%;
        width: calc(50% + 1px);
        border-right: 5px dashed green;
        pointer-events: none;
    }

    >.item-dots>.dot-dots {
        position: absolute;
        left: 50%;
        top: 10%;
        transform: translateX(-50%) translateY(-50%);
        height: 100%;
        width: 100%;
        animation: move-dot1 5.5s linear infinite;
        pointer-events: none;
    }

    >.item-dots>.dot-dots::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        height: 5%;
        width: 5%;
        background: #fff;
        border: 5px solid green;
        border-radius: 50%;
        pointer-events: none;
    }

    >.item-dots>.circle-dots {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 30%;
        width: 30%;
        border-radius: 50%;
        background: green;
        pointer-events: auto;
    }

    >.item-dots.-type2 {
        top: 0;
        left: 0;
        transform: none;
        transform-origin: 100% 100%;
    }

    >.item-dots.-type2:nth-child(2) {
        transform: scaleX(-100%);
    }

    >.item-dots.-type2:nth-child(3) {
        transform: scaleX(-100%) scaleY(-100%);
    }

    >.item-dots.-type2:nth-child(4) {
        transform: scaleY(-100%);
    }

    >.item-dots.-type2>.line-dots {
        position: absolute;
        top: 30%;
        left: calc(30% - 1px);
        width: 70%;
        height: 40%;
        border-right: none;
        border-left: 5px dashed green;
        border-bottom: 5px dashed green;
        pointer-events: none;
    }

    >.item-dots.-type2>.dot-dots {
        top: 30%;
        left: 30%;
        animation: move-dot2 4s linear infinite;
        pointer-events: none;
    }

    >.item-dots.-type2>.circle-dots {
        top: 30%;
        left: 30%;
        transform: translateX(-50%) translateY(-50%);
        pointer-events: auto;
    }

    >.item-dots:nth-of-type(1)>.dot-dots {
        animation-delay: 0;
    }

    >.item-dots:nth-of-type(2)>.dot-dots {
        animation-delay: 1s;
    }

    >.item-dots:nth-of-type(3)>.dot-dots {
        animation-delay: 2s;
    }

    >.item-dots:nth-of-type(5)>.dot-dots {
        animation-delay: 2.5s;
    }

    >.item-dots:nth-of-type(4)>.dot-dots {
        animation-delay: 3s;
    }

    >.item-dots:nth-of-type(6)>.dot-dots {
        animation-delay: 3.5s;
    }

    >.center-dots {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        height: 50%;
        width: 50%;
    }

    >.center-dots>.circle-dots {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        border-radius: 50%;
    }

    >.center-dots>.circle-dots:nth-child(1) {
        height: 100%;
        width: 100%;
        background-color: white;
        background-size: cover;
        background-image: url(../images/IFT_Top_B.png);
        box-shadow: 0 0 3vmin rgba(0, 0, 0, .1);
    }

    >#floatingCircle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        height: 50%;
        width: 50%;
        z-index: 100;
        border-radius: 50%;
        border: #349731 2px solid;
        background-color: #E0F8E0;
    
        >#textfloatingCircle {
            padding: 20% 15%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: calc(0.6vw + 0.8vh);
            text-align: center;
        }
    }
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    width: 70%;
    height: 88%;
    position: relative;
    margin: 3% auto;
    padding: 5px 20px 30px 20px;
    border-radius: 10px;
    background: white;
    border: #64AE44 5px dashed;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

button.close {
    background-size: cover;
    background-image: url(../images/cancelar.png);
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    top: -20px;
    right: -20px;
    text-decoration: none;
    overflow: hidden !important;
}

button.sectionButton {
    height: 50px;
    background-image: url(../images/button.png);
    background-position: center;
    background-size: 100% 100%;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden !important;
}

/*------------------------------------------------------------*/
/* Configuraciones enfocadas para computadoras */

@media (hover: hover) {

    .btnformulario:hover {
        color: #fff;
        background-color: #9D2449;
        border-color: #9D2449;
        overflow: hidden !important;
    }

    .buttonClickBanner:hover {
        text-decoration: none !important;
        font-weight: normal !important;
        text-shadow: none !important;
    }

    .buttonClickBanner:hover .textConf360 {
        color: black !important;
    }

    .divAnimIcon {
        font-weight: bold !important;
        /*text-shadow: 2px 2px #C6CACB !important;*/
        text-shadow: 1px 1px 2px black, 0 0 1em gray, 0 0 0.2em black;
        font-size: calc(0.4vw + 0.5vh) !important;
        transition: font-size 0.5s;
    }

    .divAnimIcon .imgAnimIcon {
        width: 30%;
        height: 30%;
        transition: width 0.5s, height 0.5s, transform 1s;
    }

    .divAnimIcon .imgAnimIcon360 {
        width: 30%;
        height: 30%;
        transition: width 0.5s, height 0.5s, transform 0.8s;
    }

    .divAnimIcon:hover {
        font-weight: normal !important;
        text-shadow: none !important;
        font-size: calc(0.65vw + 0.2vh) !important;
        transition: font-size 0.5s;
    }

    .divAnimIcon:hover .imgAnimIcon {
        width: 46%;
        height: 46%;
        transform: rotate(180deg);
    }

    .divAnimIcon:hover .imgAnimIcon360 {
        width: 46%;
        height: 46%;
        transform: rotate(360deg);
    }

    .divAnimIcon #den {
        content: url("../images/informe.png");
    }

    .divAnimIcon:hover #den {
        content: url("../images/informehov.png");
    }

    .divAnimIcon #acti {
        content: url("../images/images.png");
    }

    .divAnimIcon:hover #atci {
        content: url("../images/imageshov.png");
    }

    .imgAnimShake {
        animation: Shake 0.8s infinite;
        -webkit-animation: Shake 0.8s infinite;
    }

    @keyframes Shake {

        0%,
        100% {
            -webkit-transform: rotateZ(-3deg);
        }

        25% {
            -webkit-transform: rotateZ(0deg) scale(.8);
        }

        50% {
            -webkit-transform: rotateZ(3deg);
        }

        75% {
            -webkit-transform: rotateZ(0deg);
        }
    }

    @-webkit-keyframes Shake {

        0%,
        100% {
            -webkit-transform: rotateZ(-3deg);
        }

        25% {
            -webkit-transform: rotateZ(0deg) scale(.8);
        }

        50% {
            -webkit-transform: rotateZ(3deg);
        }

        75% {
            -webkit-transform: rotateZ(0deg)
        }
    }
}

/*------------------------------------------------------------*/
/* Configuraciones enfocadas en moviles */

@media (hover: none) {
    .textConf {
        font-weight: bold !important;
        text-shadow: 2px 2px #C6CACB !important;
        font-size: calc(0.5vw + 0.6vh);
        overflow: hidden !important;
    }

    .textConf360 {
        font-size: calc(0.5vw + 1vh);
        overflow: hidden !important;
    }

    .divAnimIcon .imgAnimIcon {
        width: 40%;
        height: 40%;
    }

    .divAnimIcon .imgAnimIcon360 {
        width: 40%;
        height: 40%;
    }
}