/*
Theme Name: Tema Adri
Theme URI: http://rapitecnic.com/
Author: Adrián
Author URI: http://misitio.com/
Description: La mejor copia del mundo.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mi-tema
*/

@font-face {
    font-family: 'Poppins';
    src: url('https://reparaciondetelevisores.net/wp-content/themes/tema_adri/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

/* header */

header {
    background: #fff;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

img.custom-logo {
    width: 250px;
	height: auto;
}

#menu-menu-principal a {
	color: #6c757d;
	padding: 0 8px;
    margin: 0;
}

#menu-menu-principal .current_page_item a {
	color: #000000;
}

#menu-menu-principal a:hover {
    color: #000000;
}

/* main */

.hero-img {
    background-image: url("https://reparaciondetelevisores.net/wp-content/uploads/2024/06/reparacion-televisores-barcelona-1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contactanos {
	display: flex;
}

.checks {
    padding-left: 20px;
    background: url('https://reparaciondetelevisores.net/wp-content/uploads/2024/06/check.webp') no-repeat left center;
	padding-right: 40px;
}

.stars {
    padding-left: 25px;
    background: url('https://reparaciondetelevisores.net/wp-content/uploads/2024/06/valoraciones.png') no-repeat left center;
	padding-right: 40px;
}

.horario {
    padding-left: 25px;
    background: url('https://reparaciondetelevisores.net/wp-content/uploads/2024/06/horario.png') no-repeat left center;
	padding-right: 40px;
}

.ubicacion {
    padding-left: 25px;
    background: url('https://reparaciondetelevisores.net/wp-content/uploads/2024/06/ubicacion.png') no-repeat left center;
}

.bg-gris {
    background-color: #f7f7f7;
}

.text-gris {
    color: #1a1b1f;
}

.max-w-60 {
    padding: 5px 20px;
}

.img-circle {
    width: 250px;
}

.tech img {
    width: 70px;
}

.img-servicios {
    width: 350px;
}

.bg-darkblue {
    background-color: #1d2b3b;
}

.brands img {
    width: 95px;
}

.categoria-blog {
    background-color: #b7ebee;
    border-radius: 6px;
    padding: 5px 10px;
}

.card {
    width: 80%;
}

.card img {
    width: auto;
    height: 250px;
    object-fit: contain;
}

.marcas {
	width: 60%;
}

.boxsuperior {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 2%;
}

.imgsingle img {
    border-radius: 100%;
    padding: 2%;
    margin-right: 1rem;
	width: 50px;
	height: auto;
}

.authorsingle {
    font-size: 13px;
    border-bottom: 1px solid #c4c4c4;
    padding: 0 0 0.25em .5em;
}

.article {
    width: 65%;
    margin: 0 auto;
    color: #000;
    padding-top: 3%;
    padding-bottom: 3%;
}

.article h1, h2, h3 {
 	margin-bottom:2rem;
} 

.author-info {
    padding-left: 2%;
}

.author-info h4 {
	margin-top: 15px;
}

.author-box {
    margin: 0 auto;
    min-height: 125px;
    background-color: #fff;
    clear: both;
    padding: 2%;
    border: 1px solid #eee;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

/* footer */

footer {
    background-color: #f3f3f3;
}

footer a {
	color: #212529;
	font-weight: bold;
}

footer li {
	list-style: circle;
}

.logo-footer {
    width: 250px;
}

.redes-footer {
    width: 30px;
}

/* media query */

@media screen and (max-width: 415px) {
	.card img {
		max-width: 300px;
	}
}
@media screen and (max-width: 768px) {	
	.contactanos{
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (min-width: 768px) {
	.author-box {
		display: flex;
	}
	
	.card img {
		max-width: 300px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .logo-footer {
        width: 180px;
    }
	
	.marcas {
		width: 85%;
	}
}

@media screen and (max-width: 1024px) {
    .img-circle {
        width: 180px;
    }
	
	.article {
		width: 85%;
	}
}

@media screen and (min-width: 1024px) {
    .max-w-60 {
        max-width: 60%;
    }

    .img-servicios {
        width: 500px;
    }
}
