@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

@font-face {
    font-family: 'gothbold';
    src: url('../assets/fonts/gothbold.TTF');
}
@font-face {
    font-family: 'gothmed';
    src: url('../assets/fonts/gothmed.ttf');
}
img{
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.izq{
    top: 0;
    width: 520px;
    position: absolute;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: -1;
}
.der{
    top: 0;
    right: 0;
    width: 540px;
    position: absolute;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: -1;
}

h2{
    font-family: gothbold;
    text-transform: uppercase;
    text-align: center;
    color: #41AAE6;    
    margin-top: 70px;
    letter-spacing: 4px;
    font-size: 22px;
}

h1{
    font-family: gothmed;
    text-align: center;
    margin-top: 50px;
    color: #000;
    font-size: 2.5rem;
}

.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.bgfooter{
    background: linear-gradient(90deg, rgba(18,39,94,1) 0%, rgba(65,169,229,1) 100%);
}
.email{
    margin-top: 10px;
}
.email a{
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: light;
    font-size: 21px;    
}

.email a:hover{
    color: #41A9E5;
    transition: all 200ms ease-in-out;
}

.redes{
    text-align: end;
}
.redes ul{
    margin-top: 10px;
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: end;
}

.redes ul li a {
    color: white !important;
    font-size: 25px;
    margin-right: 25px;
}
.redes ul li:last-of-type a {
    margin-right: 0px;
}

.redes ul li a:hover {
    color: #12275E !important;
    transition: all 200ms ease-in-out;
}


.card{
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    border-color: #EDEEEF;
}

.bordercolor{
    height: 10px;
    background-color: #F16A5C;
    border-radius: 0 0 10px 10px;
}

.azul{
    background-color: #0347AA;
}

.lila{
    background-color: #AA88BF;
}

.azuloscuro{
    background-color: #0B375E;
}

.verde{
    background-color: #04A846;
}

.rojo{
    background-color: #F31823;
}

.celeste{
    background-color: #13A0CE;
}
.violeta{
    background-color: #623A9A;
}
.bordo{
    background-color: #A50631;
}
.naranjaoscuro{
    background-color: #EE6926;
}
.amarillo{
    background-color: #EEB805;
}
.cyan{
    background-color: #4CC0C0;
}


@media screen and (max-width: 768px) {
    h1{
        font-size: 1.8rem;
    }
   
    .redes ul{
        margin-top: 10px;
        justify-content: center;
    }

    .email {
        text-align: center;
        margin-top: 30px;
    }
    
    .email a:hover{
        color: #41A9E5;
        transition: all 200ms ease-in-out;
    }

    .izq{
        top: 900px;
        width: 290px;
    }
    .der{
        top: 550px;
        right: 0;
        width: 360px;
    }
}