/* Escribe aquí tu código CSS */

/* --PAGINA APP PRODUCTOS-- */
.app_producto_header {
		
}
.app_producto_header_left {
	background: rgb(13,221,255);
	background: linear-gradient(90deg, rgba(13,221,255,1) 0%, rgba(15,121,247,1) 100%);
}

.app_producto_header_texto { 
	color: white !important;
}
.app_producto_header_texto > div > h1 {
	margin-bottom: 20px;
}
.app_producto_btn_pide_presupuesto > a {
    color: #0ac4ef !important;
	  background-color: white !important;
		border: 2px solid white !important;
    font-weight: bold;
    padding-left: 3em !important;
    padding-right: 3em !important;
}
.app_producto_btn_pide_presupuesto > a:hover {
    color: white !important;
		background-color: transparent !important;
    font-weight: bold;
    padding-left: 3em !important;
    padding-right: 3em !important;
}
.app_producto_header_imagen {
		min-height: 200px !important;
}
.app_producto_subheader_imagen{
		margin-top: -50px;
    padding-left: 60px;
}

.app_producto_parrafo ul { margin-left: 1.5em !important;}
.app_producto_parrafo ul li{
   list-style: none !important;
}
.app_producto_parrafo ul li:before{
   content: '';
   display: inline-block;
   height: 12px;
   width: 12px;
   background-image: url(/wp-content/uploads/2021/06/app-comida-a-domicilio-check03.png);
	 background-size: contain;
	 background-position: center;
	 margin-right: 12px;
	 margin-left: -25px;
}
.app_producto_parrafo_verde ul { margin-left: 1.5em}
.app_producto_parrafo_verde ul li{
	list-style: none !important;
}
.app_producto_parrafo_verde ul li:before{
	content: '';
   display: inline-block;
   height: 14px;
   width: 14px;
   background-image: url(/wp-content/uploads/2021/06/app-comida-a-domicilio-check02-1.png);
	 background-size: contain;
	 background-position: center;
	 margin-right: 12px;
	 margin-left: -25px;
}
.app_producto_azul {
	color: #0ac4ef !important;
}

.app_producto_galeria .vc_grid.vc_row .vc_grid-item {
	max-height: 300px
}
.app_producto_galeria_imagen .vc_single_image-img {
	width: 50% !important;
}
.app_producto_galeria_texto {
	font-size: 1.2em !important;
    margin: 0 21% !important;
}
@media only screen and (max-width: 900px) {
	.vc_grid-item.vc_clearfix.app_producto_grid_ejemplos {
			width: 50%;
			display: inline-block !important;
	}
	.vc_gitem_row .vc_gitem-col {
    padding: unset;
		margin-bottom: -10px;
	}
	.app_producto_galeria_texto {
    margin-top: -10px !important;
}
}
@media only screen and (max-width: 1024px) {
	.app_producto_galeria_texto {
	  margin: 0 2% !important;
	}
}
	

/* --FIN PAGINA APP PRODUCTOS-- */


#footer-recent-post {
    width: 30%;
}

.twitter-share-button {
    float: left;
    margin-bottom: 10px;
    margin-right: 15px;
}

a:link {
    -webkit-tap-highlight-color: rgba(7,216,141,1);
    color: #07D88D;
    text-decoration: none;
}

/* Forumulario de contacto */
.widget .form_contact_blog ul{
	color: #303030 !important;
	font-size: 14px !important;
}
.gform_title_blog{
	font-size: 16px !important;
}
.gform_footer.top_label {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* Ajuste plan de financiacion */
.financia_titulo { margin-bottom: 10px}
.financia_respuesta {margin-bottom: 10px}
.financia_fila_3_bloques img , .financia_fila_3_bloques .iconos_junto_texto {margin-top:8px !important}

@media only screen and (max-width: 768px) {
	.financia_titulo p {font-size: 25px!important;}
	.financia_fila_3_bloques .wpb_content_element {
		margin-bottom: 10px !important;
		margin-top: -10px !important;
	}
	.financia_nuestros_clientes p {font-size: 20px!important;}
}


/* Ajuste Premios y Acreditaciones */
.grid_premios_fila {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.caja_premio{
	display: flex;
  flex-flow: column;
  align-self: flex-start;
  align-items: center;
	flex-basis: 20%;
}
.imagen_premio{
	
}
.texto_premio{
	    margin: 10px;
    text-align: center;
}

@media only screen and (max-width: 1280px) {
	.caja_premio {
		flex-basis: 20% !important;
	}
}

@media only screen and (max-width: 996px) {
	.caja_premio {
		flex-basis: 33% !important;
	}
}

@media only screen and (max-width: 768px) {
	.caja_premio {
		flex-basis: 50% !important;
	}
}

@media only screen and (max-width: 480px) {
	.caja_premio {
		flex-basis: 100% !important;
	}
}

/* ****************************************** */
/* CLASES ESPECÍFICAS PARA PAGINA METODOLOGÍA */
/* ****************************************** */
.alineacion-metodologia {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-family: "Roboto";
	margin: 60px 0px;
}
.flecha1-metodologia {
  display: none;
}
.flecha2-metodologia {
  display: none;
}
.flecha3-metodologia {
  display: none;
}
.flecha4-metodologia {
  display: none;
}
.flecha5-metodologia {
  display: none;
}
.texto-degradado-metodologia {
  background: -webkit-linear-gradient(left, #09a3df, #5121d9);
  background: linear-gradient(to right, #09a3df, #5121d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.alineacion-metodologia-parrafo-metodologia {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
}
.elementos-metodologia {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.alineacion-metodologia-dev {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin: 5%;
  width: 100%;
}

/*-----------TIPOGRAFIA----------*/

p.titulo-metodologia {
  font-size: 2em;
  font-weight: 900;
  padding-right: 9%;
}

h2.subtitulo-metodologia {
  line-height: 2em;
  font-size: 2.1em;
  text-align: start;
  font-weight: 900;
  padding-bottom: 0%;
  margin-bottom: 0%;
}
h3.subtitulo-metodologia {
  line-height: 2em;
  font-size: 2.1em;
  text-align: start;
  font-weight: 900;
  padding-bottom: 0%;
  margin-bottom: 0%;
}
span.numero-metodologia {
  font-size: 1.4em;
}
p.parrafo-metodologia {
  margin-top: 1.5px;
  line-height: 1.2em;
  font-size: 1.27em;
}

p.subtitulo-metodologia-dev {
  line-height: 1.6em;
  font-size: 2em;
  text-align: start;
  font-weight: 900;
}

p.parrafo-metodologia-dev {
  line-height: 1.6em;
  font-size: 1.27em;
	overflow: visible;
	margin: 8px 0px 14px 0px;
}

/*-----------FIN TIPOGRAFIA----------*/

/*-----------PANELES----------*/
.panel-rosa {
	padding-top: 1%;
  background-color: #f8e8ff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 2%;
  margin-right: 7%;
}

.panel-rosa-superior {
	padding-top: 1%;
  border-radius: 25px 25px 0px 0px;
  background-color: #f8e8ff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 5%;
  margin-top: 5%;
  margin-right: 5%;
  margin-bottom: 2%;
}

.panel-azul {
  padding-top: 1%;
  padding-bottom: 3%;
  position: auto;
  background-color: #dbeaff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.panel-flecha {
  display: none;
}
.panel-flecha > img {
  display: none;
}

.panel-dev {
  background-color: #f8e8ff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	margin-top: 11px;
}

.panel-conector-metodologia {
  display: none;
}

.panel-inferior {
  padding-top: 1%;
  background-color: #dbeaff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/*-----------FIN PANELES----------*/

/*-----------CONTENEDORES DE ELEMENTOS----------*/
.contenedor-parrafo-metodologia {
  text-align: justify;
  width: 90%;
  padding: 0px 30px;
  line-height: 1.4em;
}
.contenedor-parrafo-metodologia-anchura-inferior {
  width: 83%;
  text-align: justify;
  padding: 0px 15px;
  line-height: 1.4em;
}
.contenedor-izquierda-metodologia {
  text-align: justify;
  width: 50%;
  flex: 1 1 300px;
  padding: 0px 30px;
  line-height: 1.4em;
}
.contenedor-derecha-metodologia {
  text-align: justify;
  width: 50%;
  flex: 1 1 300px;
  padding: 0px 30px;
  line-height: 1.4em;
}
.contenedor-izquierda-metodologia-dev {
  text-align: justify;
}
.contenedor-derecha-metodologia-dev {
  text-align: justify;
  padding: 10px;
}
p.interlineado-dev {
  line-height: 0px;
}
p.interlineado-inferior-metodologia {
  line-height: 0px;
}
.contenedor-imagen-metodologia {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 4%;
}
.contenedor-imagen-metodologia  > div > div > img {
  margin-top: 5%;
  width: 35%;
  margin: 0% 4%;
	height: 80px;
}

.contenedor-izquierda-metodologia-inferior {
  text-align: justify;
  padding: 0px 30px;
  line-height: 1.4em;
}
.contenedor-derecha-metodologia-inferior {
  text-align: justify;
  padding: 0px 30px;
  line-height: 1.4em;
	margin-bottom: 46px;
}

.unidad-imagenes {
	text-align: center;
    display: flex;
    flex-flow: column nowrap;
    height: 200px;
    flex-basis: 33%;
}
.unidad-imagen{
	flex-basis: 20%;
    padding: 15px 0px;
}
p.unidad-texto{
	text-align: center;
    margin: 0px;
	font-size: 1.4em;
}

/*-----------FIN CONTENEDORES DE ELEMENTOS----------*/

/*-----------circulo-metodologia----------*/

.circulo-metodologia {
  position: relative;
  width: 100%;
  margin-bottom: 2%;
  margin-right: 5%;
  overflow: hidden;
  text-align: justify;
}

.circulo-metodologia-inferior {
  position: relative;
  width: 100%;
  margin-right: 5%;
  overflow: hidden;
  text-align: justify;
}
/*-----------FIN circulo-metodologia----------*/

/*-----------MEDIA 860-------*/
@media screen and (min-width: 860px) {
  /*-----------CONTENEDORES DE ELEMENTOS----------*/
	.contenedor-imagen-metodologia {
  margin-top: 4%;
}
  .contenedor-parrafo-metodologia {
    text-align: center;
    padding: 15px;
    line-height: 1.4em;
  }
  .contenedor-parrafo-metodologia-anchura-inferior {
    width: 70%;
    text-align: center;
  }
  .contenedor-izquierda-metodologia-dev {
    text-align: justify;
  }
  .contenedor-derecha-metodologia-dev {
    text-align: justify;
    padding: 10px;
  }
  p.interlineado-dev {
    line-height: 0px;
  }
  p.interlineado-inferior-metodologia {
    line-height: 0px;
  }

  .contenedor-imagen-metodologia > div > div > img {
    margin-top: 5%;
  }

  /*-----------FIN CONTENEDORES DE ELEMENTOS----------*/
}

/*-----------MEDIA 1270-------*/
@media screen and (min-width: 1350px) {
	


/*-----------Orden flechas

        1       5
          2   4
            3


-------*/

  .flecha1-metodologia {
    position: absolute;
    margin-top: -325px;
    border-left: 4px solid #5121d9;
    border-bottom: 4px solid #5121d9;
    width: 59px;
    height: 59px;
    z-index: 9;
    display: block;
    transform: rotate(314deg);
    margin-right: 1235px;
  }
  .flecha2-metodologia {
    position: absolute;
    border-left: 4px solid #5121d9;
    border-bottom: 4px solid #5121d9;
    width: 59px;
    height: 59px;
    z-index: 10;
    display: block;
    margin-top: 1180px;
    margin-right: 204px;
    transform: rotate(314deg);
  }
  .flecha4-metodologia {

      position: absolute;
      border-left: 4px solid #5121d9;
      border-bottom: 4px solid #5121d9;
      width: 59px;
      height: 59px;
      z-index: 10;
      display: block;
      margin-top: 1270px;
      margin-left: 199px;
      transform: rotate(138deg);
  
  }
  .flecha3-metodologia {
    position: absolute;
    margin-top: 2477px;
    margin-left: -62px;
    border-left: 4px solid #5121d9;
    border-bottom: 4px solid #5121d9;
    width: 59px;
    height: 59px;
    z-index: 9;
    display: block;
    transform: rotate(221deg);
  }
  .flecha5-metodologia {
    position: absolute;
    margin-top: -210px;
    border-left: 4px solid #5121d9;
    border-bottom: 4px solid #5121d9;
    width: 59px;
    height: 59px;
    z-index: 9;
    display: block;
    transform: rotate(137deg);
    margin-left: 1227px;
  }

  .elementos-metodologia {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin: 15px 25px;
  }
  .alineacion-metodologia-dev {
    justify-content: space-between;
    width: 800px;
    margin: 15px 25px;
  }

  .anchura-parrafo-metodologia-rosa {
    width: 77%;
  }
  .anchura-parrafo-metodologia-azul {
    width: 36%;
  }
  .alineacion-metodologia-parrafo-metodologia {
    margin: 0px 25px;
  }
  .alineacion-metodologia-parrafo-metodologia-circulo-metodologia {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    width: 800px;
  }

  /*-----------TIPOGRAFIA----------*/
  .centrado {
    text-align: center;
  }

  p.titulo-metodologia {
    font-size: 2em;
    padding-right: 2%;
  }

  p.subtitulo-metodologia  {
    font-size: 2em;
    padding-bottom: 0%;
    margin-bottom: 0%;
  }
  span.numero-metodologia {
    font-size: 1.6em;
  }
  p.parrafo-metodologia{
    font-size: 1.27em;
  }
  .subtitulo-metodologia-dev > p{
    font-size: 2em;
    font-weight: 900;
  }

  p.parrafo-metodologia-dev {
    font-size: 1.27em;
  }
  p.interlineado-dev {
    line-height: 0px;
  }
  p.interlineado-inferior-metodologia {
    line-height: 0px;
  }

  /*-----------FIN TIPOGRAFIA----------*/

  /*-----------PANELES----------*/
  .panel-rosa {
    margin-right: 0%;
		padding-top: 35px;
  }
  .panel-rosa-superior {
		padding-top: 30px;
    width: 800px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .panel-azul {
    padding-top: 35px;
    margin-right: 1%;
  }
  .panel-flecha {
    display: flex;
    background-color: #dbeaff;
    width: 800px;
    height: 250px;
    text-align: center;
    justify-content: center;
  }

  .panel-flecha > img {
    display: flex;
    width: 40px;
    margin-top: -250px;
  }
  .panel-dev {
    flex-basis: 50%;
    justify-content: start;
    align-items: center;
    padding: 0px 30px;
		margin-top: 0px;
  }

  .panel-imagen-metodologia {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 260px;
		margin-top: -49px;
  }

  .panel-conector-metodologia {
    display: flex;
    background-color: #dbeaff;
    width: 200px;
    height: 200px;
    align-self: center;
    border-right: 3px dashed #145a8a;
    border-left: 3px dashed #145a8a;
    z-index: 9;
    margin-top: -21px;
  }

  .panel-inferior {
		padding-top: 3%;
		padding-bottom: 3%;
    line-height: 1.4em;
    justify-content: center;
  }
  .alineacion-metodologia-inferior {
    justify-content: center;
  }
  /*-----------FIN PANELES----------*/

  /*-----------CONTENEDORES DE ELEMENTOS----------*/

  .contenedor-izquierda-metodologia {
    text-align: justify;
    width: 50%;
    line-height: 1.4em;
    padding: 0px 30px;
  }
  .contenedor-parrafo-metodologia-1270 {
    text-align: justify;
    width: 90%;
    padding: 0% 28%;
    line-height: 1.4em;
  }
  .contenedor-derecha-metodologia {
    text-align: justify;
    width: 50%;
    padding: 0px 30px;
    line-height: 1.4em;
  }

  .contenedor-izquierda-metodologia-dev {
    text-align: justify;
    padding: 15px;
    line-height: 1.4em;
    padding: 6px 2px 2px 5px;
  }
  .contenedor-derecha-metodologia-dev {
    text-align: justify;
    width: 40%;
    padding: 15px;
    line-height: 1.4em;
    padding: 0px 30px;
  }
	.contenedor-imagen-metodologia {
		margin-top: 0px;
	}

.contenedor-imagen-metodologia > div > div > img {
    width: 35%;
    margin-top: 0px;
    margin-bottom: 0px;
		height: 50px;
}

  .contenedor-izquierda-metodologia-inferior {
    text-align: justify;
    width: 50%;
    line-height: 1.4em;
    margin-left: 6%;
    padding: 2%;
  }
  .contenedor-derecha-metodologia-inferior {
    text-align: justify;
    width: 50%;
    line-height: 1.4em;
    margin-left: 6%;
    padding: 2%;
    margin-bottom: 70px;
  }
	.unidad-imagenes {
    flex-basis: 20%;
}

  /*-----------FIN CONTENEDORES DE ELEMENTOS----------*/

  /*-----------circulo-metodologia----------*/

  .circulo-metodologia {
    width: 112em;
    height: 115em;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px dashed #145a8a;
    overflow: hidden;
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
    margin-top: -152px;
    margin-bottom: 2px;
    position: static;
  }

  .circulo-metodologia-inferior {

    width: 49em;
    height: 48em;
    margin-right: 5%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px dashed #145a8a;
    overflow: hidden;
    text-align: justify;
    margin-top: -27px;
    margin-right: 0%;
  }
  /*-----------FIN circulo-metodologia----------*/
}


.vc_btn3-container.btn_pide_presupuesto > a {
	font-weight: bold !important;
  padding: 15px 35px !important;
	background-color: #00b3e1 !important;
}
.vc_btn3-container.btn_pide_presupuesto > a:hover {
	color: #00b3e1 !important;
  border-color: #00b3e1 !important;
  background-color: #f7f7f7 !important;
	
}
.btn_info_menu {
	width: calc(14% + 2%) !important;
	
	display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}
.btn_info_menu > a {
	background-color: white;
	border-bottom: unset !important;
	border: 2px solid white;
  border-radius: 2em !important;
  color: black !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
	height: 32px !important;
	line-height: 30px !important;
  font-weight: bold !important;
	min-width: 184px !important;
	margin-top: unset !important;
}
.btn_info_menu > a:hover {
		color: white !important;
    background-color: black !important;
    border: 2px solid white !important;
}

/* --- AJUSTE FORMULARIO CONTACTO BLOG ---*/
.widget .gfield.frmcontacto_home_lopd {
    margin-top: 1em !important;
}
.widget .gfield.frmcontacto_home_lopd .gfield_description { padding-right: 0 !important;}
.widget .gform_footer  {
	display: flex !important;
	flex-flow: row nowrap;
	justify-content: center;
}

/* --- AJUSTE BOTONES RRSS -- */
.fb-share-button.fb_iframe_widget span {
    padding-top: 2px;
}
iframe#twitter-widget-0 {
    padding-top: 0.3px;
}
