﻿@font-face {
    font-family: GothamBook;
    src: url(Gotham-Book.otf) format('OpenType');
}

body {
    background: url('../images/fondo.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#FondoPrin {

}

div {
    margin: 0;
    padding: 0;
}

#DContenedor {
    width: 1560px;
    height: 100%;
    margin: auto;
}

#DSuperior {
    width: 100%;
    height: 100px;
}

#DCentro {
    width: 100%;
    height: 700px;
}

#DInferior {
    width: 100%;
    height: 200px;
}

#DSIzquierdo, #DCIzquierdo, #DIIzquierdo {
    width: 300px;
    height: 100%;
    float: left;
}

#DSPrincipal, #DCPrincipal, #DIPrincipal {
    width: 960px;
    height: 100%;
    float: left;
}

#DSDerecho, #DCDerecho, #DIDerecho {
    width: 300px;
    height: 100%;
    float: left;
}

#imagenlogo {
    margin-left: -310px !important;
}


@media(max-width:1559px) {
    #DSDerecho, #DCDerecho, #DIDerecho {
        display: none;
    }

    #DContenedor {
        width: 1260px;
        height: 100%;
        margin: auto;
    }

    #imagenlogo{
        margin-left:-280px !important;
    }
}

@media(max-width:1259px) {
    #DSIzquierdo, #DCIzquierdo, #DIIzquierdo {
        display: none;
    }

    #DContenedor {
        width: 960px;
        height: 100%;
        margin: auto;
    }

    #imagenlogo {
        margin-left: -40px !important;
    }
}

@media(max-width:959px) {
    #DSPrincipal, #DCPrincipal, #DIPrincipal {
        width: 100% !important;
    }

    #DContenedor {
        width: 100% !important;
        height: 100%;
        margin: auto;
    }

    #imagenlogo {
        margin-left: 0px !important;
    }

}

.swal2-popup {
    color: #323E48 !important;
    font-family: GothamBook !important;
    font-size: 1rem;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(235, 0, 41, 1), rgba(235, 0, 41, 1)) !important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: initial;
    background-image: initial;
    background-color: #EB0029 !important;
    color: #fff;
    font-size: 1em;
    font-family: GothamBook !important;
    outline-color: #EB0029 !important;
    border-color: #EB0029 !important;
    content: "Aceptar"
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(235, 0, 41, 1), rgba(235, 0, 41, 1)) !important;
    outline-color: #EB0029 !important;
    border-color: #EB0029 !important;
}

.swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 1.25em auto 0;
    padding: 0;
    outline-color: #EB0029 !important;
    border-color: #EB0029 !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px #EB0029 !important;
}
