/*********************FUENTES*********************/

@font-face {
	font-family: 'bebas_neuebold';
	src: url('bebasneue_bold-webfont.woff2') format('woff2'),
		url('bebasneue_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bebas_neuebook';
	src: url('bebasneue_book-webfont.woff2') format('woff2'),
		url('bebasneue_book-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}


@font-face {
	font-family: 'latoitalic';
	src: url('lato-italic-webfont.woff2') format('woff2'),
		url('lato-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'latoregular';
	src: url('lato-regular-webfont.woff2') format('woff2'),
		url('lato-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'latosemibold';
	src: url('lato-semibold-webfont.woff2') format('woff2'),
		url('lato-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}


/*********************ESTILOS*********************/
*{
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-align: center;
     font-family: 'bebas_neuebold';
 }
img{
	max-width: 100%;
}

/**body**/

.contenedorgeneral {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    
}


body{
    background-color: #0074BD;
    height: scroll;
    display: flex;
	flex-direction: column;
    width: 100%
   
}


/**header**/

header{
	background-color: black;
    align-self: flex-start;
    width: 100%;
}

.login a{
	font-family: 'latosemibold';
	font-size: 0.8em;
	color: white;
}

.menu{
	background-color: #0A9AD9;
}

.menu nav ul li:hover {
	background-color:  #0c92cc;
	color: white;
}

.paginaActual{
	font-family: 'latosemibold';
	font-size: 1em;
	color:black;
	margin: 0.5em;
}

.enlacePagina{
	font-family: 'latosemibold';
	font-size: 1em;
	color: white;
	margin: 0.5em;
}
/**login**/

.contenedor { display: flex;
    flex-direction: column;
    justify-content: space-around;
    
    
}

.modalLogin {
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
}

.botonsocial a{
   
    border-radius: 0.5em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: whitesmoke;
    margin: 0em 3em 1em 3em;
    
}

.facebook{
    background-color: #3B5998; 
}

.google{
    background-color: #DC4B38; 
}

.botonsocial a figure img{
    height: 2em;
}

form div{ margin: 0.2m 0.8em em;}


form p{
    font-family: 'latoregular';
    font-size: 0.8em;}

form input{
    margin: 0.1em 3em 0.1em 3em;
    color: black;
    
}

input:focus::-webkit-input-placeholder 
{
    color: transparent;
}

textarea:focus::-webkit-input-placeholder 
{
    color: transparent;
}

#remember{height: 1em;
        }

button{
    padding: 0.5em;
    background-color: #0A9AD9;
    border-radius: 0.5em;
}

button a{
    color:whitesmoke;
    font-family: 'latosemibold';
    font-size: 1em;
}


.forgotPassword{
    font-family: 'latosemibold';
    font-size:0.9em;
    color: white; 
    margin-top: 0em;
    

}

.divperfil{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;}

#perfil{
    margin-left: 1em;
    border-radius: 50%;
    overflow: hidden;
    height: 2em;
    width: 2em;
    align-self: center;
    border-color: #f0f0f0;
    border-style: solid;
    border-width: 0.1em
}


#perfil img{
  
    height: 2em;
    width: 2em;
}

/**main**/

.contenedor {
    margin: 1em 0 0 0;
}

.titulo {
	font-family: 'bebas_neuebold';
	text-align: center;
	color:white;
	word-spacing:0.1em;
	padding: 20px 20px;
	font-size: 1.6em;
}
.buscador{
	font-size: 1em;
	font-family: 'latoregular', sans-serif;
	height: 2.5em;
	color: black;
	outline: none;
	background-color: whitesmoke;
	border-radius: 0.5em 0 0 0.5em;
}
.hover {background-color: 
    
}

.input[type=text] {
	width: 530px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}
#etiquetas{
	margin: 1.3em 2.5em 0 2.5em;
	padding: 0;

}
#etiquetas li{
	padding: 0.5em;
	background: #0074BD;
	border-radius: 0.5em;
}
#etiquetas li:hover{
		background: #065c91;
}
#etiquetas li a{
	font-family: 'latosemibold';
	color: white;
}

/** articulos **/
h2{
	font-family: 'bebas_neuebold';
	text-align: center;
	color:white;
	word-spacing:0.1em;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 1.5em;
}
.gif{
	max-width: 95%;
}
.contenedorArticulos{
	padding: 0;
	padding: 20px 5% 0 5%;
}
.contenedorArticulos ul{
	width: 47%;
	overflow: hidden;
	margin-bottom: 1em;
	background-color: #0074BD;
}
.contenedorArticulos ul li a h3{
	font-size: 0.8em;
	font-family: 'latosemibold';
	color: whitesmoke;
	padding: 5px;
}
.contenedorArticulos ul li a p{
	font-size: 0.8em;
	font-family: 'latoitalic';
	color: whitesmoke;
}
.iconosEmpresas{
	background: #595959;
	padding: 0.5em 8%;
	width:100%;
}
.iconosEmpresas div img{
	margin-left: 0.1em;
}

/*formulario*/

#formulario{
    height: 100vh;
    margin: 2em 0 2em 0;
    
    }

#formulario h1,p{
    
    align-self: center;}

input{
    font-size: 0.8em;
    font-family: 'latoregular', sans-serif;
    height: 2.5em;
    color: white;
    outline: none;
    background-color: whitesmoke;
    border-radius: 0.5em;
    width: 70%;
    
}

textarea{
     font-size: 0.7em;
    font-family: 'latoregular', sans-serif;
    height: 10em;
    color: black;
    outline: none;
    background-color: whitesmoke;
    border-radius: 0.5em;
    width: 70%;
    padding: 0.5em;
}

.styled{ 
   background-color: whitesmoke;
    border-radius: 0.5em;
    width: 70%;
    font-size: 0.8em;
    font-family: 'latoregular', sans-serif;
    height: 7em;
    outline: none;
    
 }

select{
    
    font-size: 0.8em;
    font-family: 'latoregular', sans-serif;
    height: 2.5em;
    color: gray;
    outline: none;
    background-color: whitesmoke;
    border-radius: 0.5em;
    width: 70%;
}

.adjunto{
    background-color: white;
}

/***filtro***/

.filtros{
	background-color: #0074BD;
}

.filtros h4{
	padding: 5px 0;
	background: #0A9AD9;
	font-family: 'latosemibold';
	color: white;
	text-align: center;
    width: 90%
}
form{
	padding: 10px;
}

form h5{
	font-family: 'latosemibold';
	color: white;
	font-size: 1em;
	text-align: center;
	padding: 5px 0;
}
form div h5{
	font-family: 'latosemibold';
	color: white;
	font-size: 1em;
	text-align: center;
	padding: 10px 0;
}
.filtros select{
	font-size: 1em;
	font-family: 'latoregular', sans-serif;
	height: 2.5em;
	color: gray;
	outline: none;
	background-color: whitesmoke;
	border-radius: 0.5em;
	width: 70%;
}
.filtros input{
    font-size: 1em;
	font-family: 'latoregular', sans-serif;
	height: 2.5em;
	color: gray;
	outline: none;
	background-color: whitesmoke;
	border-radius: 0.5em;
	width: 70%;
}
.filtros option{
	font-family: 'latoregular', sans-serif;
}
.calificacion ul li img{
	height: 15px;
}
.filtrotic input{position:relative;
	vertical-align: middle;
}
.caja_check{
	display: flex;
	justify-content: space-between;
}
.caja_check li{
	width: 33.333%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.caja_check li input{
	margin: 5px;
	height: 15px;
	width: 15px;
}
.caja_check li label{
	text-align: center;
	font-family: 'latosemibold';
	color: white;
}

.caja_check_radio{
	display: flex;
	justify-content: center;
	padding-bottom: 15px;
}
.caja_check_radio li{
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.caja_check_radio li input{
	margin: 5px;
	height: 15px;
	width: 15px;
}
.caja_check_radio li label{
	text-align: center;
	font-family: 'latosemibold';
	color: white;
}
.filtros #enviar{
	padding: 10px 20px;
	background: black;
	border: none;
	font-family: 'latosemibold';
	font-size: 1em;
	color: white;
	border-radius: 10px;
   	margin-top: 15em;;
}


/***filtro***/




h4{ 
font-family: 'latosemibold';
    color: whitesmoke;

}

h5{
    font-family: 'latosemibold';
     color: whitesmoke;
    font-size: 0.7em;
    margin-bottom: 1em;
}
.filtrotic input{position:relative;
     vertical-align:middle; 
}

.contenedorListado{
    border-radius: 0.5em;
    padding: 1em;
    text-align: center;
    overflow: hidden;
}

img{
  max-width: 100%;
  max-height: 100%;
}

.check{
    margin: 0.2em 3em 1em 3em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
       
}

.check{flex-direction: row;
justify-content: c}


.check input{
    width: 1.5em;
    margin-left: 0em; ;
    
}

.check  label{
    color: white;
    width: 90%;
    font-family: 'latosemibold';
    font-size: 0.9em;
    text-align: left;
    margin-left: -5em;
    
        
}

.ingresar {
    margin: 2em;
    background-color: black;
    border: none;
}

.calificacion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0em 4em 0.5em 4em;
      
}

.calificacion li img {
    height: 0.9em;
    
}
/**footer**/

footer{
	background-color: #0074BD;
	text-align: center;
}
#redes{
	padding: 0.75em 0;
}
#redes li {
	padding: 0 0.5em;
}
#redes li a img{
	width: 30px;
	height: 30px;
}
footer h4{
	font-family: 'latosemibold';
	font-size: 1em;
}
footer p{
	font-family: 'latoregular';
	font-size: 0.8em;
	color: white;
	margin-bottom: 15px;
}
.contacto a{
	color: white;
	font-family: 'latosemibold';
	font-size: 1em;
	padding-left: 0.25em;
}

.construcción{
    width: 100vw;
    height: 100vh;
    background-color: #eaeaea;
    margin:auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}



/*mapa*/    
    
.mainBusqueda{
        display: flex;
    flex-direction: column;
    
        
    }    
    




/******************MOBILE****************/

@media screen and (min-width: 15em){

/**header**/
.contenedorheader{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
	margin-top: 0.6em;
    margin-left: 0.5em;
    margin-right: 0.5em;
	margin-bottom: 0.7em;
}
   
    .botonmenu{
        width: 2em;
    }
    
#logo img{
	width: 12em;
	height: auto;
}

/**menu**/
.menucontenedor nav ul li {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

/**main**/
.slidePrincipal{
	display: flex;
	flex-direction: column;
}
.campoBusqueda{
	width: 70%;
	margin: 0em 1em 1em em;
	display: flex;
	align-self: center;
}
.campoBusqueda img{
	display: flex;
	justify-content: center;
	align-content: center;
	background: #0A9AD9;
	width: 40px;
	height: 40px;
	padding: 2.5px;
	border-radius: 0 0.5em 0.5em 0;
}
.buscador{
	flex-grow: 1;
	height: 40px;
}
.botontexto{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
#etiquetas{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#etiquetas li{
	width: 90%;
	margin: 0.5em;
	display: flex;
	flex-direction: column;
	padding: 0.5em;
	background: #0A9AD9;
	border-radius: 0.5em;
}
#etiquetas li a{
	display: flex;
	align-items: center;
	font-family: 'latosemibold';
	color: white;
	font-size: 0.8em;
}
.icono{
	width: 2em;
}
#etiquetas li a img{
	margin-left: 10px;
}

/** Articulos  **/
video{
		display: none;
}
.contenedorArticulos{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contenedorArticulos ul{
    display: flex;
	flex-direction: column;
	
}
.imagen{
	width: 100%;
	overflow: hidden;
	}

.imagen:hover{
	opacity: 0.75;
}
    
    .imagen:visited{
        
    }

    
    
.iconosEmpresas{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.iconosEmpresas div img{
	width: 10px;
	height: 10px;
}




/**footer**/
#redes{
	display: flex;
	justify-content: center;
}
.contacto{
	padding-bottom: 1em;
}



/*formulario*/

#formulario{
    margin: 3em 1em 3em 1em;
    max-width: 50%;
    align-self: center;
   
    }

/*mapa*/

.mainBusqueda{
        margin: 2em 0 0 0;
    }    
.contenedorBusqueda{ 
    margin: 1em 1em 0em 1em;
    align-self: center;
    }    
   
    .contenedormapa{
        margin-top: 1em;
        overflow: hidden;
        max-height: 50%;
        width: 100%
    }  
/*listado*/

.contenedorListado{
    margin: 1em 0 1em 0;
    width: auto;
    background-color: #0A9AD9
  
}


/***********************IPAD*****************/


@media screen and (min-width: 40em){

h2{
	font-size: 2.3em;
  }

/**header**/
header{
	padding: 0 60px;
}
.contenedorheader{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#logo img{
	width: 15em;
	height: auto;
}

/**menu**/
nav{
	padding: 0 60px;
}
.menucontenedor nav ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 60px:
}
.menucontenedor nav ul li{
	flex-grow: 1;
}

/**main**/
.contenedor{
	margin-top: 3em;
	align-self: center;
	width: 100%;
}
.titulo {
	width: 100%;
	font-size: 2em;
	align-self: center;
	}
.gif{
	display: none;
}
video{
	max-width: 100%;
	display: block;
	padding: 0 2.5%;
}

/** ARTICULOS **/
#etiquetas li{
	width: auto;
}

/** Footer **/
footer{
	margin-top: 30px;
}
.contenedorfooter{
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contacto{
	display: flex;
	align-items: center;
	padding-bottom: 0;
}


/*filtro+costado*/    
    
    
.mainBusqueda{
        width: 80vw;
        align-self: center;
     
        
        
    }    
  
.contenedorBusqueda{
    
        display: flex;
        flex-direction: row;
        margin:0;
        
        
    }

}    
    .contenedorArticulos{
     display: flex;
        flex-direction: column;
        align-items: center;
    }
.contenedorArticulos ul{
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	background-color: #0074BD;
    border-style: solid;
    border-color: white;
    border-width: thin;
    
}
.contenedorArticulos ul li a h3{
	font-size: 0.8em;
	font-family: 'latosemibold';
	color: whitesmoke;
	padding: 5px;
    
}


.iconosEmpresas{
	background: #595959;
	padding: 0.5em 8%;
	width:100%;
}
.iconosEmpresas div img{
	margin-left: 0.1em;
}

.fondoazul{
	background: gray;
	padding-bottom: 0px;
}
.iconosEmpresas{
	background-color: #0c92cc;
}
.iconosEmpresas div img {
    width: 15px;
    height: 15px;
}
.contenedorArticulos ul{
	background: black;
}
.contenedorArticulos ul li a h3 {
background: black;
}

.contenedorArticulos .vermas{
    text-decoration: underline;
    margin-bottom: 1.5em;
    font-family: 'latosemibold';
    }

.contenedorArticulos .vermas:visited{
    color: white;
    
    }    
    
    
.imagen{max-height: 100%;
    overflow: hidden;}
    
.imagen img{width: 100%}
    
.funciones{
        height: 2em;
    font-size: 1.2em;
	font-family: 'latoitalic';
	background-color: whitesmoke;
    
	text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 0 1.5em 0 1.5em;
    }
    
    .iconofunciones{
        max-height: 1.25em;
    }
    
    .iconofunciones2{
        height: 1.3em;
    }
    
    /***filtro***/

.filtros{
	background-color: #0074BD;
    
}


}
form{
	padding: 10px;
    width: 100%;
}

form h5{
	font-family: 'latosemibold';
	color: white;
	font-size: 1em;
	text-align: center;
    align-self: center;
	padding: 5px 0;
}
form div h5{
	font-family: 'latosemibold';
	color: white;
	font-size: 1em;
	text-align: center;
	padding: 10px 0;
    margin-bottom: -0.5em; 
}
.filtros select{
	font-size: 1em;
	font-family: 'latoregular', sans-serif;
	height: 2.5em;
	color: gray;
	outline: none;
	background-color: whitesmoke;
	border-radius: 0.5em;
	width: 70%;
}
.filtros input{
    font-size: 1em;
	font-family: 'latoregular', sans-serif;
	height: 2.5em;
	color: gray;
	outline: none;
	background-color: whitesmoke;
	border-radius: 0.5em;
	width: 70%;
}
.filtros option{
	font-family: 'latoregular', sans-serif;
}
.calificacion ul li img{
	height: 15px;
}
.filtrotic input{position:relative;
	vertical-align: middle;
}
.caja_check{
	display: flex;
	justify-content: space-between;
}
.caja_check li{
	width: 33.333%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.caja_check li input{
	margin: 5px;
	height: 15px;
	width: 15px;
}
.caja_check li label{
	text-align: center;
	font-family: 'latosemibold';
	color: white;
}

.caja_check_radio{
	display: flex;
	justify-content: center;
	padding-bottom: 15px;
    margin-bottom: 1em;
}
.caja_check_radio li{
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.caja_check_radio li input{
	margin: 5px;
	height: 15px;
	width: 15px;
}
.caja_check_radio li label{
	text-align: center;
	font-family: 'latosemibold';
	color: white;
}
.filtros button{
	padding: 10px 20px;
	background: black;
	border: none;
	font-family: 'latosemibold';
	font-size: 1em;
	color: white;
	border-radius: 10px;
    margin: auto;
	margin-top: 20px;
}

.contenedorlocal {margin-bottom:2em; }

.contenedorlocal p{
    padding: 0 2em 0 2em;
    text-align: l;
    margin-bottom: 1em;
    font-family: 'latoregular';
    color:whitesmoke;
}

.contenedorlocal h3{
     text-align: center;
    font-family: 'bebas_neuebold';
    font-size: 1.5em;
    color: black;
    
}

.contenedorlocal h4{
     text-align: center;
    font-family: 'latosemibold';
    color: black;
    font-family: 'bebas_neuebold';
    font-size: 1.2em;
}

.detalleservicios{
    font-family: 'latoregular';
    color: white;
    font-size{0.8em;}
}

#enviar{
	padding: 10px 20px;
	background: black;
	border: none;
	font-family: 'latosemibold';
	font-size: 1em;
	color: white;
	border-radius: 10px;
    }
.filtros h4{
    width: 100%;
}
.contenedormainpresupuesto .filtros h4{
    width: 100%;
}

.contenedormainpresupuesto .filtros h5{
    margin-bottom: 0;
}
.contenedormainpresupuesto .filtros form input,.contenedormainpresupuesto .filtros form textarea,.contenedormainpresupuesto .filtros form select{
    width: 80%;
    margin: 0.25em 0 0 0;
    padding: 0;
    justify-content: center;
}

.contenedormainpresupuesto .filtros form select{
    margin-bottom: 2.5em;
}

.bodymenu{background-color: black;}


#menu{
    border-bottom-style: solid;
    border-bottom-color: white;
    border-bottom-width: thin; 
}

#menu a{font-family: 'bebas_neuebook';
    font-size: 1.5em;
    color: white;
    
}
.item1{
    border-top-style: solid;
    border-top-color: white;
    border-top-width: thin;
    padding: 0em 0 0 1em;;
    height:3em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    
}

.contenedorperfil{margin: 1em 1em 1em 1em;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                list-style: none;
                }
    

.fotoperfil{
        height: 10%;
        border-style: solid;
        border-color: white;
        border-width: thin;
}

.infoperfil{color: white;
            font-family: 'bebas_neuebold';
            font-size: 1.9em;
            text-align: left;
            align-self: flex-start;
            margin-left: 0.5em;}
.item1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
}

.iconomenu{height: 1em;
margin-right: 0.5em;
margin-left: 0;}

.iconosalir{height: 0.75em;
margin-right: 0.5em;
    margin-left: 0;}

.bodymenu #logo{ opacity: 0}

main{margin-bottom: 2em;}