* {
  padding: 0;
  margin: 0
}

body {
  background-color: #000000;
}
.logotipo{
width: 100%;
    align-content: center
}
.crossfade > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.crossfade > figure:nth-child(1) {
  background-image: url('../img/001.jpg');
}
.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('../img/002.jpg');
}
.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('../img/003.jpg');
}
.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('../img/004.jpg');
}
.crossfade > figure:nth-child(5) {
  animation-delay: 24s;
  background-image: url('../img/005.jpg');
}

@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  17% {
    opacity: 1
  }
  25% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}

.logotipo {
    z-index: 999999999;
    font-size: 40px;
    color: red;
    position: relative;
    text-align: center;
    margin: 100px auto;
    max-width: 1200px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px;
}

.texto-empresa {
    width: 43%;
    position: relative;
    max-width: 1200px;
    color: red;
    padding: 20px;
    min-height: 300px;
    float: left;
font-family: 'Exo', sans-serif;
    font-size: 16px;
    text-align: left;
    color: white;
    line-height: 22px
}

.texto-servicos {
    width: 43%;
    position: relative;
    max-width: 1200px;
    color: red;
    padding: 20px;
    min-height: 300px;
    text-align: center;
    float: right !important;
font-family: 'Exo', sans-serif;
    font-size: 16px;
    text-align: left;
    color: white;
    line-height: 22px

}

.texto-contactos {
    width: 96%;
    position: relative;
    max-width: 1200px;
    color: red;
    padding: 20px;
    min-height: 70px;
    float: right !important;
    margin-top: 150px;
font-family: 'Exo', sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
}

a {color: white;
    text-decoration: none;
}

a:hover{
    color: #0084c8
}
h1{
font-family: 'Exo', sans-serif;
    font-size: 32px;
    text-align: left; 
    color: #0084c8;
    font-weight: 400;
    line-height: 38px
}
.alvara{font-size: 12px;
color: #0084c8;
font-family: 'Exo', sans-serif;

        line-height: 16px
}
