/*
Tema Nombre: eig.com.mx - Un tema de interwebgdl.com.mx
Theme URI: https://eig.com.mx
Author: InterWebgdl
Author URI: http://Interwebgdl.com
Description: Equipos Industriales Gutiérrez
Version: 1.2
Text Domain: iw
*/
/*BOTON DE WHATSAPP*/




img {
    max-width: 100%;
}

body {
    overflow-x: hidden;

}


h2 {
    font-family: 'lato', sans-serif;
    font-size: 3em;
    color: #F2f2f2;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'lato', sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
    color: #20202F;
}

ul {
    outline: none;
    list-style: none;
    padding: 0;
}

a {
    font-family: 'lato', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

p {
    font-family: 'lato', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #2c3e50;
}

span {
    font-family: 'lato', sans-serif;
    font-weight: normal;
    font-style: normal;
}

b {
    font-family: 'Lato', 700 sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #292E65;
}

header {
    max-width: 100%;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

/**########################################
###### LLAMADA ACCION 1  ##
##########################################*/

.llamada-accion1 {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #192a56;
}

.llamada-accion1 span,
.llamada-accion1 h3 {
    color: #f5f5f5;
    font-size: 2em;
}

.llamada-accion1 img {
    max-width: 100%;
    width: 20%;
}

/*####################################
## TITULOS  ##
#####################################*/
.titulos {
    text-align: center;
    padding-top: 6em;
    padding-bottom: 8em;
}

.titulos h2 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.8em;
}

/**########################################
###### EMPRESA INICIO ##
##########################################*/

.empresa-inicio {
    padding-top: 2em;
    padding-bottom: 2em;
}

.empresa-inicio h2 {
    font-size: 1.8em;
}

/**########################################
##########   FOOTER
##########################################*/
footer {

    max-width: 100%;
    width: 100%;
    background-color: #192a56;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 1em;
    text-align: center;
    color: #F2f2f2;
}

footer p {
    color: #F2f2f2;

}

.contacto-boton {

    font-family: "lato", sans-serif;
    font-weight: 500;
    background-color: #2c3e50;
    display: block;
    width: 100%;
    color: #fff;
    padding: 1.2em 2.642em;
    border-radius: 3px;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
    text-decoration: none;
}

.contacto-boton:hover {
    background: #313140;
    color: #fff;
}

/**************
ESTILOS PARA ARCHIVO eliminar-cuenta.html
*************/
.step-li {
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    gap: 4px;
}