body {
    background-image: url("./Invasion/Back.jpg");
    background-repeat: no-repeat, repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: scroll;
    background-color: #1e1e1e;
    text-align: center;
}

.modal-backdrop {
    background-color: red;
}

@font-face {
    font-family: Monserratbold;
    src: url(./Invasion/Types/Montserrat/Montserrat-SemiBold.otf);
}

@font-face {
    font-family: Monserratbold5;
    src: url(./Invasion/Types/Montserrat/Montserrat-Bold.otf);
}
#Titulo5 {
    font-family: Monserratbold5;
    color: white;
}


#formspace {
    display: none;
}

#Titulo {
    font-family: Monserratbold;
    color: white;
}

@font-face {
    font-family: Monserratbold2;
    src: url(./Invasion/Types/MuseoSans/MuseoSans-300.otf);
}

#Titulo2 {
    font-family: Monserratbold2;
    color: white;
}

@font-face {
    font-family: TextArea;
    src: url(./Invasion/Types/Montserrat/Montserrat-Black.otf);
}

#Titulo3 {
    font-family: TextArea;
    color: white;
}

#Titulo4 {
    font-family: TextArea;
    color: white;
}

form {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    padding: 80px 0;
}

input,
textarea,
label {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: white;
}

input,
textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid white;
}

input[type="submit"] {
    background-color: #06629a;
    padding: 10px 0;
    color: white;
    font-size: 15px;
    border-bottom: none;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

input[type="submit"]:hover {
    background: black;
    color: white;
}

input,
textarea {
    color: white;
    font-size: 18px;
    padding: 10px;
}

input:focus,
textarea:focus {
    outline: 1px solid white;
}

a {
    color: #828282;
    font-style: italic;
}

a:hover {
    color: #fff;
}

#cambiocolor:hover {
    background-color: black;
    color: white;
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: white;
}

.facebook {
    background: #3b5998;
    color: white;
}

.traduccion {
    background: gray;
    color: white;
}

/* #btn1{
   
      margin:10px auto;
      border-radius:5px;
      border: 1px solid #999;
      padding:13px;
      width:220px;
      height:220px;
      background-size: 100% 100%;
      background-repeat:no-repeat;
      background:url(./images/Diseño\ sin\ título\ \(2\).png);
      background-size: cover;
      
  } */

#btnmov {
    position: absolute;
}

figure.container {
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 0px;
    width: 100%;
    color: #ffffff;
    text-align: left;
    font-size: 30px;
    -webkit-perspective: 50em;
    perspective: 50em;
}
figure.container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

figure.container img {
    opacity: 1;
    width: 100%;
    height: auto;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
figure.container figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #000000;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% -50%;
    -ms-transform-origin: 50% -50%;
    transform-origin: 50% -50%;
    z-index: 1;
    opacity: 0;
    padding: 5px 30px;
}
figure.container h3,
figure.container p {
    line-height: 1.5em;
}
figure.container h3 {
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
}
figure.container p {
    font-size: 0.8em;
    font-weight: 500;
    margin: 0 0 15px;
}
figure.container .more {
    border: 2px solid #ffffff;
    padding: 0.5em 1em;
    font-size: 0.8em;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
}
figure.container .more:hover {
    background-color: #ffffff;
    color: #000000;
}
figure.container:hover img,
figure.container.hover img {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}
figure.container:hover figcaption,
figure.container.hover figcaption {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

audio {
    width: 160px;
    height: 54px;
}

.table {
    width: 100%;

    border-collapse: collapse;
}

.table td,
.table th {
    padding: 12px 15px;

    text-align: center;

    font-size: 16px;
}

/*responsive*/

@media (max-width: 500px) {
    .table thead {
        display: none;
    }

    .table,
    .table tbody,
    .table tr,
    .table td {
        display: block;

        width: 100%;
    }

    .table tr {
        margin-bottom: 15px;
    }

    .table td {
        padding-left: 50%;

        text-align: left;

        position: relative;
    }

    .table td::before {
        content: attr(data-label);

        position: absolute;

        left: 0;

        width: 50%;

        padding-left: 15px;

        font-size: 15px;

        font-weight: bold;

        text-align: left;
    }
}

.pie-pagina{
    
    width: 100%;
    background-color: #151C20;
    opacity: 0.90;
}
.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    
    margin: auto;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px;
    padding: 45px 0px;
}
.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pie-pagina .grupo-1 .box figure img{
    width: 250px;
}
.pie-pagina .grupo-1 .box h2{
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}
.pie-pagina .grupo-1 .box p{
    color: #efefef;
    margin-bottom: 10px;
}
.pie-pagina .grupo-1 .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    background-color: #0d2033;
    text-align: center;
    transition: all 300ms ease;
}
.pie-pagina .grupo-1 .red-social a:hover{
    color: aqua;
}
.pie-pagina .grupo-2{
    background-color: #060A0D;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
}
.pie-pagina .grupo-2 small{
    font-size: 15px;
}
@media screen and (max-width:800px){
    .pie-pagina .grupo-1{
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap:30px;
        padding: 35px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.detalle{
     left: -65px;
     font-family: TextArea;
     color: white;
    }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
	.detalle{
     left: -14px;
     font-family: TextArea;
     color: white;
    }
}

@media only screen and (min-width: 540px) and (max-width: 720px) {
	.detalle{
     left: 50px;
     font-family: TextArea;
     color: white;
    }
}





