html {
    scroll-behavior: smooth
}

HTML BODY {
    max-width: 1900px;
    margin: 0 auto
}

:root {
    --bg-color1: #009d42;
    --bg-color2: #f05900;
    --bg-color3: #F52117;
    --bg-color4: #002954;
    --bg-color5: #fd3983;
    --bg-color6: #ffcf14;
    --title-black: 'FredokaOne';
    --title-bold: 'FredokaOne';
    --font-regular: 'RobotoRegular';
    --font-bold: 'RobotoRegular';
    --font-italic: 'RobotoRegular';
    --font-menu: 'RobotoRegular';
    --font-alt: 'RobotoRegular';
    --font-alt1: 'FredokaOne';
}

HTML BODY .h1,
HTML BODY .h2,
HTML BODY h1 {
    font-family: var(--title-black) !important;
}

HTML BODY h2,
HTML BODY h3,
HTML BODY h4,
HTML BODY h5,
HTML BODY h6 {
    font-family: var(--title-bold)
}

HTML BODY,
HTML BODY p {
    font-family: var(--font-regular);
    color: #292828
}

HTML BODY strong {
    font-family: var(--font-bold)
}

HTML BODY em {
    font-family: var(--font-italic)
}

.alt-font {
    font-family: var(--font-alt) !important
}
.alt-font1 {
    font-family: var(--font-alt1) !important
}

.footerSize {
    font-size: 14px !important;
    color: #ccc !important
}

HTML BODY p {
    color: #333 !important;
    font-size: 17px
}

.top-header,
.top-header a,
.top-header p {
    font-size: 14px !important
}

.middle-header,
.middle-header p {
    font-size: 15px !important
}

.bottom-header,
.bottom-header a,
.bottom-header li a,
.bottom-header p {
    font-size: 100% !important
}

a {
    text-decoration: none !important
}

.badge,
.btn {
    white-space: pre-line !important
}

.btn {
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 16px;
    border: 1px groove #ffefb2;
    padding:10px 44px;
}

.bg-color1,
.bg-color1:hover {
    background: var(--bg-color1) !important
}

.t-color1,
.t-color1:hover {
    color: var(--bg-color1) !important
}

.bg-color2,
.bg-color2:hover {
    background: var(--bg-color2) !important
}

.t-color2,
.t-color2:hover {
    color: var(--bg-color2) !important
}

.bg-color3,
.bg-color3:hover {
    background: var(--bg-color3) !important
}

.t-color3,
.t-color3:hover {
    color: var(--bg-color3) !important
}
.bg-color3-hover:hover,
.bg-color4,
.bg-color4:hover {
    background: var(--bg-color4) !important
}

.t-color4,
.t-color4:hover {
    color: var(--bg-color4) !important
}
.t-color5,
.t-color5:hover {
    color: var(--bg-color5) !important
}
.bg-color5,
.bg-color5:hover {
    background: var(--bg-color5) !important
}
.t-color6,
.t-color6:hover {
    color: var(--bg-color6) !important
}
.bg-color6,
.bg-color6:hover {
    background: var(--bg-color6) !important
}

.footer a.t-color3 {
    color: #4c4c4c !important
}

.footer a.t-color3:hover {
    color: var(--bg-color4) !important
}
.bgYellowLight{background: rgb(255 249 227);}
.bg-light-25{background: rgb(255 255 255 / 80%);}
.bg-dark-25 { background: rgb(249 216 216 / 46%) }
.modal-body{background:rgb(249 216 216 / 46%);}
.bg-dark-50 {
    background: rgb(0 0 0 / 60%)
}

.bg-dark-75 {
    background: rgb(0 0 0 / 75%)
}

.bg-dark-gradient-50 {
    background: linear-gradient(80deg, rgb(0 0 0 / 58%), rgb(0 0 0 / 71%), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important
}

.bg-img-thank-you-page {
    background: url(../images/elements/slider/1.webp)
}

.bg-img1 {
    background: url(../images/elements/bg/bg_1.webp)
}

.bg-img2 {
    background: url(../images/elements/bg/bg_2.webp)
}

.bg-img3 {
    background: url(../images/elements/bg/bg_3.webp)
}

.bg-img4 {
    background: url(../images/elements/bg/bg_4.webp)
}

.bg-img5 {
    background: url(../images/elements/bg/bg_5.webp)
}
.bg-img7 {
    background: url(../images/elements/bg/bg_7.jpg)
}

.bg-img {
    background-size: cover
}
.bg-repeat-x{background-repeat: repeat-x!important;}
.bg-img-fixed {
    background-attachment: fixed
}

.bg-img-top-center {
    background-position: top center
}

.bg-img-center-left {
    background-position: center left
}

.bg-img-center-center {
    background-position: center center
}

.bg-img-center-right {
    background-position: center right
}
.bg-img-bottom-center {
    background-position: bottom center
}

.tShadowCcolor{text-shadow: 0 0 6px #84009b}
.t-shadow-50 {
    text-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.t-shadow-100 {
    text-shadow: 0 0 10px #000
}

i {
    position: relative;
    vertical-align: -5px
}

.fa {
    transform: translateY(-5px)
}

.list-style-none2 li {
    list-style: none;
    transition: all .5s ease-in-out
}

.list-style-none li {
    list-style: none
}

.footer .list-style-none li,
.footer span.services {
    border-bottom: 1px dashed #545555;
    padding-bottom: 11px;
    transition: all .5s ease-in-out
}

.footer .list-style-none li a,
.footer .list-style-none2 li a {
    color: #dedddd
}

.footer .list-style-none li:hover a,
.footer .list-style-none2 li:hover a {
    color: var(--bg-color6) !important
}

.footer .list-style-none li:hover,
.footer .list-style-none2 li:hover {
    padding-left: 5px;
    transition: all .5s ease-in-out
}

.main-navbar .dropdown,
.main-navbar .dropdown:hover,
.main-navbar .navbar-nav a,
.main-navbar .navbar-nav a:hover,
a[data-fancybox=gallery]>img:hover {
    transition: all .3s ease
}

.main-navbar .navbar-nav a {
    color: var(--bg-color2);
    font-size: 16px !important
}

.main-navbar .navbar-nav a:hover {
    color: var(--bg-color3)
}

.dropdown-menu a:hover,
.main-navbar .navbar-nav .active a {
    border-bottom: 2px solid var(--bg-color1) !important;
    color: var(--bg-color2) !important;
    font-weight: 900
}

.navbar-toggler {
    background: var(--bg-color3) !important
}

.main-navbar .dropdown .active,
.main-navbar .dropdown:hover {
    background: var(--bg-color3) !important
}

.main-navbar .dropdown .active,
.main-navbar .dropdown:hover a.text-dark {
    color: #fff !important
}

.main-navbar .dropdown-menu {
    padding: 0
}

.main-navbar .dropdown-menu a {
    color: #fff;
    background: 0 0
}

.main-navbar .dropdown-menu a:hover {
    background: #fff !important;
    background: 0 0
}

.main-navbar .dropdown-menu {
    background: var(--bg-color3);
    border-radius: 0 !important;
    transform: translateY(-2px);
    border: none
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    transform: translateX(0);
    transform: translate3d(0, 0, 0)
}

.delay1s {
    animation-duration: 9s;
    transition-delay: 9s
}

.delaySliderText {
    animation-duration: 1.5s;
    animation-name: appearCaption
}

#indicador-carousel .carousel-caption h5 {
    font-size: 180%
}

#indicador-carousel .carousel-caption p {
    font-size: 120% !important
}

#indicador-carousel .carousel-caption a.btn {
    font-size: 90%
}

.carousel-caption {
    left: 10% !important
}

@media(min-width:250px) {
    .image-min {
        width: 100% !important
    }
    .negative-margin-top2,
    .services-home {
        margin-top: -12% !important
    }
    #indicador-carousel .carousel-caption h3 {
        font-size: 19px ​ !important
    }
    #indicador-carousel .carousel-caption h4 {
        font-size: 11px !important
    }
    .carousel-caption {
        bottom: 18% !important
    }
    #indicador-carousel .carousel-caption a.btn {
        font-size: 11px
    }
    .bg-dark-gradient-50 {
        background: rgba(0, 0, 0, .45) !important
    }
    .top-slider {
        margin-top: -155px;
        position: relative;
        z-index: 0
    }
}

@media(min-width:540px) {
    .carousel-caption {
        bottom: 9% !important
    }
    .negative-margin-top2 {
        margin-top: 5%
    }
    .top-slider {
        margin-top: -212px;
        position: relative;
        z-index: 0
    }
}

@media(min-width:768px) {
    #indicador-carousel .carousel-caption h3 {
        font-size: 45px !important
    }
    #indicador-carousel .carousel-caption h4 {
        font-size: 15px !important
    }
    #indicador-carousel .carousel-caption a.btn {
        font-size: 20px !important
    }
}

@media(min-width:960px) {
    .carousel-caption {
        bottom: 20% !important
    }
    .negative-margin-top2 {
        margin-top: -2%
    }
    #indicador-carousel .carousel-caption h3 {
        font-size: 230% !important
    }
    #indicador-carousel .carousel-caption h4 {
        font-size: 19px !important
    }
    .bg-dark-gradient-50 {
        background: linear-gradient(80deg, rgb(0 0 0 / 58%), rgb(0 0 0 / 71%), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important
    }
    .top-slider {
        margin-top: -216px;
        position: relative;
        z-index: 0
    }
}

@media(min-width:1140px) {
    .carousel-caption {
        bottom: 29% !important
    }
    .negative-margin-top2 {
        margin-top: -2%
    }
    #indicador-carousel .carousel-caption h3 {
        font-size: 70px !important
    }
    .top-slider {
        margin-top: -219px;
        position: relative;
        z-index: 0
    }
}

@media screen and (max-height:991px) {
    .float-menu {
        position: relative;
    }
}

.top-menu {
    position: relative;
    z-index: 3
}

.float-menu {
    position: absolute;
    z-index: 100;
}

a.navbar-brand {
    font-size: 130% !important
}

.navbar-toggler {
    margin-bottom: 10px
}

.go-up {
    background: url(../../src/images/elements/top.png) var(--bg-color1) center center;
    border-radius: 50px;
    opacity: .5;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 67px;
    right: 25px;
    display: inline-block !important
}

.go-up:hover {
    opacity: 1
}

.hide-top,
.hide-top-alt {
    opacity: 0 !important
}

.icon-align {
    min-width: 24px;
    text-align: center;
    position: absolute;
    left: 20px;
    margin-top: 8px
}

.icon-align-ul li {
    list-style: none
}

.shake-bottom:hover img {
    -webkit-animation: shake-bottom 3s cubic-bezier(.455, .030, .515, .955) 3 both;
    animation: shake-bottom 3s cubic-bezier(.455, .030, .515, .955) 3 both
}

@-webkit-keyframes shake-bottom {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    20%,
    40%,
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
}

@keyframes shake-bottom {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    20%,
    40%,
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
}

.form-control {
    border: 0 !important;
    border-radius: 25px !important;
    transition: all .5s ease-in-out !important
}

.form-control:hover {
    transition: all .5s ease-in-out !important
}
.input-group-text {
    border: none !important;
    border-radius: 25px!important;
}

.effectUP{
    transition: transform .3s cubic-bezier(.34, 2, .6, 1), box-shadow .2s ease
}

.effectUP:hover{
    box-shadow: 0 12px 19px -7px rgb(0 0 0 / 30%);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transition: all .5s ease-in-out
}

.borderRounded { border-radius: 20px; }
.bottomShadow:hover{box-shadow:0 -1px 14px 1px var(--bg-color2); transition: all .5s ease-in-out}

.bottomShadowValue{transition: all .5s ease-in-out;height: 213px;}
.bottomShadowValue:hover{box-shadow:0 -1px 14px 1px var(--bg-color6); transition: all .5s ease-in-out;}

.bottomShadowProgram:hover{box-shadow:0 -1px 14px 1px var(--bg-color6); transition: all .5s ease-in-out;}

.borderShadowA {
    -webkit-box-shadow:0 -1px 14px 1px var(--bg-color5);
    box-shadow:0 -1px 14px 1px var(--bg-color5); transition: all .5s ease-in-out !important;
}
.borderShadowA:hover {
    -webkit-box-shadow: 0 -1px 14px 1px var(--bg-color1);
    box-shadow: 0 -1px 14px 1px var(--bg-color1); transition: all .5s ease-in-out !important;
}
.borderShadowB {
    -webkit-box-shadow: 0 -1px 14px 1px var(--bg-color6);
    box-shadow: 0 -1px 14px 1px var(--bg-color6); transition: all .5s ease-in-out !important;
}
.borderShadowB:hover {
    -webkit-box-shadow:0 -1px 14px 1px var(--bg-color2);
    box-shadow:0 -1px 14px 1px var(--bg-color2); transition: all .5s ease-in-out !important;
}
.borderShadowC {
    -webkit-box-shadow: 0 -1px 14px 1px var(--bg-color1);
    box-shadow: 0 -1px 14px 1px var(--bg-color1); transition: all .5s ease-in-out !important;
}
.borderShadowC:hover {
    -webkit-box-shadow:0 -1px 14px 1px var(--bg-color5);
    box-shadow:0 -1px 14px 1px var(--bg-color5); transition: all .5s ease-in-out !important;
}

.bottom-shadow {   
    -webkit-box-shadow: 0 10px 17px -6px #d8e4ee;
    box-shadow: 0 10px 17px -6px #d8e4ee
}
.bottom-shadow-hover {
    transition: all .5s ease-in-out !important;    
    box-shadow: 0 0 12px #d53300;
}

.bottom-shadow-hover:hover {
    -webkit-box-shadow: 0 0 9px 0px #ffbe40;
    box-shadow: 0 0 9px 0px #ffbe40;
    transition: all .5s ease-in-out !important
}

@keyframes appearCaption {
    from {
        opacity: 0
    }
    75% {
        opacity: 0
    }
    90% {
        opacity: .3
    }
    95% {
        opacity: .5
    }
    98% {
        opacity: .7
    }
    100% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

.kenburns-top {
    -webkit-animation: kenburns-top 5s ease-out infinite both;
    animation: kenburns-top 5s ease-out infinite both
}

@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%
    }
    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top
    }
}

@keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%
    }
    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top
    }
}

.iconPosition{
    position: absolute;
    right: 3em;
    top: -4em;
}
.iconPosition2{
    position: absolute;
    left: 3em;
    top: -5em;
}

.rotate {
    animation: rotateShape 10s linear infinite;
  }
  @keyframes rotateShape {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
.moving {
    animation: moving 8s linear infinite;
  }
  @keyframes moving {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-50px);
    }
    100% {
      transform: translateY(0);
    }
  }
.movingX {
    animation: movingX 8s linear infinite;
}
@keyframes movingX {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-50px);
    }
    100% {
      transform: translateX(0);
    }
}
.shapePulse {
animation: shapePluse 6s linear infinite;
}
@keyframes shapePluse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
}
.bg-pan-left{-webkit-animation:bg-pan-left 18s ease-in-out 1s infinite alternate both;animation:bg-pan-left 18s ease-in-out 1s infinite alternate both}
/* ----------------------------------------------
 * Generated by Animista on 2022-3-23 8:44:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

 @-webkit-keyframes bg-pan-left{0%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes bg-pan-left{0%{background-position:100% 50%}100%{background-position:0 50%}}

.carousel-control-next,
.carousel-control-prev {
    bottom: -52px !important;
    opacity: 1 !important;
    width: 4%
}

.containerPortfolio {
    position: relative;
    overflow: hidden
}

.overlayPortfolio img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 3s ease 0s;
    -webkit-transition: all 3s ease 0s
}

.overlayPortfolio:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    transition: all 6s ease 0s !important;
    -webkit-transition: all 6s ease 0s !important
}

.comment {
    word-break: break-all
}

.noBreak {
    display: inline-block !important
}
.animationFloat {
    border-radius: 5px;
    -webkit-animation: line 3s ease-in-out infinite;
    animation: line 3s ease-in-out infinite
}

@-webkit-keyframes line {
    from {
        transform: translateY(4px)
    }
    50% {
        transform: translateY(-4px)
    }
    to {
        transform: translateY(4px)
    }
}

@keyframes line {
    from {
        transform: translateY(4px)
    }
    50% {
        transform: translateY(-4px)
    }
    to {
        transform: translateY(4px)
    }
}

.iconHeader {
    border: 1px dashed var(--bg-color3);
    border-radius: 0 10px 0 10px;
    height: 50px;
    width: 50px;
    text-align: center
}

@media screen and (max-width:992px) {
    .iconHeader {
        height: 34px;
        width: 34px;
        font-size: 26px !important
    }
}

@media screen and (max-width:1050px) {
    .iconHeader {
        height: 39px !important;
        width: 39px !important;
        font-size: 30px !important
    }
}

.btnHeaderMenu {
    line-height: 4
}

.containerServices {
    position: relative;
    width: 100%
}

.overlayServices {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease
}

.containerServices:hover .overlayServices {
    height: 100%
}

.textServices {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

@media screen and (max-width:640px) {
    .textServices {
        font-size: 12px
    }
}

@media screen and (max-width:800px) {
    .textServices p {
        font-size: 13px !important
    }
}

.positionRelative {
    position: relative
}

#portfolioOverlay {
    line-height: 0;
    margin-left: 150px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    column-count: 2;
    column-gap: 0
}

#portfolioOverlay img {
    width: 100% !important;
    height: auto !important
}

a.darken {
    display: inline-block;
    background: var(--bg-color4);
    padding: 0;
    position: relative;
    border-radius: .25rem;
}

a.darken img {
    display: block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

a.darken:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 90%;
    height: 3px;
    bottom: 20px;
    right: 20px;
    background: #fff
}

a.darken:hover:after {
    content: '';
    display: block;
    position: absolute;
    height: 85%;
    width: 3px;
    bottom: 20px;
    right: 20px;
    background: #fff
}

a.darken:hover img {
    opacity: .3
}

a.darken span {
    visibility: hidden;
    font-size: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 100%
}

a.darken:hover span {
    color: #fff;
    visibility: visible;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.modal-mobile {
    position: fixed;
    bottom: 0;
    z-index: 99
}

#myVideo {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%
}

.contentSlider {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px
}

#video_background {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: -1000;
    overflow: hidden
}

.heightVideo {
    height: 500px
}

@media only screen and (min-width:200px) {
    .heightVideo {
        height: 177px
    }
}

@media only screen and (min-width:768px) {
    .heightVideo {
        height: 363px
    }
}

@media only screen and (min-width:992px) {
    .heightVideo {
        height: 380px
    }
}

@media only screen and (min-width:1024px) {
    .heightVideo {
        height: 580px
    }
}

small {
    font-size: 100%;
    font-weight: 600
}

img {
    object-fit: cover !important;
}
.menuTop{position: absolute; z-index: 5;}
.iconFacebook{filter: opacity(0.4) drop-shadow(0 0 0 blue);}
div.language-footer{position:fixed;bottom:125px;z-index:80!important;right:12px}.language-footer a{background:var(--bg-color2);box-shadow:0 0 5px #000}
.decorationLine{position: absolute; margin-top: -3.5%;right:0%}
.decorationLineTop{position: absolute; transform: rotate(180deg);right:0%}
.decorationLineAbout{position: absolute; margin-top: -3%;right:0%}
.decorationLineAboutTop{position: absolute; transform: rotate(180deg);right:0%;margin-top: -0.5%;}
.sectionWhyAbc{padding: 2em;}
.sectionMissionHeight{border-radius: 20px;}

.shadowStaff{padding: 1em;transition: all .5s ease-in-out}
.shadowStaff:hover {   
    -webkit-box-shadow: 0 3px 13px -7px #f55;
    box-shadow: 0 3px 13px -7px #f55;
    padding: 1em;
    transition: all .5s ease-in-out;
    background: rgba(255, 188, 188, 0.712);
    border-radius: 20px;
}
.borderGreen{border: 4px solid var(--bg-color1);border-radius: 10px;}
.borderOrange{border: 4px solid var(--bg-color2);border-radius: 10px;}
.borderYellow{border: 4px solid var(--bg-color6);border-radius: 10px;}
.borderRed{border: 4px solid var(--bg-color3);border-radius: 10px;}
.borderPink{border: 4px solid var(--bg-color5);border-radius: 10px;}

@media only screen and (max-width: 424px) and (min-width: 200px){
h3.t-color1.h4.alt-font1, h3.t-color3.h4.alt-font1, h3.t-color2.h4.alt-font1 { font-size: 15px;}

.decorationLine {margin-top: -12% !important;}
}
@media only screen and (max-width: 600px) and (min-width: 425px){
h3.t-color1.h4.alt-font1, h3.t-color3.h4.alt-font1, h3.t-color2.h4.alt-font1 { font-size: 22px;}
}
@media only screen and (max-width:767px) and (min-width:200px) {
    .sectionWhyAbc{height: auto}
    .sectionMissionHeight{height: auto;}
    .decorationLineAbout{margin-top: -11%;}
}
@media only screen and (max-width:991px) and (min-width:768px) {
    .sectionWhyAbc{height: 385px}
    .sectionMissionHeight{height: 435px;}
}
@media only screen and (max-width:1100px) and (min-width:992px) {
    .sectionWhyAbc{height: 550px}
    .sectionMissionHeight{height: 385px;}
}
@media only screen and (max-width:1350px) and (min-width:1190px) {
    .sectionWhyAbc{height: 440px}
    .sectionMissionHeight{height: 350px;}    
}
@media only screen and (max-width:2100px) and (min-width:1351px) {
    .sectionWhyAbc{height: 428px}
    .sectionMissionHeight{height: 330px;}
}
@media only screen and (min-width:2101px) {
    .sectionWhyAbc{height: 365px}
    .sectionMissionHeight{height: 293px;}
    .decorationLineAbout{margin-top: -2.4%;}
}

@media (min-width: 1364px) {
    .decorationLine {margin-top: -2.5% !important;}
}
.styleMenuMovil {
    border-radius: 15px!important;
    background: #f2f2f2;
    box-shadow: 0 0 12px 1px rgb(180 180 180 / 55%);
    margin: 0.01px;
    margin-bottom: 6.5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {background-color: rgba(255, 188, 188, 0.712)  !important; border: none;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {border: none;}

.arrow-move {
    animation: arrow 0.8s infinite alternate; 
    color: #969696;
}
@keyframes arrow {
    0% {transform: translateY(-5px);}
    100%{transform: translateY(0px);}
}

.back1 {
    background-color: #ffffff31;
    border-radius: 40px;
    box-shadow: 1px 1px 10px #c5c5c5;
}