/*--------------------------------------------------------------

Template Name: Freak Ecommerce Responsive Bootstrap Template
Template URI: http://bootexperts.com
Description: This is html5 template
Author: BootExperts
Author URI: http://bootexperts.com
Version: 1.0

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

.p{
    text-align: justify;
}

.boton_servicios{
border: 1px solid grey; /*anchura, estilo y color borde*/
padding: 20px; /*espacio alrededor texto*/
background-color: black; /*color botón*/
color: #ffffff; /*color texto*/
text-decoration: none; /*decoración texto*/
text-transform: uppercase; /*capitalización texto*/
font-family: 'Helvetica', sans-serif; /*tipografía texto*/
border-radius: 50px; /*bordes redondos*/
   font-size: 20px;
}

.boton_servicios:hover{
    color: #1883ba;
    background-color: #ffffff;}



.boton_servicios1{
border: 1px solid grey; /*anchura, estilo y color borde*/
padding: 10px; /*espacio alrededor texto*/
background-color: gray; /*color botón*/
color: #ffffff; /*color texto*/
font-family:  sans-serif; /*tipografía texto*/
border-radius: 50px; /*bordes redondos*/
    display: inline-block;
    
}
@media all and (max-width: 300px){
    .boton_servicios1{
        width:100%;
        height:auto;
        margin-left:10px;
    }
}

.brand-list{
   justify-content: center;
    text-align: center;
    align-items: center;
    display: inline-block;
    margin-left: 100px;
    margin-right: auto;
    }

.thumb {
  max-width:150px;
  max-height:150px;
    margin-left:auto;
    margin-right: auto;
    
    display: inline-block;
    justify-content: center;
    
    
}

.foto {
  width:200px;
  height:200px;
  border:1px dotted lightgrey;
  padding:1px;
  margin left: auto;
    margin-right: auto;
    display: block;
  float:center;
    display:inline-block;
    justify-content: center;
    
    
    
}
