@charset "utf-8";
/* CSS Document */

h4{
	font-family: 'open_sanslight';
	font-size: 24px;
	margin-top: 16px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: 100;
	color: #FF0000;
}

.cabecera{
	display: flex;
	width: 100%;
	max-width: 1420px;
	position: relative;
}

.foto-entrada{}

.entrada_img{
	display: block;
	width: 100%;
	height: 100%;
}

.titulo-contacto{
	font-family: 'open_sanslight', sans-serif;
    font-size: 54px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: rgba(0,0,0,0.5);
    padding: 10px 20px 10px 20px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 2px;
	line-height: 72px;
}

#entrada{
	width: 92%;
	max-width: 1420px;
	margin: auto;
}

#h1entrada{
	font-family: 'open_sanslight', "sans-serif";
	font-size: 32px;
	text-align: center;
	color: #FF0000;
	margin-bottom: 24px;
}

.sangriafrancesa{
	margin-top: -20px;
	padding-left: 20px;
	text-align: justify;
}

.textoaviso{
	font-family: "open_sanslight";
	font-size: 14px;
	text-align: justify;
	/*margin-top: -12px;*/
	margin-bottom: 10px;
	font-weight: 100;
	text-decoration: none;
}

#txtavisolink{
	margin-left: 26px;
}

#tabla-resultbd{
	width: 92%;
	max-width: 800px;
	margin: auto;
	border-radius: 2px;
	background-color:#FFFFFF;
	display: grid;
	grid-template-columns: repeat(1fr, 5fr, 2fr, 2fr, 2fr);
	/*grid-auto-rows: 36px;*/
	margin-top: 40px;
	margin-bottom: 30px;
}

#titulo-tabla-resultbd{
	grid-column-start: 1;
	grid-column-end: 6;
	display: flex;
	height: 42px;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	background-color: #FF0000;
	font-family:'open_sansregular', sans-serif;
	font-size: 22px;
}

#header-tabla-resultbd{
	display: flex;
	height: 36px;
	justify-content: center;
	align-items: center;
	font-family:'open_sansregular', sans-serif;
	font-size: 18px;
	color: #2E2929;
	padding: 10px;
	background-color: #FF8E8E;
	background: rgba(255,0,0,0.2);
}

#item-tabla-resultbd{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family:'open_sanslight', sans-serif;
	font-size: 16px;
	color: #2E2929;
	border-bottom: solid 1px #BBB5B5;
	padding: 7px;
}

/*inicio del CSS de los botones*/
*{
	padding:0px;
	margin:0px;
	text-decoration:none;
	box-sizing: border-box;
}

.container_card{
	width: 100%;
	/*ax-width: 1420px;*/
	/*background-color: aqua;*/
	/*padding: 20px 20px;*/
	/*padding-bottom: 20px;*/
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-image: image(url:);
	background-image: url("../imagen/sateclima-logo-grande.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 400px;
}

.card{
	width: 220px;
	position: relative;
	margin: 0px 20px;
	margin-top: 20px;
	font-family: 'open_sansregular', "sans-serif";
	transition: all 650ms;	
}
/*aqui es el efecto de movimiento del boton*/
.card:hover >.info_description{
	margin-top: -18px;
}

.card:hover .icon{
	margin-top: -90px;
}

.icon {
	width: 100%;
	height: 240px;
	background-color: #d1d7d4;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0000+0,ff0000+31,d1d7d4+71 */
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0000 0%, #ff0000 31%, #e9ecea 71%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff0000 0%,#ff0000 31%,#e9ecea 71%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff0000 0%,#ff0000 31%,#e9ecea 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#e9ecea',GradientType=0 ); /* IE6-9 */
	padding: 9px;
	border-radius: 22px;
	display: flex;
	position: relative;
	z-index: 15;
	flex-wrap: wrap;
	justify-content: center;
	transition: all 650ms cubic-bezier(0.1,0,0,1);
}

.icon img{
	font-size: 15px;
	border-radius: 13px 13px 0px 0px;
}

.titulo-boton{
	font-size: 21px;
	margin-top: 10px;
	font-family: 'open_sansbold', "sans-serif";
	letter-spacing: 0.5px;
	line-height : 25px;
	text-align: left;
	color: #e00000;

}

.txt-descrip-boton {
	margin-top: -212px;
	margin-left: -94px;
	font-family: 'open_sansbold', "sans-serif";
	font-size:16px;
	font-weight: 500;
	line-height : 22px;
	
}

.info_description {
	width: 100%;
	height: 220px;
	color: #474747;
	background-color: /*rgba(244,244,244,0.9)*/#e9ecea;
	padding: 14px 10px;
	margin-top: -220px;
	border-radius: 0px 0px 22px 22px;
	transition: all 650ms cubic-bezier(0.1,0,0,1);
	position: relative;
	z-index: 14;
}

.info_description p {
	font-size: 14px;
	margin-top: 4px;
}

.info_description input{
	margin-top: 17px;
	padding: 9px 34px;
	background-color: #FF0000;
	color: #ffffff;
	border-radius: 3px;
	font-weight: 500;
	font-size: 13.5px;
	cursor: pointer;
	border: none;
}

.info_description input:hover{
	background-color: #626161;
}
/*final del CSS de los botones*/

/* inicio css productos fondo gris */
.imagen-mod01{
	grid-area: imagen-mod01;
	padding-right: 10px;
}
.titulos-mod01{
	grid-area: titulos-mod01;
}
.texto-mod01{
	grid-area: texto-mod01;
}
.producto-mod01{
	width: 100%;
	margin-right: 20px;
	/*background-color: aqua;*/
	border-radius: 20px;
	margin-top: 40px;
	padding-right: 34px;
	display: grid;
	gap:0px;
	grid-template-columns: auto 420px;
	grid-template-areas: 
		"imagen-mod01 titulos-mod01"
		"imagen-mod01 texto-mod01";
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 4%, #e9ecea 65%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffffff 4%,#e9ecea 65%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffffff 4%,#e9ecea 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9ecea',GradientType=1 ); /* IE6-9 */
}

.pantallav2{
	display: none;
}
.txt-producto{
	margin-top: 36px;
	margin-bottom: 16px;
	font-size: 14px;
	line-height : 25px;
}
/* finall css productos fondo gris */

@media screen and (max-width:1315px){
	/*css responsive botones */ 
	.container_card{
		margin-top: 20px;
		height: 650px;
	}
	
	.c5{
		margin-top: -100px;
	}
}

@media screen and (max-width:1170px){
	.producto-mod01{
		grid-template-columns: 1fr;
		grid-template-areas:
			"titulos-mod01"
			"imagen-mod01"
			"texto-mod01";
		padding-right: 0px;
	}
	.pantallav2{
		display: block;
	}
	.txt-producto{
		display: none;
	}
	#botonmenu botonmenuUno{
		display: none;
	}
	.imagen-mod01{
		width: auto;
		margin: auto;
		margin-top: -20px;
		z-index:1;
		padding-right: 0px;
	}
	
	.titulos-mod01{
		width: 96%;
		margin: auto;
		margin-top: -26px;
		z-index:5;
		padding-left: 20px;
	}
	.texto-mod01{
		width: 90%;
		max-width: 900px;
		margin: auto;
		margin-top: -12px;
		margin-bottom: 26px;
		z-index:4
	}
	
	.btn-producto {
		margin-bottom: 0px;
	}
}

@media screen and (max-width:1058px){ 
	/*css responsive botones */
	.container_card{
		height: 678px;
	}
	
	.c4{
		margin-top: -90px;
	}
	
	.c5{
		margin-top: -90px;
	}
}

@media screen and (max-width:1050px){
	.titulo-contacto{
		font-size: 46px;
		line-height: 60px;
		padding: 8px 15px 8px 15px;
	}
}

@media screen and (max-width:1000px){
	.titulo-contacto{
		font-size: 38px;
		line-height: 50px;
		padding: 6px 12px 6px 12px;
	}
}

@media screen and (max-width:796px){
	/*css responsive botones */
	.container_card{
		height: auto;
		background: none;
	}
	
	.c4{
		margin-top: 20px;
	}
	
	.c5{
		margin-top: 20px;
	}
}

@media screen and (max-width:750px){
	.producto-mod01{
		margin-top: 20px;
	}
	.imagen-mod01{
		margin-top: -10px;
	}
	.titulos-mod01{
		margin-top: -30px;
	}
	.texto-mod01{
		margin-top: -12px;
	}
}

@media screen and (max-width:1050px){
	.titulo-contacto{
		font-size: 46px;
		line-height: 60px;
		padding: 8px 15px 8px 15px;
	}
}

@media screen and (max-width:1000px){
	.titulo-contacto{
		font-size: 38px;
		line-height: 50px;
		padding: 6px 12px 6px 12px;
	}
}

@media screen and (max-width:720px){
	.titulo-contacto{
		font-size: 33px;
		line-height: 42px;
		padding: 3px 10px 3px 10px;
	}
}

@media screen and (max-width:620px){
	.titulo-contacto{
		font-size: 30px;
		line-height: 33px;
		padding: 3px 10px 3px 10px;
	}
}

@media screen and (max-width:500px){
	.titulo-contacto{
		font-size: 27px;
		line-height: 28px;
		padding: 3px 10px 3px 10px;
	}
}