@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

* {
 text-decoration: none;
}

html
{

}

body {
 
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 106px 0 0 0;

}

A {
  text-decoration: none;
}

.navbar {
  background-color: #0066c5;
}


.nav-item {
  padding: 0px 15px;
}

.nav-item::after {
  content: '';
  display: block;
  width: 0px;
  height: 2px;
  background: #1d4db6;
  transition: 0.1s
}

.nav-item:hover::after {
  width: 100%
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #1d4db6;
}

.nav-link {
  padding: 25px 5px;
  transition: 0.1s
}








.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  overflow: hidden;
}




.swiper-zoom-container1
{
  background-image: url(../img/slide1.jpg);
  background-size: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-zoom-container2
{
  background-image: url(../img/slide3.jpg);
  background-size: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-zoom-container3
{
  background-image: url(../img/slide5.jpg);
  background-size: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

  /*  @media (min-width: 1220px) { p { background-color: red; } }    */









.contenedor {
  height: 100%;
 
  padding: 5% 0;
}

h1 {
  color: #FCFBFA;
}

.container_foto {
  display:inline-block;
  padding: 10px 0;
  overflow: hidden;
  max-width: 350px;
  margin: 5px;
}

.container_foto article {
  padding: 10%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.container_foto h2 {
  color: #fff;
  font-weight: 800;
  font-size: 25px;
  
}

.container_foto h4 {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  
}

.container_foto img {
  width: 100%;
  top: 0;
  left: 0;
 
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}



.ver_mas {
  background-color: #005ce6;
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(0px, 70px);
  -webkit-transform: translate(0px, 70px);
  -moz-transform: translate(0px, 70px);
  -o-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.ver_mas span {
  font-size: 40px;
  color: rgb(0, 0, 0);
  position: relative;
  margin: 0 auto;
  width: 100%;
  top: 13px;
}


/*hovers*/

.container_foto:hover {
  cursor: pointer;
}

.container_foto:hover img {

  transform: scale(1.5);
  filter: brightness(10%); 
 
}

.container_foto:hover article {
  transform: translate(2px, -69px);
  -webkit-transform: translate(2px, -69px);
  -moz-transform: translate(2px, -69px);
  -o-transform: translate(2px, -69px);
  -ms-transform: translate(2px, -69px);
}

.container_foto:hover .ver_mas {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
 
}


.showcase {
  width: 100%;
  height: 200px;
  background: url("./img/showcase2.jpg") no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-end;
  padding-bottom: 50px;
  margin-bottom: 20px;
  color: #fff;
}

.showcase h2,
.showcase p {
  margin-bottom: 10px;
}

.showcase .btn {
  margin-top: 20px;
}

.fuente  {
  color: rgb(0, 0, 0);
}



.texto-links  {
  color: rgb(0, 0, 0);
}
.texto-links :hover {
  text-decoration: none;
}







.imgbnr {
  width: 100%;
  height: 191px;
}





/* WP BUTTON */
.btn-whatsapp {
  display:block;
  width:70px;
  height:70px;
  color#fff;
  position: fixed;
  right:20px;
  bottom:20px;
  border-radius:50%;
  line-height:80px;
  text-align:center;
  z-index:999;
}


/* SUSCRIBASE */
.newsletter-subscribe {
  color: #ffffff;
  background-color: #007fe7;
  padding: 55px 74px
}

.newsletter-subscribe p {
  color: #ffffff;
  line-height: 1.5
}

.newsletter-subscribe h2 {
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit
}

.newsletter-subscribe .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 25px
}

.newsletter-subscribe .intro p {
  margin-bottom: 35px
}

.newsletter-subscribe form {
  justify-content: center
}

.newsletter-subscribe form .form-control {
  background: #eff1f4;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 9px;
  height: 45px;
  margin-right: 10px;
  min-width: 250px
}

.newsletter-subscribe form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1
}

.newsletter-subscribe form .btn:hover {
  opacity: 1
}

.newsletter-subscribe form .btn:active {
  transform: translateY(1px)
}

.newsletter-subscribe form .btn-primary {
  background-color: #055ada !important;
  color: #fff;
  outline: none !important
}


.newsletter {
 /*  color: #0062cc !important */
}