@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,900&display=swap');

.bg-azul-claro{
    background-color: #BAE2FF;
}
.bg-blanco{
    background-color: #ffffff;
}

.hover:hover{
    background-color: #d2d2d2;
}

.centrar {
    text-align: center;
}

.ulanios {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ulanios li{
    float: left;
    display: inline;
}

.ulanios a {
  display: block;
  padding: 8px;
  background-color: #dddddd;
}


.list-group-horizontal-md {
   -ms-flex-direction: row !important;
   flex-direction: row !important;
}



/* General */

body {
    color: #262626;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
    max-width: 100%;
    overflow-x: hidden !important;
    transition: inherit;
    margin: 0;
}
* {
    box-sizing: border-box;
}
p {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    color: #262626;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
}

a {
    color: #DC0054;
    text-decoration: none;
    cursor: pointer;
}

a img {
    border: none;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}
h4 {
    font-size: 12px;
}

.blanco {
    color: #ffffff !important;
}

.azul {
    color: #0067A7 !important;
}
.rojo {
    color: #EF1D42 !important;
}
.bg-rojo {
    background-color: #FFAAAA !important;
}
.naranja {
    color: #ED8500 !important;
}
.bg-naranja {
    background-color: #ED8500 !important;
}
.morado {
    color: #7E318A !important;
}
.bg-morado {
    background-color: #7E318A !important;
}
.turquesa {
    color: #009D7E;
}
.bg-turquesa {
    background-color: #009D7E !important;
}

.bold {
    font-weight: 700;
}

.heavy {
    font-weight: 900;
}
.cien {
    width: 100%;
}
.pt100 {
    padding-top: 100px;
}
@media (max-width:768px) {
    .pt100 {
        padding-top: 0px;
    }
}

.titulos {
    font-size: 25px;
    text-align: center;
    line-height: 29px;
    text-transform: uppercase;
}
.azul {
    color: #0067A7 !important;
}
.bg-gris {
    background-color: #262626 !important;
}
.verde {
    color: #97BE13 !important;
}
.bg-verde {
    background-color: #97BE13 !important;
}
.azul-cielo {
    color: #009AD9 !important;
}

.menu {
    background-color: rgba(255, 255, 255, 0.616);
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.161);
    padding: 10px 16px;
    margin: 0;
}

.menu a {
    font-family: 'Montserrat', sans-serif;
    font-size: medium;
    text-align: center;
    color: #262626;
    transition: all .2s ease-out, color .2s ease-out;
    font-weight: 500;
}

.menu a:hover {
    color: #DC0054;
    text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.161);
}

.nav-link {
    padding: 0 16px !important;
}


/*------------------------ /Estilos de botones-------------------------- */

.boton-turquesa {
    background: #009D7E;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.boton-morado {
    background: #7E318A;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
.boton-gris {
    background: #262626;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.boton-azul {
    background: #0071CE;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.boton-verde {
    background: #97BE13;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.boton-naranja {
    background: #ED8500;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}


#navbarSupportedContent{
    float: right;
    /*display: block;*/
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.active {
    display: block;
    color: #ffffff !important;
    background-color: #00aeef !important;
}

.active a {
    color: #ffffff !important;
    background-color: #00aeef !important;
    font-weight: 500;
}

/* -------------------------------------------->> */

.dropdown-item:hover {
    display: block;
    text-decoration: none;
    color: #ffffff !important;
    background-color: #00aeef !important;
}
/*------------------------ /Estilos de botones header-------------------------- */

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.main{
    background-image: url('../assets/images/back.jpg') ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 15px;
    align-items: center;
}

#mensaje{
    color: white;
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
}

.main p{
    color: white;
    text-align: center;
    font-size: 14px;

} 
/* -------------------------estilo acceso-------------------------------->> */
.acceso{
    text-align: center;
    display: block;
    padding: 20px;
}
.acceso label{
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    color: #696969;
    align-items: flex-start;
}
.btn-acceso {
    background-color: transparent;
    color: gray;
    border-color: gray;
    width: auto;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-red {
    color: #fff;
    background-color: red;
    border-color: #6c757d;
}

/* --------------------------------/acceso------------------------>> */
.container h2 {
    font: 300 34px/38px;
    font-size: 50px;
    margin: -16px 0 12px;
    color: #00aeef;
    font-weight: 500;
    text-align: center;

}

/*
.row{
    padding: 15px 0;
    text-align: left;
    color: white;
    text-align:center;    
}
*/

.contactanos{
    background-color: gray;
    color: white;
    font-size: 20px;
    padding: 40px 0px !important;
    padding-top: 10px;
    box-sizing: border-box;
}

.contactanos button{
    background-color: gray;
    border-color: #ffffff;
    color: white;
    padding: 10px 30px;
    align-content: flex-end;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    border-style: solid;
    border-width: 1px;
    background: none; 
    text-align:center;

}

.collapse .btn{
    background-color: transparent;
    color: gray;
    border-color: transparent;
}

/* Footer --*/
footer.page-footer .footer-copyright {
    color: #0067A7;
    background-color: #F1F9FF;
}
.bg-azul {
    background-color: #0067A7 !important;
}
.links {
    font-size: 15px;
    color: #ffffff !important;
    line-height: 34px;
    font-weight: 500;
}

.links a:hover {
    font-weight: bold;
}

.links-eventos {
    font-size: 17px;
    line-height: 17px;
    color: #ffffff !important;
    font-weight: bold;
}

.links-eventos2 {
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

hr {
    border: solid 1px #ffffff;
    margin: 0;
    width: 100%;
}

.boton {
    background-color: #ffffff;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    color: #0071CE !important;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}


.error{
    color: #EF1D42;
}

.alert-info {
    color: #007bff;
    background-color: #d2d2d2;
    border-color: #ffeeba;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}


/* The Close Button */
.close {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0; 
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}
