*{
    margin: 0px;
    padding: 0px;
    font-family: futura-normal;
}

@font-face{
            font-family: futura-normal;
            font-style:normal;
            font-weight:400;
            src:local('Futura-Normal'),local('Futura-Normal-Regular'),url(http://allfont.es/cache/fonts/futura-normal_18c37033cb2f4666b96bef249d023a4e.woff) format('woff'),url(http://allfont.es/cache/fonts/futura-normal_18c37033cb2f4666b96bef249d023a4e.ttf) format('truetype')
}

.clean{
    clear: both;
    float: none;
}

.ache2{
    display: block;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 150px;
    font-size: 20px;
    letter-spacing: 3px;
    text-align: center;
    text-shadow: 0px 0px 20px rgb(255, 192, 231);
    color: rgb(255, 255, 255);
    padding-bottom: 30px;
    border-bottom: 5px groove rgb(0, 225, 255);
    line-height: 30px;
}

/*--------------------------------------------------------------------------Contenedor 1-----------------------------------------------------------*/

#container{
    display: block;
    width: 100%;
    height: 1080px;
    background: url(img/background.jpg) no-repeat;
    border-bottom: 5px groove rgb(0, 225, 255);
}

#container2{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 5px groove rgb(255, 192, 231);
    background-color: rgb(0, 0, 0);
}

#container3{
    display: block;
    width: 100%;
    height: 1080px;
    background: url(img/background2.png)
                top center / 4000px 1500px;
}

#wrap_Inicio{
    display: block;
    width: 90%;
    height: 800px;
    margin: 0px auto;
    overflow: hidden;
}

#wrap_LOGO{
    display: block;
    width: 70%;
    height: 650px;
    margin: 0px auto;
    margin-left: 12.5%;
}

#wrap_titulo{
    display: block;
    width: 90%;
    font-size: 36px;
    letter-spacing: 5px;
    text-align: center;
    text-shadow: 0px 0px 15px rgb(255, 192, 231);
    color: rgb(255, 255, 255);
    margin: 0px auto;
    padding-top: 30px;
    border-top: 5px groove rgb(0, 225, 255);;
}

#vs{
    width: 100%;
    height: 100%;
}

#Cards{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding-top: 80px;
}

.card{
    display: block;
    float: left;
    color:black;
    background-color: rgb(0, 0, 0);
    width: 49%;
    height: 920px;
    border-radius: 15px;
    box-shadow: 0px 0px 30px rgb(0, 0, 0);
    overflow: hidden;
    z-index: 1;
    opacity: 0.3;
    transition: 500ms;
    margin-left: 0.65%;
}

.card:hover{
    opacity: 1;
    color: white;
    transform: scale(1.025);
    z-index: 10;
}

.card_img{
    border-bottom: 5px groove rgb(0, 225, 255);
    display: block;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.card_img_resolution{
    width: 100%;
    height: 100%;
}

.card_texto{
    color:white;
    text-align: center;
    line-height: 100px;
}

.card_texto h1{
    margin: 0px;
    height: 60px;
    font-size: 36px;
    width: 100%;
    line-height: 65px;
}

.card_texto h2{
    text-align: start;
    margin-left: 45px;
    height: 51.25px;
    width: 100%;
    line-height: 70px;
}

.card_texto p{
    width: 90%;
    height: 80px;
    font-size: 24px;
    text-align: justify;
    line-height: 30px;
    margin: 0px auto;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.lista{
    font-size: 24px;
}

.lista li{
    width: 100%;
    height: 45px;
}

footer{
    display: block;
    width: 100%;
    height: 300px;
    background-color: rgb(0, 0, 0);
    color: white;
    font-size: 40px;
    border-top: 5px solid rgb(0, 225, 255);
    line-height: 90px;
    overflow: hidden;
}

footer p{
    display: block;
    float: left;
    text-align: start;
    margin-left: 100px;
}

footer a{
    display: block;
    float: right;
    width: 300px;
    height: 200px;
    margin: 50px; 
    transition: 500ms;
    border-radius: 999px;
}

footer a:hover{
    box-shadow: 0px 0px 20px purple;
    transform: rotate(720deg);
}

.logo_flecha{
    background-color: black;
    width: 90%;
    height: 90%;
    box-shadow: none;
    border-radius: 999px;
}