﻿html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrap {
    min-height: 100%;
    position: relative;
    background-color: #e9eef2;
}


#main {
    padding: 10px;
    padding-bottom: 150px;
}

#footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #333;
    padding: 10px 0;
    color: #777777;
    border: none !important;
}

h1 {
    color: #6f0101;    
}

a {
    color: #777777;
    text-decoration: none !important;
}

.tituloSeccion {
   margin-top: 100px;
}

.navbar {
    min-height: 80px;
    background-color: #6f0101 !important;
    padding: 22px;
    margin-bottom: 0rem !important;
    z-index: 900;
    position: absolute;
    width: 100%;
}

.nav-item {
    padding: 10px 14px;    
}

.nav-link {
    color: white !important;
    font-size: large;
}

.nav-item a:hover, .nav-item a:focus {
    color: white !important;       
}

.navbar > .container > .redesSocialesNav a {
    color: white;
    padding: 10px 5px;
}

@media (max-width: 991.98px) {
    .navbar > .container, .navbar > .container-fluid {
        display: block;
    }
}

.logoDiv {
    width: 275px;
    display: flex;
}

.logoImage {
    width: 15%;
    min-width: 200px;
    max-width: 215px;
    height: auto;
    border: #6f0101 1px solid;
    top: 0;
    position: absolute;
    z-index: 1100;
}

.img-responsive {
    width: 90%;
    max-width: 230px;
    height: auto;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  padding: 0;
}


html {
  font-size: 14px;
}


.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}


    .footer h3 {
        margin-bottom: 25px;
        color: #fff;
        font-weight: 300;
    }

    .footer p {
        margin: 0 0 10px !important;
    }

.footer-col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer .fa {
    background-color: #e7e1ea;
    color: #6f0101;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 25px;
    margin-right: 5px;
}

.footer a {
    color: #777777;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .footer-col {
        float: left;
        width: 25%;
    }
}

@media (max-width: 1024px) {
    .footer-col {
        float: left;
        width: 50%;
        padding-left: 100px;
    }

    .img-responsive {
        width: 65% !important;
    }

    #main {
        padding: 10px;
        padding-bottom: 265px;
    }
}

@media (max-width: 768px) {
    .footer-col {
        padding-left: 20px;
    }

    .img-responsive {
        width: 90% !important;
    }

    .logoImage {
        height: 80px;
        min-width: 150px;
        width: 150px;
    }
}

@media (max-width: 500px) {
    .footer-col {
        width: 100%;
        padding-left: 100px;
    }

    #main {
        padding: 10px;
        padding-bottom: 490px;
    }
}

@media (max-width: 1024px) {
    .logoImage {        
        top: 0;
        z-index: 1100;
    }

    .logoSpanSecond {
        padding: 10px 15px;
        display: inline-block;
        font-size: large;
    }

    .toggleButton{
        position: relative;        
    }

    .navbar-collapse {
        background-color: #6f0101;
    }

    .navbar-toggler {
        marging: 0 auto;
    }

    .dropdown-menu {
        max-width: 150px;
        float: right !important;
    }

    .dropdown-item {
        text-align: right;
    }
}

/********/

.col-100-lg {
    width: 97%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    box-sizing: content-box;
}


.col-50-lg {
    width: 47%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left;
    box-sizing: content-box;
    display: table-cell;
}

.col-50-lg-np {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.col-80-lg-np {
    width: 80%;
    float: left;
    box-sizing: border-box;
}

.col-33-lg {
    width: 30%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left;
    box-sizing: content-box;
    display: table-cell;
}

.col-33-lg-np {
    width: 33.3333%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: table-cell;
}



.col-66-lg {
    width: 63%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left;
    box-sizing: content-box;
}

.col-25-lg {
    width: 22%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left;
    box-sizing: content-box;
}

.col-25-lg-np {
    width: 25%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.col-20-lg-np {
    width: 20%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.col-75-lg {
    width: 72%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left;
}

.col-70-lg {
    width: 67%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left;
}

.col-20-lg {
    width: 17%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.col-60-lg {
    width: 57%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.col-90-lg {
    width: 87%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.col-80-lg {
    width: 77%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.col-30-lg {
    width: 27%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.col-40-lg {
    width: 37%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.col-10-lg {
    width: 7%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.col-16-lg {
    width: 13.66666%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.act-item {
    background-size: cover !important;
    background-position: center center;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    position: relative;
    /*cursor: pointer;*/
    transition: 1s;
    margin-bottom: 30px;
}

.act-texto {
    float: left;
    list-style-image: none;
    list-style-type: none;
    height: 30px;
    text-align: center;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #FFFFFF;
    background-color: #6f0101;
    transform: skewX(-15deg);
    -webkit-backface-visibility: hidden;
    position: absolute;
    bottom: 5%;
    right: 0px;
    z-index: 999;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
}

.table-striped > thead > tr > th {
    background-color: #6f0101 !important;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #d5b8b8;
}


#modalInauguracion .modal-content {
    border: none !important;
}

#modalInauguracion  .modal-body {
    padding: 0 !important;
}

#modalInauguracion #closeButton {
    position: fixed;
    right: 10px;
    color: white;
}
