@import "../node_modules/bulma/css/bulma.css";
@import "https://use.fontawesome.com/releases/v5.0.13/css/all.css";

/* NOTE:  margin top*/
*{
  box-sizing: border-box;
}
.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

/* NOTE: margin top auto */
.mt-auto {
  margin-top: auto !important;
}

/* NOTE:  margin right*/
.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

/* NOTE: margin right auto */
.mr-auto {
  margin-right: auto !important;
}

/* NOTE:  margin bottom*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

/* NOTE:  margin bottom auto*/
.mb-auto {
  margin-bottom: auto !important;
}

/* NOTE:  margin left*/
.ml-0 {
  margin-top: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

/* NOTE: margin left auto*/
.ml-auto {
  margin-left: auto !important;
}

/* NOTE:  margin y*/
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* NOTE: margin y auto */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* NOTE:  margin x*/
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* NOTE: margin x auto */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* NOTE:  margin yx*/
.m-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.m-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.m-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* NOTE: margin yx auto */
.m-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* NOTE:  padding top*/
.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

/* NOTE: padding top auto */
.pt-auto {
  padding-top: auto !important;
}

/* NOTE:  padding right*/
.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

/* NOTE: padding right auto */
.pr-auto {
  padding-right: auto !important;
}

/* NOTE:  padding bottom*/
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

/* NOTE: padding bottom auto */
.pb-auto {
  padding-bottom: auto !important;
}

/* NOTE:  padding left*/
.pl-0 {
  padding-top: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

/* NOTE:  */
.pl-auto {
  padding-left: auto !important;
}

/* NOTE:  padding y*/
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* NOTE: padding y auto */
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

/* NOTE:  padding x*/
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* NOTE: padding x auto */
.px-auto {
  padding-right: auto !important;
  padding-left: auto !important;
}

/* NOTE:  padding yx*/
.p-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.p-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.p-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* NOTE: padding yx auto */
.p-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
  padding-right: auto !important;
  padding-left: auto !important;
}

.is-centered {
  -ms-flex-pack: center;
      justify-content: center;
}

.is-vcentered {
  -ms-flex-align: center;
      align-items: center;
}

.is-fixed {
  position: fixed;
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.is-static {
  position: static;
}

.d-block {
  display: block;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
}

.d-none {
  display: none;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.minWidth-100 {
  min-width: 100%;
}

.minWidth-vw {
  min-width: 100vw;
}

.minHeight-100 {
  min-height: 100%;
}

.minHeight-vh {
  min-height: 100vh;
}

.maxWidth-100 {
  max-width: 100%;
}

.maxHeight-100 {
  max-height: 100%;
}

.maxHeight-vh {
  max-height: 100vh;
}

.is-shadow {
  -webkit-box-shadow: 3px 6px 10px hsla(0,0%,4%,.1);
          box-shadow: 3px 6px 10px hsla(0,0%,4%,.1);
}

.flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexNoWrap {
  white-space: nowrap;
}



/* NOTE: CSS del proyecto */

/* NOTE: Colors */
.has-background-gray{
    background-color: #134079;
}

.has-background-warning {
    background-color: #efcb4b !important;
}

.has-text-warning {
    color: #efcb4b !important;
}

a.has-text-warning:hover {
    color: #363636 !important;
}


.notification.is-warning {
    background-color: #efcb4b;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #3273dc !important;
}

.hero.is-warning {
  background-color: #efcb4b;
}




/* NOTE: Otros */
a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.logo-home {
    display: inline-block;
    max-width: 570px;
}

.mt-h{
  margin-top: 70px
}

.is-text-content{
  font-size: 1.1rem;
  text-align: justify;
}

.is-col-align {
  margin-top: -200px;
}

.card-fade-in {
  -webkit-animation: fadeAndScale 670ms ease-out;
          animation: fadeAndScale 670ms ease-out;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.card-fade-in-right {
  -webkit-animation: fadeAndScale 900ms ease-out;
          animation: fadeAndScale 900ms ease-out;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
}
.card-fade-in-left {
  -webkit-animation: fadeAndScale 800ms ease-out;
          animation: fadeAndScale 800ms ease-out;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}
.embed-container {
    position: relative;
    padding-bottom: 65.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes fadeAndScale {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.75, .75, 1);
            transform: scale3d(.75, .75, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
  }
}

@keyframes fadeAndScale {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.75, .75, 1);
            transform: scale3d(.75, .75, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
  }
}

.is-tile-top-padding{
  padding-top: 0.5rem;
}

.is-tile-padding .is-tile-top-padding:first-child{
  padding-top: 0;
}

.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #efcb4b;
}

.is-card-mobile {
  padding: 1.25rem;
  cursor: pointer;
  -webkit-animation-name: card-service;
          animation-name: card-service;
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;

  -webkit-box-shadow: 0px 3px 11px 0px rgba(36, 36, 36, 0.2);

          box-shadow: 0px 3px 11px 0px rgba(36, 36, 36, 0.2);
}

.is-card-mobile:hover .is-arrow {
  opacity: 1;
}

.is-arrow {
  opacity: 0;
  position: absolute;
  -webkit-transform: rotatey(180deg);
      -ms-transform: rotatey(180deg);
          transform: rotatey(180deg);
  -webkit-animation-name: arrow-anim;
          animation-name: arrow-anim;
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms;
  top: 3px;
}

.minWidth-300 {
  min-width: 300px;
}

.is-main-text {
  text-align: justify;
}

@-webkit-keyframes arrow-anim {
  0%   { margin-left: 22%; }
  100%  { margin-left: 30%; }
}

@keyframes arrow-anim {
  0%   { margin-left: 22%; }
  100%  { margin-left: 30%; }
}

@-webkit-keyframes card-service {
  from {
    -webkit-transform: rotateX(21deg);
            transform: rotateX(21deg);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes card-service {
  from {
    -webkit-transform: rotateX(21deg);
            transform: rotateX(21deg);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.text-portfolio {
  text-align: left !important;
}


@media screen and (max-width: 768px) {
  .i-logo{
    width: 100%;
    margin-top: 30%;
  }
.i-logo img{
width: 100%;
}
.i-logo button{
  width: 80%;
}

  .text-portfolio {
    text-align: center !important;
  }

  .is-text-title {
    font-size: 1.4rem;
    text-align: center;
  }

  .is-text-content {
    font-size: 1rem;
    text-align: center;
  }

  .is-col-align {
    margin-top: -40px;
  }

  .is-card-mobile {
    padding: 0.8rem 0.4rem;
  }

  .is-work {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .minWidth-300 {
    min-width: auto;
  }

  .is-main-text {
    text-align: center;
  }

  .is-arrow {
    opacity: 1;
  }
}

.theback::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 54, 54, 0.3);
}

/* NOTE: Home */

.is-cero {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.is-transparent {
  background-color: #134079 !important;
}

.navbar {
    -webkit-transition-duration: 900ms;
         -o-transition-duration: 900ms;
            transition-duration: 900ms;
}

.navbar a.navbar-item {
  -webkit-transition-duration: 1700ms;
       -o-transition-duration: 1700ms;
          transition-duration: 1700ms;
}
.navbar-menu{
  background-color: #134079 !important;
}
.navbar-end a{
  box-sizing: border-box;
  position: relative;
  display: block;
  text-align: center;
  color:white;
  font-size: 1em;
  text-decoration: none;
  transition: .5s;
  padding: 16px 10px;
}
.navbar-end a:hover{
  color: #78909C;
  background-color: rgba(255,255,255,0.4) !important;
}

.navbar-end a:before{
  content:'';
  position: absolute;
  bottom:15px;
  left: 7px;
  width: 12px;
  height: 12px;
  border: 3px solid rgb(255, 255, 255);
  border-width: 0 0 3px 3px;
  transition:.5s;
  opacity: 0;
}
.navbar-end  a:hover:before{
  bottom: 5px;
  left:0;
  opacity: 1;
}

.navbar-end  a:after{
  content:'';
  position: absolute;
  top:15px;
  right:7px;
  width: 12px;
  height: 12px;
  border: 3px solid rgb(255, 255, 255);
  border-width: 3px 3px 0 0;
  transition:.5s;
  opacity: 0;
}
.navbar-end  a:hover:after{
  top: 5px;
  right:0;
  opacity: 1;
}
.w-fondo{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.img-fondo{
  width: 100%; 
  height: 100vh;
}
.i-logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.i-logo img{
width: 80%;
margin: auto;
margin-bottom: 20px;
}
.i-logo button{
  color: #fff;
  background: none;
  border: solid 1px white;
  border-radius: 5px;
  padding: 10px 38px;
  font-size: 18px;
  margin-top: 40px;
  transition: .5s ease-in;
  cursor: pointer;

}
.i-logo button:hover{
  background: white;
  color: #134079;
  border: solid 1px gray;

}
boton-contacto{
	color:red;
}



/* NOTE: Portfolio */
.portfolio-bar {
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms;
}

.portfolio-bar:hover {
  overflow-y: auto !important;
}

.portfolio-bar::-webkit-scrollbar {
  width: 16px;
}

.portfolio-bar::-webkit-scrollbar-thumb {
  background-color: #efcb4b;

}

.portfolio-bar::-webkit-scrollbar-track {
  background-color: #363636;
}

.portfolio-bar::-webkit-scrollbar-button {
    background-size: 100%;
    height: 20px;
    width: 20px;
    background-color: #363636;
}

.menu-list a.is-active {
    background-color: #efcb4b;
    color: #fff;
}

.theback h1 span {
  overflow: hidden;
  white-space: nowrap;
  border-right: 4px solid;
  letter-spacing: 1px;
}

.typedtext1 {
  -webkit-animation: typewriter 1.9s steps(9) 0.4s normal both,
             blinkTextCursor 500ms steps(9) infinite normal;
          animation: typewriter 1.9s steps(9) 0.4s normal both,
             blinkTextCursor 500ms steps(9) infinite normal;
}

.typedtext2 {
  -webkit-animation: typewriter2 1.3s steps(9) 0.4s normal both,
             blinkTextCursor 500ms steps(9) infinite normal;
          animation: typewriter2 1.3s steps(9) 0.4s normal both,
             blinkTextCursor 500ms steps(9) infinite normal;
}

@-webkit-keyframes typewriter {
  from {
    width: 0;
  }
  to{
    width: 184px;
  }
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to{
    width: 184px;
  }
}

@-webkit-keyframes typewriter2 {
  from {
    width: 0;
  }
  to{
    width: 154px;
  }
}

@keyframes typewriter2 {
  from {
    width: 0;
  }
  to{
    width: 154px;
  }
}

@-webkit-keyframes blinkTextCursor {
  from{
    border-right-color: rgba(255,255,255,0.75);
  }
  to{
    border-right-color: transparent;
  }
}

@keyframes blinkTextCursor {
  from{
    border-right-color: rgba(255,255,255,0.75);
  }
  to{
    border-right-color: transparent;
  }
}

#btnToTop {
  bottom: 20px;
  right: 24px;
  z-index: 99;
  width: 42px;
  background-color: rgba(238, 203, 75, 0.2);

  -webkit-transition-duration: 400ms;

       -o-transition-duration: 400ms;

          transition-duration: 400ms;
}

#btnToTop:hover {
  background-color: #efcb4b;
}



/* Footer */
footer {
  background: #191919;
  color: #fff;
  margin: 0;
 
}
footer .centered {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .centered .footer-logo {
  width: 20%;
}
footer .centered .footer-logo img.logo {
  padding: 30px 20px 10px 20px;
  max-width: 100%;
}
footer .centered .footer-contact {
  width: 20%;
}
footer .centered .footer-navigation {
  width: 60%;
}
footer .centered .footer-navigation .footer-links-holder {
  width: 33.33333%;
  position: relative;
  float: left;
  margin: 0;
}
footer .centered .footer-navigation .footer-links-holder .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
footer .bottom-bar {
  position: relative;
  text-align: center;
  font-size: 0.8em;
  text-transform: uppercase;
  background: #000;
  padding: 15px 0;
}
.img-productos{
 width: 20%;
 }
 .img-servicios{
width: 18%;
 }
.navbar-brand{
 margin-left:80px;
}
.navbar-end{
 margin-right:80px;
}
 
/* Responsive Tablet Sizes */
@media only screen and (max-width: 749px) {
.navbar-brand{
 margin-left:0px;
}
.navbar-end{
 margin-right:0px;
}
  footer .centered {
    flex-wrap: wrap;
  }
  footer .centered .footer-logo {
    max-width: 250px;
    width: 50%;
  }
  footer .centered .footer-contact {
    width: 50%;
    padding: 0 20px;
  }
  footer .centered .footer-navigation {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    padding: 0 20px;
  }

}
/* Responsive Mobile Sizes */
@media only screen and (max-width: 500px) {
   .img-productos{
   width:60%;
   }
      .img-servicios{
   width:60%;
   }
  .embed-container {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}
  footer .centered .footer-logo {
    width: 100%;
    margin: 0 auto;
  }
  footer .centered .footer-contact {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    width: 100%;
    padding: 0;
  }
  footer .centered .footer-navigation .footer-links-holder h3 {
    margin: 0;
    padding: 10px 20px;
    border-top: #000 1px solid;
    cursor: pointer;
    /* Down Arrows */
  }
  footer .centered .footer-navigation .footer-links-holder h3::after {
    float: right;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  footer .centered .footer-navigation .footer-links-holder .footer-links {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
  }
  footer .centered .footer-navigation .footer-links-holder.active h3::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  footer .centered .footer-navigation .footer-links-holder.active .footer-links {
    max-height: 10000px;
  }
  .btn-social{
  display: block;
}

}

/* Typography */
footer h3, footer h1{
  font-family: "Open Sans", sans-serif;
}
footer h3 {
  font-weight: lighter;
  margin-bottom: 0;
}
footer p,
footer li {
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 10px 0;
}
footer h3 a{
  font-size:1.5em;
}
footer a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.5s, 0.5s;
  transition: color 0.5s, 0.5s;
}
footer a:hover {
  color: #65c2ed;
}

/* Misc CSS */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Aqui termina el footer*/

.middle{
  top: 50px;
  width: 100%;
  text-align: center;
}
.btn-social{
  display: inline-block;
  width: 90px;
  height: 90px;
  background: #f1f1f1;
  margin: 10px;
  border-radius: 30%;
  box-shadow: 0 5px 15px -5px #00000070;
  color:#134079;
  overflow: hidden;
  position: relative;
}
.btn-social i{
  line-height: 90px;
  font-size: 26px;
  transition: 0.2s linear;
}
.btn-social:hover i{
  transform: scale(1.3);
  color: #f1f1f1;
}
.btn-social::before{
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: #134079;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.btn-social:hover::before{
  animation: aaa 0.7s 1;
  top:-10%;
  left: 10%;
}

@keyframes aaa{
  0%{
    left: -110%;
    top: 90%;
  }
  50%{
    left: 10%;
    top: -30%;
  }
  100%{
    left: -10%;
    top: -10%;
  }
}

.btn-sociall{
  display: inline-block;
  width: 90px;
  height: 90px;
  background: #f1f1f1;
  margin: 10px;
  border-radius: 30%;
  box-shadow: 0 5px 15px -5px #00000070;
  color:red;
  overflow: hidden;
  position: relative;
}
.btn-sociall i{
  line-height: 90px;
  font-size: 50px;
  transition: 0.2s linear;
}
.btn-sociall:hover i{
  transform: scale(1.3);
  color: #f1f1f1;
}
.btn-sociall::before{
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: red;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.btn-sociall:hover::before{
  animation: aaa 0.7s 1;
  top:-10%;
  left: 10%;
}
hr.style10 {
  width: 90%;
  height: 15px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.testimonials{
  margin: 50px auto 100px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}
.testimonials .card{
  position: relative;
  width: 350px;
  margin: 0 auto;
  background: #333;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,.5);
  overflow: hidden;
}

.testimonials .card .layer{
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#03a9f4, #ff0266);
  z-index: 1;
  transition: 0.5s;
}
.testimonials .card:hover .layer{
  top: 0;
}
.testimonials .card .layer .image{
  background: gray;
}

.testimonials .card .content{
  position: relative;
 z-index: 2;
}

.testimonials .card .content p {
  font-size: 20px;
  line-height: 24px;
  color:#fff;
  font-weight: bold;
}
.testimonials .card .content img {
  background: gray;
  width: 240px;
  height: 180px;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px gray;
  box-shadow: 0 10px 20px rgba(0,0,0,.2);

}

.testimonials .card .content .details h2{
  font-size: 16px;
  color:#fff;
}
.testimonials .card:hover .content .details h2{
  color:#000;
}
.testimonials .card:hover .content  p{
  color:#000;
}
.testimonials .card .content .details h2 span{
  color:#03a9f4;
  font-size: 16px;
  transition: 0.5s;
}

.testimonials .card:hover .content .details h2 span{
  color:#fff;
}
.btn{
  background-color: #455A64; 
  border: none;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  padding: 15px 82px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  font-weight:bold;
  transition: 0.5s;
  margin-top: -40px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.btn:hover{
  background: #B0BEC5;
  color:black;
}
.services{
  background: #f1f1f1;
  text-align: center;
}
.services h1{
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 4px solid #3498db;
  font-size: 20px;
  padding-bottom: 10px;
  margin-top: 40px;
}
.cen{
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 20px;
}

.service{
  display: inline-block;
  width: calc(100% / 3);
  margin: 0 -2px;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.5s;
}
.service:hover{
  background: #ddd;
}
.service i{
  color:#3498db;
  font-size: 34px;
  margin-bottom: 30px;
}
.service img{
  width: 64px;
  height: 64px;
  margin-bottom: 5px;
}
.service h2{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

.service p{
  color:gray;
  font-size: 15px;
  font-weight: 500;
}

.has-text-title{
  color:black;
}
.has-text-subtitle{
  color:#455A64;
}
@media screen and (max-width: 800px){
  .service{
    width: 50%;
  }
@media screen and (max-width: 500px){
  .service{
    width: 100%;
  }
}
/*Efecto Escritura*/

}
  .css-typing p {
    margin: auto;
    margin-bottom: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    border-right: .10em solid white;
    overflow: hidden;
  }
  
  .css-typing p:nth-child(1) {
    text-align: center;
    width: 20em;
    -webkit-animation: type 5s steps(10, end), blink .5s step-end infinite alternate;
    animation: type 5s steps(10, end), blink .5s step-end infinite alternate;
  }
  
  
  @keyframes type {
  0% {
  width: 0;
  }
  1% {
  opacity: 1;
  }
  100% {
  opacity: 1;
  }
  }
  
  @-webkit-keyframes type {
  0% {
  width: 0;
  }
  1% {
  opacity: 1;
  }
  100% {
  opacity: 1;
  }
  }
  
  @keyframes blink {
  50% {
  border-color: #ffffff;
  }
  }
  @-webkit-keyframes blink {
  50% {
  border-color: #ffffff;
  }
  }
