/* @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Play&display=swap");

*{
    margin: 0;
    padding: 0;
    font-family: "Play", sans-serif;
}
a{
    text-decoration: none;
}
.espacio_borde{
    padding-top: 80px;
    padding-bottom: 80px;
}
/* HEADER */
#header{
    /* background: #086AAB; */
    /* background: #B0C0CA; */
    /* background: #9eadb6; */
    background: #2a313e;
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 2;
}
#menu nav li{
    list-style: none;
    padding-top: 10px;
}
#menu nav li a{
    /* color: #FFF200; */
    /* color: #bf0a0a; */
    color: #FFFFFF;
    padding:  10px 20px 10px 20px;
    font-size: 20px;
}
#menu nav li a:hover{
    background: #ec4949;
    color: #FFFFFF;
    border-radius: 5px;
    transition: .3s;
}

#ico_menu{
    font-size: 30px;
    display: none;
}
/* Header modo movil (MEDIAQUIERI)*/
@media screen and (max-width:767px) {
    #header{
        background: #2a313e;
        height: 60px;
        position: fixed;
        width: 100%;
        z-index: 2;
        border-bottom: 1px solid #CC0000;
    }
    #ico_menu{
        font-size: 30px;
        display: block;
        color: #FFFFFF;
    }
    #menu{
        background: #2a313e;
        margin-top: 52px;
        width: 80%;
        height: 100%;
        right: -100%;
        position: fixed;
    }
    #menu nav ul{
        padding-left: 0px;
        padding-right: 0px;
    }
    #menu nav ul li{
        text-align: center;
        border-bottom: 1px solid #CC0000;
        padding: 12px;
    }
    #menu nav ul li a:hover{
        background: none;
        color: #FFF3DA;
    }
}

/* INICIO */
#inicio{
    padding-top: 60px;
}

#content_relative{
    position: relative;
    /* width: 100%;
    height: 100%;
    top: 0; */
}
#opacidad{
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    /* background: #00000056; */
    background: #000000;
    opacity: 50%;
}
#sliderMarcas{
    width: 100%;
    height: 100%;
    top: 0;
    /* position: absolute; */
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: end;
    background: #EFF1F5;
    
}
#marcas{
    justify-content: center;
    height: 180px;
    width: 180px;
   /*  background: #000000;
    opacity: 50%; */
    
}
#marcas:hover{
    transform: scale(1.5);
    cursor: zoom-in;
}

.articulo{
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin: 0.5em;
    padding: 0.5em;
    width: 250px;
    height: 250px;
    margin: 10px;
}
.estilosTexto{
    font-size: 19px;
}
@media screen and (min-width: 1024px) {
    #t1{
        font-size: 70px;
    }
    #t2{
        font-size: 30px;
    }
    #t3{
        font-size: 20px;
    }
}

/* NOSOTROS */
#nosotros{
    background: #EFF1F5;
}
.lbl_pilar{
    background: #CC0000;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    border-radius: 50px;  
}

/* MAQUINAS */
#maquinas{
    background: #ffffff;
}
/* ATENCIÓN AL CLIENTE */
#subRelative{
    position: relative;
}
#subAbsolute{
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    /* background: #00000056; */
    background: #000000;
    opacity: 50%;
}
/* ATENCIÓN AL CLIENTE */
#atencion_cliente{
    background: #cd4646;
    color: #FFFFFF;
}

#numero a{
    color: #CC0000;
}
#numero{
    background: #FFFFFF;
    color: #000000;
}
#numero:hover{
    background: #ffffff;
    color: #000000;
}

/* SERVICIOS */
#servicios{
    background: #EFF1F5;
}
#fondo_mini{
    background: #2C2C2C;
}
#fondo_plataforma{
    background: #FFB10B;
}
#st_mini{
    color: #FFB10B;
}
#btn_mini a{
    color: #ffffff;
}
#btn_mini a:hover{
    color: #000000;
}

#btn_plata a{
    color: #000000;
}
#btn_plata a:hover{
    color: #ffffff;
}

/* CLIENTES */
#clientes{
    background: #FFF3DA;
}

/* CONTÁCTANOS */
#contactanos{
    background: #B0C0CA;
    color: #000000;
}

.fs-ico{
    font-size: 30px;
}
.fs-ico a{
    /* color: #CC0000; */
    color: #000000;
}
.fs-ico a:hover{
    color: #CC0000;
}
/* FOOTER */
#footer{
    background: #B0C0CA;
    color: #CC0000;
}
#copyright{
    /* color: #CC0000; */
    color: #000000;
}

/* ========================================ESTILOS WHATSAPP FLOAT======================================= */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
    padding-top: 8px;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
    background-color:#fff;
}
