/*!
 * Start Bootstrap - 4 Col Portfolio (https://startbootstrap.com/template-overviews/4-col-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-4-col-portfolio/blob/master/LICENSE)
 */

body {
 margin-top: 0px;
  background:#fafafa;
}

@media (min-width: 992px) {
  body {
  margin-top: 0px; 
  }
}

.portfolio-item {
 margin-top: 80px;
}

.pagination {
  margin-bottom: 30px;
}

.business-header {
  height: 493px;
  min-height: 250px;
  background: center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding-top: 60px;

margin-bottom: 40px;
}

.movil-header {
  height: 18vh;
  min-height: 50px;
  background: center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.imagenc img {
    border-radius: 50%;
    
	padding:15px 15px 15px 15px; 
	margin:1px 5px 5px 5px !important; 
	width:75%;
 
}

.imagenpa img {
    border-radius: 50%;
    
	padding:3px 3px 3px 3px; 
	margin:1px 1px 1px 1px !important 
	 
 
}


.imagenc4 img {
    border-radius: 50%;
     
	margin:1px 5px 5px 5px !important;
	padding-right: 20px;
    padding-left: 20px;
 
}

.imagenc2 img {
    border-radius: 20%;
    height: 95px;
     }

.imagenc3 img {
    border-radius: 50%;
    border:4px solid #f4f4f4;
	text-align:center;
	margin-top: -60px; 
}


.buttonov {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.buttonov img {
    width: 100%;
    height: auto;
}

.buttonov .btn {
    position: absolute;
    top: 90%;
    left: 20%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.buttonov .btn:hover {
    background-color: black;
}

.botoninfo
{
		padding-top:4px; padding-bottom:4px;
 margin-left:3px; margin-left:0px; margin-right:0px; padding-left:3px; font-size:15px; margin-top:0px !important;
	
}

.botoninfoc
{
		color:#667; 
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  ::-webkit-input-placeholder {
   font-size: 13px!important;
}

:-moz-placeholder { /* Firefox 18- */
      font-size: 13px!important;
}
::-moz-placeholder {  /* Firefox 19+ */
      font-size: 13px!important;
}
}

@media (max-width: 767px) {
 ::-webkit-input-placeholder {
   font-size: 11px!important;
}

:-moz-placeholder { /* Firefox 18- */
      font-size: 11px!important;
}
::-moz-placeholder {  /* Firefox 19+ */
      font-size: 11px!important;
}
}

