/*--Desarrollado por PABLO ABARCA T--*/
/*------------------------*\
|      $COLORS
/*------------------------*\

/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
@font-face {
  font-family: 'Bogle';
  src: url("fonts/Bogle-Bold.woff2") format("woff2"), url("fonts/Bogle-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Bogle';
  src: url("fonts/Bogle-Regular.woff2") format("woff2"), url("fonts/Bogle-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bogle';
  src: url("fonts/Bogle-Black.woff2") format("woff2"), url("fonts/Bogle-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

body {
  color: #161615;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Aleo", serif;
  font-size: 24px;
}

body, html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

body, .smooth-container {
  scroll-behavior: smooth;
}

h1 {
  color: #161615;
  font-size: 3.5em;
  margin: 0 0 8px;
}

h2 {
  color: #161615;
  font-size: 2.5em;
  font-weight: 900;
  margin: 0 0 40px;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0;
  font-weight: normal;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 125px;
}

@media only screen and (max-width: 1500px) {
  .wrap {
    padding: 0 80px;
  }
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 22px;
  }
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -0.5em;
  margin-left: -0.5em;
}

.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.row.row-big {
  margin-right: -50px;
  margin-left: -50px;
}

.row.row-big > [class^="col-"],
.row.row-big > [class*=" col-"] {
  padding-right: 50px;
  padding-left: 50px;
}

.row.row-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.row.row-20 > [class^="col-"],
.row.row-20 > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

* {
  outline: none;
}

a, button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #616A71;
}

a:hover {
  color: #616A71;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

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

.text-left {
  text-align: left;
}

.b-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .b-mobile {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .b-desktop {
    display: none;
  }
}

.btn {
  font-size: 1.125em;
  line-height: 1.4;
  border-radius: 10px;
  padding: 0.7em 2.4em;
  display: inline-block;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  border: none;
  text-transform: uppercase;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn.btn-verde {
  background: #91B508;
  border: 1px solid #91B508;
}

.btn.btn-verde:hover {
  background: #579244;
}

.btn.btn-verde-dark {
  background: #6a8406;
  border-color: 1px solid #91B508;
}

.btn.btn-verde-dark:hover {
  background: #566c05;
}

.btn.btn-amarillo {
  background: #FFA600;
}

.btn.btn-amarillo:hover {
  background: #FF703B;
}

.btn.btn-azul {
  background: #005FAB;
}

.btn.btn-azul:hover {
  background: #004378;
}

.btn.btn-blanco {
  background: #fff;
  color: #616A71;
  border: 1px solid #616A71;
}

.btn.btn-rojo {
  background: #C80040;
  color: #fff;
  border: 1px solid #C80040;
}

.btn.btn-full {
  width: 100%;
}

.btn.b-big {
  font-size: .917em;
  min-width: 280px;
}

@media only screen and (max-width: 1550px) {
  .btn.b-big {
    min-width: 220px;
  }
}

@media only screen and (max-width: 480px) {
  .btn.b-big {
    min-width: 0px;
  }
}

header {
  text-align: center;
  padding: 3.5rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 99;
}

header.header-scroll {
  padding: 2.5rem 0;
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

header .logo {
  margin: 0;
  max-width: 225px;
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header-scroll .logo {
  width: 185px;
}

header .logo img {
  width: 100%;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header.header-scroll nav {
  visibility: visible;
  opacity: 1;
}

header nav ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

header nav ul li a {
  color: #1D1D1B;
  font-weight: 300;
  font-size: 1.1rem;
  border-right: 1px solid #1D1D1B;
  line-height: 1;
  padding: .1rem .6rem .3rem;
}

header nav ul li:last-child a {
  border: none;
}

@media only screen and (max-width: 991px) {
  header {
    padding: 2rem 0;
  }
  header .logo {
    width: 200px;
  }
}

@media only screen and (max-width: 640px) {
  header {
    padding: 1.5rem 0 1rem;
  }
  header .logo {
    width: 6rem;
  }
  .header-scroll .logo {
    width: 6rem;
  }
  header nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
  }
  header nav ul li a {
    padding: .1rem .4rem .3rem;
    font-size: .9rem;
    border: none;
  }
  header .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header nav ul li:nth-child(1) a {
    padding-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  header .logo {
    margin-bottom: 1rem;
  }
}

header.interior {
  background: #272526;
  padding: 2rem 0;
}

header.interior .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 550px) {
  header.interior {
    padding: 1.5rem 0 1rem;
  }
  header.interior .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

header.interior .logo {
  margin: 0;
  width: 6.5rem;
  padding-bottom: .7rem;
}

@media only screen and (max-width: 550px) {
  header.interior .logo {
    margin-bottom: .75rem;
  }
}

header.interior nav {
  display: inline-block;
}

header.interior nav ul {
  margin: 0;
}

header.interior nav ul li a {
  color: #fff;
  border-color: #fff;
}

header.interior nav ul li a:hover {
  color: #ccc;
}

.banner {
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
  min-height: 50vh;
}

@media only screen and (max-width: 1200px) {
  .banner {
    min-height: 0;
  }
}

.banner img {
  width: 100%;
}

.banner .texto {
  position: absolute;
  top: 3rem;
  left: 2rem;
  width: 20rem;
  display: none;
}

.banner .texto p {
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
}

@media only screen and (max-width: 991px) {
  .banner {
    margin-top: 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .banner {
    margin-top: 8.5rem;
  }
  .banner img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
  }
  .banner .texto {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    z-index: 2;
    padding: 5rem 1rem;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .banner {
    margin-top: 7.5rem;
  }
  .banner .img-1 {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
  }
  .banner.visible .img-1 {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .banner.encima .img-1 {
    position: relative;
    z-index: 10;
  }
  .banner img {
    height: 250px;
  }
}

.banner2 {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.banner2.visible {
  top: 0;
}

.banner2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .banner2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media only screen and (max-width: 640px) {
  .banner2 {
    height: 250px;
    position: relative;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .banner2.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .banner2.v {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .banner2 img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  .banner2.encima {
    z-index: 20;
  }
}

.boxes-home {
  position: absolute;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 100%;
  left: 0%;
  width: 100%;
  height: 50%;
  visibility: hidden;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

@media only screen and (max-width: 640px) {
  .boxes-home {
    opacity: 0;
  }
}

.boxes-home.visible {
  visibility: visible;
  top: 0;
}

@media only screen and (max-width: 640px) {
  .boxes-home.visible {
    opacity: 1;
  }
}

.boxes-home .item {
  width: 33.333%;
  background: #333;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media only screen and (max-width: 550px) {
  .boxes-home .item {
    width: 50%;
    min-width: 50%;
  }
}

.boxes-home.visible .item {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.boxes-home .item img {
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media only screen and (max-width: 768px) {
  .boxes-home .item:nth-child(1) img {
    -o-object-position: top;
       object-position: top;
  }
}

.boxes-home .item img:hover {
  opacity: .7;
}

.boxes-home2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100%;
  height: 50%;
  left: 0%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  .boxes-home2 {
    opacity: 0;
  }
}

.boxes-home2.visible {
  visibility: visible;
  left: 0;
  opacity: 1;
  top: 50%;
}

@media only screen and (max-width: 640px) {
  .boxes-home2.visible {
    opacity: 1;
  }
}

@media only screen and (max-width: 550px) {
  .boxes-home2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.boxes-home2 .item {
  height: 100%;
  width: 40%;
  background: #333;
}

.boxes-home2 .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.boxes-home2 .item:last-child img {
  -o-object-position: top;
     object-position: top;
}

.boxes-home2 .item img:hover {
  opacity: .85;
}

.boxes-home2 .item:nth-child(2) {
  width: 20%;
}

@media only screen and (max-width: 550px) {
  .boxes-home2 .item {
    width: 50%;
    min-width: 50%;
    height: 100%;
  }
  .boxes-home2 .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .boxes-home2 .item:nth-child(2) {
    width: 50%;
    min-width: 50%;
    height: 100%;
  }
}

.proyectos {
  padding: 4rem 0;
}

.proyectos .item {
  margin-bottom: 1.8rem;
  background: #333;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.proyectos .item img {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.proyectos .item:hover img {
  opacity: .5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.proyectos .item .texto-hover {
  position: absolute;
  height: auto;
  padding: .7rem 1rem;
  background: #fff;
  text-align: center;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

.proyectos .item .texto-hover h4 {
  margin: 0;
  color: #000;
  font-size: .7rem;
  font-weight: bold;
}

.proyectos .item:hover .texto-hover {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.modal-proyecto {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 0 2rem;
  height: 100vh;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .modal-proyecto {
    height: 100vh;
    overflow: auto;
  }
  .modal-proyecto .modal-body .grid img {
    width: 100%;
    height: auto;
  }
  .proyectos .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .proyectos .row > [class^="col-"],
  .proyectos .row > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .proyectos .item {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .modal-proyecto {
    padding: 0;
  }
}

.modal-proyecto.visible {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  .modal-proyecto.visible {
    display: block;
  }
}

.modal-proyecto .modal-body {
  background: #fff;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem 0 0;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .modal-proyecto .modal-body {
    max-height: 2000px;
    max-width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 550px) {
  .modal-proyecto .modal-body {
    padding: 1rem;
  }
}

.modal-proyecto .modal-body .cerrar-modal {
  position: absolute;
  top: 2rem;
  right: .2rem;
  font-size: 1.5rem;
  cursor: pointer;
}

@media only screen and (max-width: 550px) {
  .modal-proyecto .modal-body .cerrar-modal {
    position: absolute;
    top: .2rem;
    background: #fff;
    right: .2rem;
    font-size: 2rem;
    border-radius: 50%;
    /* border: 2px solid #fff; */
    z-index: 10;
    color: #000;
    cursor: pointer;
  }
}

.modal-proyecto .modal-body .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 2rem;
}

.modal-proyecto .modal-body .grid img {
  width: auto;
  height: calc(100vh - 12rem);
  max-width: 100%;
}
.grid .carrusel{
   width: 100%;
   max-width: 100vw;
}
.grid .carrusel .item{
   text-align: center;
}
.grid .carrusel .tns-nav{display: none;}
.grid .carrusel .tns-controls{display: none;}
.grid .carrusel .tns-outer > button{display: none;}

@media only screen and (max-width: 768px) {
  .modal-proyecto .modal-body .grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    display: block;
  }
  .modal-proyecto .modal-body .grid img {
    width: 100%;
    height: auto;
  }
}

.modal-proyecto .modal-body .grid .col-izq {
  width: calc(50% - .5rem);
}

@media only screen and (max-width: 768px) {
  .modal-proyecto .modal-body .grid .col-izq {
    width: 100%;
  }
}

.modal-proyecto .modal-body .grid .col-der {
  width: calc(50% - .5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .modal-proyecto .modal-body .grid .col-der {
    width: 100%;
  }
}

.modal-proyecto .modal-body .grid .grid-img {
  position: relative;
  margin-bottom: 1rem;
}

.modal-proyecto .modal-body .grid .grid-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-proyecto .modal-body .grid .grid-img1 {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 550px) {
  .modal-proyecto .modal-body .grid .grid-img1 {
    margin-bottom: 1rem;
    height: 300px;
  }
}

.modal-proyecto .modal-body .grid .grid-img2 {
  width: 100%;
  height: 20%;
}

.modal-proyecto .modal-body .grid .grid-img3 {
  width: calc(50% - .5rem);
  height: 30%;
}

.modal-proyecto .modal-body .grid .grid-img4 {
  width: calc(50% - .5rem);
  height: 30%;
}

.modal-proyecto .modal-body .grid .grid-img5 {
  width: 100%;
  height: 50%;
}

.modal-proyecto .modal-body .texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
  height: auto;
	justify-content: center;
}

@media only screen and (max-width: 640px) {
  .modal-proyecto .modal-body .texto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

.modal-proyecto .modal-body .texto .item {
    border-left: 1px solid #333;
    padding-left: 1rem;
    margin-right: 2rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
    min-width: 200px;
    max-width: 600px;
}

@media only screen and (max-width: 640px) {
  .modal-proyecto .modal-body .texto .item {
    margin-bottom: 1rem;
  }
}

.modal-proyecto .modal-body .texto p {
  font-size: .85rem;
  margin-bottom: 0;
  line-height: 1.2;
}

.estudio {
  padding: 4rem 0 2rem;
}

@media only screen and (max-width: 768px) {
  .estudio {
    padding: 2rem 0;
  }
  .estudio .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.estudio p {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
  padding-right: 2rem;
  margin-bottom: 1.5rem;
}

.estudio p.destacado {
  font-weight: bold;
  margin-bottom: 3.5rem;
  font-size: 1.25rem;
}

@media only screen and (max-width: 991px) {
  .estudio p {
    padding-right: 0;
  }
}

.estudio figure img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .estudio figure {
    margin-bottom: 2rem;
  }
}

.contacto {
  padding: 4rem 0 10rem;
  min-height: 100vh;
}

@media only screen and (max-width: 1600px) {
  .contacto {
    padding: 4rem 0 10rem;
  }
}

@media only screen and (max-width: 1200px) {
  .contacto {
    padding: 4rem 0 10rem;
  }
}

@media only screen and (max-width: 550px) {
  .contacto {
    padding: 2rem 0;
  }
}

.contacto figure {
  width: 100%;
}

.contacto figure img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .contacto figure {
    margin-bottom: 2rem;
  }
}

.contacto .texto {
  padding-left: 3rem;
}

.contacto .texto .bloque {
  margin: 0 0 2rem;
}

.contacto .texto .bloque:last-child {
  margin-bottom: 0;
}

.contacto .texto .bloque p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.contacto .texto .bloque p b {
  font-weight: bold;
}

.contacto .texto .bloque p a {
  color: #1d1d1b;
  font-weight: 300;
}

.contacto .texto .bloque p i {
  font-style: italic;
}

@media only screen and (max-width: 991px) {
  .contacto .texto {
    padding-left: 0rem;
  }
}

.instagram {
  background: #ffa45f;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffa45f), color-stop(50%, #ff6d6b), color-stop(100%, #ff3075));
  background: -webkit-gradient(linear, left top, right top, from(#ffa45f), color-stop(50%, #ff6d6b), to(#ff3075));
  background: linear-gradient(to right, #ffa45f 0%, #ff6d6b 50%, #ff3075 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa45f', endColorstr='#ff3075', GradientType=1 );
}

.cuenta a {
  font-size: 1.6em;
  color: #FFF;
  font-weight: normal;
}

.galeria_cont {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.galeria_cont a {
  display: inline-block;
  width: 24%;
  padding: 8px;
}

.galeria_cont a img {
  width: 100%;
  height: auto;
}

.instagram .col-lg-3 img {
  width: 70%;
  height: auto;
}

.visible {
  opacity: 1;
}

footer {
  background: #396FAF;
  text-align: center;
  font-family: 'Helvetica','Arial';
  padding: 1.2em 0;
}

footer a {
  color: #fff;
  font-weight: normal;
}

@media only screen and (max-width: 991px) {
  .instagram .col-lg-3 img {
    width: 140px;
    height: auto;
    margin-bottom: 10px;
  }
  .instagram {
    text-align: center;
  }
  .cuenta a {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .galeria_cont {
    margin-top: 30px;
  }
  .galeria_cont a {
    width: 48%;
  }
}
/*# sourceMappingURL=estilos.css.map */