h1, h2, h3, h4, h5{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 0px;
    color: rgb(51, 51, 51);
}
button, image, a, input, textarea, select{
    outline:0px;
}
body{
    color: #777;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
}
div.loaderPage{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
div.absolute{
    position: absolute;
    width: 100%;
    right: 0;
    top:0;
    height: 100%;
    top: 0;
    bottom: 0;
}
#loaderSVGPage{
    text-align: center;
    position: absolute;
    bottom: 45%;
    right: 0;
    left: 0;
    width: 4%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
p, a, span, label {
    color: #717171;
    font-family: 'Ubuntu', sans-serif;
    line-height: 22px;
    font-weight: 500;
}
p.service{
        font-size: 15px;
}
div.sectionPage{
    text-align: center
}
div.wrapper{
    padding: 8rem 15px;
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    position: relative;
    z-index: 2;
}
div.wrapper.parallax{
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}
div.wrapper.middlePadding{
    padding: 4rem 15px;
}
.verticalPadding{
    padding: 8rem 0;
}
div.wrapper.full{
    width: 100%;
}
div.extraHorizontalPadding{
  padding: 8rem 20%;
}
div.noHorizotalPadding{
  padding: 8rem 0;
}
.nopadding{
    padding: 0 !important;
}
.nomargin{
    margin: 0 !important;
}
.marginNegative {
    margin-top: -20.2%;
}
.alwaysCenter{
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.backGreen{
    background-color: #317f46;
}
.backWhite{
    background-color: #fff;
}
.backGray{
    background-color: #e5e5e5;
}
.backBlue{
  background-color: #00368d;
}
.backBlack{
    background-color: #191919;
}
.backYellow{
    background-color: #f7941d;
}
.textGreen{
    color: #0D9932;
}
.textWhite{
    color: #fff;
}
.textBlack{
    color: #000;
}
.textYellow{
    color: #f7941d;
}
.backDark{
    background-color: #242424 !important;
}
.backDarckTransparent{
        background-color: rgba(0, 0, 0, 0.31);
}
.backTransparent{
    background-color: transparent !important;
}
.normalBackImage{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.hoverImage:hover{
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
    opacity: .8;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(35, 84, 158, 0.08);
}
/*BOTONES*/
.btnD3 {
  -webkit-transition: all .25s linear;
      -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
      -o-transition: all .25s linear;
      transition: all .25s linear;
      padding: 3px 30px;
      color: #fff;
      display: inline-block;
      border: 2px solid #f7941d;
      position: static;
      right: 5px;
      bottom: 5px;
      margin: 0px;
      position: absolute;
      text-transform: uppercase;
      font-weight: 700;
}
.btnD3.backBlue:hover{
    background-color: #fff;
    color:#00368d;
}
.Icon::after{
    content: "\f138";
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    color: #fff;
    display: inline-block;
    position: relative;
    right: -10px;
    bottom: 0px;
    width: 35px;
    border-left: 2px solid #ffffff;
    opacity: 1;
}
.Icon:hover::after{
    color: #00368d;
    display: inline-block;
    position: relative;
    right: -10px;
    bottom: 0px;
    width: 0px;
    border-left: inherit;
    opacity: 0;
}
.Icon2::after{
    content: "\f1d8";
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    color: #fff;
    display: inline-block;
    position: relative;
    right: -10px;
    bottom: 0px;
    width: 0px;
    border-left: inherit;
    opacity: 0;
}
.Icon2:hover::after{
    color: #00368d;
    display: inline-block;
    position: relative;
    right: -10px;
    bottom: 0px;
    width: 35px;
    border-left: 2px solid #00368d;
    opacity: 1;
}
button.BtnDefaultOne{
-webkit-transition: opacity, background-color .25s ease;
    -moz-transition: opacity, background-color .25s ease;
    -ms-transition: opacity, background-color .25s ease;
    -o-transition: opacity, background-color .25s ease;
    transition: opacity, background-color .25s ease;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 4rem;
    background-color: #f7941d;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
    color: #fff;
    border: inherit;
}
button.BtnDefaultOne:hover{
    opacity: .8;
    background-color: #00368d;
}
button.BtnDefaultOne:focus{
    box-shadow: 2px 2px 2px #000;
}
/*FIGURAS*/
.box {
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 30%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    position: relative;
}
.box:hover {
  background-size: 150%;
  background-position: 50% 70%;
  opacity: .7;
}
.heightWidOne{
    height: 150px;
}
.heightWidTwo{
    height: 285px;
}
.tittle>h3{
    font-size: 22px;
}

.parallax>div>h1{
  background-color: hsla(0, 0%, 0%, 0.48);
  width: 75%;
  font-size: 50px;
  padding: 5px 15px;
  text-shadow: 1px 1px #000;
}
/*FORM CONTROL*/
.form-control{
  -webkit-transition: all .25s ease-in;
     -moz-transition: all .25s ease-in;
      -ms-transition: all .25s ease-in;
       -o-transition: all .25s ease-in;
          transition: all .25s ease-in;
    border-radius: 0;
    border: 2px solid #bcc0c4;
    font-size: 16px;
}
.form-control:hover, .form-control:active, .form-control:focus{
    border: 2px solid rgba(33, 78, 148, 0.79);
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(247, 148, 29, 0.6);
    font-size: 16px;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: rgba(247, 148, 29, 0.6);
    font-size: 16px;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: rgba(247, 148, 29, 0.6);
    font-size: 16px;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: rgba(247, 148, 29, 0.6);
    font-size: 16px;
}
.form-control.error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(222, 222, 222, 0.56);
    font-size: 16px;
}
.form-control.error::-moz-placeholder { /* Firefox 19+ */
    color: rgba(222, 222, 222, 0.56);
    font-size: 16px;
}
.form-control.error:-ms-input-placeholder { /* IE 10+ */
    color: rgba(222, 222, 222, 0.56);
    font-size: 16px;
}
.form-control.error:-moz-placeholder { /* Firefox 18- */
    color: rgba(222, 222, 222, 0.56);
    font-size: 16px;
}
.form-control.error,
.form-control.error:hover,
.form-control.error:active,
.form-control.error:focus{
    background-color: #b73736;
    color: #fff;
}
div.ContainerLoader{
    background-color: #e2e2e2;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    display: none;
}
#titleEstatusCorreo{
    text-align: center;
    position: absolute;
    bottom: 43%;
    right: 0;
    left: 0;
}
#loaderSVG{
    text-align: center;
    position: absolute;
    bottom: 35%;
    right: 0;
    left: 0;
    width: 75px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
div.ContainerLoader2{
    background-color: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    display: none;
}
#titleEstatusCorreo2{
    text-align: center;
    position: absolute;
    bottom: 43%;
    right: 0;
    left: 0;
}
#loaderSVG2{
    text-align: center;
    position: absolute;
    bottom: 43%;
    right: 0;
    left: 0;
    width: 75px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.divSnip{
    box-shadow: 2px 2px 5px #000;
    padding: 0px 0px;
}
p.widgetText{
  margin-bottom: 50px;
  text-align: left;
}
/*PARALLAX*/
#intro{
    height: 560px;
    margin: 0 auto;
    padding: 0;
    background-size: 100% !important;
}
/*PRINCIPAL IMAGE*/
.backImageHome{
    background-repeat: no-repeat !important;
    height: 850px;
    background: fixed;
    position: relative;
    top: 0;
    text-shadow: 1px 1px 1px #000;
    background-size: 100%;
}
h1.textSlide{
    font-size: 45px;
}
h2.textSlide{
    color: #e4e4e4;
    text-shadow: 1px 1px 1px #000;
    font-weight: 400;
    font-size: 20px;
}
div.contentTextSlide{
    position: absolute;
    width: 100%;
    top: 40%;
}
div.BlueBack{
    background-color: rgba(0, 61, 160, 0.4);
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
/*TITTLES*/
div.tittle>h2::after{
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    display: block;
    background-color: #f7941d;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 20%;
    height: 4px;
    content: "";
    margin-top: 15px;
}
div.tittle>h2:hover:after{
    width: 5%;
}
div.tittle>h2.text-left::after{
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    display: block;
    background-color: #f7941d;
    margin-left: inherit;
    margin-right: inherit;
    float: inherit;
    width: 20%;
    height: 4px;
    content: "";
    margin-top: 15px;
}
div.tittle>h2.text-left:hover:after{
    width: 5%;
}
div.tittle>h3::before{
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    display: block;
    background-color: #f7941d;
    width: 5%;
    height: 4px;
    content: "";
    margin-top: 15px;
    margin-bottom: 15px;
}
div.tittle>h3:hover:before{
    width: 50%;
}

/*WIDGET ICON-TEXT*/
.widgetIconText{
    padding: 20px 45px 30px 45px;
    background-color: #fcfcfc;
    -webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -ms-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease;
    text-align: left;
}
.widgetIconText:hover{
    background-color: #fff;
}

.widgetIconText>.iconWidget{
    width: 100%;
    margin: 0px 10px 0px 0px;
}
.st0{fill:#317F46;}
.iconHover{
  fill: #00368d;
}
path{
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}

/*CLIENTES*/
.logoCliente{
    width: 20%;
}

/*FOOTER*/
.textFooter{
    color: #848688;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}
svg.logoFooter{
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
div.directory{
    text-align: left;
}
footer{
  background:url(../img/planos.jpg) 50% 0 no-repeat fixed;
  margin: 0 auto;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.90);
  background-blend-mode: color;
  text-align: center;
}
div.footer::after{
    background-color: rgba(247, 148, 29, 0.5);
    content: " ";
    height: 1px;
    width: 100%;
    display: block;
}

ul.contenido{
  list-style: none;
  padding: 0;
}
ul.contenido>li {
    margin-bottom: 5px;
}

ul.contenido>li::before{
-webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
        transition: all .3s ease;
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    margin: 10px;
    color: #bcc0c4;
}
ul.contenido.round>li::before {
    content: "\f192";
}
ul.contenido.arrow>li>a>label{
    color: #fff;
    cursor: pointer;
}
ul.contenido.arrow>li>a>label:hover{
    color: #bcc0c4;
}
ul.contenido.arrow{
    opacity: 1 !important;
    z-index: 9;
    background-color: #003e6f;
}
ul.contenido.arrow>li::before {
    content: "\f178";
    margin-left: -14px;
    color: #00368d;
}
ul.contenido.arrow>li:hover::before{
margin: 0px 0px 0px 0px;
color:#fff;
}
ul.contenido>li:hover::before{
    margin: 10px 20px 10px 10px;
    color: #f7941d;
}
.footer-social-icons > li {
    list-style: none !important;
    background-image: none !important;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    padding: 0 !important;
}
div.icoS{
-webkit-transition: background-color .15s ease;
   -moz-transition: background-color .15s ease;
    -ms-transition: background-color .15s ease;
     -o-transition: background-color .15s ease;
        transition: background-color .15s ease;
    width: 30px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #565f66;
    color: #fff;
}
div.icoS:hover{
  background-color: #006db7;
}








/*SECTION WITH MIDDLE BLACK-IMAGE*/
.backNormal{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    width: 50%;
    height: 100%;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.left{
    left: 0;
}
.right{
    right: 0;
}
.backNormal.blue{
    background-color: #003da0;
    opacity: .7;
}
.backNormal.yellow{
    background-color: #f7941d;
    opacity: .7;
}
.opacityNull{
    opacity: .05 !important;
}


.text-decorationOne::before{
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
    content: " ";
    background-color: #fff;
    height: 4px;
    width: 50px;
    right: 5px;
    display: inline-block;
    position: relative;
    bottom: 8px;
}
.text-decorationOne::after{
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
    content: " ";
    background-color: #fff;
    height: 4px;
    width: 50px;
    left: 5px;
    display: inline-block;
    position: relative;
    bottom: 8px;
}
.text-decorationOne:hover::before{
    width: 100px;
}
.text-decorationOne:hover::after{
    width: 100px;
}
  .backLeft{
    position: absolute;
    top:0;
    bottom: 0;
    width: 40%;
    left:0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .backRight{
    position: absolute;
    top:0;
    bottom: 0;
    width: 40%;
    right: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .backLeft.small{
    position: absolute;
    top:0;
    bottom: 0;
    width: 20%;
    left:0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
/*CONTACTO*/
#Dmap{
    height: 500px;
}
.separator{
    border-top: 1px dashed rgba(0, 54, 141, 0.32);
    margin: 2% 0;
}

/*FIXES*/
div.col-xs-12.tittle>h1.textWhite>small{
    color: #dfdfdf;
}
/**/
/*MEDIA QUERIES*/
    @media only screen and (max-width : 1500px) {
.backImageHome {
    background-size: cover !important;
}
#intro {
    background-size: cover !important;
}
}

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
div.wrapper{
    padding: 8rem 15px;
    width: 970px;
}
.marginNegative {
    margin-top: -23%;
}
.heightWidOne {
    height: 135px;
}
.heightWidTwo {
    height: 300px;
}
.backInclined {
    left: 60px;
    transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
    -moz-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    -o-transform: skewX(-12deg);
}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
div.wrapper{
    padding: 8rem 15px;
    width: 750px;
}
.marginNegative {
    margin-top: inherit;
}
.heightWidOne {
    height: 150px;
}
.heightWidTwo {
    height: 260px;
}
.icon>svg {
    width: 175px;
    margin: -13px 0px;
    display: block;
    position: relative;
}
.backInclined {
    left: 30px;
    transform: skewX(-12deg);
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    -o-transform: skewX(-12deg);
}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
div.contentTextSlide {
    top: 30%;
}
.parallax>div>h1{
    width: 100%;
}
.backImageHome {
    height: 500px;
}
div.contentTextSlide {
    padding: 5%;
}
div.contentTextSlide>div>h1,
div.contentTextSlide>div>h2{
    text-align: center;
}

svg.logoFooter{
    width: 50%;
}
.widgetIconText >div{
    text-align: center;
}
div.wrapper {
    padding: 7rem 5rem;
    width: 100%;
}
.verticalPadding{
    padding: 7rem 0;
}
svg.iconWidget{
    width: 50px;
}
.marginNegative{
  margin-top: inherit;
}
.heightWidOne {
    height: 300px;
}
.heightWidTwo{
  height: 190px;
}
.backInclined {
    left: 30px;
    transform: skewX(-12deg);
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    -o-transform: skewX(-12deg);
    background-color: transparent;
}
.text-center-xs{
    text-align: center;
}
.footer-social-icons > li {
    list-style: none !important;
    background-image: none !important;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inline-block;
}
#loaderSVGPage{
    width: 20%;
}
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {
      div.contentTextSlide {
          top: 20%;
      }
div.wrapper {
    padding: 5rem 3rem;
    width: 100%;
}
.verticalPadding{
    padding: 5rem 0;
}
.heightWidOne {
    height: 150px;
}
.heightWidTwo {
    height: 245px;
}
#loaderSVGPage{
    width: 30%;
}
#Dmap {
    height: 350px;
}
.h1, h1 {
    font-size: 28px;
}
    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {
.heightWidOne {
    height: 370px;
}
.heightWidTwo{
  height: 190px;
}
    }
div#galleryHome>div>div>.ug-thumb-wrapper.ug-tile.ug-tile-clickable{
    pointer-events: none !important;
}
#ContainerPortfolio{
    text-align: center;
}
#ContainerPortfolio>.ug-gallery-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#logoResponsive{
    top: -32px;
    width: 150px !important;
}
#logoResponsive>svg>g>g>.st5A {
    font-size: 220.0276px;
}
