*{padding:0;
margin:0;
}
*{ 
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
}
.lightbox {
  cursor: pointer;
}
.lb-outerContainer {
  cursor: default;
}
/*-------------------INICIO EFECTO SUBRAYADO MENÚ------------------*/
.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-1-30 15:4:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/*-------------------FIN EFECTO SUBRAYADO MENÚ------------------*/
/*INICIO EFECTO SERVICIOS*/
.swing-in-top-fwd {
	-webkit-animation: swing-in-top-fwd 1.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	        animation: swing-in-top-fwd 1.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2026-4-6 12:39:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}

/*FIN EFECTO SERVICIOS*/

/*INICIO EFECTO SERVICIOS*/
.swing-in-bottom-fwd {
	-webkit-animation: swing-in-bottom-fwd 1.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	        animation: swing-in-bottom-fwd 1.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2026-4-6 17:24:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-bottom-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 1;
  }
}
@keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 1;
  }
}

/*FIN EFECTO SERVICIOS*/
/*-----------------------------------------INICIO EFECTO SCROLL--------------------------------*/

.animado{
    opacity:0;
    transition: all 5s;
}


.mostrarArriba{
    animation: mostrarArriba 5s;
}

@keyframes mostrarArriba{
    0%{
        transform: translateY(110px);
    }
    100%{
        transform: translateY(0);
    }
    
}

.animado_dos{
    opacity:0;
    transition: all 8s;
}


.mostrarArriba_dos{
    animation: mostrarArriba_dos 8s;
}

@keyframes mostrarArriba_dos{
    0%{
        transform: translateY(140px);
    }
    100%{
        transform: translateY(0);
    }
    
}


/*-----------------------------------------FIN EFECTO SCROLL--------------------------------*/
/*--------------------INICIO EFECTO FRANJA COOKIES-----------------*/
.slide-in-bottom {
	-webkit-animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-12-7 11:36:7
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


/*--------------------FIN EFECTO FRANJA COOKIES-----------------*/
#carouselProyectosMoviles {
    display: none;    
}
ul.unico_moviles {
    display: none;
}
.unico_moviles {
    display: none;
}
header {
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: white;
    border-bottom: 1px solid #2e3130;
}
header.especial {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-top: 15px;
    padding-bottom: 15px;
}
header.especial h1 {
    width: 210px;
    margin-bottom: 0;
}
header.especial a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 15px;
}
header.especial a:hover {
    border: 1px solid #aa201f;
}
header.especial a img {
    width: 100%;
}
header .cabecera_moviles {
    display: none;
}
header .menu_oculto {
    display: none;
}
header nav ul li a span {
  display: none;
  width: 100%;
  height: 1px;
  background: #aa201f;
}
header nav ul li a .invisible {
  display: block;
  width: 100%;
  height: 1px;
  background: transparent;
}
header .logo {
    width: 140px;
    height: 100%;
    top: 0;
    left: 20px;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
header .logo h1 {
    width: 140px;
    margin-bottom: 0;
}
header h1 p {
    white-space: nowrap;
    color: #2e3130;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}
.navbar {
    margin-bottom: 0;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
header nav ul li {
    margin-right: 15px;
    margin-left: 15px;
}
header nav ul li a {
    font-size: 18px;
    line-height: 18px;
    color: #2e3130;
    text-decoration: none;
    font-weight: 800;
}
.pagination > li > a, .pagination > li > span {
  color: #2e3130;
}
header .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
header nav ul li a i {
    font-size: 20px;
}
header nav ul li a:hover {
    color: #aa201f;
    text-decoration: none;
}
header nav ul li a:hover i {
    color: #aa201f;
}
header nav ul li a.active {
  color: #aa201f;
}
header nav ul li a span {
  display: none;
  width: 100%;
  height: 1px;
  background: #aa201f;
}
header nav ul li a:hover span {
  display: block;
}
header .redes {
  height: 100%;
  margin-bottom: 0;
  top: 0;
  right: 156px;
  z-index: 1; 
  display: none !important;
}
header .redes a {
  margin-left: 5px;
  margin-right: 5px;
}
header .redes a i {
  font-size: 20px; 
  color: #2e3130;
}
header .redes a:hover i {
  color: #aa201f;
}
header .idiomas {
  height: 100%;
  margin-bottom: 0;
  top: 0;
  right: 16px;
  z-index: 1;
}
header .idiomas a, header .idiomas p {
  text-decoration: none;
  font-size: 16px;
  line-height: 1px;
  color: #2e3130;
  font-weight: 400;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 0;
}
header .idiomas p {
  text-decoration: none;
  font-weight: 800;
  color: #aa201f;
}
header .idiomas a:hover {
  color: #aa201f;
}
#inicio, #servicios, #empresa, #proyectos, #financiacion, #contacto, #servicios-eus, #empresa-eus, #proyectos-eus, #financiacion-eus, #contacto-eus {
  top: -43px;
  left: 0;
  width: 100%;
  z-index: -1;
}
#proyectos, #proyectos-eus {
  top: -67px;
}
#myCarousel {
  margin-top: 64px;
}
#myCarousel .carousel-inner, #myCarousel .carousel-item, #myCarousel .carousel-caption, #myCarousel .foto {
  width: 100%;
  height: 500px;
}
#myCarousel .carousel-caption {
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#myCarousel .foto-slides-1 {
    background-image: url(../img/carousel-1.jpg);
    background-position: center;
    background-size: cover;
}
#myCarousel .foto-slides-2 {
    background-image: url(../img/carousel-2.jpg);
    background-position: center;
    background-size: cover;
}
#myCarousel .foto-slides-3 {
    background-image: url(../img/carousel-3.jpg);
    background-position: center;
    background-size: cover;
}
#myCarousel .foto-slides-4 {
    background-image: url(../img/carousel-4.jpg);
    background-position: center;
    background-size: cover;
}
#myCarousel .texto {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 30px;
  position: relative;
  z-index: 60;
}
#myCarousel .foto-slides-2 .texto, #myCarousel .foto-slides-4 .texto {
  justify-content: flex-end;
  align-items: flex-end;
}
#myCarousel .presentacion-2, #myCarousel .presentacion-4 {
  justify-content: flex-end;
}
#myCarousel .texto strong {
  font-size: 32px;
  line-height: 37px;
  color: white;
  font-weight: 800;
  width: 60%;
  margin-bottom: 15px;
  text-align: right;
}
#myCarousel .foto-slides-2 .texto strong, #myCarousel .foto-slides-4 .texto strong {
  text-align: right;
}
#myCarousel .texto p {
  font-size: 22px;
  line-height: 27px;
  color: white;
  font-weight: 400;
  width: 40%;
  margin-bottom: 10px;
  text-align: left;
}
#myCarousel .texto a {
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  color: white;
  padding: 5px 10px;
  border: 1px solid white;
  border-radius: 50px;
  text-decoration: none;
}
#myCarousel .texto a:hover {
  background: #aa201f;
  color: white;
  border: 1px solid #aa201f;
}
#myCarousel .foto-slides-2 .texto p, #myCarousel .foto-slides-4 .texto p {
  text-align: right;
}
#myCarousel .foto-slides-1 strong, #myCarousel .foto-slides-3 strong {
  text-align: left;
}
#myCarousel .foto-slides-2 strong {
  text-align: right;
}
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-indicators {
  bottom: 10px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
}
.carousel-indicators li, .carousel-indicators li.active {
  margin-left: 5px;
  margin-right: 5px;
}
.carousel-indicators .active {
  background-color: #2e3130;
}
.carousel-control-next, .carousel-control-prev {
  text-decoration: none;
}
#myCarousel .carousel-control-next i, #myCarousel .carousel-control-prev i {
  font-size: 60px;
  color: white;
}
#myCarousel .carousel-control-next:hover i {
  color: #aa201f;
}
#myCarousel .carousel-control-prev:hover i {
  color: #aa201f;  
}
#myCarousel .carousel-control-next, #myCarousel .carousel-control-prev {
  opacity: 1;
}
#myCarousel .capa {
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 500px;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(11, 10, 10, 0) 56%);
}
.carousel-control-next {
  justify-content: right !important;
}
.carousel-control-prev {
  justify-content: left !important;
}
.carousel-control-next i {
  margin-right: 20px;
}
.carousel-control-prev i {
  margin-left: 20px;
}
.financiacion .ventana {
  width: 100%;
  height: 360px;
  background-attachment: fixed;
  top: 0px;
  left: 0px;
  background-image: url(../img/pared.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}
.quienes, .financiacion {
    padding-top: 30px;
    padding-bottom: 30px;
}
.quienes .foto, .financiacion .foto {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}
.quienes .foto img, .financiacion .foto img {
    float: right;
    border: 1px solid white;
    box-shadow: 0 0 10px #c2c4c7;
    display: block;
    margin-left: 15px;
    margin-bottom: 15px;
    max-width: 520px;
}
.quienes .texto, .financiacion .texto {
    margin-right: -8px;
}
.quienes h2, .servicios h2, .proyectos h2, .financiacion h2, .contacto h2, .financiacion h2 {
    font-size: 26px;
    line-height: 26px;
    color: #2e3130;
    font-weight: bold;
    margin-bottom: 0;
    margin: 30px auto;
}
.quienes h2, .financiacion h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
.quienes p.sub, .servicios p.sub, .servicios p.ult, .financiacion p.sub {
    font-size: 23px;
    line-height: 28px;
    color: #2e3130;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.financiacion p.sub {
    color: white;
}
.servicios h2 {
    margin: 0 auto;
    margin-bottom: 15px;
}
.servicios {
    background: #2e3130;
}
.servicios h2, .financiacion h2 {
    color: white;
}
.servicios p.sub, .servicios p.ult {
    color: white;
    background: #2e3130;
    padding-left: 370px;
    padding-right: 370px;
    position: relative;
    z-index: 13;
}
.quienes .somos, .financiacion .somos {
  margin: 0 auto;
}
.quienes .somos .parrafo, .financiacion .somos .parrafo {
  display: flex;
  align-items: center;
}
.quienes p, .financiacion p {
  text-align: left;
  color: #2e3130;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 20px;
}
.financiacion p {
  color: white;
}
.servicios, .financiacion {
  padding-top: 30px;
  padding-bottom: 25px;
}
.financiacion {
  padding-bottom: 0;
}
.servicios .pag p {
  text-align: center;
  font-size: 19px;
  line-height: 19px;
  font-weight: 400;
  color: white;
  margin-top: 20px;
}
.servicios li .detalle_servicio {
  display: none;
  background: #353433; 
  z-index: 10;
  top: -300px;
  padding: 28px;
  border: 1px solid white;
}
.servicios li .detalle_servicio p.principal {
  font-size: 25px;
  line-height: 25px;
  color: white;
  margin-bottom: 18px;
  font-weight: bold;
  text-align: center;
}
.servicios li .detalle_servicio .closed {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 15;
  width: 25px;
  height: 25px;
}
.servicios li .detalle_servicio .closed i {
  cursor: pointer;
  font-size: 25px;
  color: white;
  background: #2e3130;
  top: 0;
  right: 0;
  border: none;
}
.servicios li .detalle_servicio .closed:hover i {
  color: #aa201f;
}
.servicios li .detalle_servicio p {
  font-size: 18px;
  line-height: 23px;
  color: white;
  font-weight: 400;
  margin-bottom: 10px;  
}
.servicios p.sub, .servicios p.ult {
  margin: 0 auto 15px auto;
}
.servicios i {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  background: transparent;
  color: white;
  font-size: 20px;
  padding-bottom: 1px;
  padding-left: 1px;
  border-radius: 50px;
  cursor: pointer;
}
.proyectos {
  padding-bottom: 40px;
}
.proyectos .uno ul {
  max-width: 635px;
  margin: 0 auto;
}
.proyectos .uno ul li{
  padding-right: 0;
}
.proyectos ul {
  padding-left: 0;
}
.proyectos ul li {
   position: relative;
}
.proyectos ul li {
   padding-left: 15px;
   padding-right: 15px;
}
.proyectos ul li:nth-of-type(1) {
   padding-left: 0
}
.proyectos ul li:nth-of-type(2) {
   padding-right: 0
}
.proyectos .carousel ul li a {
   width: 100%;
}
.proyectos ul li a.auxiliar, .proyectos ul li a.auxiliar_dos, .proyectos ul li a.auxiliar_tres {
   width: 120px;
   height: 120px;
   position: absolute;
   top: 516px;
   left: 15px;
   z-index: 1;
}
.proyectos ul li a.auxiliar_dos {
   left: 135px; 
}
.proyectos ul li a.auxiliar_tres {
   left: 255px; 
}
.proyectos ul li:nth-of-type(1) a.auxiliar {
   left: 0; 
}
.proyectos ul li:nth-of-type(1) a.auxiliar_dos {
   left: 120px; 
}
.proyectos ul li:nth-of-type(1) a.auxiliar_tres {
   left: 240px; 
}
.proyectos ul li a.auxiliar .imagen, .proyectos ul li a.auxiliar_dos .imagen, .proyectos ul li a.auxiliar_tres .imagen {
   width: 120px;
   height: 120px;
   border-top: 1px solid white;
   border-right: 1px solid white;
}
.proyectos ul li {
  align-self: stretch;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 555px;
}
.proyectos ul li a .imagen {
   width: 100%;
   height: 637px;
   overflow: hidden;
   position: relative;
   border: 1px solid white;
   box-shadow: 0 0 10px #c2c4c7;  
}
/*PARA QUE LA IMAGEN QUEDE DENTRO DE UN DIV  DETERMINADO Y SI SOBRA ALGO NO SE VEA*/
/*PARA EL EFECTO ZOOM PONEMOS LOS TRANSITION Y LOS TRANSFORM, SIN OLVIDAR EL OVERFLOW:HIDDEN EN EL DIV QUE CONTIENE LA FOTO */

@supports(object-fit: cover){
    .proyectos ul li a .imagen img{
	  cursor: pointer;
      object-fit: cover;
      object-position: center center;
        
        
      -webkit-transition:all .9s ease; /* Safari y Chrome */
      -moz-transition:all .9s ease; /* Firefox */
      -o-transition:all .9s ease; /* IE 9 */
      -ms-transition:all .9s ease; /* Opera */
    }
}

 .proyectos ul li a:hover .imagen img{
      -webkit-transform:scale(1.05);
      -moz-transform:scale(1.05);
      -ms-transform:scale(1.05);
      -o-transform:scale(1.05);
      transform:scale(1.05);
}
.proyectos ul li a .imagen img {
   width: 100%;
   height: 100%;
   cursor: pointer;
   object-fit: cover;
   object-position: center;
   -webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -o-transition: all .9s ease;
   -ms-transition: all .9s ease;
}

.proyectos ul li a .imagen img {
   width: 100%;
   height: 100%;
   cursor: pointer;
   object-fit: cover;
   object-position: center;
   -webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -o-transition: all .9s ease;
   -ms-transition: all .9s ease;
}
.proyectos ul li a .imagen i {
   position: absolute;
   top: 10px;
   right: 10px;
   z-index: 2;
   font-size: 22px;
   color: white;
}
.proyectos ul li a.auxiliar .imagen i, .proyectos ul li a.auxiliar_dos .imagen i, .proyectos ul li a.auxiliar_tres .imagen i {
   font-size: 16px;
   top: 5px;
   right: 5px;
}
.proyectos ul li a:hover .imagen i {
   color: #aa201f;
}
.proyectos .carousel-control-next, .carousel-control-prev {
  background: transparent;
  border: none;
}
.proyectos .carousel-control-next i, .proyectos .carousel-control-prev i {
  font-size: 100px;
  color: #2e3130;
}
.proyectos .carousel-control-next i {
  margin-right: 50%;
}
.proyectos .carousel-control-next:hover i {
  color: #aa201f;
}
.proyectos .carousel-control-prev i {
  margin-left: 50%;
}
.proyectos .carousel-control-prev:hover i {
  color: #aa201f;
}
.proyectos ul li .nombre_proyecto {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 46px;
  margin-top: 9px;  
  margin-bottom: 4px;
}
.proyectos ul li .nombre_proyecto h3 {
  font-size: 18px;
  line-height: 23px;
  color: #2e3130;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
.proyectos ul li p {
  font-size: 16px;
  line-height: 21px;
  color: #2e3130;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
}
.proyectos ul li .leer {
  width: 100%;
  z-index: 6;
}
.proyectos ul li .leer a {
  border: 1px solid #aa201f;
  background: #aa201f;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: left;
  cursor: pointer;
}
.proyectos ul li .leer .texto {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  padding: 15px;
  padding-top: 30px;
  z-index: 50;
  background: white;
  border: 1px solid #2e3130;
}
.proyectos ul li .leer .texto .closed {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 15;
  width: 25px;
  height: 25px;
}
.proyectos ul li .leer .texto .closed i {
  cursor: pointer;
  font-size: 25px;
  color: #2e3130;
  background: white;
  top: 0;
  right: 0;
  border: none;
}
.proyectos ul li .leer .texto .closed:hover i {
  color: #aa201f;
}
.proyectos ul li .leer .texto p {
  font-size: 16px;
  line-height: 21px;
  color: #2e3130;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
}
.proyectos ul li .leer .texto p.titular {
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.proyectos ul li .leer a:hover {
  background: white;
  color: #aa201f;
  border: 1px solid #aa201f;
}
.servicios ul {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.servicios ul li.info {
  height: 330px;
  padding: 15px;
}
.servicios ul li a {
  width: 100%;
}
.servicios ul li a .imagen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid white;
  box-shadow: 0 0 10px #c2c4c7;
}
.servicios ul li a .imagen img{
  width: 100%;
  height: 100%;
}
/*PARA QUE LA IMAGEN QUEDE DENTRO DE UN DIV  DETERMINADO Y SI SOBRA ALGO NO SE VEA*/
/*PARA EL EFECTO ZOOM PONEMOS LOS TRANSITION Y LOS TRANSFORM, SIN OLVIDAR EL OVERFLOW:HIDDEN EN EL DIV QUE CONTIENE LA FOTO */

@supports(object-fit: cover){
    .servicios ul li a .imagen img{
	  cursor: pointer;
      object-fit: cover;
      object-position: center center;
        
        
      -webkit-transition:all .9s ease; /* Safari y Chrome */
      -moz-transition:all .9s ease; /* Firefox */
      -o-transition:all .9s ease; /* IE 9 */
      -ms-transition:all .9s ease; /* Opera */
    }
}

 .servicios ul li a:hover .imagen img{
      -webkit-transform:scale(1.05);
      -moz-transform:scale(1.05);
      -ms-transform:scale(1.05);
      -o-transform:scale(1.05);
      transform:scale(1.05);
}
.servicios ul li a .imagen img {
   width: 100%;
   height: 100%;
   cursor: pointer;
   object-fit: cover;
   object-position: center;
   -webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -o-transition: all .9s ease;
   -ms-transition: all .9s ease;
}
.servicios ul li a .imagen .titular {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  font-size: 22px;
  line-height: 22px;
  color: white;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  cursor: pointer;
}
.servicios ul li a .imagen .titular h3 {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  color: white;
  font-weight: 800;
  text-shadow:
    1px 1px 0 #000,
    -1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000;
}
.servicios ul li a:hover .imagen {
  border: 1px solid #aa201f;
}
.servicios ul li a:hover .imagen .titular h3 {
  color: #aa201f;
}
.servicios ul li a:hover .imagen i {
  color: #aa201f;
}
.servicios ul li a .imagen img {
   width: 100%;
   height: 100%;
   cursor: pointer;
   object-fit: cover;
   object-position: center;
   -webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -o-transition: all .9s ease;
   -ms-transition: all .9s ease;
}
ul.pagination {
    padding-left: 0;
}
ul.pagination li {
    padding: 0;
}
ul.pagination li a {
    background: white;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: 1px solid #2e3130;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin-left: 5px;
    margin-right: 5px;
}
ul.pagination li.active a {
    background: black;
}
ul.pagination .page-item:last-child .page-link, ul.pagination .page-item:first-child .page-link {
    border-radius: 50%;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #aa201f;
  border-color: #aa201f;
}
ul.pagination li a span {
    font-size: 24px;
    line-height: 18px;
    font-weight: 300;
    padding-bottom: 3px;
}
ul.pagination li a:hover {
    color: white;
    border: 1px solid #aa201f;
    background: #aa201f;
}
ul.pagination li.active a {
    border: 1px solid white;
}
ul.pagination li.active a:hover {
    background: #aa201f;
    color: white;
    border: 1px solid #aa201f;
}
.financiacion {
    background: #2e3130;
}
.financiacion h2 {
  color: white;
}
.contacto {
  border-top: 1px solid #2e3130;
}
.contacto .datos_cont i.fa-map-marker {
  margin-right: 9px;
  margin-left: 2px;
}
input[type="checkbox"] {
  accent-color: #aa201f;
}
.contacto .datos_cont i.fa-mobile {
  margin-right: 12px;
  margin-left: 4px;
}
.contacto .datos_cont i {
  color: #aa201f;
  margin-right: 8px;
  margin-top: 3px;
  font-size: 20px;
}
.contacto .datos_cont p, .contacto .datos_cont a {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #2e3130;
  margin-bottom: 10px;
}
.contacto .datos_cont i.fa-envelope {
  margin-right: 9px;
  text-decoration: none;
}
.contacto .contenido_cont {
  margin: 0 auto;
  margin-bottom: 0px;
  display: grid;
  grid-template: 1fr / 30% 65%;
  grid-column-gap: 5%;  
}
.contacto .contenido_cont .datos_cont {
  font-size: 23px;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #aa201f;
}
.contacto .contenido_cont .formulario_cont {
  font-size: 23px;
  line-height: 23px;
  font-weight: bolder;
  margin-bottom: 30px;
  color: #353433;
}
.contacto .contenido_cont ul {
  list-style: none;
  padding-left: 0;
}
.contacto .contenido_cont .negro a {
  text-decoration: none;
  color: #2e3130 !important;
  font-weight: 600;
}
.contacto .contenido_cont a {
  color: #aa201f;
    text-decoration: underline;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.contacto .contenido_cont a:hover {
  text-decoration: none;
  color: #aa201f;
}
.contacto .contenido_cont a:hover i {
  color: #aa201f;
}
.contacto .contenido_cont .formulario_cont input[type="text"], .contacto .contenido_cont .formulario_cont input[type="email"], .contacto .contenido_cont .formulario_cont input[type="number"], .contacto .contenido_cont .formulario_cont textarea#mensaje {
  padding: 10px;
  border: 1px solid #aa201f;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  width: 100%;
  transition: border-color 0.3s;
}
.contacto .contenido_cont .formulario_cont input[type="text"]:focus, .contacto .contenido_cont .formulario_cont input[type="email"]:focus, .contacto .contenido_cont .formulario_cont input[type="number"]:focus,
.contacto .contenido_cont .formulario_cont textarea#mensaje:focus {
    outline: none;
}
/* Quitar flechas en Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Quitar flechas en Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.inputCon {
  width: 99.6%;
  height: 50px;
  background-color: #fff;
  color: black;
  margin-bottom: 15px;
  border: 1px solid black;
  font-size: 19px;
  padding-left: 5px;
}
.contacto .contenido_cont .formulario_cont .fallo {
  text-align: center;
  font-size: 19px;
  margin-top: 10px;
  display: none;
  color: #aa201f;
}
#campObli {
  font-size: 13px;
  line-height: 13px; 
  color: black;
  font-weight: 400;
}
.contacto .contenido_cont .formulario_cont form ul li label {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400 !important;
  color: #2e3130;
}
.contacto .contenido_cont .formulario_cont span.conformidad {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #2e3130;
}
#advert {
  text-align: center;
  font-size: 19px;
  margin-top: 10px;
  display: none;
  color: #aa201f;
}
#enviar {
  padding: 5px 40px;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  background-color: #aa201f;
  color: white;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #aa201f;
  border-radius: 10px;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 30px;
}
#enviar:hover {
  background-color: white;
  color: #aa201f;
  border: 1px solid #aa201f;
}
.mapa {
  margin: 0 auto;
  padding-bottom: 0;
  height: 450px;
}
.contacto .contenido_cont .datos_cont img {
  width: 260px;
  height: auto;
  margin-bottom: 30px;
}
footer {
    height: 50px;
    background: #2e3130;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
footer a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
  color: #aa201f;
}
footer .josu {
  z-index: 0;
  top: 0;
  right: 0;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  padding-right: 75px;
  width: 100%;
}
footer .josu p {
  font-size: 12px;
  line-height: 17px;
  color: #ccc;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
  border-left: 1px solid white;
  padding-left: 10px;
}
footer .josu p a {
  font-size: 12px;
  line-height: 17px;
  color: #ccc;
  font-weight: 600;
  display: inline-block;
  text-decoration: underline;
  margin-left: 0;
  margin-right: 0;
}
footer .josu p a:hover {
  text-decoration: none;
  color: #aa201f;
}
.legal {
  padding-bottom: 60px;
}
.legal h1 {
  font-size: 26px;
  line-height: 26px;
  color: #2e3130;
  font-weight: bold;
  margin: 160px auto 40px auto;
  text-align: center;
}
.parrAvi {
  font-size: 19px;
  line-height: 24px;
  text-align: justify;
}
.legal h2 {
  font-size: 24px;
  line-height: 24px;
  color: #2e3130;
  font-weight: bold;
  margin-bottom: 12px;
}
.capa_bloqueo, .capa_bloqueo_pol {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: -65px;
    left: 0;
}
.capa_bloqueo_moviles {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 10;
    top: 0;
    left: 0;
    background: black;
}
.franja_cookies, .franja_cookies_pol {
    position: fixed;
    width: 100%;
    height: 270px;
    left: 0;
    bottom: 0;
    z-index: 105;
    background: #eaebeb;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    color: #353433;
    border-top: 1px solid #aa201f;
    opacity: 0.9 !important;
    display: none;
}
.franja_cookies a, .franja_cookies_pol a {
    color: #353433;
}
.franja_cookies a:hover {
    color: #aa201f;
}
.franja_cookies_pol a:hover {
    color: #aa201f;
}
.franja_cookies a.aceptar, .franja_cookies_pol a.aceptar {
    padding: 10px 20px;
    font-size: 17px;
    line-height: 27px;
    font-weight: bold;
    color: black;
    background: white;
    border: 1px solid #aa201f;
    border-radius: 6px;
    opacity: 1;
    text-decoration: none;
}
.franja_cookies a.aceptar:hover {
    background: #aa201f;
    color: white;
}
.franja_cookies_pol a.aceptar:hover {
    background: #aa201f;
    color: white;
}
.franja_cookies .capa_superior, .franja_cookies_pol .capa_superior {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 90;
    top: 0;
    bottom: 0;  
    padding-top: 50px;
    color: #2e3130;
}
.cuerpo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 70px;
  padding-bottom: 70px;
}
.cuerpo i {
  font-size: 60px;
  color: #aa201f;
  margin-bottom: 15px;
}
.cuerpo p {
  margin-top: 15px;
  font-size: 22px;
  line-height: 27px;
  color: #2e3130;
  font-weight: 400;
  text-align: center;
}
/*-----------------------------INICIO RESPONSIVO----------------------*/

@media (max-width: 1900px){
  .carousel-control-next, .carousel-control-prev {
     width: 10%;
  } 
}
@media (max-width: 1700px){
  .proyectos .carousel-control-next i {
     margin-right: 30%;
  } 
  .proyectos .carousel-control-prev i {
     margin-left: 30%;
  }
}
@media (max-width: 1650px){
  .carousel-control-next, .carousel-control-prev {
    width: 7%;
  }  
}
@media (max-width: 1550px){
  .carousel-control-next, .carousel-control-prev {
    width: 5%;
  }  
}
@media (max-width: 1600px){
  .proyectos .carousel-control-next i {
     margin-right: 20%;
  } 
  .proyectos .carousel-control-prev i {
     margin-left: 20%;
  }
  .servicios p.sub, .servicios p.ult {
     padding-left: 290px;
     padding-right: 290px;
  }
}
@media (max-width: 1500px){
  .proyectos .carousel-control-next i {
     margin-right: 20%;
  } 
  .proyectos .carousel-control-prev i {
     margin-left: 20%;
  }
  .proyectos .carousel-control-next i, .proyectos .carousel-control-prev i {
     font-size: 70px;
     color: #2e3130;
  }
}
@media (max-width: 1400px){
  .servicios p.sub, .servicios p.ult {
    padding-left: 210px;
    padding-right: 210px;
  }  
}
@media (max-width: 1399px){
  .proyectos ul li {
     max-width: 562px;
  } 
}
@media (max-width: 1300px){
  .quienes .foto img, .financiacion .foto img {
    max-width: 500px;
  }
  .contacto .contenido_cont .datos_cont img {
    width: 230px;
  }
  header .redes {
    right: 100px;
  }
  #myCarousel .texto strong {
    font-size: 30px;
    line-height: 35px;
  }
  #myCarousel .texto p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1200px){
  header nav ul li {
    margin-right: 10px;
    margin-left: 10px;
  }  
}
@media (max-width: 1199px){
  .proyectos ul li .leer .texto p.titular {
    font-size: 17px;
    line-height: 22px;
  }
  .proyectos ul li .leer .texto p {
    font-size: 14px;
    line-height: 19px;
  } 
  .proyectos ul li {
    max-width: 472px;
  }
}
@media (max-width: 1150px){
  header nav ul li a {
    font-size: 16px;
    line-height: 16px;
  }
  header nav ul li {
    margin-right: 5px;
    margin-left: 5px;
  }
  header .redes {
    right: 80px;
  }
}
@media (max-width: 1100px){
  .quienes p, .financiacion p {
    font-size: 17px;
    line-height: 22px;
  }
  .proyectos .carousel-control-next i, .proyectos .carousel-control-prev i {
    font-size: 50px;
  } 
  .carousel-control-next, .carousel-control-prev {
    width: 4%;
  }
}
@media (max-width: 1040px){ 
  .carousel-control-next, .carousel-control-prev {
    width: 2.5%;
  } 
  .proyectos .carousel-control-prev i {
    margin-left: 10%;
  }
  .proyectos .carousel-control-next i {
    margin-right: 10%;
  }
}
@media (max-width: 991px){
  .quienes .foto img, .financiacion .foto img {
    max-width: 340px;
  }
  .quienes h3, .financiacion h3, .servicios p.sub, .servicios p.ult {
    font-size: 22px;
    line-height: 27px;
  }
  .servicios p.sub, .servicios p.ult {
    padding-left: 140px;
    padding-right: 140px;
  }
  header.especial {
     padding-top: 5px !important;
     padding-bottom: 5px !important;
  }
  header.especial h1 {
     width: 140px !important;
     margin-bottom: 0 !important;
  }
  header.especial a {
     padding-top: 1px !important;
     padding-bottom: 5px !important;
  }
  .franja_cookies, .franja_cookies_pol {
        top: 0;
        right: auto;
        border-bottom: 1px solid #ec6906;
  }
  .legal {
  padding-bottom: 40px;
}
.legal h1 {
  font-size: 24px;
  line-height: 24px;
  color: #2e3130;
  font-weight: bold;
  margin: 100px auto 30px auto;
  text-align: center;
}
.parrAvi {
  font-size: 18px;
  line-height: 23px;
  text-align: justify;
}
.legal h2 {
  font-size: 22px;
  line-height: 22px;
  color: #2e3130;
  font-weight: bold;
  margin-bottom: 12px;
}
  header nav ul li a {
    font-size: 20px;
    line-height: 20px;
  }
  #myCarousel .texto a {
    font-size: 15px;
    line-height: 15px;
  }
  .unico_moviles {
    display: flex;
  }
  .solo_grandes {
    display: none;    
  }
  #carouselProyectos {
    display: none;    
  }
  #carouselProyectosMoviles {
    display: block;    
  }
  ul.unico_moviles {
    display: flex;
    max-width: 635px;
    margin: 0 auto;
  }
  .proyectos ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .proyectos ul li a.auxiliar, .proyectos ul li a.auxiliar_dos, .proyectos ul li a.auxiliar_tres {
    top: 310px;
    left: 10px;
  }
  .carousel-control-next, .carousel-control-prev {
    width: 16%;
  }
  .proyectos .carousel-control-next i {
    margin-right: 70%;
  }
  .proyectos .carousel-control-prev i {
    margin-left: 70%;
  }
  .proyectos ul li .nombre_proyecto {
    height: 42px;
  }
  .contacto .contenido_cont {
    grid-template: 1fr / 40% 55%;
  }
  #myCarousel .capa {
    height: 400px;
  }
  #myCarousel .texto p {
    font-size: 18px;
    line-height: 23px;
  }
  #myCarousel .texto strong {
    margin-bottom: 10px;
  }
  #myCarousel .texto strong {
    font-size: 25px;
    line-height: 30px;
  }
  #myCarousel {
    margin-top: 48px;
  }
  header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header .redes {
    margin-right: 20px;
  }
  header .menu_oculto nav ul li:nth-of-type(1) a i {
    color: #aa201f;
  }
  header .navbar-nav > li > a {
    line-height: 50px;
  }
  header .menu_oculto .cierre {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 15;
    color: white;
    font-size: 20px;
  }
  header .menu_oculto {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 100vh;
    background: #2e3130;
    opacity: 0.95;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  header .menu_oculto ul li a {
    color: white;
  }
  header .primera_parte {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  } 
  header .logo {
    width: 120px;
    height: 100%;
  }
  header .logo img {
    display: block;
  }
  header .primera_parte h1 {
    width: 110px;  
    margin-bottom: 0;
  }
  header .segunda_parte {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }
  header .cabecera_moviles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-left: 40px;
    padding-right: 40px;
  }
  header .cabecera_moviles .alca {
    padding: 5px 3px;
    width: 27px;
    height: 37px;
    display: grid;
    grid-template: 1fr 1fr 1fr / 1fr;
    grid-row-gap: 3px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
    border-radius: 10px;
    margin-left: 40px;
  }
  header .cabecera_moviles .alca .alcach {
    background: #2e3130;
    height: 5px;    
  }
  header .grande {
    display: none;    
  }
  header .cabecera_moviles {
    display: flex;    
  }
  #myCarousel .carousel-inner, #myCarousel .carousel-item, #myCarousel .carousel-caption, #myCarousel .foto {
    height: 400px;
  }
  .proyectos ul li a .imagen {
    height: 630px;
  }
  .servicios li .detalle_servicio {
    top: -250px;
  }
  .servicios li .detalle_servicio p {
    font-size: 16px;
    line-height: 21px;
  }
  .servicios li .detalle_servicio p.principal {
    font-size: 21px;
    line-height: 21px;
  }
  .servicios .pag p {
    font-size: 17px;
    line-height: 17px;
  }
  .servicios ul li.info {
    height: 280px;
  }
  .servicios ul li a .imagen .titular h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .carousel-control-next, .carousel-control-prev {
    width: 4%;
  }
  .proyectos .carousel-control-prev i {
    margin-left: 50%;
  }
  .proyectos .carousel-control-next i {
    margin-right: 50%;
  }
  .proyectos {
    padding-bottom: 40px;
  }
  .proyectos ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .proyectos ul li a.auxiliar, .proyectos ul li a.auxiliar_dos, .proyectos ul li a.auxiliar_tres {
    top: 509px;
    left: 10px;
  }
  .proyectos ul li a .imagen i {
    font-size: 19px;
  }
  .proyectos ul li:nth-of-type(1) a.auxiliar_dos {
    left: 120px;
  }
  .proyectos ul li:nth-of-type(1) a.auxiliar_tres {
    left: 240px;
  }
  footer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    height: 65px;
    padding-top: 8px;
  }
  footer .josu {
    left: 0;
    top: auto;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
    padding-right: 0;
  }
  footer .josu p {
    border-left: 1px solid #1659ac;
    border-top: 1px solid #ccc;
    padding-left: 0;
    margin-bottom: 4px;
    line-height: 26px; 
    border-left: 1px solid #2e3130;
  }
  footer .josu .linea {
    display: none;
  }
  .contacto .datos_cont p, .contacto .datos_cont a {
    font-size: 15px;
    line-height: 20px;
  }
  .contacto .datos_cont a {
    text-decoration: underline !important;
  }
  .contacto .datos_cont i {
    font-size: 18px;
  }
  .contacto .contenido_cont .formulario_cont {
    font-size: 20px;
    line-height: 20px;
  }
  .contacto .contenido_cont .formulario_cont form ul li label {
    font-size: 16px;
    line-height: 21px;
  }
  #enviar {
    padding: 5px 30px;
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .inputCon {
    height: 40px;
    font-size: 16px;
    margin-bottom: 7px;
  }
}
@media (max-width: 800px){
  .quienes p, .financiacion p {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 767px){
 .franja_cookies .capa_superior {
       padding-left: 10px;
       padding-right: 20px;
    }
    .franja_cookies {
       font-size: 15px;
       line-height: 20px;
       height: 300px;
    }
    .franja_cookies a.aceptar {
       font-size: 15px;
       line-height: 20px;
       padding: 8px 18px;
    }
    .legal {
  padding-bottom: 40px;
}
.legal h1 {
  font-size: 22px;
  line-height: 22px;
  color: #2e3130;
  font-weight: bold;
  margin: 85px auto 30px auto;
  text-align: center;
}
.parrAvi {
  font-size: 16px;
  line-height: 21px;
  text-align: justify;
}
.legal h2 {
  font-size: 20px;
  line-height: 20px;
  color: #2e3130;
  font-weight: bold;
  margin-bottom: 12px;
}
  #myCarousel .texto a {
    font-size: 13px;
    line-height: 13px;
    padding: 3px 8px;
  }
  .contacto .datos_cont p {
    text-align: center;
  }
  .contacto .contenido_cont .datos_cont img {
    display: block;
    margin: 0 auto 23px auto;
  }
  .contacto .contenido_cont .formulario_cont {
    margin-top: 40px;
  }
  .contacto .contenido_cont {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-bottom: 0px;
    display: grid;
    grid-template: 198px 1fr / 1fr;
    grid-row-gap: 20px;
    margin-bottom: 10px;
  }
  #myCarousel .carousel-control-next i, #myCarousel .carousel-control-prev i {
    font-size: 50px;
  }
  #myCarousel .texto p {
    width: 60%;
  }
  #myCarousel .texto {
    padding-bottom: 15px;
  }
  #myCarousel .texto strong {
    font-size: 20px;
    line-height: 25px;
  }
  #myCarousel .texto p {
    font-size: 16px;
    line-height: 21px;
  }
  #myCarousel .carousel-inner, #myCarousel .carousel-item, #myCarousel .carousel-caption, #myCarousel .foto {
    height: 320px;
  }
  #myCarousel .capa {
    height: 320px;
  }
  .servicios li .detalle_servicio {
    top: -310px;
  }
  .servicios ul li.info {
    height: 340px;
  }
  .quienes p, .financiacion p {
    margin-left: 0;
    padding: 0;
    margin-top: 0;
  } 
  .quienes .somos, .financiacion .somos {
    padding: 0;    
  }
  .quienes .foto, .financiacion .foto {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 700px){
  footer a {
    font-size: 11px;
    line-height: 16px;
  }
  .servicios p.sub, .servicios p.ult {
    padding-left: 85px;
    padding-right: 85px;
  }
  ul.unico_moviles {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .proyectos ul li a .imagen {
    height: 580px;
  }
  .proyectos ul li a.auxiliar, .proyectos ul li a.auxiliar_dos, .proyectos ul li a.auxiliar_tres {
    top: 460px;
  }
  .proyectos ul li .leer .texto {
    position: relative;
  }
  .container, .container-sm {
    max-width: 500px;
  }
  .cuerpo i {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .cuerpo p {
    font-size: 19px;
    line-height: 24px;
    margin-top: 10px;
  }
  .contacto .datos_cont i {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
   .servicios p.sub, .servicios p.ult {
    padding-left: 15px;
    padding-right: 15px;
  }
  .parrAvi {
    font-size: 14px;
    line-height: 19px;
  }
  .legal h2 {
    font-size: 18px;
    line-height: 18px;
    color: #2e3130;
    font-weight: bold;
    margin-bottom: 9px;
  }
  .legal h1 {
    font-size: 19px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .legal .textos .container {
    padding-left: 15px;
    padding-right: 15px;    
  }
  #myCarousel .carousel-inner, #myCarousel .carousel-item, #myCarousel .carousel-caption, #myCarousel .foto {
    height: 300px;
  }
  #myCarousel .capa {
    height: 300px;
  }
   header .cabecera_moviles .alca {
    margin-left: 15px;
  }
  header .redes {
    margin-right: 0;
  }
  header .cabecera_moviles {
    padding-left: 15px;
    padding-right: 15px;
  }
  #myCarousel .texto p {
    width: 80%;
  }
  #myCarousel .texto strong {
    margin-bottom: 2px;
    width: 80%;
  }
  #myCarousel .carousel-control-next i, #myCarousel .carousel-control-prev i {
    font-size: 35px;
  }
  .carousel-control-prev i {
    margin-left: 15px;
  }
  .carousel-control-next i {
    margin-right: 15px;
  }
  #myCarousel .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  footer a {
    font-size: 11px;
    line-height: 16px;
  }
  .servicios .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .proyectos .container {
    padding-left: 40px;
    padding-right: 40px;    
  }
  .quienes .container, .financiacion .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .proyectos ul li a .imagen {
    height: 480px;
  }
  .proyectos ul li a.auxiliar, .proyectos ul li a.auxiliar_dos, .proyectos ul li a.auxiliar_tres {
    top: 360px;
  }
}
@media (max-width: 550px) {
  footer {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: 80px;
  }
  #enviar {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
  }
  .proyectos .carousel-control-prev i {
    margin-left: 40%;
  }
  .proyectos .carousel-control-next i {
    margin-right: 40%;
  }
  .carousel-control-next, .carousel-control-prev {
    width: 10%;
  }
  .proyectos .carousel-control-next i {
    margin-right: 30%;
  }
  .proyectos .carousel-control-prev i {
    margin-left: 30%;
  }
  .carousel-control-next, .carousel-control-prev {
    width: 8%;
  }
}
@media (max-width: 500px) {
  .financiacion .ventana {
    height: 240px;
  }
  ul.unico_moviles {
    margin-bottom: 15px;
  }
  .proyectos ul li .leer a {
    font-size: 14px;
  }
  .proyectos ul li p {
    font-size: 14px;
    line-height: 19px;
  }
  .proyectos ul li .leer .texto {
    padding-left: 5px;
    padding-right: 5px;
  }
  .proyectos ul li .leer .texto p {
    font-size: 14px;
    line-height: 19px;
  }
  .proyectos ul li .leer .texto p.titular {
    font-size: 15px;
    line-height: 20px;
  }
  .quienes .foto img, .financiacion .foto img {
    max-width: 100%;
  }
  .quienes p.sub, .servicios p.sub, .servicios p.ult, .financiacion p.sub {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .quienes p.sub, .financiacion p.sub {
    margin-bottom: 22px;
  }
  .financiacion p.sub {
    margin-top: 0;
  }
  .servicios p.ult {
    margin-top: 15px;
    margin-bottom: 6px;
  }
  .servicios .pag p {
    margin-top: 0;
  }
  .legal {
    padding-bottom: 20px;
  }
  .legal h1 {
    font-size: 17px;
    line-height: 22px;
    margin: 70px auto 13px auto;
  }
  .contacto .contenido_cont .formulario_cont input[type="text"], .contacto .contenido_cont .formulario_cont input[type="email"], .contacto .contenido_cont .formulario_cont input[type="number"], .contacto .contenido_cont .formulario_cont textarea#mensaje {
    padding: 6px;
  } 
  .inputCon {
    height: 35px;
  }
  .mapa {
    height: 400px;
  }
  .mapa iframe {
    height: 400px;
  }
  .contacto .contenido_cont .formulario_cont {
    margin-top: 13px;
    margin-bottom: 0;
  }
  .contacto .contenido_cont .datos_cont img {
    width: 160px;
  }
  .contacto .contenido_cont .datos_cont img {
    margin-bottom: 15px;
  }
  header .logo {
    width: 100px;
    height: 100%;
  }
  ul.pagination li a {
    width: 22px;
    height: 22px;
  }
  .pagination > li > a, .pagination > li > span {
    color: #2e3130;
  }
  .servicios .pag p {
    font-size: 14px;
    line-height: 14px;
  }
  .servicios ul li a .imagen .titular h3 {
    font-size: 21px;
    line-height: 25px;
  }
  .servicios li .detalle_servicio p {
    font-size: 14px;
    line-height: 19px;
  }
  .servicios li .detalle_servicio p.principal {
    font-size: 16px;
    line-height: 16px;
  }
  .servicios li .detalle_servicio .closed {
    right: 12px;
  }
  .proyectos ul li .leer .texto .closed {
    right: 8px;
  }
  .servicios li .detalle_servicio .closed i {
    font-size: 21px;
  }
  .servicios li .detalle_servicio {
    top: -280px;
  }
  ul.pagination li a {
    font-size: 16px;
    line-height: 16px;
  }
  .pagination {
    margin: 0;   
  }
  .servicios ul li.info {
    height: 310px;
  }
  .quienes, .financiacion {
    padding-top: 1px;
  }
  .quienes p, .financiacion p {
    font-size: 15px;
    line-height: 20px;
  }
  .proyectos ul li .leer .texto .closed i {
    font-size: 21px;
  }
  .proyectos {
    padding-bottom: 20px;
  }
  .quienes h2, .servicios h2, .proyectos h2, .financiacion h2, .contacto h2, .financiacion h2 {
    font-size: 21px;
    line-height: 21px;
    margin: 20px auto;
  }
  .quienes h2, .financiacion h2 {
    margin-bottom: 15px;    
  }
  .servicios h2 {
    margin-top: 0;
  }
  .proyectos ul li a .imagen {
    height: 450px;
  }
  .proyectos ul li a.auxiliar, .proyectos ul li a.auxiliar_dos, .proyectos ul li a.auxiliar_tres {
    top: 330px;
  }
}
@media (max-width: 450px) {
  .quienes p, .financiacion p {
    margin-top: 15px;
  }
  .cuerpo i {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .cuerpo p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #myCarousel .capa {
    height: 250px;
  }
  #myCarousel .texto {
    padding-bottom: 15px;
  }
  #myCarousel .texto strong {
    font-size: 17px;
    line-height: 22px;
    width: 95%;
  }
  #myCarousel .texto p {
    font-size: 14px;
    line-height: 19px;
    width: 90%;
  }
  #myCarousel .carousel-inner, #myCarousel .carousel-item, #myCarousel .carousel-caption, #myCarousel .foto {
    height: 250px;
  }
  .servicios li .detalle_servicio {
    top: -260px;
  }
  footer .josu p {
    text-align: center;
    line-height: 17px;
    width: 40%;
  }
  .proyectos ul li a .imagen {
    height: 380px;
  }
  .proyectos ul li a.auxiliar, .proyectos ul li a.auxiliar_dos, .proyectos ul li a.auxiliar_tres {
    top: 260px;
  }
  .proyectos ul li a.auxiliar, .proyectos ul li a.auxiliar_dos, .proyectos ul li a.auxiliar_tres {
    width: 100px;
    height: 100px;
  }
  .proyectos ul li a.auxiliar .imagen, .proyectos ul li a.auxiliar_dos .imagen, .proyectos ul li a.auxiliar_tres .imagen {
    width: 100px;
    height: 100px;
  }
  .proyectos ul li a.auxiliar, .proyectos ul li a.auxiliar_dos, .proyectos ul li a.auxiliar_tres {
    top: 280px;
  }
  .proyectos ul li:nth-of-type(1) a.auxiliar_dos {
    left: 100px;
  }
  .proyectos ul li:nth-of-type(1) a.auxiliar_tres {
    left: 200px;
  }
}
@media (max-width: 430px) {
  .proyectos .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .proyectos .carousel-control-next i {
    margin-right: 20%;
  }
  .proyectos .carousel-control-prev i {
    margin-left: 20%;
  }
  .proyectos .carousel-control-next i, .proyectos .carousel-control-prev i {
    font-size: 40px;
  }
  .proyectos ul li .leer .texto p {
     margin-bottom: 5px;
  }
}
@media (max-width: 400px) {
  .mapa {
    height: 300px;
  }
  .mapa iframe {
    height: 300px;
  }
  .servicios li .detalle_servicio {
    top: -240px;
  }
  .servicios ul li.info {
    height: 270px;
  }
  .quienes p, .financiacion p {
    font-size: 14px;
    line-height: 19px;
  }
  footer .josu p {
    text-align: center;
    line-height: 17px;
    width: 50%;
  }
  footer a {
    font-size: 10px;
    line-height: 15px;
  }
  .contacto .contenido_cont .formulario_cont {
    font-size: 18px;
    line-height: 23px;
  }
  .proyectos ul li a .imagen {
    height: 350px;
  }
  .proyectos ul li a.auxiliar, .proyectos ul li a.auxiliar_dos, .proyectos ul li a.auxiliar_tres {
    top: 250px;
  }
}