/*
Theme Name: dt-the7 Child
Theme URI: http://example.com/twenty-seventeen-child/
Description: Your first child theme!
Author: John Doe
Author URI: http://example.com
Template: dt-the7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: child theme
Text Domain: dt-the7-child
*/

html, body, body.page, .wf-container > *{
  font-family: 'Lato';
  color: #333333;
  font-size: 16px;
}
h1, h2, h3, h4{
  font-family: 'Lato';
}
.ani-latidos{
  animation: latidos 1s infinite;
  -webkit-animation: latidos 1s infinite;
  -moz-animation: latidos 1s infinite;
  -o-animation: latidos 1s infinite;
}
@keyframes latidos {
  from { transform: none; }
  50% { transform: scale(1.1); }
  to { transform: none; }
}
.bottom-text-block{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.creditos-footer{
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: right;
}
.bottom-copy-block{
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: right;
  width: 60%;
}

.creditos-footer .texto-footer {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
/*BEGIN RESPONSIVE*/
@media (max-width: 1240px) {}
@media (max-width: 1050px) {}
@media (max-width: 778px) {}
@media (max-width: 767px) {}
@media (max-width: 480px) {}
@media (max-width: 375px) {}
