﻿.jumbotron {
  padding: 20px 15px;
  margin-bottom: 20px;
  color: inherit;
	background-color:transparent !important;
	background-repeat: no-repeat; 
	background-image: url('../Mapfre/images/portal_municipio_main.jpg')  !important; 
  background-size:cover; 
  border-radius:4px; 
  border: solid 1px #D8D8D8;
   min-height:335px !important;
}

.LoginServices {
    border: 1px solid #7A6A68 !important;
    color: #7A6A68 !important;
    border-radius: 12px !important;
    vertical-align: middle !important;
    padding: .77em 0 !important;
    text-align: center;
    clear: none;
    float: left;
    font-weight: 600 !important;
    font-size: .9em !important;
    width: 100% !important;
    white-space: nowrap !important;
    line-height: 1.8;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 20px;    
    /*background: #f2f5f6;  
    background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);  
    background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);  
    background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );*/  
}

.LoginServicesSection {
    padding-top: 30px;
    background-color: white;
    width: 101%;    
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-top-style: solid;
}

.LoginServices:hover {
    background:#405e7c; /*#cfe7fa;*/ /* Old browsers */
    color:white !important;
}

@media(max-width:767px)
{
    .jumbotron {
        background-size:0px;
        margin-top:5px !important;
        
    }
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.jumbotron-title-mpr
{
    font-size: 20px;
    color:white;
    padding-top:60px !important;
    padding-left:220px;  
}

.jumbotron-subtitle-mpr {
    font-size: 16px !important;
    font-style:italic;
    color:white;
    padding-left:230px;
}

@media(max-width:1200px) {

    .jumbotron-title-mpr {
        padding-left: 150px;
    }
    .jumbotron-subtitle-mpr {
        padding-left: 160px;
    }
}

@media(max-width:767px)
{
    
    .jumbotron-subtitle-mpr {
        font-size: 12px !important;
    }

    .jumbotron-sales-info-mpr
    {
        font-size:16px !important;
    }
}

.product-section-mpr{
    font-size:22px;
    color:#67677E;   
}

.product-section-area-mpr
{
    width:100%;
    border-bottom: solid 1px #D8D8D8;
    margin-left:5px;
}
.header-title-mobile-mpr
{
    font-size:14px;
    color:#FFFFFF;     
    font-weight:bolder; 
    text-align:right;
    margin-top:5px;
    margin-right:15px;
}

@media (max-width:767px)
{
    .header-title-mpr {
        font-size: 16px;
        margin-top: 10px;
    }

    .product-section-mpr {
        font-size:18px;
    }
}

.pl-description
{
    color:#333;
    min-height:90px;
    font-size:12px;
    text-decoration:none;
    font-family: Arial;
}

.pl-title
{
    min-height:30px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    min-height: 320px;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail2 {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    min-height: 250px;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/*.btn-primary {
    color:#fff;
    background-color:#618A2B;
    border-color:#46631F;
}*/


.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    color:#fff;
    background-color:#80AF38;
    border-color:#668E2F;
}


.LoginServices {
    border: 1px solid #7A6A68 !important;
    color: #7A6A68 !important;
    border-radius: 12px !important;
    vertical-align: middle !important;
    padding: .77em 0 !important;
    text-align: center;
    clear: none;
    float: left;
    font-weight: 600 !important;
    font-size: .9em !important;
    width: 100% !important;
    white-space: nowrap !important;
    line-height: 1.8;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 20px;    
    /*background: #f2f5f6;  
    background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);  
    background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);  
    background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );*/  
}