/*footer herramienta*/
.container.footer {
    /*width: 100%;
    padding-right: 15px;*/
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
}
.footer.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-sm-7.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-sm-5.footer {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-sm-4.footer {
  padding-top: 20px;
  padding-left: 25%;
}
footer {
    padding-top: 2rem;
    font-size: 1.5rem;
    line-height: 2.7rem;
    color: rgba(255, 255, 255, 0.9);
    background-color: #000;
  }
  .foot-copyright.footer.pull-left {
    float: left;
}
  footer.footer-copyright {
    background-color: var(--bg-footer-pt);
  }
  img.logofooter {
    max-width: 200px;
    opacity: 0.9;
  }
  .pull-right {
    float: right!important;
  }
  footer ul {
    list-style: none;
    margin: 0;
  }
  .foot-menu ul li {
    float: left;
    padding-left: 15px;
    text-transform: capitalize;
  }
  .foot-menu li a {
    color: #fff !important;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .logo.logosecundario {
    text-align: center;
  }
  img.logofooter2 {
    max-width: 50px;
  }
  /*fin de footer herramienta*/
  /* Footer */
  .footer-info {
    padding: 25px 0;
  }
  
  footer .social a {
    font-size: 14px;
    margin-left: 10px;
  }
  
  footer {
    background: #282828;
    color: #7C7C7C;
  }
  
  footer .small-title {
    margin-bottom: 20px;
    font-size: 22px;
    color: #fff;
  }
  
  footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  footer ul li {
    line-height: 0px;
    margin-left: -15px;
    color: #fff;
  }
  
  footer ul li a {
    color: #fff;
    font-size: 14px;
  }
  
  footer .menu {
    color: #fff;
    font-size: 11px;
  }
  
  footer .plain-flicker-gallery {
    margin-right: -5px;
    margin-left: -5px;
  }
  
  footer .plain-flicker-gallery a {
    display: inline-block;
    width: 32%;
    font-size: 0px;
    padding: 5px;
  }
  
  footer .plain-flicker-gallery a img {
    width: 50%;
    margin-left: 90px;
  }
  img.logo-UE {
    width: 250px;
}
.container-logofde-footer {
  text-align: left;
}
  footer .contact-us .form-control {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
    background: #1D1D1D;
    border-radius: 0px;
  }
  
  footer #copyright {
    background: var(--bg-footer-copyright-pt);
  }
  
  footer #copyright .row {
    padding: 10px 0;
  }
  
  footer #copyright .copyright-text,
  footer #copyright .nav-inline {
    line-height: 38px;
    margin-bottom: 0;
  }
  .social-footer a i:hover {
    background-color: #f3f3f3;
    color: #333;
  }
  .social-footer a i {
    font-size: 14px;
    height: 35px;
    text-align: center;
    display: inline-block;
    border: 1px solid var(--bg-social-footer);
    line-height: 35px;
    margin: 4px;
    width: 35px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: var(--bg-social-footer);
    color: #fff;
  }
  
  .social-footer .fa-facebook:hover {
    background: var(--bg-social-footer-hover);
    color: #fff;
    border-color: var(--bg-social-footer-hover);
  }
  
  .social-footer .fa-twitter:hover {
    background: #f3f3f3;
    color: #333;
    border-color: #55acee;
  }
  
  .social-footer .fa-linkedin:hover {
    background: #007bb6;
    color: #fff;
    border-color: #007bb6;
  }
  
  .social-footer .fa-google-plus:hover {
    background: #dd4b39;
    color: #fff;
    border-color: #dd4b39;
  }
  
  .default-footer {
    background: #232935;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  
  .copy-right {
    font-size: 12px;
    color: #bac0cb;
  }
  
  .dis-blk {
    display: block;
    margin-bottom: 30px;
  }
  
  .mb-40 {
    margin-bottom: 40px;
  }
  
  .footer-logo {
    width: auto;
  }
  
  .light-footer {
    background: #f7f7f7;
  }
  
  .light-footer p {
    color: #444;
  }
  
  .dark-footer {
    background: #222;
  }
  
  .dark-footer p {
    color: #ccc;
  }
  
  /* Footer Widgets */
  .light-footer .widget-area {
    background: #fff;
  }
  
  .dark-footer .widget-area {
    background: #000;
  }
  
  .color-footer .widget-area {
    background: #D14E63;
  }
  
  footer .widget-title {
    text-align: left;
    margin-bottom: 30px;
  }
  
  .dark-footer .widget-title h4 {
    color: #fff;
  }
  
  .color-footer .widget-title h4 {
    color: #fff;
  }
  
  /* ==========================================================================
     Footer Style 2
     ========================================================================== */
  footer .block-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  
  footer .footer-Content {
    background-color: #18191b;
    padding: 60px 0;
    color: #fff;
  }
  
  .footer-widget p {
    color: #fff;
    text-align: center;
  }
  
  .textwidget {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
  }
  
  footer .menu {
    padding-left: 0;
  }
  footer .menu li:hover{
    background-color: var(--bg-menu-li-hover); 
  }
  footer .menu li {
    padding-bottom: 10px;
  }
  
  footer .menu li a {
    color: var(--btn-primary-one-footext);
  }
  footer .menu li a:focus {
    color: #fff;
  }
  footer .menu li a:hover {
    color: #ffff !important;
  }
  footer ul li a:hover {
    color: #FFF;
}
footer ul li a:focus {
  color: var(--blue); ;
}
  .twitter-content ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  
  .twitter-content span {
    float: left;
    width: 224px;
  }
  
  .twitter-content span a {
    color: #EB586F;
  }
  
  .featured-list {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  
  .featured-list li {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 7px;
    margin-bottom: 7px;
    overflow: hidden;
    position: relative;
  }
  
  .bottom-social-icons a {
    color: #fff;
    text-align: center;
    width: 32px;
    line-height: 32px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: inline-block;
    height: 32px;
    margin-left: 5px;
    position: relative;
    overflow: hidden;
  }
  
  #copyright {
    background-color: #1d1e20;
    /*padding: 20px 0 10px;*/
    color: #fff;
  }
  
  #copyright p {
    line-height: 34px;
    color: #999;
  }
  
  #copyright p a {
    color: #fff;
  }
  
  #copyright p a:hover {
    color: #D14E63;
  }
  
  .social-icon .facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  
  .social-icon .twitter:hover {
    background-color: #55acee;
    border-color: #55acee;
  }
  
  .social-icon .dribble:hover {
    background-color: #D34836;
    border-color: #D34836;
  }
  
  .social-icon .flickr:hover {
    background-color: #ff0084;
    border-color: #ff0084;
  }
  
  .social-icon .youtube:hover {
    background-color: #CC181E;
    border-color: #CC181E;
  }
  
  .social-icon .google-plus:hover {
    background-color: #dd4b39;
    border-color: #dd4b39;
  }
  
  .social-icon .linkedin:hover {
    background-color: #007bb5;
    border-color: #007bb5;
  }
  
  .subscribe-box {
    margin-top: 18px;
  }
  
  .subscribe-box input[type="text"] {
    outline: none;
    color: #444;
    font-size: 12px;
    padding: 6px 12px;
    border: none;
    background: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
  }
  
  .subscribe-box input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    background: #EB586F;
    text-transform: uppercase;
    border: none;
    padding: 7px 16px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  img.logofooter {
    max-width: 100px;
    opacity: 0.9;
}
.logo {
  text-align: center;
}
.container-logo-footer {
  padding-left: 80px;
}
@media (min-width: 576px){
    .col-sm-7.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-sm-5.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}}
/*@media (min-width: 1200px){
.container.footer {
    max-width: 1140px;
}}*/
a.titleFooter {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media (min-width: 820px){
  /*footer #copyright .row {
    padding-left: 45%;
}*/
.container-logofde-footer {
  text-align: left !important;
  padding-left: 20%;
}
div#carouselSecundario {
  min-height: 500px;
}
}
@media (min-width: 390px){

  .container-logo-footer {
    padding-left: 0px !important;
}
.col-sm-4.footer {
  padding-left: 0px !important; 
}
strong.ng-binding {
  text-align: center;
  font-size: 10px;
}
.text-white {
  font-size: 12px;
}
}
@media (min-width: 375px){
  .container-logo-footer {
    padding-left: 0px !important;
}
.col-sm-4.footer {
  padding-left: 0px !important; 
}
img.logofooter {
margin-left: 0px !important;
}
footer .menu {
  padding-left: 5% !important;
  text-align: center;
}
/*.corporacion-footer.prime {
  margin-bottom: 150px;
}*/
strong.ng-binding {
  text-align: center;
  font-size: 10px;
}
.text-white {
  font-size: 12px;
}
}
@media only screen and (max-width: 390px){
  .container-logofde-footer {
    padding-left: 10% !important;
  }
}
.container.mapi-foo {
  zoom: 0.75;
  -webkit-transform: scale(0.75);
  -webkit-transform-origin: 0 0;
  
}
.container-logofde-footer {
  text-align: left;
}
@media (max-width: 375px) {
  .container-logofde-footer {
    padding-left: 10% !important;
    text-align: center;
}
}