@charset "utf.8"
@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Slabo+27px);

body {
    background-color: black;
    }

header {
    background-color: black;
    background-image: url(../img/banner.png);
    display: flex;
    flex-direction: row;
    height: 100px;
    padding-top: 6px;
    padding-bottom: 10px;
    margin-top: 40px;
    background-repeat: no-repeat;
}


.linkindex {
    color: black;
    font-family: 'Amatic SC', cursive; 
    font-weight: 700;
    font-size: 4em;
    padding-left: 20px;
}

.title a:hover {
    color: white;
    font-family: 'Amatic SC', cursive; 
    font-weight: 700;
    font-size: 4em;
    padding-left: 20px;
    text-decoration: none;
}

.linkindex:visited {
    color: black;
    font-family: 'Amatic SC', cursive; 
    font-weight: 700;
    font-size: 4em;
    padding-left: 20px;
    text-decoration: none;
}


.portfolio {
    color: #92F4E1;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 1.8em;
    padding-right: 20px;
    padding-left: 10px;
    display: flex;
    align-content:flex-end;
    margin-bottom: 10px;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    margin-bottom: 10px;
    border-left-color: white;
    border-left-style: solid;
    border-left-width: 3px;
    border-top-color: white;
    border-top-style: solid;
    border-top-width: 3px;
}

.cruz {
    width: 85px;
    margin-right: 15px;
}

.minimenu {
    width: 210px;
}

.contenido {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.lateral {
    margin-left: -15px;
}

.lateral2 {
    margin-left: -15px;
    display: flex;
    flex-direction: row;
    
}

.video {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

.linkspag {
    color: #FFFFFF;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 1.8em;
    padding-right: 20px;
    padding-left: 10px;
    display: flex;
    align-content:flex-end;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    margin-bottom: 10px;
    border-left-color: white;
    border-left-style: solid;
    border-left-width: 3px;
    border-top-color: white;
    border-top-style: solid;
    border-top-width: 3px;
    margin-bottom: 10px;
}

.linkspag:visited {
    color: #FFFFFF;
}

.linkspag:hover {
    color: #92F4E1;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 1.8em;
    text-decoration: none;
}

.linksportfolio {
    color: #FFFFFF;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 1.8em;
    padding-right: 20px;
    padding-left: 10px;
    display: flex;
    align-content:flex-end;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    margin-bottom: 10px;
    border-left-color: white;
    border-left-style: solid;
    border-left-width: 3px;
    border-top-color: white;
    border-top-style: solid;
    border-top-width: 3px;
        
}

.linksportfolio:visited {
    color: #FFFFFF;
}

.linksportfolio:hover {
    color: #92F4E1;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 1.8em;
    text-decoration: none;
}

.leyenda {
    font-family: 'Slabo 27px', serif;
    font-weight: 400;
    font-size: 1.1em;
    text-align: center;
    vertical-align: middle;
    color:black;
    background-color: #E6E6E6;
    height: 100%;
    margin-bottom: 30px;
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 150px;
    padding-right: 150px;
}

.info1 {
    font-family: 'Slabo 27px', serif;
    font-weight: 400;
    font-size: 1.1em;
    color:black;
    background-color: #E6E6E6;
    width: 400px;
    text-align: left;
    padding-bottom: 30px;
    padding-top: 15px;
    padding-left: 30px;
    list-style:square;
}

.listado {
    margin-right: -15px;
}

.titulos1 {
    color: #FFFFFF;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 1em;
    width: 400px;
    padding-left: 30px;
    border-color: white;
    border-style: solid;
    border-width: 3px;
}

.barrita {
    margin-top: -5px;
}

.barra{
    float: right;
    width: 310px;
    margin-right: -15px;
}

.abajo{
    display: flex;
    flex-direction: row;
}

footer {
    background-color: black
}

.legales {
    font-family: 'Slabo 27px', serif;
    font-weight: 400;
    font-size: 0.9em;
    text-align: center;
    color:darkgrey;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 70px;
}

.hca {
    color: #92F4E1;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 1em;
}

.btn3 {
    font-family: 'Slabo 27px', serif;
    font-weight: 400;
    font-size: 2em;
    color: #0C2C5B;
    border-radius: 5px;
    margin-top: 10px;
}

.footerm input {
    background-color: #92F4E1;
}