.jcerif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.jcerif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.jcerif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.jcerif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}

.manuscrito {
  font-family: "Mr Dafoe", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  text-align: center;
}

@keyframes kenburns {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.1) translate(-2%, -2%);
  }
}

.kenburns-bg {
  animation: kenburns 20s ease-in-out infinite alternate;
  will-change: transform;
}

@font-face {
  font-family: 'comsat';
  src: url('fonts/comsat.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.comsat {
    font-family: 'comsat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
}


.comsat-titles {
    font-family: 'comsat', sans-serif;
    font-size: 60px;
    font-weight: normal;
    text-align: center;
}

.comsat-marca {
     
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.naranjoso {
 color: #FF7F00!important }

.verdoso {
 color: #047857!important }
.fondoverdoso {
 background-color: #047857!important }
.blancoso {
 color: #FFFFFF!important }

.introtexto {
    padding: 0 150px;
}

@media (max-width: 768px) {
    .introtexto {
        padding: 0 20px;
    }
}














