/* Estilos generales (ESCRITORIO)*/
body{
	font-family: 'Roboto', sans-serif;
}
h1,h3{
	text-transform: uppercase;
	font-weight: 700;
}
h3{
	color: #03C9A9;
}
p{
	color: #7d7d7d;
}
.form-group{
	margin: 1rem 0;
}
.card-header{
	background: none;
	border: none;
	padding-bottom: 0;
}

/**/
.my-sp{
	float: right;
	width: 86%;
}

/* A , I de incluidos y adicionales*/
ul ol{
	font-weight: 900;
}
ul ol:first-child{
	padding: 0;
    margin-right: 2.5rem;
    margin-left: 9px;
}
ul ol:last-child{
	padding: 0;
}


/* texto servicio (americana corporal) */
.nombre-servicio{
	text-transform: uppercase;
	color: #7d7d7d;
	font-size: 0.9rem;
}


/*Estilos para el boton de envio*/
.btn-hot {
color: #fff;
background-color: #17a2b8;
border-bottom:2px solid #03C9A9;
width: 100%;
margin-bottom: 5%;
padding-bottom: 3%;
}

.btn-hot:hover, .btn-sky.active:focus, .btn-hot:focus, .open>.dropdown-toggle.btn-hot {
color: #000;
background-color: #03C9A9;
border-bottom:2px solid #17a2b8;
outline: none;
}


.btn-hot:active, .btn-hot.active {
color: #fff;
background-color:  #17a2b8;
border-top:2px solid #17a2b8;
}
/*Fin de estilos*/



