/*Archivo de estilos css*/

/*reseteo de estilos*/
* {
	margin: 0px;
	padding: 0px;
    text-decoration: none;
}

a{
    color:whitesmoke;
}
a:hover {
    color:red;
}

html,body {
    height:100%;
    width: 100%;
    text-align: center;
    align-content: center;
}

header {
    background-color: #eeeeee;
    border-bottom: 5px solid  darkred;
}

.flotante {
    display:scroll;
    position:fixed;
    bottom:120px;
    right:0px;
    z-index: 100;
}
.flotante1 {
    display:scroll;
    position:fixed;
    bottom:65px;
    right:0px;
    z-index: 100;
}

article{
    width: 100%;
    height: 70%;
    background-image: url(images/alpha_portada.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#logotipo{
    width: 200px;
    padding: 3px;
}
#portada{
    width: 100%;
}
#list_clientes{
    display: inline-block;
    padding: 10px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #9E9E9E;
}
#clientes{
    display: inline-block;
    max-width: 100%;
    line-height: auto;
}
#seccion_llamar{
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    height: auto;
}
.circular_img{
    display: inline-block;
    position: relative;
    width: 220px;
    height: 220px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid red;
}
.circular_img img{
    width: auto;
    height: 100%;
    margin-left: -30%;
}
#politica_calidad{
    padding: 10px;
    margin-top: 10px;
    height: auto;
    width: 100%;
    background-color: #EEEEEE;
}
#certificacion{
    padding: 20px;
    margin-top: 10px;
    height: auto;
    width: 100%;
    background-color: white;
}
#plus{
    padding: 20px;
    margin-top: 10px;
    height: auto;
    width: 100%;
    background-color: #EEEEEE;
}
#txt_politica{
    padding: 25px;
}
h5{
    color:red;
}

#acciones{
    padding: 20px;
}

#ventajas{
    margin-top: 30px;
}
#ventajitas{
    padding: 30px;
}
#img_relajado{
    display: flex;
    width: 100%;
    height: 50%;
    justify-content: center;
    align-items:flex-end;
    background-image: url(images/family-watching-tv-isolated-918x516.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#relajados{
    width: 100%;
    height: auto;
}
#logoalphablanco{
    width: 100px;
    min-width: 80px;
}
#frase_relajado{
    color:#fff;
}
#servicios{
    margin-top: 30px;
}
#id_servicios{
    padding: 30px;
}

#piepagina{
    width: 100%;
    background-color: #616161;
    border-top: 3px solid red;
    color: white;
}
#logo_pie{
    width: 17%;
}
#txt_pie{
    font-size: 10px;
}
#columna_a{
    text-align: center;
    margin-top:30px;
    padding: 20px;
}
#columna_b{
    font-size: 13px;
    padding: 20px;
}
#columna_c{
    text-align: center;
    font-size: 13px;
    margin-top:30px;
    padding: 20px;
}
#columna_d{
    text-align: center;
    font-size: 13px;
}
#txt00{
    font-size: 11px;
}
#txt01{
    font-size: 13px;
}

#txt02{
    color: white;
}