@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
.bold {
  font-weight: bold;
}

.bolder {
  font-weight: bolder;
}

.fondo-azul {
  background-color: #024161;
}
.fondo-negro {
  background-color: #2a2a2a;
}
.color-azul {
  color: #0e5774;
}

.color-blanco {
  color: #ffffff;
}
.margen_arriba_20 {
  margin-top: 20px;
}
.margen_arriba_30 {
  margin-top: 30px;
}

.margen_arriba_60 {
  margin-top: 60px;
}
.margen_abajo_30 {
  margin-bottom: 30px;
}
.margen_abajo_20 {
  margin-bottom: 20px;
}

.margen_abajo_60 {
  margin-bottom: 60px;
}
hr {
    margin-top: 20px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background:rgba(255,255,255,1.00);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
	}

img {
  width: 100%;
}
.seccion-web {
  background-image: url(../img/diseno-web/fondo.png);
  background-size: cover;
  background-position: center ;

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* CONTENEDOR CENTRAL DE TOD0 */

.contenedor_central {
  width: 94%;
  height: 77vh;
  position: relative;
  background-color: rgba(252, 110, 110, 0.00);
}

.contenedor_central2 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: rgba(252, 110, 110, .00);
  overflow: hidden;
}


/* SECCION INICIO */

.seccion-inicio {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cielo {
  position: absolute;
  margin-top:-4%;
  margin-left: -4% !important;
  width: 105vw;
  z-index: 1;
}

.agua {
  position: absolute;
  margin-top: 39%;
  margin-left: -4% !important;
  width: 106vw;
  z-index: 1;
}
.ojo {
  position: absolute;
  margin-top: 5%;
  margin-left: 47% !important;
  width: 4vw;
  z-index: 4;

}

.logo {
  position: absolute;
    margin-top: 3%;
    margin-left: 9% !important;
    width: 42vw;
    z-index: 2;
}

.espuma {
  position: absolute;
  margin-top: 42%;
  margin-left: -4% !important;
  width: 111vw;
  z-index: 2;
}
.brujula {
  position: absolute;
  margin-top: 6%;
  margin-left: 90% !important;
  width: 8vw;
  z-index: 2;
}


.titanic {
  position: absolute;
  margin-top: 29.3%;
  margin-left: 7% !important;
  width: 48vw;
  z-index: 1;
}
.iceberg {
  position: absolute;
  margin-top: 32.3%;
  margin-left: 50% !important;
  width: 48vw;
  z-index: 1;

}

.aguila {
  position: absolute;
  margin-top: 14.3%;
  margin-left: 63% !important;
  width: 17vw;
  z-index: 2;

}
.ballena {
  position: absolute;
   margin-top: 50.3%;
   margin-left: 51% !important;
   width: 22vw;
   z-index: 3;
}
.rocas {
    position: absolute;
    margin-top: 56.3%;
    margin-left: 10% !important;
    width: 25vw;
    z-index: 3;
}
.buzo {
  position: absolute;
  margin-top: 57.3%;
  margin-left: 20% !important;
  width: 21vw;
  z-index: 3;
  }

.btn-web {
  position: absolute;
  top: 27% !important;
  left: 66% !important;
  font-size: 1.7rem;
}
.btn-web p{
  background-color: rgb(255, 255, 255);
  padding: 10px 25px 10px 25px;
  border-radius: 20px;
}
.btn-web p a{
  color: rgb(11, 11, 11);
  text-decoration: none;
}
.btn-web2 p{
  background-color: rgb(255, 255, 255);
  padding: 10px 25px 10px 25px;
  border-radius: 20px;
}
.btn-web2 p a{
  color: rgb(11, 11, 11);
  text-decoration: none;
}
.btn-web2 {
  position: absolute;
  top: 64% !important;
  left: 56% !important;
  font-size: 1.7rem;
}
.btn-web3 p{
  background-color: rgb(255, 255, 255);
  padding: 10px 25px 10px 25px;
  border-radius: 20px;
}
.btn-web3 p a{
  color: rgb(11, 11, 11);
  text-decoration: none;
}
.btn-web3 {
  position: absolute;
  top: 104% !important;
  left: 66% !important;
  font-size: 1.7rem;
  z-index: 40;
}
.btn-web4 p{
  background-color: rgb(255, 255, 255);
  padding: 10px 25px 10px 25px;
  border-radius: 20px;
}
.btn-web4 p a{
  color: rgb(11, 11, 11);
  text-decoration: none;
}
.btn-web4 {
  position: absolute;
  top: 175% !important;
  left: 50% !important;
  font-size: 1.7rem;
  z-index: 40;
}

.titulo-web {
  position: absolute;
  top: -7% !important;
  left: 65% !important;
  font-size: 4em;
}

.titulo-web h1 {
  font-size: 1.2em;
  color: white;
  line-height: .9em;
  font-weight: bolder;
}

.laptop {
  position: absolute;
  margin-top:8%;
  width: 50vw;
}


.celular {
  position: absolute;
  top: 8% !important;
  left: 26% !important;
  width: 20vw;
}

.poli-n-1 {
  position: absolute;
  top: -7% !important;
  left: 8% !important;
  width: 8vw;
}


.poli-n-2 {
  position: absolute;
  top: 9% !important;
  left: 42% !important;
  width: 5vw;
}


.poli-n-3 {
  position: absolute;
  top: 73% !important;
  left: 6% !important;
  width: 6vw;

}

.poli-b-1 {
  position: absolute;
  top: 46% !important;
  left: 19% !important;
  width: 8vw;
}

.poli-b-2 {
  position: absolute;
  top: 78% !important;
  left: 12% !important;
  width: 6vw;

}

.poli-b-3 {
  position: absolute;
  top: 57% !important;
  left: 72% !important;
  width: 10vw;
}


/*ESTILOS PARA SECCION IDENTIDAD*/

.seccion-identidad {
  background-image: url(../img/Identidad/fondo-identidad.jpg);
  background-size: cover;
  background-repeat: no-repeat;

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.identidad-izq {
  position: absolute;
  margin-top:24%;
  margin-left: 12% !important;
  width: 34.33vw;
  z-index: 3;

}

.identidad-centro {
    position: absolute;
    top: -67% !important;
    left: 22% !important;
    width: 55.33vw;
    z-index: 2;
}


.identidad-derecha {
  position: absolute;
  top: -91% !important;
  left: 46% !important;
  width: 47.33vw;
  z-index: 1;
}


.identidad-p-n3 {
  position: absolute;
  top: -58% !important;
  left: 18% !important;
  width: 9vw;
  z-index: 3;
}
.identidad-p-b1 {
  position: absolute;
  top: -64% !important;
  left: 34% !important;
  width: 6vw;
  z-index: 3;
}


.identidad-p-b2 {
  position: absolute;
  top: 48% !important;
  left: 2% !important;
  width: 6vw;
  z-index: 3;
}

.identidad-p-n1 {
  position: absolute;
  top: 84% !important;
  left: 14% !important;
  width: 6vw;
  z-index: 3;
}

.identidad-p-n2 {
  position: absolute;
  top: -11% !important;
  left: 58% !important;
  width: 6vw;
  z-index: 3;
}

.titulo-servicios {
  position: absolute;
  top: 23% !important;
  left: 57% !important;
  font-size: 3em;
  z-index: 4;
}

.titulo-servicios h1 {
  font-size: 1.2em;
  color: white;
  line-height: .9em;
  font-weight: bolder;
}

/*ESTILOS PARA SECCION IDENTIDAD*/

.seccion-servicios {
  background-image: url(../img/servicios/fondo.png);
  background-size: cover;

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.macbook {
  position: absolute;
  margin-top: -2%;
  margin-left: 2% !important;
  width: 55.33vw;
  z-index: 1;
}


.carrete2 {
  position: absolute;
  margin-top: 27%;
  margin-left: 2% !important;
  width: 22vw;
  z-index: 1;
}

.foto1 {
  position: absolute;
  margin-top: 42%;
  margin-left: 17% !important;
  width: 32vw;
  z-index: 2;
}


.foto2 {
  position: absolute;
  margin-top: 37%;
  margin-left: 29% !important;
  width: 24vw;
  z-index: 3;
}

.foto3 {
  position: absolute;
  margin-top: 33%;
  margin-left: 36% !important;
  width: 28vw;
  z-index: 4;
}

.carrete1 {
  position: absolute;
  margin-top: 25%;
  margin-left: 47% !important;
  width: 30vw;
  z-index: 5;
}

.servicios-pn1 {
  position: absolute;
  margin-top: 21%;
  margin-left: 72% !important;
  width: 17vw;
  z-index: 7;
}
.cine {
  position: absolute;
  margin-top: -9%;
  margin-left: 40% !important;
  width: 32vw;
  z-index: 2;
}
.camara {
  position: absolute;
  margin-top: 4%;
  margin-left: 60% !important;
  width: 27vw;
  z-index: 2;
}
.servicos-pb1 {
  position: absolute;
  margin-top: 4%;
  margin-left: 60% !important;
  width: 9vw;
  z-index: 3;
}
.servicos-pb2 {
  position: absolute;
  margin-top: 21%;
  margin-left: 10% !important;
  width: 34vw;
  z-index: 6
}


.titulo-identidad {
  position: absolute;
  top: 85% !important;
  left: 66% !important;
  font-size: 2.7em;
  z-index: 10;
}

.titulo-identidad h1 {
  font-size: 1em;
  color: white;
  line-height: .9em;
  font-weight: bolder;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}


/*ESTILOS PARA SECCION IMPRESOS*/

.seccion-impresos {
  background-image: url(../img/impresos/fondo.jpg);
  background-size: cover;

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.cartera {
  position: absolute;
  margin-top: -6%;
  margin-left: 7% !important;
  width: 36.33vw;
  z-index: 1;
}

.impresos-tipo {
  position: absolute;
  margin-top: 9%;
  margin-left: 7% !important;
  width: 72.33vw;
  z-index: 2;
}

.notepad {
  position: absolute;
  margin-top: 42%;
  margin-left: 31% !important;
  width: 33.33vw;
  z-index: 2;
}

.pen {
  position: absolute;
  margin-top: 38%;
  margin-left: 49% !important;
  width: 23.33vw;
  z-index: 2;
}

.tinta {
  position: absolute;
  margin-top: 24%;
  margin-left: 57% !important;
  width: 27.33vw;
  z-index: 3;
}

.pluma {
  position: absolute;
  margin-top: 11%;
  margin-left: 62% !important;
  width: 22.33vw;
  z-index: 2;
}


.impresos-pn2 {
  position: absolute;
  margin-top: 30%;
  margin-left: 78% !important;
  width: 24.33vw;
  z-index: 5;
}


.impresos-pb2 {
  position: absolute;
  margin-top: 7%;
  margin-left: 41% !important;
  width: 16.33vw;
  z-index: 5;
}
.impresos-pb2 {
  position: absolute;
  margin-top: 7%;
  margin-left: 41% !important;
  width: 16.33vw;
  z-index: 5;
}
.impresos-pb1 {
  position: absolute;
  margin-top: 41%;
  margin-left: 4% !important;
  width: 15.33vw;
  z-index: 5;
}
.impresos-pn1 {
  position: absolute;
  margin-top: 23%;
  margin-left: 6% !important;
  width: 8.33vw;
  z-index: 2;
}

/*ESTILOS PARA SECCION CONTACTO */

.seccion-contacto {
  background-image: url(../img/contacto/fondo.jpg);
  background-size: cover;
  background-position: center bottom;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.texto-encabezado {
  position: absolute;
  margin-top: -6%;
  margin-left: 2% !important;
  z-index: 1;
}
.texto-encabezado h1 {
  font-size: 5em;
  text-align: center;
}
.texto-dudas {
  position: absolute;
  margin-top: 29%;
  margin-left: 4% !important;
  z-index: 1;
  width: 90vw;
}
.texto-dudas h1 {
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
}


.texto {
  width: 70vw;
  margin-top: 10%;
  left: 14% !important;
}

.texto p {
  text-align: center;
  color: white;
  font-size: 1.2em;
}
.dudas_texto {
  width: 70vw;
  margin-top: 36%;
  left: 14% !important;

}

.dudas_texto p {
  text-align: center;
  color: white;
  font-size: 1.2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.contenedor-boton {
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  border: solid 7px #18658d;
  margin-top: 23%;
  left: 40% !important;
}

.contenedor-boton a {
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.header {
  position: fixed;
  z-index: 200;
  margin-top: 30px;
  margin-left: 30px;
}
.header a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.header a h3 {
  margin-left: 20px;
  text-decoration: none;
  margin-top: 7px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}


 .boton-nav {
   background-color: transparent !important;
   border: 0px;

 }
 .header a img {
  width: 40px !important;
 }

 /* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* Grow */
.hvr-grow2 {
 display: inline-block;
 vertical-align: middle;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -moz-osx-font-smoothing: grayscale;
 -webkit-transition-duration: 0.5s;
 transition-duration: 0.5s;
 -webkit-transition-property: transform;
 transition-property: transform;
}

.hvr-grow2:hover, .hvr-grow2:focus, .hvr-grow2:active {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}


/* ALTO DE LAS SECCIONES */

.section {
  height: 100vh !important;
}

.altura_seccion {
  height: 100% !important;
}

/* Estilos Secciones Diseño web */
.logo_qriollo {
  width: 70%;
  margin: 0 auto;
}
.impresos-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.impresos-img img {
  width: 70%;
  max-width: 280px;
  margin: 0 auto;
}
.etiquetas-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.etiquetas-img img {
  width: 70%;
  max-width: 280px;
  margin: 0 auto;
}



/* Estilos CAROUSEL IDENTIDAD COORPORATIVA*/
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	  width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 63px;
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #0e5774;
}

/*ESTIOLOS DE LA SECCION DE CONTACTO*/

hr.modificada_azul {
    margin-top: 10px;
    margin-bottom: 0px;
    border: 0;
    width: 8%;
    border-top: 5px solid #0e5774;
}
.seccion-contacto2 {
  background-color: rgb(247, 247, 247);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texto_contacto_seccion {
  position: absolute;
  margin-top: 9%;
  margin-left: 24% !important;
  z-index: 2;
}

.texto_contacto_seccion h1 {
  font-size: 8em;
}

.botella_contacto {
    position: absolute;
    margin-top: 7%;
    margin-left: 24% !important;
    width: 55vw;
    z-index: 1;
}
.link_contacto2:hover {
  text-decoration: none;
  color: white;

}
.link_contacto2 {
  text-decoration: none;
  color: white;
}
.link_contacto2:hover {
  color:#0e5774;
  text-decoration: none;
}
.color-azul2 {
  color:#0e5774;
}
.color-azul2:hover {
  color:white;
  text-decoration: none;
}
.iconos-footer {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;;
  align-items: center;

}
.iconos-footer img{
  width: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

/*ESTILOS INVERSION VS GASTO*/
.inversion {
  margin: 0;
  padding: 0;
  border: 0;
}

a.hvr-grow2 {
  color: white;
  text-decoration: none;
}
.inversion_boton {
  background-color: #024161;
  color:white;
  padding-top: 10px;
  padding-bottom: 10px;
}
.inversion_boton:hover {
  background-color: #022a3e;
  color:white;
  padding-top: 10px;
  padding-bottom: 10px;
}
.inversion_boton_a:hover, .inversion_boton_a:active, .inversion_boton_a:focus  {
  text-decoration: none;
}

.link_color_azul {
  color: #024161 !important;
}

.link_contacto {
  color: rgba(48, 185, 252, 1) !important;
  text-decoration: none;
}
.link_contacto:hover {
  color: #ffffff;
}

/*
ESTILOS ICONO SCROLL
*/
.scroll {
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 49;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    padding-bottom: 15px;
}

.scroll img {
  width: 20vw;
  max-width: 90px;
  margin-top: 10px;
}

/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.9);
		opacity: 0.7;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
}





/*
  MEDIA QUERIES
*/

/*@screen-xs dispositivos moviles*/
@media only screen and (min-width : 320px) {
  .altura_seccion {
    height: 43vh !important;
  }
  .contenedor_central {
    width: 96%;
    height: 27vh;
    background-color: rgba(252, 110, 110, 0.00);
  }
  .contenedor_central2 {
    width: 100%;
    height: 43vh;
  }
  .header {
    position: fixed;
    z-index: 200;
    margin-top: 20px;
    margin-left: 20px;
  }
  .header a img {
    width: 30px !important;
  }
  .rocas {
    position: absolute;
    margin-top: 63.3%;
    margin-left: 3% !important;
    width: 37vw;
    z-index: 3;
  }
  .titulo-identidad {
    top: 99% !important;
    left: 48% !important;
    font-size: .9em;
    z-index: 10;
  }
  .titulo-servicios {
    top: 38% !important;
    left: 51% !important;
    font-size: .9em;
    z-index: 4;
  }
  .titulo-web {
    top: -7% !important;
    left: 65% !important;
    font-size: 1.4em;
  }
  .contenedor-boton {
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    border: solid 5px #18658d;
    margin-top: 35%;
    left: 15% !important;
  }
  .texto-encabezado {
    margin-top: -22%;
    margin-left: 2% !important;
    z-index: 1;
  }
  .texto-encabezado h1 {
    font-size: 1.8em;
    text-align: center;
  }
  .texto {
    width: 85vw;
    margin-top: 11%;
    left: 6% !important;
  }
  .texto p {
    text-align: center;
    color: white;
    font-size: .6em;

  }
  .texto-dudas {
    position: absolute;
    margin-top: 49%;
    margin-left: 2% !important;
    z-index: 1;
    width: 90vw;
  }
  .texto-dudas h1 {
    font-size: 1.1em;
    text-transform: uppercase;
    text-align: center;
  }
  .dudas_texto {
    width: 70vw;
    margin-top: 58%;
    left: 14% !important;
}
  .dudas_texto p {
    text-align: center;
    color: white;
    font-size: .8em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  }
  .texto_contacto_seccion {
    position: absolute;
    margin-top: 9%;
    margin-left: 24% !important;
    z-index: 2;
  }
  .texto_contacto_seccion h1 {
    font-size: 2.3em;
  }

}

/* Small devices (tablets, up to 768px) */
@media (min-width: 768px) {
  .altura_seccion {
    height: 50vh !important;
  }
  .contenedor_central {
    width: 96%;
    height: 35vh;
    background-color: rgba(252, 110, 110, 0.00);
  }
  .contenedor_central2 {
    width: 100%;
    height: 50vh;
  }
  .header {
    position: fixed;
    z-index: 200;
    margin-top: 30px;
    margin-left: 30px;
  }
  .header a img {
    width: 40px !important;
  }
  .rocas {
    position: absolute;
    margin-top: 58.3%;
    margin-left: 10% !important;
    width: 25vw;
    z-index: 3;
}
  .titulo-identidad {
    top: 98% !important;
    left: 50% !important;
    font-size: 2em;
    z-index: 10;
  }
  .titulo-servicios {
    top: 23% !important;
    left: 57% !important;
    font-size: 2.1em;
    z-index: 4;
  }
  .titulo-web {
    top: -7% !important;
    left: 65% !important;
    font-size: 3em;
  }
  .texto-encabezado {
    margin-top: -10%;
    margin-left: 2% !important;
    z-index: 1;
  }
  .texto-encabezado h1 {
    font-size: 3.5em;
    text-align: center;
  }
  .texto {
    width: 85vw;
    margin-top: 8%;
    left: 6% !important;
  }
  .texto p {
    text-align: center;
    color: white;
    font-size: 1.2em;
  }
  .contenedor-boton {
    margin-top: 31%;
    left: 30% !important;
  }
  .texto p {
    text-align: center;
    color: white;
    font-size: 1.2em;
  }
  .texto-dudas {
    position: absolute;
    margin-top: 37%;
    margin-left: 2% !important;
    z-index: 1;
    width: 90vw  ;
  }
  .texto-dudas h1 {
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
  }
  .dudas_texto {
    width: 70vw;
    margin-top: 46%;
    left: 14% !important;
  }
  .dudas_texto p {
    text-align: center;
    color: white;
    font-size: 1.2em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  }
  .texto_contacto_seccion {
    position: absolute;
    margin-top: 9%;
    margin-left: 24% !important;
    z-index: 2;
  }
  .texto_contacto_seccion h1 {
    font-size: 5em;
  }


}

/*@screen-md laptops */
@media only screen and (min-width : 992px) {
  .altura_seccion {
    height: 100vh !important;
  }
  .contenedor_central {
    width: 94%;
    height: 94vh;
  }
  .contenedor_central2 {
    width: 100%;
    height: 100vh;
  }
  .titulo-identidad {
    top: 85% !important;
    left: 66% !important;
    font-size: 2.7em;
  }
  .titulo-servicios {
    top: 32% !important;
    left: 56% !important;
    font-size: 2.5em;
    z-index: 4;
}
  .titulo-web {
    top: -7% !important;
    left: 65% !important;
    font-size: 4em;
  }
  .rocas {
    position: absolute;
    margin-top: 66.3%;
    margin-left: 9% !important;
    width: 27vw;
    z-index: 3;
  }
  .texto-encabezado {
    position: absolute;
    margin-top: -12%;
    margin-left: 2% !important;
    z-index: 1;
  }
  .texto-encabezado h1 {
    font-size: 5em;
    text-align: center;
  }
  .texto {
    width: 70vw;
    margin-top: 10%;
    left: 14% !important;
  }
  .contenedor-boton {
    margin-top: 28%;
    left: 36% !important;
  }
  .texto-dudas {
    margin-top: 36%;
    margin-left: 3% !important;
    width: 90vw;
  }
  .dudas_texto {
    width: 70vw;
    margin-top: 44%;
    left: 14% !important;
  }
  .texto_contacto_seccion {
    position: absolute;
    margin-top: 9%;
    margin-left: 24% !important;
    z-index: 2;
  }
  .texto_contacto_seccion h1 {
    font-size: 6em;
  }
}

/*@screen-lg ipad landscape*/
@media only screen and (min-width : 1024px) {
  .contenedor_central {
    width: 94%;
    height: 64vh;
  }
}

/*@screen-lg laptop md*/
@media only screen and (min-width : 1200px) {
  .contenedor_central {
    width: 94%;
    height: 80vh;
  }
  .rocas {
    position: absolute;
    margin-top: 53.3%;
    margin-left: 9% !important;
    width: 27vw;
    z-index: 3;
  }
  .texto-encabezado {
    position: absolute;
    margin-top: -6%;
    margin-left: 2% !important;
    z-index: 1;
  }
  .texto-encabezado h1 {
    font-size: 5em;
    text-align: center;
  }
  .texto {
    width: 70vw;
    margin-top: 10%;
    left: 14% !important;
  }

  .contenedor-boton {
    margin-top: 22%;
    left: 40% !important;
  }
  .texto-dudas {
    margin-top: 27%;
    margin-left: 2% !important;
    width: 90vw;
  }
  .dudas_texto {
    width: 70vw;
    margin-top: 34%;
    left: 12% !important
  }
  .texto_contacto_seccion {
    position: absolute;
    margin-top: 9%;
    margin-left: 23% !important;
    z-index: 2;
  }
  .texto_contacto_seccion h1 {
    font-size: 8em;
  }

}


/*@screen-lg IMAC*/
@media only screen and (min-width : 1440px) {
  .contenedor_central {
    width: 94%;
    height: 95vh;
  }
  .texto_contacto_seccion {
    position: absolute;
    margin-top: 9%;
    margin-left: 32% !important;
    z-index: 2;
  }
  .texto_contacto_seccion h1 {
    font-size: 8em;
  }

  .texto-encabezado {
    position: absolute;
    margin-top: 0%;
    margin-left: -2% !important;
    z-index: 1;
  }
  .texto-encabezado h1 {
    font-size: 5em;
    text-align: center;
  }
  .texto {
    width: 70vw;
    margin-top: 10%;
    left: 14% !important;
  }

  .contenedor-boton {
    margin-top: 20%;
    left: 41% !important;
  }
  .texto-dudas {
    margin-top: 25%;
    margin-left: 0% !important;
    width: 90vw;
  }
  .dudas_texto {
    width: 70vw;
    margin-top: 30%;
    left: 10% !important;
  }
  .texto_contacto_seccion {
    position: absolute;
    margin-top: 9%;
    margin-left: 30% !important;
    z-index: 2;
  }
  .texto_contacto_seccion h1 {
    font-size: 8em;
  }

}
