/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.revo-slider-emphasis-text {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Raleway', sans-serif;
    padding: 15px 20px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.revo-slider-desc-text {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    width: 650px;
    text-align: center;
    line-height: 1.5;
}

.revo-slider-caps-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'Raleway', sans-serif;
}
.tp-video-play-button { display: none !important; }

.tp-caption { white-space: nowrap; }

.heading-block.center > span, .heading-block.title-center > span, .center .heading-block > span {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.dark .fancy-title h1, .dark .fancy-title h2, .dark .fancy-title h3, .dark .fancy-title h4, .dark .fancy-title h5, .dark .fancy-title h6 {
    background-color: #0000;
}
.fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 {
    display: block;
    background: transparent;
        background-color: transparent;
    padding: 0 0 10px;
    border-bottom: 2px solid #020463;
}
h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) {
    color: #FFF;
}
strong{
    color: #020463;
    font-weight: 700;
}
@media only screen and (max-width: 766px){
  .ventajas {
        margin-bottom: 46px;
  }
  .servicios h3 {
      color: #020463;
      font-size: 18px !important;
      font-weight: 700;
  }
  .galeria{
      margin-bottom: 25px;
  }
  .title-nosotros {
    font-size: 39px !important;
    margin-top: -63px;
  }
  .servicios h3 {
    color: #020463;
    font-size: 15px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 840px){
  .servicios h3 {
    color: #020463;
    font-size: 15px !important;
    font-weight: 700;
  }
}
.title-nosotros{
    font-size: 51px ;
    margin-top: -63px;
}
.mision p{
    font-size: 20px !important;
}
.servicios span{
    color: #020463 !important;
    font-weight: 700;
}
.servicios p{
   font-weight: 600;
    font-size: 16px;
    color: black;
}
.servicios h3{
    color: #020463;
    font-size: 20px;
    font-weight: 700;
}
.divider {

    color: #020463;

}
.divider::after, .divider.divider-center::before, .divider.divider-center.divider-short::before {
    border-top: 1px solid #020463;
}
#capital-humano{
   font-size: 19px;
}
#introduccion{
   margin-top: -46px;
}
#ubicacion{
    background-color: #020463;
}
#ubicacion h2{
    color: white;
}
.fluid-width-video-wrapper{
    padding-top: 400px !important;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px !important;
    margin-bottom: 0px;
}
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 60px;
    width: 200px;
    background-color: #020463;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.button.button-3d:hover {
    background-color: #020463 !important;
    opacity: 0.9;
}
#whatsapp {
  bottom: 30px;
  left: 20px;
  z-index: 1000000;
  position: fixed;
}

#whatsapp a {
  width: 220px;
  height: 60px;
  display: block;
  color: #fff;
  text-align: left;
}

#whatsapp a i.fa {
  text-align: center;
  line-height: 60px;
  margin-right: 15px;
  font-size: 25px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: inline-block;
  background: #25d366;
  position: relative;
  z-index: 350;
  transform: scale(1);
  box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.0);
  animation: star1 2s infinite ease-in-out;
}

@keyframes star1 {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 210, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(224, 37, 65, 0.0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.0);
  }
}

#whatsapp a i.texto {
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  background: #25d366;
  vertical-align: bottom;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
  z-index: 300;
  transform: translateY(-50%);
  transition: .5s ease-in-out;
}

#whatsapp a i.fa:hover+i.texto {
  left: 70px;
  opacity: 1;
}

#telBoton{
      display: block;
}	
#telBoton{
      display: none;
}	
#contactanos{
    display:block;
}

@media only screen and (max-width: 989px) {
  #telBoton{
      display: block;
  }
  #contactanos{
    display:none;
  }
  #titulo-h1{
		font-size: 17px !important;
	}
}

#telBoton {
	bottom: 117px;
    left: 19px;
	position: fixed;
}

#telBoton a {
  width: 204px;
  height: 43px;
  display: block;
  color: #fff;
  text-align: left;
}

#telBoton a i.fa {
	text-align: center;
	line-height: 63px;
	margin-right: 15px;
	font-size: 25px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	display: inline-block;
	background: #db230e;
	position: relative;
	z-index: 350;
	transform: scale(1);
    box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.0);
    animation: star 2s infinite ease-in-out;
}
@keyframes star {
  0% {
    box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(224, 37, 65, 0.0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.0);
  }
}
