*{ margin:0;
padding:0;
}

/* Pone todo negro para encontrar errores:

    * {
      background: #000 !important;
      color: #0f0 !important;
      outline: solid #f00 1px !important;
      }

*/

/*Fuente incrustada*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 12, 2021 */


/* Imagen sobre fondo difuminado (overlay) */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }

  .popup {
    position: relative;
    background: white;
    padding: 0;
    border-radius: 8px;
    max-width: 90%;
    max-height: 90%;
  }

  .popup img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }

  .close-btn {
    position: absolute;
    top: -10px;  /* fuera de la imagen */
    right: -10px;
    background: rgba(255, 0, 0, 0.9);
    color: white;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%; /* círculo */
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    transition: background 0.3s, transform 0.2s;
  }

  .close-btn:hover {
    background: red;
    transform: scale(1.1);
  }

/* De ChatGPT */
@media (max-width: 768px) {
  .popup {
    max-width: 80%;
    max-height: 70%;
  }
}


/* Fin Fondo difuminado (overlay) */





@font-face {
    font-family: 'Atkinson Hyperlegible';
    src: url('atkinson-hyperlegible-regular-102-webfont.woff2') format('woff2'),
         url('atkinson-hyperlegible-regular-102-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: fallback;

}


@font-face {
  font-family: 'Titillium Web';
  src: url('TitilliumWeb-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
}


.msjcont{
	width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content:center;
	   align-items: center;
	height: 60vh;
}

.msj{
	width: 75%;
	text-align: center;
}

  #footer {
    position : absolute;
    bottom : 0;
    height : 180px;
    margin-top : 180px;
  }

/* Aspect ratio para logos*/

#deaclogo{
	aspect-ratio: 1 / 0.56;
}

#calclogo{
	aspect-ratio: 13.74 / 1;
}


/*titulos index*/

.conttits{
	width: 60%;
	height: auto;
	margin: 0 auto;
	background-color:darkblue;
}

.tit{
	color: white;
	padding: 0 8px;
	vertical-align: middle;

}

.contcalcs{
	width: 60%;
	height: auto;
	margin: 0 auto;
	display: flex;

}

.calc{
	width: 50%;	
	height: auto;
	text-align: center;
	transform: scale(0.9);
  	transition: all ease .3s;
	padding: 10px;
}

.subcalc{
	padding: 20px;
}

/*.calc img{
  width: 45%;
  height: auto;

}*/



.banner_deac_01{
	margin: 0 auto;
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}

.logo01{
 padding: 10px;
	
	
}

#bandeac2{
			display: none;
}

.calc h1{
	line-height: 40px;
}

.zoom{
	  transition: transform .2s;
}

.zoom:hover {
	  transform: scale(1.05);
  background-color:	#ECF0F1;
}

.info{
	height: 100px;
	align-content: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* unvisited link */
a:link {
  color: #004795;
	text-decoration: none;
}

/* visited link */
a:visited {
  color: #999999;
}

/* mouse over link */
a:hover {
  color: #0070EC;
}

/* selected link */
a:active {
  color: #0070EC;
}


/*Header*/


header {
	width: 60%;
	margin: auto;
	display: flex;
	justify-content: flex-end;
    position: relative;			
	z-index: 20;
	   align-items: center;
}

header label {
	display: none;
	width: 42px;

	padding: 4px;
	
	/*border-right: 1px solid #FFF;*/
}

header label:hover {
	cursor: pointer;
	background: rgba(0,0,0,0.1);
}



#bannerdin{
	margin: auto;
	width: 60%;
	height: 420px;
	position: relative;
	}

#calcpe{
	width: 60%;
	position: absolute;
	left: 10px;
	bottom: 60px;
	z-index: 3;
}

#calcincl0{
	top: 30px;
	width: 28%;
	height: 420px;
	position: absolute;
	display: flex;
	align-items: center;
	z-index: 2;
}

#calcincl1{
	top: 30px;
	width: 35%;
	height: 420px;
	position: absolute;
	display: flex;
	align-items: center;
	z-index: 2;
}

#calcincl2{
	top: 30px;
	width: 22%;
	height: 420px;
	position: absolute;
	display: flex;
	align-items: center;
	z-index: 2;
}

#calcmitad{
	top: 30px;
	width: 19%;
	height: 420px;
	position: absolute;
	display: flex;
	align-items: center;
	right: 2%;
	z-index: 19;
}

#calcmitad1{
	top: 20px;
	width: 16%;
	height: 420px;
	position: absolute;
	display: flex;
	align-items: center;
	right: 2%;
	z-index: 19;
}

#imgtxt{
	bottom: 60px;
	width: 420px;
	right: 23%;
	position: absolute;
	display: flex;
	align-items: center;
	z-index: 5;
}

.circulo{
		background-color: white;
		border-radius:50%;
		  opacity: 0.15;
		z-index: 2;
}


#circulo1{
	position: absolute;
	width: 170px;
	height: 170px;
	right: 18%;
	top: 20px;
}


#circulo2{
	position: absolute;
	width: 220px;
	height: 220px;
	right: 200px;
	top: 10px;

}

#circulo3{
	position: absolute;
	width: 170px;
	height: 170px;
	right: 52%;
	top: 180px;
}

#circulo4{
	position: absolute;
	width: 300px;
	height: 300px;
	right: 500px;
	top: 100px;

}

#circulo5{
	position: absolute;
	width: 18%;
  	padding-top: 18%; /* alto igual al ancho*/
	left: -1%;
	bottom: 45%;

}

#fondogris{
	position: absolute;
	width: 100%;
	height: 300px;
	background:radial-gradient(150px top, circle, #dddddd 5%,#cccccc 25%, #4c4c4c);
	background:-webkit-radial-gradient(150px top, circle, #dddddd 5%,#cccccc 25%, #4c4c4c);
	background:-moz-radial-gradient(150px top, circle, #dddddd 5%,#cccccc 25%, #4c4c4c);
	background:-o-radial-gradient(150px top, circle, #dddddd 5%,#cccccc 25%, #4c4c4c);
	background:-ms-radial-gradient(150px top, circle, #dddddd 5%,#cccccc 25%, #4c4c4c);
	
	/*background-color: gray;*/
	top: 80px;
	z-index: 1;
	overflow: hidden;  /* Para que los circulos no se desborden */
}


.logo  {
	display: none;
	padding: 5px;
}


/*Menú lista ul*/

#btn-menu{
	display: none;
	
}

.menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
	display: flex;
	font-family: 'Atkinson Hyperlegible', sans-serif;
	font-size: 20px;
}

.menu li a:hover {
	background-color:#ff8b0f;
}

.menu li a {
	display: block;
	padding: 6px 24px;
	color: #FFF;
	text-decoration: none;
	background-color:#183ead;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:8px;
	margin: 5px;
	border: solid 1px #fff;
}



/*boton DEACHP*/

.boton_deachp {
	background-color:#183ead;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Atkinson Hyperlegible', sans-serif;
	font-size:22px;
	padding:8px 24px;
	text-decoration:none;
	border: solid 2px #fff;
}
.boton_deachp:hover {
	background-color:#ff8b0f;
}
.boton_deachp:active {
	position:relative;
	top:1px;
}


/*Estilos H y P*/

h1{
	/*font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial,"sans-serif";*/
	font-family: 'Titillium Web', sans-serif;
	font-size: 40px;
	font-weight: 700;
}

h2{
	/*font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial,"sans-serif";*/
	font-family: 'Atkinson Hyperlegible', sans-serif;
	font-size: 30px;
	font-weight: 700;
}


p{
	/*font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial,"sans-serif";*/
	font-family: 'Atkinson Hyperlegible', sans-serif;
	font-size: 22px;
	line-height: 25px;
}



/* Elimina el molesto espacio entre DIVs que contienen imágen*/
img {
   vertical-align: middle;
}


.form {
	width: 100%;
	margin: auto;
	box-sizing: border-box;

	
}

input, textarea {
	
	margin-bottom: 20px;
	padding: 12px;
	box-sizing: border-box;
	font-family: 'Atkinson Hyperlegible', sans-serif;
	font-size: 18px;
	border: solid;
    border-width: 1px;
    border-color: #BEBEBE;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px; 
}



.respv{
		object-fit: cover;
}

.respvbottom{
		object-fit: cover;
	object-position: bottom;
}

.respvtop{
		object-fit: cover;
	object-position: top;
}

.fila1 img {
	width: 100%;
	height: auto;

}


.fila3 img {
	width: 100%;
	height: 400px;

}


.fila5 img {
	width: 100%;
	height: 400px;

}

.fila7 img {
	width: 100%;
	height: 400px;

}

/* Clases */


.keyw {
	font-family: 'Atkinson Hyperlegible', sans-serif;
	font-size: 16px;
	text-align: justify;
	background-color: #ECF0F1;
	color:#3D3D3D;
	
}

.banner{
	width: 60%;
	margin: auto;
	background-color:#F76567;
}

/* Contenedores 1 imagen a la izq */

.contenedor1{
	width: 60%;
	margin: auto;
	background-color: white;
}

#filaoculta2{
	display:none;
}

.fila1{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.fila2{
	display: table-cell;
	padding: 20px;
	width: 50%;
	vertical-align: middle;
}

/* Contenedores 2 imagen a la der */

.contenedor2{
	width: 60%;
	margin: auto;
	background-color: #ECF0F1;
}


.fila3{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}


.fila4{
	display: table-cell;
	padding: 20px;
	width: 50%;
	vertical-align: middle;
}



.contenedor3{
	width: 60%;
	margin: auto;
	background-color: white;
}


.fila5{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.fila6{
	display: table-cell;
	padding: 20px;
	width: 50%;
	vertical-align: middle;
}

/* Contenedores 2 imagen a la der */

.contenedor4{
	width: 60%;
	margin: auto;
	background-color: #ECF0F1;
}


.fila7{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}


.fila8{
	display: table-cell;
	padding: 20px;
	width: 50%;
	vertical-align: middle;
}


.contenedor5{
	width: 60%;
	margin: auto;
	background-color: white;
	margin-top: 50px;
}


.fila9{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.fila9 img {
	width: 100%;
	height: auto;
}

.fila10{
	display: table-cell;
	padding: 20px;
	width: 50%;
	vertical-align: middle;
}

/* Contenedores 2 imagen a la der */

.contenedor6{
	width: 60%;
	margin: auto;
	background-color: #ECF0F1;
}


.fila11{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.fila11 img {
	width: 100%;
	height: auto;
}

.fila12{
	display: table-cell;
	padding: 20px;
	width: 50%;
	vertical-align: middle;
}

.fila12 img {
	width: 100%;
	height: auto;
}

.contenedor7{
	width: 60%;
	margin: auto;
	background-color: white;
	margin-top: 50px;
}


.fila13{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.fila14{
	display: table-cell;
	padding: 20px;
	width: 50%;
	vertical-align: middle;
}


/* Contenedor pie de página */

.contenedorfinal{
	width: 60%;
	margin: auto;
	background-color: white;
}


.filafinal1{
	padding: 20px;
	vertical-align: middle;
}


.specs_titulo{
	position: relative;
	width: 60%;
	margin: auto;
	background-color:#183ead;
	color: white;
	margin-top: 50px;
}

.specs_titulo_sub{
		width: 100%;
	padding: 4px 8px;
}

.specs_linea{
	position: relative;
	width: 60%;
	margin: auto;
	background-color:white;
	display: flex;
	justify-content: space-around;
}

.specs_fila1{
	position: relative;
	width: 60%;
	margin: auto;
	background-color:white;
	display: flex;
	justify-content: space-around;
}

.specs_fila2{
	position: relative;
	width: 60%;
	margin: auto;
	background-color:#ECF0F1;
	display: flex;
	justify-content: space-around;
}


.specs_num{
	width: 3%;
	padding: 4px 8px;
}

.specs_item{
	width: 97%;
	padding: 4px 8px;
}

.specs_col1{
	width: 40%;
	padding: 4px 8px;
}

.specs_col2{
	width: 60%;
	padding: 4px 8px;
}


/* Pantalla 1280px */

@media (max-width: 1280px) {
	
.banner_deac_01{
	width: 100%;
	}
	
.conttits{
	width: 100%;
}	

.contcalcs{
	width: 100%;
}
	
#bannerdin{
	width: 100%;
}

header {
	width: 100%;
}		
	
.banner_deachp {
	width: 100%;
	}		
		
.contenedor1 {
	width: 100%;
	}
		
.contenedor2 {
	width:100%;
	}

.contenedor3 {
	width: 100%;
	}
		
.contenedor4 {
	width:100%;
	}

.contenedor5 {
	width: 100%;
	}
		
.contenedor6 {
	width:100%;
	}

.contenedor7 {
	width:100%;
}
	
.contenedorfinal {
	width:100%;
	
	}

.msjcont{
	width: 100%;
}

.specs_titulo{
	width: 100%;
	}
	
.specs_fila1{
	width: 100%;
	}
	
.specs_fila2{
	width: 100%;
	}

.specs_linea{
	width: 100%;
	}
	
}


/* Pantalla 768px */


@media (max-width: 768px) {
		
#bannerdin{
	display: none;
}
	
header {
	width: 100%;
	display: flex;
	/*justify-content: space-between;*/
		justify-content: flex-start;
	background-color:white;
}
		
header label {
	display: block;
}

	
.logo{
	display:block;
}
		
.menu {
	position: absolute;
	/*background: red;*/  /*color del background del menú*/
	/*margin-bottom: 20%;*/
	width: 50%;
	margin-left: -50%;
	top: 50px;
}
		
.menu ul {
	flex-direction: column;
}
		
.menu li {
	/*border-top: 1px solid #FFF;*/ /*borde superior menú */
}
		
#btn-menu:checked ~ .menu {
	margin: 0;
}
		
.banner_deachp {
	display: none;
}

#bandeac{
			display: none;
}
	
#bandeac2{
			display: flex;

}
	
.contenedor1 {
	width: 100%;
}
		
		
 div .fila1 { 
   	width: 100%; 
    height: auto;
	display: block;
}
	
.fila1 img {
	width: 100%;
	height: auto;
}

div	#filaoculta1 {
	display: none;
}
	
div	#filaoculta2 {
	display: block;
}
	
/*div	#filaoculta2 {
	display: block;
}*/
	
div .fila2 { 
   	width: 100%; 
	box-sizing:border-box;
    height: auto;
	display: block;
}
		
.contenedor2 {
	width: 100%;
  	display: flex;
  	flex-flow: row wrap-reverse;
}
		
.contenedor2 > * { width: 100% }
				
 div .fila3 { 
   	width: 100%; 
    height: auto;
	display: block;
}

div .fila4 { 
   	width: 95%; 
    height: auto;
	display: block;
}

	
.contenedor3 {
	width: 100%;
}
		
		
 div .fila5 { 
   	width: 100%; 
    height: auto;
	display: block;
}

	
div .fila6 { 
   	width: 100%; 
	box-sizing:border-box;
    height: auto;
	display: block;
}
		
.contenedor4 {
	width: 100%;
  	display: flex;
  	flex-flow: row wrap-reverse;
}
		
.contenedor4 > * { width: 100% }
				
 div .fila7 { 
   	width: 100%; 
    height: auto;
	display: block;
}

/* Imágenes completas en < 768px */
	
.fila7 img {
	width: 100%;
	height: auto;
}

.fila5 img {
	width: 100%;
	height: auto;
}

.fila3 img {
	width: 100%;
	height: auto;
}
	
div .fila8 { 
   	width: 95%; 
    height: auto;
	display: block;
}
	

.contenedor5 {
	width: 100%;
}
		
		
div .fila9 { 
   	width: 100%; 
    height: auto;
	display: block;
}


div .fila10 { 
   	width: 100%; 
	box-sizing:border-box;
    height: auto;
	display: block;
}
		
.contenedor6 {
	width: 100%;
  	display: flex;
  	flex-flow: row wrap-reverse;
}
		
.contenedor6 > * { width: 100% }
				
 div .fila11 { 
   	width: 100%; 
    height: auto;
	display: block;
}

div .fila12 { 
   	width: 95%; 
    height: auto;
	display: block;
}	
	
.contenedor7 {
	width: 100%;
}
		
		
 div .fila13 { 
   	width: 100%; 
    height: auto;
	display: none;
}

	
div .fila14 { 
   	width: 100%; 
	box-sizing:border-box;
    height: auto;
	display: block;
}
	
	
	
.contenedorfinal {
	width: 100%;
}		

p{
	font-size: 18px;
	line-height: 20px;
}
	
.boton_deachp {
	font-size:20px;
	padding:8px 24px;
}
	
.keyw {
	font-size: 14px;
}

.specs_titulo{
	width: 100%;
	}
	
.specs_fila1{
	width: 100%;
	}
	
.specs_fila2{
	width: 100%;
	}
	
.specs_linea{
	width: 100%;
	}

.calc h1{
	font-size: 32px;
	line-height: 30px;
}

	
.calc img{
  width: 75%;
  height: auto;

}
	
.tit h1{
  font-size: 26px;
}
	
.info h1{
  font-size: 26px;
}

.subcalc{
	padding: 10px;
}

.banner_deac_01{
	display: flex;
	}
	
.logo01{
 padding: 2px;
}
	
#deaclogo{
		width: 60%;
		height: inherit;		
	}

#calclogo{
		width: 100%;
		height: inherit;
	}

.msjcont{
	width: 100%;
}

}