/* SOPORTE WEB V1 */
.vh-60 {
    min-height: 60vh !important;
}
#ayuda button,
#emergencia button {
    height: 7.5em;
    width: 18.75em;
    box-shadow: 0 1.25em 2.18em rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0.31em;
}
#ayuda button:before,
#emergencia button:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
      to right,
      #fd004c 2.62em,
      #fe9000 5.25em,
      #fff020 7.87em,
      #3edf4b 10.5em,
      #3363ff 15.75em,
      #fd004c 18.75em
    );
    background-size: 125em;
}
#ayuda button:after,
#emergencia button:after {
    content: "";
    position: absolute;
    background-color: #1c1b29;
    height: 85%;
    width: 93%;
    top: 7.5%;
    left: 3.5%;
    border-radius: 0.2em;
    color: #ffffff;
    font-family: Armstrong;
    font-size: 1.2em;
    letter-spacing: 0.3em;
    display: grid;
    place-items: center;
}
#emergencia button:after {
    content: "NÚMEROS DE EMERGENCIA";
}
#ayuda button:after {
    content: "AYUDA";
}
#ayuda button:hover:before,
#emergencia button:hover:before {
    background-position: -106.25em 0;
    transition: 10s linear;
}
/* SOPORTE WEB V1 */
/* SOPORTE WEB V2 */
/* BASE */
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}
.ch-grid:after {
	clear: both;
}
.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 40px;
}
/*  */
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.ch-thumb {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5);
	transform-origin: 95% 40%;
	transition: all 0.3s ease-in-out;
}
.ch-thumb:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 40%;
	left: 95%;
	margin: -4px 0 0 -4px;
	background: radial-gradient(ellipse at center, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	box-shadow: 0 0 1px rgba(255,255,255,0.9);
}
/* DEFINICION DE LAS IMAGENES DE FONDO */
.ch-img-1 { 
	background-image: url(../img/soporte/ayuda.svg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
	z-index: 12;
}
.ch-img-2 { 
	background-image: url(../img/soporte/emergencia.svg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
	z-index: 11;
}
.ch-img-3 { 
	background-image: url(../img/soporte/sugerencias.svg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
	z-index: 10;
}
/* DEFINICION DE LA DESCRIPCION DE LOS ELEMENTOS */
.ch-info {
	position: absolute;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	overflow: hidden;
	background: #3363ff linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
	box-shadow: inset 0 0 0 5px rgba(0,0,0,0.05);
}
/* DEFINICION DE TIPOGRAFIA Y POSICIONAMIENTO DE LOS ELEMENTOS DE LA DESCRIPCION */
.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1px;
	font-size: 18px;
	margin: 0 10px;
	padding: 40px 0 0 0;
	height: 85px;
	font-family: Armstrong;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #333;
	width: 80px;
	height: 80px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 30px;
	margin: 7px auto 0;
	font-family: Roboto-Medium;
	opacity: 0;
	transition: 
		transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	transform: translateX(60px) rotate(90deg);
}
.ch-info p a:hover {
	background: rgba(255,255,255,0.5);
}
.ch-item:hover .ch-thumb {
	box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5), 0 1px 3px rgba(0,0,0,0.2);
	transform: rotate(-110deg);
}
.ch-item:hover .ch-info p a{
	opacity: 1;
	transform: translateX(0px) rotate(0deg);
}
/* SOPORTE 2 WEB */
.contenedoor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 30px;
}
#opt1, #opt2, #opt3 {
    position: relative;
    background: #444;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.5em;
    padding: 10px 30px;
    transition: 0.5s;
}
#opt1:hover, #opt2:hover, #opt3:hover {
    letter-spacing: 0.25em;
    background: var(--clr);
    color: var(--clr);
    box-shadow: 0 0 35px var(--clr);
}
#opt1::before, #opt2::before, #opt3::before {
    content: '';
    position: absolute;
    inset: 2px;
    background: #27282c;
}
#opt1 span, #opt2 span, #opt3 span {
    position: relative;
    z-index: 1;
}
#opt1 i, #opt2 i, #opt3 i {
    position: absolute;
    inset: 0;
    display: block;
}
#opt1 i::before, #opt2 i::before, #opt3 i::before {
    content: '';
    position: absolute;
    top: -3.5px;
    left: 80%;
    width: 10px;
    height: 5px;
    border: 2px solid var(--clr);
    background: #27282c;
    transform: translateX(-50%);
    transition: 0.5s;
}
#opt1:hover i::before, #opt2:hover i::before, #opt3:hover i::before {
    width: 20px;
    left: 20%;
}
#opt1 i::after, #opt2 i::after, #opt3 i::after {
    content: '';
    position: absolute;
    bottom: -3.5px;
    left: 20%;
    width: 10px;
    height: 5px;
    border: 2px solid var(--clr);
    background: #27282c;
    transform: translateX(-50%);
    transition: 0.5s;
}
#opt1:hover i::after, #opt2:hover i::after, #opt3:hover i::after {
    width: 20px;
    left: 80%;
}