/* Border get Button area css
============================================================================================ */
p{
  font-size: 16px;
}
.get_btn {
  display: inline-block;
  padding: 0px 35px;
  border: 2px solid #5898FF;
  line-height: 50px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #5898FF;
  font-weight: bold;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

.get_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #FFFFFF;
  height: 250px;
  width: 300px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.get_btn:hover {
  color: #FFFFFF;
  background: #5898FF;
}

.get_btn:hover:before {
  bottom: -50px;
  color: #FFFFFF;
  background: #5898FF;}

/* End Border get Button area css
============================================================================================ */
/* End Border get Button area css
============================================================================================ */
.view_btn {
  display: inline-block;
  background: #D32900;
  text-align: center;
  padding: 0px 20px;
  border-radius: 5px;
  line-height: 28px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.view_btn:hover {
  color: #fff;
}

/* End Border get Button area css
============================================================================================ */


.slider_btn {
  display: inline-block;
  padding: 0px 36px;
  border: 2px solid #5898FF;
  line-height: 50px;
  font-size: 20px;
    background: #5898FF;

  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

.slider_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #5898FF;
  height: 250px;
  width: 320px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.slider_btn:hover {
  color: #fff;
  color: #5898FF;
  background: #FFFFFF;
}

.slider_btn:hover:before {
  bottom: 100%;
  background: #FFFFFF;
}


/*===============================INICIO BOTON VIDEO=======================================*/
.about-us-thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 100px; }
  .about-us-thumbnail img {
    width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-thumbnail {
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .about-us-thumbnail {
      padding-right: 0; } }

.uza-video-area {
  position: absolute;
  top: 50%;
  right: 65px;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .uza-video-area {
      right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  @media only screen and (max-width: 767px) {
    .uza-video-area {
      right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  .uza-video-area .video-play-btn {
    display: inline-block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: #1583e9;
    color: #ffffff;
    line-height: 70px;
    text-align: center;
    font-size: 24px; }
    .uza-video-area .video-play-btn i {
      padding-left: 5px; }
    .uza-video-area .video-play-btn:focus, .uza-video-area .video-play-btn:hover {
      box-shadow: none;
      background-color: #1583e9; }

.uza-about-us-area {
  position: relative;
  z-index: 1; }
  .uza-about-us-area .about-bg-pattern {
    position: absolute;
    width: 40%;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 100%; }
    .uza-about-us-area .about-bg-pattern img {
      height: 100%;
      width: auto; }

.uza-video-area .video-play-btn {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93); }
  .uza-video-area .video-play-btn:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px #1583e9;
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
    animation: sonarEffect 1.3s ease-out 75ms infinite; }

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0; } }
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0; } }
@keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0; } }
/*===============================BOTON VIDEO FIN=======================================*/




  

  .contenedor:hover .imagen {transition:all .6s ease-in-out;filter:sepia(50%); -webkit-transform:scale(1.3);transform:scale(1.3);}
  .contenedor {overflow:hidden;}
#img:hover {filter: saturate(180%);  animation-duration: 3s;
  -webkit-animation: shake 1s;
    animation: shake 1s; }



.hover:hover{
  transition:all .6s ease-in-out; -webkit-transform:scale(1.1);transform:scale(1.1);
    border-style: solid;
    border-width: 1px;
    border-color: #5898FF;
}
  .hover {overflow:hidden;}

.hover:hover #hover_div{
    background: #5898FF;
}
.hover:hover #hover_div h5{
    color:#FFFFFF;
}










@keyframes movimiento{
        form{
            background-position: left;
        }
        to{
            background-position: right;
        }
    }

  #logo-hero {
      position: absolute;
      z-index: 4;
      width: 40%;
      top: 45%;
      font-family: 'Lato', sans-serif;
      left: 30%;
  }
    @media screen and (max-width: 500px){
  #logo-hero {
      position: absolute;
      z-index: 4;
      width: 63%;
      top: 47%;
      font-family: 'Lato', sans-serif;
      left: 19%;
  }

}
#fondo{
  animation: movimiento 15s infinite linear alternate;
  background-image: url(../img/fondo.png);
  background-size: 200%;
  background-position: cover;
  background-repeat: no-repeat;
  z-index: 1;
  width: 100%;
  height: 100vh;
}

#slogan-hero{
  position: absolute;
  z-index: 4;
  width: 40%;
  top: 70%;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  text-align: center;
  left: 30%;
  color: white;
}
@media screen and (max-width: 600px){
  #slogan-hero {
    position: absolute !important;
    z-index: 4 !important;
    width: 60% !important;
    top: 55% !important;
    font-family: 'Lato', sans-serif;
    font-size: 22px !important;
    text-align: center;
    left: 20% !important;
}


}



/* ==============================REDES====================*/

.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
    border-radius:10px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li a p{
    text-decoration:none;
    color:#FFFFFF;
}
.sticky li a p:hover{
    text-decoration:underline;
}


/*================================================PRELOADER====================================*/

#page-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
background: #FFF none repeat scroll 0% 0%;
z-index: 99999;
}
#page-loader .preloader-interior {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
 
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#page-loader .preloader-interior:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
 
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#page-loader .preloader-interior:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
 
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}



/*=====================DEGRADADO SERVICIOS=============*/
.degradado{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}