/* Fonts */
@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.ttf);
}


@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: Montserrat-SemiBoldItalic;
  src: url(../fonts/Montserrat-SemiBoldItalic.ttf);
}


.scroll{
  position: fixed;
}

a {
    color: #193469;
    text-decoration: none;
    background-color: transparent;
}

a:hover{
  color: #193469;
  text-decoration: none;
}
/* root */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
/* NAVBAR */
.navbar{
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}

.nav-item {
  margin: 0px 20px;
}

#logo{
  /*width: 17.5rem;
  height: 5.6rem;*/
  top: 0;
  bottom: 0;
}

.fondoImagen{
    background: url(../images/imagenes/image-15.png);
    background-size: cover;
    height: auto;
}

.fondoImagen2{
    background: url(../images/imagenes/image-16.png);
    background-size: cover;
    height: auto;
}

.fondoImagen3{
    background: url(../images/imagenes/image-17.png);
    background-size: cover;
    height: auto;
}

.fondoImagen4{
    background: linear-gradient(to right, rgba(29,94,184,1) 0%, rgba(0,181,233,1) 100%);
    background-size: cover;
    height: auto;
}

.contenedor{
    position: relative;
    display: inline-block;
}

.contactoTitulo{
  font-size: 20px;
  font-weight: 700;
  line-height: 15px;
}

.parrafoServicios{
  color: white; 
  font-size: 25px; 
  line-height: 1.1;
}

.iconoServicios{
  width: 29px;
}

.iconoContacto{
  width: 50px;
    display: block;
    margin: auto;
}

.parrafoContacto{
  font-size: 25px;
    color: white;
}

.contacto{
  font-size: 20px;
}

.letrasAzul{
  text-align: center;
    font-size: xx-large;
    color: #003FA2;
}

.texto-encima{
    position: absolute;
    top: 10px;
    left: 10px;
}
.centrado{
   position: absolute;
    top: 55%;
    left: 40%;
    transform: translate(-33%, -50%);
}

.tituloAbajo{
  font-family: Montserrat-Bold;
  color: #fff;
  font-size: 3vw;
  animation-delay: 1s;
  position: absolute;
    bottom: 85px;
    color: #fff;
}

hr{
    background: #80A9E1;
    height: 5px;
    width: 5%;
}

.parrafoAbajo{
    position: absolute;
    bottom: 5px;
    color: #fff;
}

.parrafoNumero{
    color: white;
    text-align: center;
    font-size: 60px;
}

#menu li a{
  font-family: Montserrat-SemiBold;
  color: #193469;
  font-size: 1rem;
}


#menu li a:hover{
  color: #C5D92A;
}
/* CAROUSEL */
#carousel-banner {
  width: 100%;
  position: relative;
}
.carousel-indicators li, .carousel-indicators span {
    border-radius: 10px;
    margin: 1px 3px;
    height: 10px;
    width: 10px;
    border: 1px solid #445281;
    background-color: #647CAF;
}

.carousel-indicators .active {
    background-color: #445281;
    width: 12px;
    margin: 0 3px;
    height: 12px;
}

.carousel-caption{
  text-align: left;
  position: absolute;
  padding-left: 60px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-80%);
}

.img-banner{
  height: 40vw;
}

.title-banner {
  font-family: Montserrat-Bold;
  color: #C5D92A;
  font-size: 3vw;
  animation-delay: 1s;
}

.subtitle-banner {
  font-family: Montserrat-Bold;
  color: #fff;
  font-size: 38px;
  animation-delay: 2s;
  margin-bottom: 5px;
}

.subtitle-banner2 {
  font-family: Montserrat-Regular;
  color: #fff;
  font-size: 25px;
  animation-delay: 2s;
  margin-bottom: 5px;
}

.subtitle-banner2  span{
  font-family: Montserrat-Bold;
}

.subtitle-banner3 {
  font-family: Montserrat-SemiBoldItalic;
  color: #fff;
  font-size: 25px;
  animation-delay: 2s;
  margin-bottom: 5px;
}

.btn-action{
  font-family: Montserrat-Regular;
    font-size: 1rem;
    line-height: 100%;
    color: #193469;
    background-color: #C5D92A;
    width: 12.5rem;
    height: 3.4rem;
    display: table-cell;
    border-radius: 30px 30px 30px 30px;
    animation-delay: 2s;
}

.btn-action:hover{
  color: #193469;
  background-color: #FFFFFF;
}


.tituloAgua {
    color: #C5D92A;
    font-family: Montserrat-Regular;
    font-size: 50px;
    text-align: center;
}

.subtituloAgua{
  color: #193469;
  margin-top: 20px;
}

.subtituloAgua2{
  color: #193469;
  text-align: right;
  margin-top: 20px;
}

.logoAgua{
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: 50px;
}

.imgAgua{
  width: 20%;
  margin-right: 20px;
  float: left;
}

.imgAgua2 {
    width: 20%;
    margin-left: 20px;
    float: right;
}

.espaciadoAgua {
    padding: 80px;
    padding-right: 0px;
}

.espaciadoAgua2 {
    padding: 80px;
    padding-left: 0px;
}

.iconohr{
    width: 10%;
    display: block;
    margin: auto;
}

.azul {
    background: #E5EDF9;
    padding: 50px 100px;
}

.blanco {
    background: #fff;
    padding: 50px 100px;
}

#contac h1{
  color: #193469;
  font-size: 50px;
  text-align: center;
  font-family: Montserrat-Bold;
}

#contac p {
    color: #193469;
    font-size: 25px;
    text-align: left;
    font-family: Montserrat-Regular;
}

#contac h2 {
    color: #193469;
    text-align: center;
}

.colorAzul{
  background: #E5EDF9;
    border-radius: 50px;
    padding: 50px 15px;
}



#contac span {
    font-family: Montserrat-Bold;
}

#contac img.icono{
  float: left;
  width: 13%;
}

#contac img.redes{
  float: left;
  width: 13%;
}

.gris {
    background: #F7F7F7;
    padding: 50px 100px;
}

.tituloBama{
  color: #193469;
  font-family: Montserrat-Bold;
}

.parrafoBama {
  color: #193469;
  text-align: center;
  font-size: 20px;
  font-family: Montserrat-Regular;
}

.imagenImagen{
  width: 100%;
}

.centrdoVertical{
  display: flex;
   justify-content: center;
   align-items: center;
}



.marino {
    background: #193469;
    padding: 0px 100px;
}

.marino img{
  width: 100%;
}

.marino span{
  color: #C5D92A;
}

.marino h1 {
    color: #fff;
    font-size: 32px;
    font-family: Montserrat-Bold;
}

.marino h2{
  color: #fff;
  font-size: 25px;
  font-family: Montserrat-Regular;
}

.marino h3{
  color: #fff;
  font-size: 25px;
  font-family: Montserrat-SemiBoldItalic;
}



.caja{
    background: white;
    padding: 5px;
    margin-bottom: 25px;
    box-shadow: 0 0px 35px rgba(17,44,145,.1);
    border-radius: 25px;
    overflow: hidden;
}

.caja img {
    width: 100%;
}

.tituloServicos {
    font-size: 27px;
    text-align: center;
    color: #193469;
    font-family: Montserrat-Regular;
    height: 50px;
}

.caja:hover{
   box-shadow: 0 0px 10px rgba(17,44,145,.4);
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    cursor: pointer;
}

.tituloCategoria{
  font-size: 20px;
  color: #193469;
  margin-top: 15px;
}

.caja p.titulo{
  text-align: center;
  font-size: 20px;
  font-family: Montserrat-Regular;
  font-weight: bold;
  margin: 0px;
}

.caja p.modelo{
    text-align: center;
    font-size: 17px;
    font-family: Montserrat-SemiBoldItalic;
    font-weight: 100;
}

.caja p.precio{
    text-align: center;
    font-size: 20px;
    font-family: Montserrat-Regular;
    font-weight: bold;
    color: #193469;
}

/* COLUMN 1 */
.column-1{
  background-color: white; 
  width: 100%; 
  /*height: 25rem;*/
}

#sale-carousel{
  margin-top: 6rem;
}

.sale-indicators{
  margin: -3rem;
}

.sale-card{
  width: auto;
    height: auto;
    margin: auto;
    background: #F2F2F2;
}

.sale-card img{
  width: 100%; 
  height: auto;
  margin: auto;
}

.iconos{
  width: 130px;
  display: block;
  margin: auto;
}

.descripcion{
   font-size: 15px;
  text-align: justify; 
}

ol.pro {
    padding: 0;
    margin: 0;
    color: #000;
    margin: 15px;
}

ol.pro li {
  padding-left: 1em; 
  text-indent: -.7em;
  font-size: 15px;
  text-align: justify;
  font-family: Montserrat-Regular;
}



ul.pro {
 list-style: none;
    padding: 0;
    margin: 0;
        color: #000;

}

ul.pro li {
  padding-left: 1em; 
  text-indent: -.7em;
  font-size: 15px;
  text-align: justify; 
  font-family: Montserrat-Regular;
}

ul.pro li::before {
  content: "• ";
  color: #193469; 
}
    

.div-title{
  background-color: #445281; 
  width: 22rem; 
  height: 5rem; 
  position: absolute; 
  bottom: 0; 
  opacity: 0.9;
}

.card-title {
  color: white; 
  font-family: Montserrat-SemiBold; 
  font-size: 1.4rem;
  text-align: left;
  position: absolute;
  top: 60%;
  left: 5%;
  transform: translateY(-50%);
}
/* COLUMN 2, COLUMN 3, COLUMN 4 */
.column-2{
  background-color: #F4F4F4;
  width: 100%; 
  height: 40.6rem;
  position: relative;
  
}

#image-column-2 img{
  width: 33.1rem;
  height: 40.6rem;
  overflow: hidden;
}

.column-3{
  background-color: #FFFFFF;
  width: 100%; 
  height: 40.6rem;
  position: relative;
}

#image-column-3 img{
  margin-top: 2.5rem;
  width: 34.3rem;
  height: 36.2rem;
  overflow: hidden;
}

.column-4{
  background-color: #F4F4F4;
  width: 100%; 
  height: 40.6rem;
  position: relative;
}

#image-column-4 img{
  width: 31.2rem;
  height: 40.6rem;
  overflow: hidden;
}

.title-column{
  font-family: Montserrat-Bold;
  font-size: 2.3rem;
}

.title-column:after {
    display:block;
    clear:both;
    content : "";
    left    : 0;
    bottom  : 0;
    height  : 0.6rem;
    width   : 9rem;
    border-bottom: 0.25rem solid #445281;
}

.description-column{
  font-family: Montserrat-Regular;
  font-size: 1.2rem;
  text-align: justify;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* COLUMN 5 */
.column-5{
  width: 100%; 
  height: 28rem;
  background-image: url("../images/banner/banner_mediano-12.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
}

.title-column-5{
  font-family: Montserrat-Bold;
  font-size: 5rem;
  text-align: center;
  color: #FFFFFF;
}

.description-column-5{
  font-family: Montserrat-SemiBold;
  font-size: 2.5rem;
  text-align: center;
  color: #FFFFFF;
}

.btn-column-5{
  margin: auto;
  display: block;
    padding-top: 1.2rem;
}
/* COLUMN 6 */
.column-6{
  background-color: #0C2639;
}

#image-column-6 img{
  margin-top: -0.06rem;
}

.accordion-title{
  font-family: Montserrat-Medium;
  font-size: 1.5vw;
}

.accordion-title a{
  border-radius: 1.5vw;
}

.collapsed > .icon-down {
  transition: .5s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.icon-down {
  transition: .5s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-title .icon-down{
  margin-top: 0.3vw;
  float: right;
}

.accordion-description{
  font-family: Montserrat-Regular;
  font-size: 1.3vw;
  color: #FFFFFF;
  text-align: justify;
  margin-top: -0.6vw;
}

#accordion {
  margin-top: 4vw;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.accordion-content{
  width: 43.7vw;
  margin-bottom: 1.2vw;
}

.btn-column-6{
  display: block;
  padding-top: 1.2rem;
  margin-left: 3vw;
  margin-top: 6vw;
  margin-bottom: 3vw;
}

.btn-column-6:hover{
  background-color: #FFFFFF;
  color: #3295D5;
  font-weight: bold;
}
/* COLUMN 7 */
.column-7{
  background-color: #FFFFFF; 
  width: 100%; 
  height: 31.2rem;
}

.quote-style{
  font-size: 2.5rem;
  color: #d8d8d8;
}

.description-column-7{
  font-family: Montserrat-Regular;
  font-size: 1.5rem;
  text-align: justify;
  color: #000000;
}

#header-comments{
  margin-top: 8.1rem;
  margin-bottom: 5.6rem;
}

.btn-comments{
  border-radius: 0;
  border: 1px solid black;
  color: black;
  padding: 9px 15px;
}

.btn-comments:hover{
  border-radius: 0;
  background-color: #0C2639;
  color: #FFFFFF;
}

.btn-comments:focus,.btn-comments:active {
   outline: none !important;
   box-shadow: none;
}
/* COLUMN 8 */
.column-8{
  background-color: #F4F4F4;
  width: 100%; 
  height: 50rem;
}

.content-column-8{
  width: 100%; 
  height: 50rem;
}

.row-contact{
  margin-bottom: 1.2rem;
}

.row-contact img{
  width: 2.5rem; 
  height: 2.5rem;
}

.description-column-8{
  font-family: Montserrat-Regular;
  font-size: 1.5rem;
  text-align: justify;
  color: #000000;
}

.subtitle-column{
  font-family: Montserrat-Medium;
}

.description-column-8:hover{
  text-decoration: none;
  color: #000000;
}

#form-contact input[type="text"], #form-contact input[type="email"], #form-contact textarea,  #form-contact select{
  font-family: Montserrat-Regular;
    background-color: #F2F2F2;
    font-size: medium;
    border: 0 solid;
    width: 100%;
    border-radius: 0;
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}
/* MAP */
#location-map {
  width: 100%; 
  height: 19.2rem;
}

.mapouter {
  position:relative;
  text-align:right;
  height: 19.2rem;
  width:100%;
}

.footer{
  background: #193469;
}

.gmap_canvas {
  overflow:hidden;
  background:none!important;
  height: 19.2rem;
  width:100%;
}

.gmap_canvas iframe {
  height: 19.2rem;
  width:100%;
}
/* MODAL CONTACT */
#contact-modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 6.2rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #F4F4F4;
  margin: auto;
  border: 0.06rem solid #888;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-header{
    width: 100%;
    height: 50%;
    background: linear-gradient(to right, rgba(29,94,184,1) 0%, rgba(0,181,233,1) 100%);
}

.modal-footer{
  background: linear-gradient(to right, rgba(29,94,184,1) 0%, rgba(0,181,233,1) 100%);
  width: 100%;
}

.modal-body{
  width: 100%;
    background-color: white;
}

.btn-close {
  width: 100%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 2rem;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.imagenTransparente{
  position: absolute;
    top: 132px;
}
.Imagen{
  width: 100%
}

.tituloEtapa {
    color: #007EBF;
    text-align: center;
}

.contacto{
  padding: 90px;
}

@media (max-width: 1280px){
  .imagenTransparente{
    position: absolute;
      top: 190px;
  }
  
  .tituloServicos {
    height: 90px;
    }
    
    #contac p {
    color: #193469;
    font-size: 20px;
    }
  
  
}

@media (min-width: 992px) and (max-width: 1199px){
  .parrafoContacto {
    font-size: 22px;
    color: white;
    padding-left: 23px;
}

  .imagenTransparente {
    position: absolute;
    top: 135px;
}
  /* root */
  html {
    font-size: 14px;
  }
  /* CAROUSEL */
  .title-banner{
    font-size: 3.5vw;
  }

  .subtitle-banner{
    font-size: 1.2vw;
  }

  .btn-action{
    font-size: 1rem;
    width: 12.5rem;
    height: 3.4rem;
  }
  /* MODAL CONTACT */
  #contact-modal {
    padding-top: 6.2rem;
  }

  /*.modal-content {
    padding: 1.2rem;
    width: 55%;
  }*/

  
}

.imagenInicio{
  width: 50%;
}

@media (min-width: 768px) and (max-width: 991px){
    
    .tituloServicos {
        font-size: 20px;
    }

  .contacto {
    padding: 9px;
  }
 
  .tituloAbajo {
    font-family: Montserrat-Bold;
    color: #fff;
    font-size: 3vw;
    animation-delay: 1s;
    position: absolute;
    bottom: 98px;
    color: #fff;
  }

  .imagenTransparente {
    position: absolute;
    top: 97px;
  }

  .centrado {
    position: absolute;
    top: 64%;
    left: 22%;
    transform: translate(-14%, -50%);
  }
  /* root */
  html {
    font-size: 14px;
  }
  /* CAROUSEL */
  .img-banner{
    height: 45vw;
  }

  .title-banner{
    font-size: 3.5vw;
  }

  .subtitle-banner{
    font-size: 1.8vw;
    width: 50vw;
  }

  .btn-action{
    font-size: 1rem;
    width: 12.5rem;
    height: 3.4rem;
  }
  /* COLUMN 1 */
  .sale-card {
    width: auto;
    height: auto;
    margin: auto;
    background: #F2F2F2;
  }

  .iconos {
    width: 115px;
    display: block;
    margin: auto;
  }
  .div-title{
    background-color: #445281; 
    width: 26rem; 
    height: 6rem; 
  }

  .card-title {
    font-size: 1.5rem;
    top: 60%;
    left: 5%;
    transform: translateY(-50%);
  }
  /* COLUMN 2, COLUMN 3, COLUMN 4 */
  .column-2{
    width: 100%; 
    height: 38rem;
  }

  #image-column-2 img{
    width: 28rem;
    height: 38rem;
  }

  .column-3{
    width: 100%; 
    height: 38rem;
  }

  #image-column-3 img{
    margin-top: 3rem;
    width: 28rem;
    height: 30rem;
  }

  .column-4{
    background-color: #F4F4F4;
    width: 100%; 
    height: 38rem;
  }

  #image-column-4 img{
    width: 27rem;
    height: 38rem;
  }

  .title-column{
    font-size: 2.5rem;
  }

  .description-column{
    font-size: 1.3rem;
  }
  /* COLUMN 5 */
  .column-5{
    width: 100%; 
    height: 28rem;
  }

  .title-column-5{
    font-size: 4.5rem;
  }

  .description-column-5{
    font-size: 2rem;
  }

  .btn-column-5{
    padding-top: 1.2rem;
  }
  /* COLUMN 7 */
  .column-7{
    height: 25rem;
  }

  .quote-style{
    font-size: 2rem;
  }

  .description-column-7{
    font-size: 1.4rem;;
  }

  #header-comments{
    margin-top: 6rem;
    margin-bottom: 3rem;
  }

  #header-comments .title-column{
    font-size: 1.8rem;
  }

  #header-comments .title-column:after {
    width   : 8rem;
  }
  /* COLUMN 8 */
  .column-8{
    height: 45rem;
  }

  .content-column-8{
    height: 45rem;
  }

  .content-column-8 .title-column{
    font-size: 1.5rem;
  }

  .row-contact{
    margin-bottom: 1rem;
  }

  .row-contact img{
    width: 2.5rem; 
    height: 2.5rem;
  }

  .description-column-8{
    font-size: 1.3rem;
  }

  #form-contact input[type="text"], #form-contact input[type="email"], #form-contact textarea{
    font-size: 1.2rem;
  }
  /* MODAL CONTACT */
  #contact-modal {
    padding-top: 6.2rem;
  }

  /*.modal-content {
    padding: 1.2rem;
    width: 70%;
  }*/
}

@media (min-width: 576px) and (max-width: 767px){
  /* root */
  html {
    font-size: 14px;
  }
  /* CAROUSEL */
  .img-banner{
    height: 50vw;
  }

  .carousel-caption{
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .title-banner{
    font-size: 3vw;
  }

  .subtitle-banner{
    font-size: 2.2vw;
    width: 50vw;
    font-weight: bold;
  }

  .carousel-caption br{
    display: none;
  }

  .btn-action{
    font-size: 1rem;
    width: 12.5rem;
    height: 3.4rem;
  }
  /* COLUMN 1 */
  #sale-carousel{
    margin-top: 4rem;
  }

  .sale-card, .sale-card img{
    width: 28rem; 
    height: 20rem;
  }

  .div-title{
    background-color: #445281; 
    width: 28rem; 
    height: 6rem; 
  }

  .card-title {
    font-size: 1.5rem;
    top: 60%;
    left: 5%;
    transform: translateY(-50%);
  }
  /* COLUMN 2, COLUMN 3, COLUMN 4 */
  .column-2{
    width: 100%; 
    height: 60rem;
  }

  #image-column-2 img{
    width: 28rem;
    height: 35rem;
  }

  .column-3{
    width: 100%; 
    height: 60rem;
  }

  #image-column-3 img{
    margin-top: 3rem;
    width: 28rem;
    height: 30rem;
  }

  .column-4{
    background-color: #F4F4F4;
    width: 100%; 
    height: 60rem;
  }

  #image-column-4 img{
    width: 27rem;
    height: 35rem;
  }

  .title-column{
    margin-top: 1.4rem;
    font-size: 3rem;
  }

  .description-column{
    font-size: 1.5rem;
  }

  .vertical-center {
    position: relative;
  }
  /* COLUMN 5 */
  .column-5{
    width: 100%; 
    height: 28rem;
  }

  .title-column-5{
    font-size: 3.5rem;
  }

  .description-column-5{
    font-size: 2rem;
  }

  .btn-column-5{
    padding-top: 1.2rem;
  }
  /* COLUMN 6 */
  .accordion-title{
    font-size: 3vw;
  }

  .accordion-title a{
    border-radius: 2vw;
  }

  .accordion-title .icon-down{
    margin-top: 0.3vw;
  }

  .accordion-description{
    font-size: 2.3vw;
    margin-top: -0.6vw;
  }

  #accordion {
    margin-top: 4vw;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .accordion-content{
    width: 80vw;
    margin-bottom: 2vw;
  }

  .btn-column-6{
    padding-top: 1.2rem;
    margin-left: 10vw;
    margin-top: 3vw;
    margin-bottom: 5vw;
  }
  /* COLUMN 7 */
  .column-7{
    height: 30rem;
  }

  .quote-style{
    font-size: 2rem;
  }

  .description-column-7{
    font-size: 1.9rem;;
  }

  #header-comments{
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  #header-comments .title-column{
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }

  #header-comments .title-column:after {
    width   : 10rem;
  }
  /* COLUMN 8 */
  .column-8{
    height: 85rem;
  }

  .content-column-8{
    height: 40rem;
  }

  .content-column-8 .title-column{
    font-size: 2.5rem;
  }

  .row-contact{
    margin-bottom: 1rem;
  }

  .row-contact img{
    width: 2.5rem; 
    height: 2.5rem;
  }

  .description-column-8{
    font-size: 1.7rem;
  }

  #form-contact input[type="text"], #form-contact input[type="email"], #form-contact textarea{
    font-size: 1.5rem;
  }
  /* MODAL CONTACT */
  /*.modal-content {
    padding: 1.2rem;
    width: 95%;
  }*/

  .modal-content .title-column {
    font-size: 2.5rem;
  }
}

.contactoContenedor{
  padding: 60px;
}

.mostrar{
  display: initial;
}

.ocultar{
  display: none;
}
@media (max-width: 575px){
    
.tituloServicos {
    height: auto;
}

  .tituloAgua {
    font-size: 30px;
  }

  .iconohr {
    width: 25%;
  }

  .gris {
    background: #F7F7F7;
    padding: 50px 10px;
  }

  #contac p {
    font-size: 19px;
  }


  .mostrar{
    display: none;
  }

  .ocultar{
    display: initial;
  }

  .espaciadoAgua {
    padding: 20px;
    padding-bottom: 50px;
  }

  .logoAgua {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .caja {
    margin-bottom: 25px;
  }

  .azul {
    padding: 50px 20px;
  }

  .blanco {
    padding: 50px 20px;
  }
  
  .marino {
    padding: 50px 20px;
    padding-bottom: 0px;
  }

  .marino img {
    margin-top: 50px;
  }

  .marino h1 {
    font-size: 30px;
  }

  .parrafoBama {
    text-align: justify !important;
  }

  .contacto {
    padding: 25px;
}

.contactoContenedor{
  padding: 5px;
}

  .imagenInicio{
  width: 25%;
  }

  .parrafoNumero {
    color: white;
    text-align: center;
    font-size: 50px;
  }

  .parrafoAbajo {
    position: absolute;
    bottom: -5px;
    color: #fff;
  }

  .tituloAbajo {
    font-family: Montserrat-Bold;
    color: #fff;
    font-size: 4vw;
    animation-delay: 1s;
    position: absolute;
    bottom: 130px;
    color: #fff;
  }


  .centrado {
    position: absolute;
    top: 57%;
    left: 20%;
    transform: translate(-13%, -50%);
  }

  .imagenTransparente {
    position: absolute;
    top: 195px;
  }
  /* root */
  html {
    font-size: 14px;
  }

  .container{
    width: 95%;
  }
  /* CAROUSEL */
  .carousel-caption{
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-60%);
  }

  .img-banner{
    height: 65vw;
  }

  .title-banner{
    font-size: 4vw;
  }

  .subtitle-banner{
    font-size: 3vw;
    width: 60vw;
    font-weight: bold;
  }

  .subtitle-banner2{
    font-size: 3vw;
    width: 60vw;
    font-weight: bold;
  }

  .subtitle-banner3{
    font-size: 3vw;
    width: 60vw;
    font-weight: bold;
  }

  .carousel-caption br{
    display: none;
  }

  .btn-action{
    font-size: 1rem;
    width: 12.5rem;
    height: 3.4rem;
  }
  /* COLUMN 1 */
  #sale-carousel{
    margin-top: 4rem;
  }

  .sale-card {
    width: auto;
    height: auto;
    margin: auto;
    background: #F2F2F2;
}

  .div-title{
    background-color: #445281; 
    width: 28rem; 
    height: 6rem; 
  }

  .card-title {
    font-size: 1.5rem;
    top: 60%;
    left: 5%;
    transform: translateY(-50%);
  }
  /* COLUMN 2, COLUMN 3, COLUMN 4 */
  .column-2{
    width: 100%; 
    height: 60rem;
  }

  #image-column-2 img{
    width: 25rem;
    height: 30rem;
  }

  .column-3{
    width: 100%; 
    height: 60rem;
  }

  #image-column-3 img{
    margin-top: 3rem;
    width: 25rem;
    height: 27rem;
  }

  .column-4{
    background-color: #F4F4F4;
    width: 100%; 
    height: 60rem;
  }

  #image-column-4 img{
    width: 25rem;
    height: 33rem;
  }

  .title-column{
    margin-top: 1.5rem;
    font-size: 3rem;
  }

  .description-column{
    font-size: 1.5rem;
  }

  .vertical-center {
    position: relative;
  }
  /* COLUMN 5 */
  .column-5{
    width: 100%; 
    height: 20rem;
  }

  .title-column-5{
    font-size: 2.5rem;
  }

  .description-column-5{
    font-size: 1.5rem;
  }

  .btn-column-5{
    padding-top: 1.2rem;
  }
  /* COLUMN 6 */
  .accordion-title{
    font-size: 3.5vw;
  }

  .accordion-title a{
    border-radius: 2vw;
  }

  .accordion-title .icon-down{
    margin-top: 0.3vw;
  }

  .accordion-description{
    font-size: 3vw;
    margin-top: -0.6vw;
  }

  #accordion {
    margin-top: 4vw;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .accordion-content{
    width: 80vw;
    margin-bottom: 2vw;
  }

  .btn-column-6{
    padding-top: 1.2rem;
    margin-left: 10vw;
    margin-top: 3vw;
    margin-bottom: 5vw;
  }
  /* COLUMN 7 */
  .column-7{
    height: 30rem;
  }

  .quote-style{
    font-size: 2rem;
  }

  .description-column-7{
    font-size: 1.6rem;;
  }

  #header-comments{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #header-comments .title-column{
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  #header-comments .title-column:after {
    width: 8rem;
  }
  /* COLUMN 8 */
  .column-8{
    height: 75rem;
  }

  .content-column-8{
    height: 34rem;
  }

  .content-column-8 .title-column{
    font-size: 2rem;
  }

  .row-contact{
    margin-bottom: 1rem;
  }

  .row-contact img{
    width: 2.2rem; 
    height: 2.2rem;
  }

  .description-column-8{
    font-size: 1.5rem;
  }

  #form-contact input[type="text"], #form-contact input[type="email"], #form-contact textarea{
    font-size: 1.4rem;
  }
  /* MODAL CONTACT */
  /*.modal-content {
    padding: 1.2rem;
    width: 95%;
  }*/

  .modal-content .title-column {
    font-size: 2rem;
  }
}

.row{
      display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #193469;
    border-radius: 30px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="email"]::-webkit-input-placeholder {
color: #193469 !important;
}
 
input[type="email"]:-moz-placeholder { 
color: #193469 !important;  
}
 
input[type="email"]::-moz-placeholder {  
color: #193469 !important;  
}
 
input[type="email"]:-ms-input-placeholder {  
color: #193469 !important;  
}


input[type="text"]::-webkit-input-placeholder {
color: #193469 !important;
}
 
input[type="text"]:-moz-placeholder { 
color: #193469 !important;  
}
 
input[type="text"]::-moz-placeholder {  
color: #193469 !important;  
}
 
input[type="text"]:-ms-input-placeholder {  
color: #193469 !important;  
}

input[type="tel"]::-webkit-input-placeholder {
color: #193469 !important;
}
 
input[type="tel"]:-moz-placeholder { 
color: #193469 !important;  
}
 
input[type="tel"]::-moz-placeholder {  
color: #193469 !important;  
}
 
input[type="tel"]:-ms-input-placeholder {  
color: #193469 !important;  
}

textarea::-webkit-input-placeholder {
color: #193469 !important;
}
 
textarea:-moz-placeholder { 
color: #193469 !important;  
}
 
textarea::-moz-placeholder {  
color: #193469 !important;  
}
 
textarea:-ms-input-placeholder {  
color: #193469 !important;  
}

@media (max-width: 380px){
  #contac h1 {
    font-size: 45px;
  }

  .marino h1 {
    font-size: 26px;
  }

  .carousel-caption {
    transform: translateX(-50%) translateY(-75%);
  }

}