* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

#saludo {
  margin: 0 auto;
  text-align: center;
}

.multifamiliares-alfonso-lopez-p {
  height: 100vh;
}

.multifamiliares-alfonso-lopez-p .upbar {
  position: relative;
  top: 0;
  left: 0;
  height: 52px;
  width: 100%;
  background-color: #EAA417;
  overflow: hidden;
}

.multifamiliares-alfonso-lopez-p .upbar a {
  width: 280px;
  height: 55px;
  background-color: #015D9C;
  float: right;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.multifamiliares-alfonso-lopez-p .upbar a:hover {
  background-color: #014069;
}

.multifamiliares-alfonso-lopez-p .upbar a .amigo {
  float: right;
}

.multifamiliares-alfonso-lopez-p .upbar a .amigo img {
  width: 130px;
  display: inline-block;
  margin-left: 10px;
}

.multifamiliares-alfonso-lopez-p .upbar a .amigo p {
  position: relative;
  top: 7px;
  font-size: 0.7em;
  display: inline-block;
  text-align: right;
  color: #fff;
}

.clearfix::after {
  content: "";
  clear: both;
}

/*==================================================================
=========================NAV=========================
==================================================================*/
.nav {
  height: 50px;
  background-color: #3CA029;
}

.nav .selected {
  background-color: green;
}

.nav ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.nav ul li {
  display: inline-block;
  width: 100px;
  list-style: none;
}

.nav ul li a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav ul li a:hover {
  background-color: green;
}

.nav ul li a p {
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #fff;
  line-height: 50px;
}

/*==================================================================
=========================MEDIA QUERIES NAV=========================
==================================================================*/
@media screen and (max-width: 770px) {
  .nav {
    height: 490px;
    background-image: url(../img/multifamiliares-back-nav.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .nav .selected {
    background-color: #EAA417;
  }
  .nav ul {
    width: 100%;
    text-align: center;
  }
  .nav ul li {
    display: block;
    height: 50px;
    width: 300px;
    list-style: none;
    margin: 15px auto;
  }
  .nav ul li a {
    display: block;
  }
  .nav ul li a:hover {
    background-color: #EAA417;
  }
}

/*
==========================================
==========================================
            CARRUSEL
==========================================
==========================================
*/
/*
Removes white gap between slides - chagnge to base color of slide images
*/
.carousel {
  background: #007aeb;
}

.carousel .carousel-item {
  overflow: hidden;
}

.carousel .carousel-item .img-fluid {
  width: 100%;
}

/*==================================================================

=========================     CARRUSEL MEDIA QUIERIES     =========================

==================================================================*/
/*
==========================================
==========================================
            PRESENTACION
==========================================
==========================================
*/
.presentacion-full {
  position: relative;
  padding: 70px 40px;
  border-top: 5px solid #EAA417;
  background-color: #2C4C2A;
  z-index: 500;
}

.presentacion-full h1, .presentacion-full h2, .presentacion-full p {
  font-family: "Lato", sans-serif;
  color: #fff;
}

.presentacion-full img {
  position: absolute;
  top: -80px;
  right: 50px;
  height: 270px;
  background-color: #fff;
  padding: 15px;
}

/*==================================================================
=========================MEDIA QUERIES PRESENTACION=========================
==================================================================*/
@media screen and (max-width: 770px) {
  .presentacion-full {
    position: relative;
    padding: 90px 40px;
    border-top: 5px solid #EAA417;
    background-color: #2C4C2A;
    z-index: 500;
  }
  .presentacion-full h1, .presentacion-full h2, .presentacion-full p {
    font-family: "Lato", sans-serif;
    color: #fff;
    text-align: center;
  }
  .presentacion-full img {
    position: absolute;
    top: -80px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    height: 130px;
    background-color: #fff;
    padding: 15px;
  }
}

/*
==========================================
==========================================
            BIENVENIDOS
==========================================
==========================================
*/
.bienvenidos {
  height: 60vh;
  padding: 70px 0;
  background-image: url(../img/multifamiliares-back-bi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: cyan;
  text-align: center;
}

.bienvenidos h3 {
  display: inline-block;
  position: relative;
  font-size: 2.5em;
  padding: 7px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
}

.bienvenidos h4 {
  position: relative;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.4;
  text-align: center;
  width: 65%;
}

/*==================================================================
=========================MEDIA QUERIES BIENVENIDOS=========================
==================================================================*/
@media screen and (max-width: 770px) {
  .bienvenidos {
    height: 70vh;
    padding: 80px 0;
    background-image: url(../img/multifamiliares-back-bi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: cyan;
    text-align: center;
  }
  .bienvenidos h3 {
    display: inline-block;
    position: relative;
    font-size: 2.5em;
    padding: 11px 20px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
  }
  .bienvenidos h4 {
    position: relative;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.5;
    text-align: center;
    width: 65%;
  }
}

/*
==========================================
==========================================
            NOTICIAS
==========================================
==========================================
*/
.noticias {
  padding: 100px 0;
}

.noticias .titulo-news {
  margin-bottom: 50px;
}

.noticias .titulo-news h3 {
  padding: 10px 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #EAA417;
}

.noticias .all-news {
  text-align: center;
}

.noticias .all-news .each-news {
  position: relative;
  height: 100px;
  margin: 20px auto;
}

.noticias .all-news .each-news a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  background-color: #EAA417;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.noticias .all-news .each-news a:hover {
  background-color: #3DA029;
}

.noticias .all-news .each-news a:hover .cada-img {
  left: -20px;
}

.noticias .all-news .each-news a .cada-img {
  position: relative;
  left: 0;
  display: inline-block;
  height: 100px;
  width: 30%;
  overflow: hidden;
  margin-right: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.noticias .all-news .each-news a .cada-img img {
  height: 100px;
}

.noticias .all-news .each-news a h5 {
  position: relative;
  top: -50%;
  display: inline-block;
  color: #fff;
}

/*
==========================================
==========================================
            ALL VIDEOS
==========================================
==========================================
*/
.noticias .all-videos {
  text-align: center;
  padding: 0 20px;
}

.noticias .all-videos .col-4 {
  padding: 15px;
}

.noticias .all-videos video {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.noticias .all-videos video:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

/* Modal video styling */
#videoModal .modal-dialog {
  max-width: 90%;
}

#videoModal .modal-content {
  background-color: #000;
  border: none;
  border-radius: 12px;
  overflow: hidden;
}

#videoModal .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1050;
  border: none;
  padding: 15px;
  background: transparent;
}

#videoModal .close-video-modal {
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  opacity: 1;
}

#videoModal .close-video-modal:hover {
  background-color: rgba(234, 164, 23, 0.9);
  transform: rotate(90deg);
}

#videoModal .close-video-modal span {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

#videoModal .modal-body {
  padding: 0;
  background-color: #000;
}

#videoModal video {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 770px) {
  .noticias .all-videos .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/*
==========================================
==========================================
            FOOTER
==========================================
==========================================
*/
.footer {
  padding: 70px 30px;
  background-color: #2C4C2A;
}

.footer .foot-1 {
  text-align: center;
  margin-bottom: 30px;
}

.footer .foot-1 img {
  height: 150px;
  padding: 10px;
  background-color: #fff;
}

.footer .foot-2 {
  text-align: left;
  padding-top: 30px;
}

.footer .foot-2 h4, .footer .foot-2 h6 {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.footer .foot-3 {
  text-align: left;
  padding-top: 30px;
}

.footer .foot-3 p {
  font-family: "Lato", sans-serif;
  color: #fff;
}
/*# sourceMappingURL=index-n.css.map */