@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body, html {
	width: 100%;
	height: auto;
	min-height: 100vh;
	padding-top: 50px;
	padding-bottom: 25px;
	margin-top: 7px;
	margin-bottom: 10px;
	justify-content: center;
	/*line-height: 16px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FF8F60;
/*	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	background-color: #E0E0E0;*/
}
.container {
	width: 370px;
	height: 772px;
	max-width: 400px;
	/*display: flex;*/
	background-size: cover;
	/* justify-content centro el fondo cicular
	de la cabecera en el container */
	justify-content: center;
	/*align-items: center;*/
	text-align: center;
	flex-direction: column;
	overflow: hidden;
	align-items: flex-start;
	font-family: sans-serif;
	background-size: cover;
	/* 3 lineas que hacen footer abajo */
	display: grid;
    /* desplazamiento vertical cno este:1*/
    touch-action: pan-y pinch-zoom;
	/*min-height: 100dvh;*/
	grid-template-rows: auto 1fr auto;
	/* termina 3 lineas de footer */
	/*background-position: center;*/
	/*background: url("../media/fondo.jpg");*/
	border-radius: 14px;
	transition: all 0.3s ease;
	/*background-image: url("../imagenes/fondo-16.webp");*/
    background-color: #fff;
    background-image: linear-gradient(90deg, 
        rgba(219, 219, 219, 0.7),
        rgba(136, 136, 136, 0.7)
        ), url("../imagenes/fondo-16.webp");
        background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	/*background: linear-gradient(55deg, #888888, #bbbbbb);*/
	/*box-shadow: 0 0px 0px 0px rgba(99, 118, 141, 0.2);*/
}
/*.card {
	padding: 7px 7px 7px 7px; 
	background: linear-gradient(45deg, #1c34bd, #ac2a2a, #0094f0);
	border-radius: 18px;
}*/
/* responsive */
@media (max-height: 800px) {
   body, html {
       align-items: flex-start; 
		 /* Alinea la tarjeta al inicio (arriba) */
       padding-top: 20px; 
		 /* Espacio opcional para separar del borde superior */
		 padding-bottom: 20px;
   }
}
@media (min-width: 350px) {
	.container .card {
       width: 350px;
       height: 800px;
		}
}
.box__curva {
	width: 370px;
	height: 205px;
	display: grid;
	margin: 0 auto;
	margin-bottom: 20px;
	/* forma sencilla de los bordes: border-bottom-left-radius: 180px 70px;
	border-bottom-right-radius: 180px 70px;*/
	border-radius: 0 0 0 0 / 0;
	/*background: linear-gradient(25deg, #17173f, #485286);*/
	/*background: linear-gradient(45deg, #000000, #414141);*/
	/*box-shadow: 0px 0px 0px 5px #4b93ff80;*/
}
.image {
	width: 220px;
	height: 120px;
	top: 20px;
	/*margin-left: 102px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
	position: relative;
	/*background-position: center;
	background-size: contain;*/
	/*align-items: center;*/
	/*align-content: center;*/
	/*display: flex;*/
	/*display: grid;*/
	/*justify-content: space-around;*/
	/*text-align: center;*/
	/*justify-content: center;*/
	/*flex-wrap: wrap;*/
	border-radius: 10px;
	transform: rotate(0deg);
	transition: 350ms all;
	/*background-position: center;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../imagenes/logo-turbosid-04.webp");
	/*background-color: rgba(255, 255, 255, 1.9);*/
	/*box-shadow: 0px 0px 0px 6px rgba(75, 147, 255, 0.5);*/
}
.image:hover {
	transition: 0.9s ease all;
	box-shadow: 0 0px 0px 6px rgba(100, 96, 96, 0.7);
}
.puntos {
    width: 300px;
    height: 3px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 22px;
    border-top: 5px dotted #fa0000;
    background: transparent;
}
.servicio__texto {
    font-family: "Roboto", sans-serif;
	letter-spacing: 0px;
    font-size: 21px;
	line-height: 23px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #000000;
}
.name {
	font-family: "Roboto", sans-serif;
	letter-spacing: 0px;
    font-size: 25px;
	line-height: 28px;
    font-weight: 600;
    color: #000000;
}
.puesto {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	letter-spacing: 0px;
    margin-bottom: 22px;
	line-height: 19px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}
.marcas {
    width: 340px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.marcas img {
    width: 340px;
    height: auto;
    margin: 0 auto;
}
.whatsapp {
    width: 320px;
    height: 43px;
    margin: 0 auto;
    float: left;
    margin-top: 8px;
    display: grid;
    text-align: center;
    place-items: center;
    cursor: pointer;
    border-radius: 20px;
    background: #17c008;
}
/* configuracion de icono left */
.icono__whatsapp img {
    width: 42px;
    height: 42px;
    float: left;
    margin-left: 3px;
    margin-right: 18px;
    padding-bottom: 2px;
/* aqui movi padding-bottm (img)- a 2 y el tel
se centro verticalmente, movi 
padding-top de(caja) a 2px */
}
.icono__whatsapp {
    margin-right: 0px;
    padding-top: 0px;
    font-size: 26px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    white-space: nowrap;
    align-items: center; /* Centrado vertical */
    justify-content: center;
    color: #fff;
    /*margin-top: 30px;*/
}
.icono__whatsapp a {
    color: #fff;
    text-decoration: none;
}
.telefono {
    width: 320px;
    height: 43px;
    margin: 0 auto;
    float: left;
    margin-top: 8px;
    display: grid;
    text-align: center;
    place-items: center;
    cursor: pointer;
    border-radius: 20px;
    background: #c00883;
}
.icono__tel {
    text-decoration: none;
    margin-right: 0px;
    padding-top: 0px;
    font-size: 26px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    white-space: nowrap;
    align-items: center; /* Centrado vertical */
    justify-content: center;
    color: #fff;
    /*margin-top: 30px;*/
}
.icono__tel a {
    color: #fff;
    text-decoration: none;
}
.web {
    width: 320px;
    height: 43px;
    margin: 0 auto;
    margin-top: 8px;
    display: grid;
    text-align: center;
    place-items: center;
    cursor: pointer;
    border-radius: 20px;
    background: #ff9100;
}
/* configuracion de icono left */

.icono__web {
    margin-right: 0px;
    padding-top: 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    align-items: center; /* Centrado vertical */
    justify-content: center;
    color: #fff;
    /*margin-top: 30px;*/
}
.icono__web a {
    color: #fff;
    text-decoration: none;
}
.facebook {
    width: 320px;
    height: 43px;
    margin: 0 auto;
    margin-top: 8px;
    display: grid;
    text-align: center;
    place-items: center;
    cursor: pointer;
    border-radius: 20px;
    background: #0077ff;
}
/* configuracion de icono left */
.icono__facebook img {
    width: 42px;
    height: 42px;
    float: left;
    margin-left: 3px;
    margin-right: 18px;
    padding-top: 1px;
}
.icono__facebook {
    padding-top: 0px;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    align-items: center; /* Centrado vertical */
    justify-content: center;
    color: #fff;
    /*margin-top: 30px;*/
}
.icono__facebook a {
    color: #fff;
    text-decoration: none;
}
.facebook-fotos {
    width: 320px;
    height: 43px;
    margin: 0 auto;
    margin-top: 8px;
    display: grid;
    text-align: center;
    place-items: center;
    cursor: pointer;
    border-radius: 20px;
    background: #004a9e;
}
.icono__facebook-fotos {
    padding-top: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center; /* Centrado vertical */
    justify-content: center;
    color: #fff;
    /*margin-top: 30px;*/
}
.icono__facebook-fotos a {
    color: #fff;
    text-decoration: none;
}

.ubicacion {
    width: 320px;
    height: 43px;
    margin: 0 auto;
    margin-top: 8px;
    display: grid;
    text-align: center;
    place-items: center;
    cursor: pointer;
    border-radius: 20px;
    background: #ff0000;
}
.icono__ubicacion {
    font-size: 21px;
    font-weight: 500;
    text-align: left;
    display: flex;
    align-items: center; /* Centrado vertical */
    justify-content: left;
    color: #fff;
    /*margin-top: 30px;*/
}
.icono__ubicacion a {
    color: #fff;
    text-decoration: none;
}
.fa-map-marker {
    font-size: 24px;
}
/*.tactil {
    color: #1c34bd;
    font-size: 16px;
    margin-top: 9px;
    margin-bottom: 8px;

}
.tactil .fa-hand-pointer-o {
    font-size: 22px;
}
.turbo__img img {
    width: 69px;
    height: 63px;
    margin-left: 0px;
    margin-right: 12px;
    padding-top: 0px;
}
.turbo__img {
    width: 370px;
    height: 69px;
    padding-top: 0px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: center; 
    justify-content: center;
    color: #fff;
    margin-top: 10px;
    background-color: #c00000;
}*/
.colores {
    width: 370px;
    height: 23px;
    margin-top: 20px;
      background: linear-gradient(
    to right,
    #ff0000 25%,
    #fa8500 25% 50%,
    #17c008 50% 75%,
    #1ca4ff 75%
  );
}
footer {
	width: 100%;
	height: 62px;
	padding-top: 12px;
	font-size: 18px;
	text-align: center;
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 0.6px;
	color: #ffffff;
	margin-top: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #141047;
}
footer a {
	color: #fff;
	text-decoration: underline;
}
footer p {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0.6px;
	color: #ffffff;
	margin-top: 8px;
}
/*.txt {
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	padding-top: 8px;
	color: #73abff;
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	margin: 0 auto;
	margin-bottom: 0px;
}
.txt p {
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	color: #73abff;
}*/