/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 0px;
    font-family: 'Lato', sans-serif;
    color: #000;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

a, button {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a {
    color: #e2232a;
}

a:focus, a:hover {
    color: #e2232a;
}

p {
    font-size: 16px;
    line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.img-responsive {
    width: 100%;
    height: auto;
}


/* WORDPRESS */

.link-imagen-entrada img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    height: auto;
}

h4.card-title {
    color: #000 !important;
}

h4.card-title:hover,
h4.card-title:focus {
    color: #e2232a !important;
}

.categoria-entrada ul {
    margin: 0;
}

.categoria-entrada ul li {
    list-style: none;
}


/* BOTONES */

.btn-outline-secondary {
    border-color: #fff;
    color: #fff;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    border-color: #fff;
    background-color: #fff;
    color: #e2232a;
}

.btn-outline-danger {
    border-color: #e2232a;
    color: #e2232a;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
    border-color: #e2232a;
    background-color: #e2232a;
    color: #fff;
}


/*--------------------------------------------------------
HEADER CON LOGO DE BOMBEROS
--------------------------------------------------------*/


header {
    width: 100%;
    background: url(../img/header-bg.jpg) no-repeat center right #000;
    background-size: cover;
}

.logo-bomberos {
    width: 100%;
    padding: 30px;
    text-align: center;
}

.logo-bomberos img {
    max-height: 120px;
    max-width: 100% !important;
}


/*--------------------------------------------------------
BOTONERA
--------------------------------------------------------*/


.navbar-nav {
    margin: auto !important;
}


/*--------------------------------------------------------
LEYENDA INICIO
--------------------------------------------------------*/


.leyenda-inicio {
    width: 100%;
    padding: 30px 0;
    background-color: #e2232a;
    color: #fff;
    text-align: center;
}

.leyenda-inicio h1 {
    font-size: 22px;
    font-weight: 400;
}

.leyenda-inicio a {
    margin-top: 15px;
}


/*--------------------------------------------------------
ULTIMAS NOTICIAS
--------------------------------------------------------*/


.card {
    margin-bottom: 30px;
}

.titulo-seccion {
    width: 100%;
    padding: 30px 0;
}

.titulo-seccion h2  {
    color: #000;
    font-size: 32px;
    line-height: 32px;
}

.titulo-seccion h2 span {
    color: rgba(0,0,0,0.5);
    font-size: 24px;
    font-weight: 400;
   line-height: 24px;
}

.categoria-entrada p, .fecha-entrada p {
    margin: 0px;
}

.fecha-entrada {
    text-align: right;
}


/*--------------------------------------------------------------------------------------------------------------
LA ASOCIACIÓN
--------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------
HISTORIA
--------------------------------------------------------*/


.historia hr {
    width: 200px;
    border-top: 3px solid rgba(0,0,0,0.1);
    margin: 30px 0;
}


/*--------------------------------------------------------
OBJETIVOS
--------------------------------------------------------*/


.objetivos {
    padding: 0px;
    background-color: #ededed;
    margin-top: 30px;
}

.objetivo {
    text-align: center;
    margin-bottom: 30px;
}

.objetivo i {
    font-size: 30px;
    width: 80px;
    height: 80px;
    padding-top: 20px;
    border: 5px solid #000;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 30px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.objetivo:hover i,
.objetivo:focus i {
    font-size: 30px;
    width: 80px;
    height: 80px;
    padding-top: 20px;
    border: 5px solid #e2232a;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 30px;
    color: #e2232a;
}

.objetivo h3 {
    font-size: 20px;
    text-align: left !important;
}

.objetivo p {
    text-align: left !important;
}


/*--------------------------------------------------------------------------------------------------------------
SOCIOS
--------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------
SOCIOS HEADER
--------------------------------------------------------*/


.socios-header {
    padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 30px;
    text-align: center;
    color: #fff;
    background: url(../img/fuego.jpg) no-repeat center right;
    background-size: cover;
}


/*--------------------------------------------------------
FORMULARIO SOCIOS
--------------------------------------------------------*/


.contacto {
    background: rgba(0,0,0,0.5);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius:3px;
}

.contacto h3 {
    padding-bottom: 20px;  
}

.contacto .form-input-group {
    width: 100%;
    margin: 0px auto 10px;
    background: rgba(255,255,255,1);
    border: 0px solid #242424;
    border-radius: 3px;
    text-align: left;
    position: relative;
}

.contacto .form-input-group i.icon-input {
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
    color:#E2232A;
}

.contacto .form-input-group .help-block {
    font-size: 14px;
    position: absolute;
    top: 22px;
    right: 20px;
    transform: translateY(-50%);
    color:red;
}

.contacto .form-input-group input {
    padding-left: 53px;
    width: 100%;
    height: 55px;
    background: transparent;
    border: medium none;
    color: #242424;
}

.contacto .form-input-group button {
    padding: 15px 0px;
    width: 100%;
    font-size: 13px;
    letter-spacing: 1px;
    border: none;
    border-radius:3px;
    cursor: pointer;

    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    background-color: #E2232A;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contacto .form-input-group button:hover {
    background-color: #E2232A;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.7);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.7);
    opacity: 0.7;

}
.form-control:focus {
    outline: 0;
    border-radius:3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.7);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.7);
}

.alert-success {
    color: #fff;
    background-color: #2EBD59;
    border-color: #2EBD59;
}

.alert-danger {
    color: #fff;
    background-color: #e2232a;
    border-color: #e2232a;
}


/*--------------------------------------------------------
CONTENT SECTION B Y A
--------------------------------------------------------*/

.content-section-a, .content-section-b {
    padding:30px 0 0;
}

.content-section-a hr, .content-section-b hr {
    width: 200px;
    border-top: 3px solid rgba(0,0,0,0.1);
    margin: 30px 0;
}

.content-section-a h2, .content-section-b h2 {
    font-size: 22px;
    padding-bottom: 15px;
}

.content-section-a img, .content-section-b img {
    border-radius:3px;
}


/*--------------------------------------------------------------------------------------------------------------
BENEFICIOS PARA SOCIOS
--------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------
CARD COLUMNS
--------------------------------------------------------*/

.card-columns {
  @include media-breakpoint-only(md) {
    column-count: 2;
  }
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}


/*--------------------------------------------------------
SUMAR NEGOCIO
--------------------------------------------------------*/

.sumar-negocio {
    background-color: #ededed;
    padding: 0 0 30px;
    margin-top: 30px;
}

.sumar-negocio ul {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 15px;
}


/*--------------------------------------------------------
INSPECCION NEGOCIO
--------------------------------------------------------*/


.inspeccion-header {
    padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 30px;
    text-align: center;
    color: #fff;
    background: url(../img/inspeccion.jpg) no-repeat center right;
    background-size: cover;
}


/*--------------------------------------------------------------------------------------------------------------
COMUNICATE CON NOSOTROS
--------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------
COMUNICATE
--------------------------------------------------------*/

.comunicate {
    margin-top: 30px;
    margin-bottom: -30px;
}

.text-danger {
    color: #e2232a !important;
}

 .card-danger {
    background-color: #e2232a;
 }


/*--------------------------------------------------------------------------------------------------------------
FOOTER
--------------------------------------------------------------------------------------------------------------*/


footer {
    background-color: #292B2C;
    color: rgba(255,255,255,.75);
    padding: 30px 0;
    margin-top: 30px;
}

footer h6 {
    color: #fff;
    margin-bottom: 15px;
}

footer ul li {
    list-style: none;
}

footer ul li i {
    display: inline-block;
    width: 24px;
    text-align: center;
}

footer a {
    color: rgba(255,255,255,.75);
    line-height: 28px;
}

footer a:hover,
footer a:focus {
    text-decoration: none;
}



@media (max-width: 992px) {

nav.navbar {
    position: absolute;
    top: 0px;
    width: 100%;
    min-height: 55px;
    padding: 0;
    background-color: transparent !important;
}

.navbar-inverse .navbar-toggler {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: 40px;
    right: 0;
    padding: .75rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: none;
    border-radius: 0;
    z-index: 21;
}

.navbar-collapse.collapsing {
    padding: 15px;
    background: #292B2C;
    z-index: 20;
}

.navbar-collapse.collapse.show {
    padding: 15px;
    background: #292B2C;
    z-index: 20;
}

} /* fin max-width: 767px; */