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

body {
  font-family: 'Montserrat';
  text-align: center;
}

.grisfondocaja {
  background-color: #f2f2f2;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;  
}

/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/

.navbar {
  height: 90px;
  width:100vw;
}
.nav-item {
  color: blue;
}
.collapse .navbar-collapse {
  color: blue;
}

.dropdown:hover>.dropdown-menu {
  display: block;
 }

/**********************************/
/**************** BG **************/
/**********************************/

.bg.blue {
  background-color: #131e43;
}

.bg {
  background-color: #0077a6;
  text-align: right
}

/**********************************/
/*************** IMG **************/
/**********************************/

.img-tam-p {
  max-width:75px;
  padding-top: 0px;
}

.img-tam-m {
  max-width:100px
}

.img-tam-g {
  max-width:300px;
  padding-top: 5px;
  /* height: 200; */
  width: 300px;
}
.img-1 {
  background-image: url("../img/Carrousel-01-Gr.jpg");
  background-position: center;

}

.img-2 {
  background-image: url("../img/Carrousel-02-Gr.jpg");
  background-position: center;
}
.img-3 {
  background-image: url("../img/Carrousel-03-Gr.jpg");
  background-position: center;
}

.img-1-phone {
  background-image: url("../img/Carrousel-01-Pq.jpg");
  background-position: center;

}

.img-2-phone {
  background-image: url("../img/Carrousel-02-Pq.jpg");
  background-position: center;
}
.img-3-phone {
  background-image: url("../img/Carrousel-03-Pq.jpg");
  background-position: center;
}

.img-hosbec {
  max-width:150px;
}

.border-blue {
  border: 2px solid #0077a6;
}

.card-img {
  max-width:100%;
  display:block;
  margin: 0;
}
/**********************************/
/************ CONTAINER ***********/
/**********************************/

.container-fluid {
  padding: 0px;
  padding-top: 10px;
}

.container {
  padding-top: 20px;
  padding-bottom: 20px
}

.container-secciones {
  padding: 0px;
  padding-top: 80px;
  background-color: #d8d9dd;
-webkit-text-stroke: 2px black;
}

/**********************************/
/************ CARROUSEL ************/
/**********************************/

.carousel-inner img {
  width: 100px;
  height: 100%;
}

.carousel .slide {
  height: 100vh;
  height: 500px;
  min-height: 500px;
  background-size: cover;
  background-position: center;
}
.carousel-phone {
  height: 100vh;
  height: 300px;
  min-height: 300px;
  background-color: red;
  background-size: cover;
  background-position: center;
}

.carousel-caption {
  color: black;
}

.carousel-item {
  min-height: 500px;
  background-size: cover;
}

.carousel-inner-phone {
  min-height: 300px;
}
.carousel-item-phone {
  min-height: 300px;
  background-size: cover;
}

.titulotextocarrousel {
  color: white;
  font-weight: bold;
  font-size: 25px;
}

.textocarrousel {
  color: white;
}

/**********************************/
/************ SECCIONES +**********/
/**********************************/

.seccion-video {
  background-color: #0077a6;
  width:100vw;
  color: #0077a6;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.seccion-titulos {
  padding-top: 30px;
  padding-bottom: 20px;
}

/**********************************/
/********** TEXTO TITULO +*********/
/**********************************/

.titulo-principal {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 35px;
  color: white;
  font-weight: bold;
  background-color: #0077a6;
  margin-bottom: 30px;

}
.img-icono {
  max-width:50px;
}

.seccion-cartas {
  padding-top: 0px;
  padding-bottom: 0px;
}

/**********************************/
/************** VIDEO *************/
/**********************************/

.seccion-video {
    background-color: #0077a6;
    width:100vw;
    padding-top: 20px;
}

video{
  width:100%;
}

.video {
  color: white;
  font-size: small;
  align-items: center;
}

.textovideo {
  color: white
}

.textovideo_nos {
  color: #0077a6;
}

.texto_nos {
  color: black;
}

.textorojo {
  color: red;
}


/**********************************/
/************ RESTO BODY ***********/
/**********************************/

.espaciobajo {
  margin-top: 70px;
}

.espaciopie {
  padding-bottom: 15px;
}



.img-tam {
  max-width:400px;
  display:block;
  margin:auto;
}

.textointro {
  border: 0px solid #0077a6;
}

.card {
  order: 1px solid #0077a6;
}

.card-img-top {
  max-width:100%;
  display:block;
  margin: 0;
}

.btn-primary {
  background-color: #0077a6;
  color: white;
}


h1,h2,h3,h4,h5,h6 {
  color: #0077a6;
}


a {
  color: white; 
}
p {
  margin-bottom: 0px;

}

.textolinea {
  display: inline-block;
  position: relative;
  color: #0077a6;
  text-align: center;
  font-size: 3em ;
}

.texto-sub-seccion {
  color: white;
  font-size: 20px;
  background-color: #0077a6;
  padding-top: 10px;
  padding-bottom: 10px;
}

/**********************************/
/********** LINEA TITULO **********/
/**********************************/

.textolinea::after,.textolinea::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 7px;
  background-color: #0077a6;
  top: 0.7em;
}
.textolinea::before {
  left: -110px;
}
.textolinea::after {
  right: -110px;
}




/**********************************/
/********** PIE PÁGINA **********/
/**********************************/

.footer {
  padding-top: 5px;
  width: 100%;
  background: #0077a6; 
  bottom: 0;
  color: white;
  left: 0px;
  text-align: center;
  }

  .img-rrss {
    max-width:40px;
    padding-top: 5px;
    padding-left: 5px;
  }

/**********************************/
/********** FORMULARIO **********/
/**********************************/

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

  .textocontacto {
    text-align: left;
    padding-bottom: 20px;
  }

/**********************************/
/********** IDIOMAS **********/
/**********************************/

.icono {
  width: 3em;
  margin: 1em;
  margin-left:auto;
}

img.zoom {
  transition: transform .2s ease-in-out;
}

.ampliar {
  transform: scale(1.3);
}



/**********************************/
/******* AVATARES CIRCULO *********/
/**********************************/
.circle {
  border-radius:50%;
  max-width:100px;
  margin-left:auto;
  margin-right:auto;
  border: 2px solid #0077a6;
}

.circle-phone {
  border-radius:50%;
  max-width:75px;
  margin-left:auto;
  margin-right:auto;
  border: 2px solid #0077a6;
}

.caja-iconos {
  width: 250px;
  height: 100px;
  margin-top: -30px;
  border: 2px solid #0077a6;
  display: flex;
  align-items: center;
  margin-left:auto;
  margin-right:auto;
  font-weight: bold;
  font-size: 20px;
  border-radius: 5px;
}
.caja-iconos-phone {
  width: 150px;
  height: 70px;
  margin-top: -20px;
  border: 2px solid #0077a6;
  display: flex;
  align-items: center;
  margin-left:auto;
  margin-right:auto;
  font-size: 15px;
  border-radius: 5px;

}

.cartacirculo {
  padding-right: 5px;
  margin-left: 5px;
  padding-bottom: 30px;
  margin-left:auto;
  margin-right:auto;
}

.titulo-carta {
  display: flex;
  align-items: center;
  color: #0077a6;
}

.seccion-iconos {
  padding-top: 50px;
  margin-left:auto;
  margin-right:auto;
}
.cuerpo-carta {
  margin-left:auto;
  margin-right:auto;
}

.seccion-iconos-phone {
  padding-top: 50px;
  margin-left:auto;
  margin-right:auto;
}


/**********************************/
/******* NUESTRA OFERTA *********/
/**********************************/

.caja-ofertas {
  border: 2px solid #0077a6;
}
.subtitulos {
  text-align: left;
}
hr {
  height: 1px;
  background-color: #0077a6;
  margin-top: 0px;
}

/**********************************/
/********* DESCUBRE BENI **********/
/**********************************/

.carta-descubre {
  max-width: 500px;
  border: 2px solid #0077a6;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left:auto;
  margin-right:auto;
}

.card-subt-descubre {
  color: #0077a6;
  padding-top: 5px;
}

.card-texto-descubre {
  font-size: 13px;
  padding-bottom: 10px;
}

/**********************************/
/************ IMG 404 ***********/
/**********************************/

.img-404 {
  margin-top: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left:auto;
  margin-right:auto;
}

/**********************************/
/**** SCROLL ENTRADA ANIMADA ******/
/**********************************/

.animado {
  opacity: 0;
  transition: all 0.5s;
}

.mostrarArriba {
  animation: mostrarArriba 1s;
}

@keyframes mostrarArriba{
  0% {
    transform: translateY(60px);
  }
  100% {
    transform: translate(0)
  }
}
