
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}



@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@media (min-width: 1024px) {
     #header #logo {
       padding: 0 1% 1% 0;
       margin: 1% 0;
    /*padding-left: 60px;*/
  }


    #header #logo  img {
    
       max-width: 100%;
       height: auto;

  }



  .nav-menu, .nav-menu * {
    margin: 1% 0 0 0;
    padding: 0;
    list-style: none;
}



}


@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}


@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }

}
@media (width: 1024px) {

	#intropage {
	    display: table;
	    width: 100%;
	    height: 16vh;
	    background: #1565c0;
	}
    
    #header.header-scrolled #logo img {
        display: none;  
    }

    .sf-arrows .sf-with-ul {
    padding-right: 0;
    }



}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}




@media (min-width: 1024px) {
  #nav-menu-container {
   padding: 0;
  }
}


@media (width: 736px) {

	#noticias a {
	    color: #3e3131;
	    font-size: 14px;
	}
	#noticias p {
	    text-align: justify;
	    font-size: 3vh;
	}
    
    .title h1 {
    text-align: center;
    font-weight: 700;
    color: #6a6a6a;
    font-size: 4.5vh;
    }


}

@media (width: 768px) {
#noticias a {
	    color: #3e3131;
	    font-size: 14px;
	}
	#noticias p {
	    text-align: justify;
	    font-size: 1.2vh;
	}
	.title h1 {
    text-align: center;
    font-weight: 700;
    color: #6a6a6a;
    font-size: 3.5vh;
    }


}


@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}


@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}


@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}



@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes parpadeo{  
  0% { color: rgb(21, 101, 192); }
  100% { color:red; }
}
@-webkit-keyframes parpadeo{
  0% { color: red; }
  100% { color: green; }
}



@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}


