html {
    scroll-behavior: smooth
}

HTML BODY {
    max-width: 1900px;
    margin: 0 auto;
}
:root {
    --bg-color:  #001f33;
    --bg-color1: #00b9ff;
    --bg-color2: #ee0006;
    --bg-color3: #6d696a;
    --bg-color4: #001f33;

    --title-black: 'montserratbold';
    --title-bold: 'montserratregular';
    --font-regular: 'latoregular';
    --font-bold: 'latoregular';
    --font-italic: 'latoregular';
    --font-menu: 'montserratbold';
    --font-alt: 'montserratbold';
}


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

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:#444;
}

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

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

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

.navbar-nav a {
    font-family: var(--font-menu);text-transform: uppercase;
}

.navbar-nav a {
    letter-spacing: 1px
}

HTML BODY p {
    font-size: 100% !important
}

.top-header,
.top-header p,.top-header li {
    font-size: 92% !important
}

.middle-header,
.middle-header a,
.middle-header p {
    font-size: 95% !important
}

.bottom-header,
.bottom-header a,
.bottom-header li a,.navbar-nav a,
.bottom-header p {
    font-size: 95% !important
}
a{text-decoration: none!important;}
.btn{white-space: pre-line!important;}

.bg-color,
.bg-color:hover {
    background: var(--bg-color) !important
}
.t-color,
.t-color:hover {
    color: var(--bg-color) !important
}
.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:hover,
.bg-color3:hover {
    background: var(--bg-color3) !important
}

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

.bg-dark-25 {
    background: rgba(0, 0, 0, .25)
}

.bg-dark-50 {
    background: rgba(0, 0, 0, .5)
}

.bg-dark-75 {
    background: rgba(0, 0, 0, .75)
}
.bg-white-75 {
    background: rgba(255, 255, 255, .99)
}

.bg-dark-gradient-50 {
    background: linear-gradient(80deg, rgba(0, 44, 83, .87), #002c53, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
}

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

.bg-img1 {
    background-size: initial;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    background-image: url(../images/elements/bg/bg_1.jpg);
    background-attachment: scroll; 
    left: 0px;
}

.bg-img2 {
   background-size: initial;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #001254;
    background-image: url(../images/elements/home1.png);
    background-attachment: scroll; 
    left: 0px;
}

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

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

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

.bg-imgMobile {
    background: url(../images/elements/slider/bg_imgMobile.jpg)
}

.bg-img {
    background-size: cover
}

.bg-img-100 {
    background-size: 100%
}

.bg-img-contain {
    background-size: contain
}

.bg-repeat-x {
    background-repeat: repeat-x
}

.bg-repeat-y {
    background-repeat: repeat-y
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-img-fixed {
    background-attachment: fixed
}

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

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


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

.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-right-left {
    background-position: right left
}

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

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

.bg-height {
    padding: 11% 0
}

.svgPosition {
    transform: rotate(180deg);
    line-height: 0
}

.t-shadow-50 {
    text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

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

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

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

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

.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;
    color: var(--bg-color1)
}

.main-navbar .navbar-nav a {
    color: var(--bg-color1);
}

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

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

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

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

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

.main-navbar .dropdown-menu a {
    color: var(--bg-color1);
    background: 0 0
}

.main-navbar .dropdown-menu a:hover {
    background: var(--bg-color2) !important;
    background: 0 0
}

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

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

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

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

@media(min-width:300px) {
    .image-min {
        width: 100% !important
    }
    .negative-margin-top2 {
        margin-top: 8%
    }
    #indicador-carousel .carousel-caption h3 {
        font-size: 20px !important
    }
    .carousel-caption{bottom: 7px;}
    .bg-dark-gradient-50 {
        background: linear-gradient(80deg, rgba(0, 44, 83, .97), rgba(0, 44, 83, .82), rgba(0, 44, 83, .51), rgba(0, 0, 0, .3)) !important
    }
    .efectPortfolioOverlay h5{font-size: 0.5rem!important}.efectPortfolioOverlay a{font-size: 8px!important}
    .bg-img2{background:#001254; }
}

@media(min-width:540px) {
    .carousel-caption {
        bottom: 10% !important
    }
    .negative-margin-top2 {
        margin-top: 5%
    }
    .efectPortfolioOverlay h5{font-size: 1.5rem!important}.efectPortfolioOverlay a{font-size: 15px!important}
}
@media(min-width:768px) {
    .carousel-caption {
        bottom: 30% !important
    }
    .negative-margin-top2 {
        margin-top: -5%
    }  
}

@media(min-width:960px) {
    .image-min {
        width: 70% !important
    }
    .carousel-caption {
        bottom: 30% !important;
    }
    .negative-margin-top2 {
        margin-top: -5%
    }
    #indicador-carousel .carousel-caption h3 {
        font-size: 270% !important
    }
    .carousel-caption{bottom: 180px;}
    .bg-dark-gradient-50 {
        background: linear-gradient(80deg, rgba(0, 44, 83, .87), #002c53, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important
    }
    .bg-img1 {
        background-size: initial;
        background-repeat: no-repeat;
        background-position: right center;
        background-color: #fff;
        background-image: url(../images/elements/bg/bg_1.jpg);
        background-attachment: scroll; 
        left: 0px;
    }
    .bg-img2 {
        background-size: initial;
        background-repeat: no-repeat;
        background-position: right top;
        background-color: #001254;
        background-image: url(../images/elements/home1.png);
        background-attachment: scroll; 
        left: 0px;
    }
}

@media(min-width:1140px) {
    .image-min {
        width: 70% !important
    }
    .carousel-caption {
        bottom: 30% !important;
    }
    .negative-margin-top2 {
        margin-top: -5%
    }
}

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

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

.go-up {
    background: url(../../src/images/elements/top.png) #000 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
}

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

a[data-fancybox=gallery]>img:hover {
    box-shadow: rgba(0, 0, 0, .5) 0 0 2px 3px
}

.shake-bottom {
    -webkit-animation: shake-bottom .8s cubic-bezier(.455, .030, .515, .955) 3 both;
    animation: shake-bottom .8s 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)
    }
}

.listNumber {
    border: 2px solid var(--bg-color4) !important;
    padding: 6px 6px;
    border-radius: 50%;
    margin-right: 5px;
    color: var(--bg-color)!important;
}
p:hover .listNumber{border: 2px solid var(--bg-color2) !important;background: var(--bg-color2) !important;color: #fff!important}

/*formulario de contact*/
.form-control {border: 0px!important; border-bottom: 1px solid #2f2f2f!important; border-radius: 0rem!important; transition: all .5s ease-in-out!important; background: transparent!important; }
.form-control:hover{ border: 0px!important; border-bottom: 1px solid #2f2f2f!important;;transition: all .5s ease-in-out!important;}
.efect-box,.efectIN,.efectIcon h6{transition: all .5s ease-in-out!important}
.efect-box:hover{transform: translate(10px, 10px);transition: all .5s ease-in-out}

.efectUP{transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;}
.efectUP:hover { transform: translateY(-10px); -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); -moz-transform: translateY(-10px);}
.efectIN:hover{transition: all .5s ease-in-out!important; transform: scale(0.9); -webkit-transform: scale(0.9); -ms-transform: scale(0.9); -moz-transform: scale(0.9); }

.efectServices .efectIcon:before {background: rgba(0,0,0,.03); }
.efectServices .efectIcon {width: 120px; height: 120px; line-height: 106px; text-align: center; background-color: var(--bg-color2); margin: 0 auto 50px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); border: 6px solid #fff; box-shadow: 4px 0 8px rgba(0,0,0,.04); -webkit-box-shadow: 4px 0 8px rgba(0,0,0,.04); border-radius: 3px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.efectIcon{position: relative; }
.efectServices:hover .efectIcon {background-color: var(--bg-color1); }
.efectServices:hover .efectIcon {box-shadow: 4px 0 25px 5px rgba(0,0,0,0.1); -webkit-box-shadow: 4px 0 25px 5px rgba(0,0,0,0.1); transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); }
.efectServices:not(.no-icon-bg):hover .efectIcon img {filter: inherit; -moz-filter: inherit; -webkit-filter: inherit; -ms-filter: inherit; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.efectServices .efectIcon img {text-align: center; float: none; display: inline-block; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); margin: 0 auto; filter: invert(100%); -moz-filter: invert(100%); -webkit-filter: invert(100%); -ms-filter: invert(100%); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; }
.efectServices h6{color: #000;}.efectServices:hover h6{color: var(--bg-color2);}

.efectPortfolio{position: relative;background: black;}
.efectPortfolioImg {opacity: 1; display: block; width: 100%; height: auto; transition: .5s ease; backface-visibility: hidden; }
.efectPortfolioOverlay{transition: .5s ease; opacity: 0; position: absolute; top: 50%; left: 40%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }
.efectPortfolio:hover .efectPortfolioImg {opacity: 0.2; }
.efectPortfolio:hover .efectPortfolioOverlay {opacity: 1; }

.efectRombo{float: left; clear: both;padding: 0 15px; width: 100%; text-align: center; }
.efectRombo .efectMissionVisionWhy{width: 170px; height: 170px; margin: 0 auto 50px; box-shadow: 0 0 10px rgba(0,0,0,.2); transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); border: 10px solid #fff; background-color: #fff; overflow: hidden; border-radius: 5px; top: 0; position: relative; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; }
.efectMissionVisionWhy .efectMissionVisionWhyImage{width: 100%; height: 100%; transform: scale(1.5) rotate(0deg); -webkit-transform: scale(1.5) rotate(0deg); -moz-transform: scale(1.5) rotate(0deg); -ms-transform: scale(1.5) rotate(0deg); background-repeat: no-repeat; background-size: cover; }
.efectRombo .efectMissionVisionWhy:after {content: ""; position: absolute; left: 0; width: 100%; height: 100%; top: 0; transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; }
.efectRombo:hover .efectMissionVisionWhy {top: -5px; box-shadow: 0 0 40px 7px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 40px 7px rgba(0,0,0,.2); -moz-box-shadow: 0 0 40px 7px rgba(0,0,0,.2);
}
.efectRombo:hover .efectMissionVisionWhy:after {box-shadow: inset 0 0 30px rgba(0,0,0,.5); -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.5); -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.5); }
.efectRombo:hover h5{color: var(--bg-color2);}

.bottom-shadow{-webkit-box-shadow: 0 10px 17px -6px rgb(0, 17, 53);box-shadow: 0 10px 17px -6px rgb(0, 17, 53);}
.boxShadow{-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 24px 0px;box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 24px 0px}
.position-img{margin-left: -143px!important; position: absolute; bottom: -43px; z-index: 2;}
.borderTitle{border-left: 4px solid; padding-left: 15px; border-left-color: var(--bg-color1)!important;}
.navigationFooter li a{font-size: 0.8rem;color: #cac3c4}
.navigationFooter li:hover a{color: #eee}

.animated {
    -webkit-animation-duration: 1.5s!important;
    animation-duration: 1.5s!important;
}

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

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

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

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

.borderTopCaption{border-left: 4px solid; padding-top: 15px; border-left-color: var(--bg-color1)!important;}
.delay1s{
    animation-duration: 9s;
    transition-delay: 9s;
}
.delaySliderText {
  animation-duration: 1.5s;
  animation-name: appearCaption;
}

@keyframes appearCaption {
  from {
    opacity:0;
  }
  75%{
    opacity:0;
  }

  90%{
    opacity: 0.3;
  }
  95%{
    opacity: 0.5;
  }
  98%{
    opacity: 0.7;
  }
  100%{
    opacity: 1;
  }
  to { 
    opacity:1;
  }
}
@media only screen and ( max-width:768px){
    .animate_line:after { 
      bottom: -5px; 
    }
    .animate_line:before { 
      top: -5px; 
    }
}
.animate_line{
    position:relative;
    z-index:0;
}
.animate_line:after,
.animate_line:before{
    content: "";
    height: 4px;
    width: 0px;  
    position: absolute; 
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s; 
    z-index: -1;    
}
.animate_line:after { 
  left: 2px; 
  bottom: -15px; 
}
.animate_line:before { 
  right: 2px; 
  top: -15px; 
}
.animate_line:hover:after, .animate_line:hover:before {
    width: 50%;
    height: 50%;
    background: var(--bg-color1);
}
.animate_line_title h3{
   padding-bottom: 11px;
   border-bottom: 3px solid var(--bg-color1);
   border-bottom-width: 50%;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s; 
}
.animate_line_title:hover h3{
   padding-bottom: 11px;
   border-bottom: 3px solid var(--bg-color1);
   border-bottom-width: 50%;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s; 
}
.input-group-text{border: none!important;}
.scale-up-top img{
	-webkit-transform:scale(1);transform:scale(1);
    transition: all .5s ease-in-out!important
}
.scale-up-top:hover img{
	-webkit-transform:scale(1.1);transform:scale(1.1);
   transition: all .5s ease-in-out!important
}
.btn.bg-color2:hover {
    background: var(--bg-color1) !important; color: #000!important;
}
.scale-up-top:hover .t-color4{color: var(--bg-color1)!important;}

/*menu footer*/
.modal-mobile{position: fixed;bottom:0; z-index: 99;}
.borderTop{border-top: 2px solid var(--bg-color2);}

/*animation floating*/
.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);
  }
}