* {
    font-family: 'Poppins', 'Montserrat', arial, serif !important;
}

*::selection {
    backg: black;
    text-sround: #545454;
    colorhadow: white;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #545454;
}

.imagen {
    width: 100%;
    position: relative;
    height: 100%;
}

.imagen:hover {
    filter: blur(5px);
}

.imgprincipal:hover {
    filter: blur(2px);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #545454;;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s ease;
}

.controllink {

    font-size: 10px;
    cursor: pointer;
}

.controllink:hover {
    font-size: 10px;
    color: #545454;;
    font-weight: bold;
    text-decoration: none;
}

.overlay h2 {
    color: #fff;
    font-weight: 200;
    font-size: 20px;
    position: absolute;
    text-align: justify;
    top: 45%;
    left: 45%;
    text-align: center;
    transform: translate(-45%, -45%);
}

section, header {
    display: block;
}


body {
    text-align: center;
}

#agrupar {
    width: 100%;
    margin: 15px auto;
    text-align: left;

}

#cabecera500 {

    width: 100%;
    height: 100%;
    background-image: url(../images/rojo.gif);
    /*background-repeat: no-repeat;*/
    /*background-position: 25%;*/
    border: 1px solid #999999;

    /*padding: 50px;*/
}

#cabecera404 {

    width: 100%;
    height: 100%;
    background-image: url(../images/rojo.gif);
    /*background-repeat: no-repeat;*/
    /*background-position: 25%;*/
    border: 1px solid #999999;

    /*padding: 50px;*/
}

ul {
    list-style: none;

}

.principaltext {
    text-align: left;
    font-family: Arial Black;
    font-weight: bold;
    font-size: 30px;
    background: #202020;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.4), 0px -1px 1px rgba(0, 0, 0, 0.3);
}

#seccion {

    margin: 0px;
    width: 95%;
    border-radius: 30px;
}

.ta {
    width: 100%;
}

#pie {
    clear: both;
    text-align: center;
    padding: 20px;
    border-top: 2px solid #999999;
    background-color: #031a3b;
}

h1 {
    text-align: center;
}

.btn {
    background-color: #031a3b;
    background-image: -webkit-linear-gradient(top, #031a3b, #031a3b);
    background-image: -moz-linear-gradient(top, #031a3b, #031a3b);
    background-image: -ms-linear-gradient(top, #031a3b, #031a3b);
    background-image: -o-linear-gradient(top, #031a3b, #031a3b);
    background-image: linear-gradient(to bottom, #031a3b, #031a3b);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn2 {
    background: #031a3b;
    background-image: -webkit-linear-gradient(top, #031a3b, #031a3b);
    background-image: -moz-linear-gradient(top, #031a3b, #031a3b);
    background-image: -ms-linear-gradient(top, #031a3b, #031a3b);
    background-image: -o-linear-gradient(top, #031a3b, #031a3b);
    background-image: linear-gradient(to bottom, #031a3b, #031a3b);
    -webkit-border-radius: 30;
    -moz-border-radius: 30;
    border-radius: 15px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn:hover {
    background: #545454;;
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #545454;, #545454;);
    background-image: -moz-linear-gradient(top, #545454;, #545454;);
    background-image: -ms-linear-gradient(top, #545454;, #545454;);
    background-image: -o-linear-gradient(top, #545454;, #545454;);
    background-image: linear-gradient(to bottom, #545454;, #545454;);
    text-decoration: none;
}

.btn2:hover {
    background: #545454;;
    background-image: -webkit-linear-gradient(top, #545454;, #545454;);
    background-image: -moz-linear-gradient(top, #545454;, #545454;);
    background-image: -ms-linear-gradient(top, #545454;, #545454;);
    background-image: -o-linear-gradient(top, #545454;, #545454;);
    background-image: linear-gradient(to bottom, #545454;, #545454;);
    text-decoration: none;
}

iframe {
    text-decoration: none;
    width: 100%;
    height: 500px;
    padding: 1px;
}

th, td {
    text-align: center;
    padding: 5px;
}

.uno {
    background-color: #031a3b;
    color: #ffffff;
}

.dos {
    background-color: #e8e8e8;
}

.pr {
    margin: 0px !important;
}

.bg {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #d9d9d9 50%, #031a3b 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
}

.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
}

.bg3 {
    animation-duration: 5s;
}

.content {
    background-color: rgba(255, 255, 255, .8);
    border-radius: .25em;
    box-shadow: 0 0 .25em rgba(0, 0, 0, .25);
    box-sizing: border-box;
    left: 50%;
    width: 100%;
    padding: 10vmin;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

h1 {
    font-family: monospace;
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(25%);
    }
}

/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 60px 0;

}

section .section-title {
    text-align: center;
    color: #031a3b;
    margin-bottom: 50px;
}

#footer {
    font-size: 100%;
    background: #031a3b !important;
}

#footer h5 {
    padding-left: 10px;
    font-size: 100%;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #ffffff;
}

#footer ul.social li a:hover {
    color: #eeeeee;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width: 767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}
