/*!
 * Start Bootstrap - Grayscale v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Comfortaa&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');


body {
  font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background-color: #fff; }

html {
  width: 100%;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase; }

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px; }
  @media (min-width: 768px) {
    p {
      font-size: 18px;
      line-height: 1.6;
      margin: 0 0 35px; } }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #fff; }
  a:focus, a:hover {
    text-decoration: none;
    color: #bfff00;
    }

#mainNav {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #be140e;
  /*background-color: #ff0079;*/
  background-image: linear-gradient(to right, #ff0a71, #ff336e, #ff596c); }
  #mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: white;
    border: 1px solid #be140e; }
  #mainNav .navbar-brand {
    font-weight: 700; }
  #mainNav a {
    color: white; }
  #mainNav a:hover {
    color:#bfff00;}
  #mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    #mainNav .navbar-nav .nav-item:hover {
      color: fade(white, 80%);
      outline: none;
      background-color: transparent; }
    #mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
      outline: none;
      background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav {
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      letter-spacing: 1px;
      border-bottom: none;
      background: transparent;
      }
      #mainNav.navbar-shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cd0f24;
        /*background: #ff0079;*/ 
      background-image: linear-gradient(to right, #ff0a71, #ff336e, #ff596c)
      }
      #mainNav .nav-link.active {
        outline: none;
        color: #bfff00;
        /*border-bottom: 2px rgba(191, 255, 0) solid;*/
        /*background-color: rgba(255, 255, 255, 0.3);*/ 
      }
        #mainNav .nav-link.active:hover {
          color: #bfff00; 
      } }

      @media (max-width: 992px){
        .navbar-collapse.collapse.in.show{
        margin-top: 40px
      }
      .navbar-collapse.collapse.in.show .margin-rightnav{
      padding: 0px;
      margin:0;
      margin-top: 30px;
      margin-bottom: 50px;
      }
    }

    
.ml-auto{
  margin: auto !important;
}

.logo{
  max-height: 40px;
}

.margin-rightnav{
  margin: 5px 5px;
}
.idioma{
/*border: 1px #fff solid;
border-radius: 100px;*/
padding: 1px 15px;
display: inline-block;
font-size: 15px;
}
.ES{
  border: 1px #fff solid;
  border-radius: 100px;
}
.ENG{
  padding: 1px 10px;
  display: inline-block;
}
.SLO{
  padding: 1px 8px;
  display: inline-block;
}

.idioma:focus, .idioma:hover {
    color: #bfff00;
    outline: none;
    border: 1px solid #bfff00;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 0.4px #fff; }

.masthead {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  /*padding: 200px 0;*/
  text-align: center;
  color: white;
  /*background-position: 50% -7.5px;*/
 /* background: url("../img/intro-bg.jpg") no-repeat bottom center scroll;*/
  background-image: linear-gradient(to bottom, #ff0e6d, #ec0073);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .masthead .intro-body {
    display: table-cell;
    vertical-align: middle; }
    .masthead .intro-body .brand-heading {
      font-size: 50px; }
    .masthead .intro-body .intro-text {
      /*margin-top:440px;*/
      font-size: 18px; 
      position: relative;
      font-family: 'Permanent Marker', sans-serif;
      color: #bfff00;
      font-weight: 200;
      margin-bottom: 20px;
      transition: all .2s ease-in; 
    }

    .intro-body {
    background: url("../img/intro-bg.jpg") no-repeat center center;
    background-size: cover;
    height: calc(100% - 24px);
    margin: 12px;
    position: absolute;
    width: calc(100% - 24px);}

    .intro-text:hover{
      transform: scale(1.1);
    }

    @media(max-width: 767px){
      .masthead .intro-body .intro-text{
        margin-top:280px;
      }
      .redesicons{
        margin-left: -15px !important;
      }
    }
  
  @media (min-width: 768px){
    .pfword{
      display: none;
    }
  }

  @media (max-width: 767px) {
    .masthead {
      height: 100%;
      padding: 0; 
      }
      .masthead .intro-body .brand-heading {
        font-size: 100px; }
      .masthead .intro-body .intro-text {
        font-size: 24px; } 
      .masthead .intro-body{
    background:  url(../img/hero-sm.jpg);
      }
  }

  @media (max-width: 768px){
    .masthead{
      background: url("../img/intro-bgG2.jpg") no-repeat center center;
      background-size: cover;
      position: relative;
    }
    .elementpf{
      display: none;
    }
    .pfword{
      position: relative;
      top:250px;
      left: 2px;
      right: 100px;
      width: 100%;
    }
  }
  @media (min-width: 768px) and ( max-width: 991px){
    .elementpf{
      position: relative;
      width: 100%;
      height: 60vh;
    }
     .intro-text{
      position: absolute;
     /* margin-top: 430px;*/
      font-size: 20px ! important;
    }

  }

   @media (min-width: 992px) and ( max-width: 1199px){
    .elementpf{
      position: relative;
      width: 100%;
      height: 60vh;
    }
     .intro-text{
      font-size: 20px ! important;
    }
  }

  @media (min-width: 1200px) and (max-width: 1920px){
    .elementpf{
      position: relative;
      width: 100%;
      height: 60vh;
    }
     .intro-text{
      font-size: 30px ! important;
    }
  }
  @media (min-width: 1920px){
    .elementpf{
      position: relative;
      width: 100%;
      height: 60vh;
    }
  }
 
.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: #bfff00;
  border: 2px solid #bfff00;
  border-radius: 100% !important;
  background: transparent; }
  .btn-circle:focus, .btn-circle:hover{
    color: white;
    outline: none;
    background: rgba(255, 255, 255, 0.1); 
    box-shadow: 0px 0px 0px 5px #FC5185;
    transform: scale(1.1);
    }

  .redesicons{
    margin-top: 20px;
    font-size: 24px;
    margin-left: 25px;
  }
  .piso{
    color: grey !important;
  }
  .piso:hover{
    color: #bfff00 !important;
  }

  .fa-facebook-f{
    margin-right: 20px;
    margin-left: 25px;
  }




/*////////////////////*/
/*/// SECTION DOS ///*/
/*//////////////////*/

 .section2{
  padding: 200px;
 } 

 @media(max-width: 991px){
  .section2{
  padding: 200px 0px 200px 0px;
 } 
 }

#about {
  /*background-image: url("../img/flowers.jpg");*/
  background-color: #fff;
  color: #ff0a71;
  /*background-image: url("../img/bgcirclesnew.png");*/
  background-position: center;
  background-repeat: no-repeat;
}

#about h2{
  font-family: 'Permanent Marker', sans-serif;
  font-size: 42px;
}
#about h3{
  font-size: 32px;
  text-transform: none;
  margin-bottom: -25px;
  font-weight: 100;
  font-family: /*'Comfortaa', sans-serif;*/ 'Montserrat-light', sans-serif;
}
#about p{
  font-family: /*"fira sans", sans-serif;*/ /*'Comfortaa', sans-serif;*/ /*'Source Sans Pro', sans-serif;*/ /*'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif; *//*'Lato', sans-serif;*/ 'Montserrat-light', sans-serif;
  color: #343a40 /*#9DACCB*/;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.025em;
}
.boldy{
  font-weight: 600;
}

#about h6{
border: 1px #4f39d0 solid;
margin-left: 350px;
margin-right: 350px;
padding: 5px 0px;
}

/*////////////////////*/
/*/// SECTION TRES ///*/
/*//////////////////*/

.section3{
  padding-top: 30px;
}

 #services{
  color: black;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: /*#ffdde2;*/ #fff;
  font-weight: 200;
  border: 1px #4f39d0 solid;
  background-color: black;
}

/*.fa-pencil{
  font-size: 32px;
  margin-bottom: 30px;
  border: 8px #ffe4e3 solid;
  border-radius: 100px !important;
  width: 70px;
  height: 70px;
  padding: 10px;
  /*background-color: #ff0a71;
  color: white;
}*/

.dot{
  color: #fff;
}

#services .hacemos{
 color: /*#4f39d0*/ white;
 font-family:  'Permanent Marker', sans-serif;
 font-size: 32px;
 padding: 60px 0px;
 letter-spacing: 0.035em;
}

#services h6{
  color: #bfff01;
  font-size: 16px;
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.001em;
  margin-bottom: 8px;
  font-weight: 200;
  line-height: 22px;
}

#services p{
  font-size: 16px;
  line-height: 1.4;
  color: white;
}

    .boxes{
    background-color: #000000;
    /*margin-bottom: 50px;*/
    } 
    .box1{
    padding: 150px 50px;
    border-top: 1px solid #444444;
    border-right: 1px solid #444444;
    /*background-color: #fff;*/
    } 
    .box2{
    padding: 150px 50px;
    border-top: 1px solid #444444;
    background-color: black;
    } 
    .box3{
    padding: 150px 50px;
    border-top: 1px solid #444444;
    border-right: 1px solid #444444;
    border-left: 1px solid #444444;
    background-color: black;
    } 
    .box4{
    padding: 150px 50px;
    border-top: 1px solid #444444;
    background-color: black;
    } 

  @media (max-width: 767px){
#services .hacemos {
  font-size: 30px;

}}

/*////////////////// ////*/
/*/// SECTION CUATRO ///*/
/*//////////////////////*/
/*///// portfolio //////*/

.section4{
  padding-top:80px;
  background-color: #f3f3f3;
  border-bottom: 1px #fbd5da solid;
  padding-bottom: 80px;
}

#ourwork .section-title{
color: #ff0579;
font-family:  'Permanent Marker', sans-serif; 
margin: 0 0 10px;
}
.ourworkdone{
  font-family:'Montserrat', sans-serif;
  color: black;
  font-size: 16px;
  font-weight: 100;
}

.portfolio-item .img-responsive{
  width: 100%;
}
.portfolio-item:hover{
 opacity: 1 !important;
 }
 .portfolio-item a::after {
  position: absolute;
  top: 3%;
  left: 1%;
  content: "";
  width: 4%;
  height: 90%;
  background: #bdfe00;
  opacity: 0;
  transition: opacity ease .3s;
}
.portfolio-item a:hover::after {
  opacity: 0.8;
}

#vermas{
  font-size: 40px;
  display: inline-flex;
  position: absolute;
  margin: 76%;
  background-color: black;
  padding: 0px 18px;
 }

@media (max-width: 1199px){
#vermas{
  margin: 72%;}
}

@media (max-width: 991px){
#vermas{
  margin: 62%;}
}
@media (max-width: 765px){
  #vermas{
  margin: 66%;}
}
@media (max-width: 575px){
  #vermas{
  margin: 75.6%;}
} 

.portfolio-caption{
  color: #ff0579;
  font-family: 'cabin', sans-serif;
  font-weight: 100;
}
.portfolio-caption h4{ 
  margin-bottom: 5px;
}
.portfolio-caption p{ 
  font-family: 'Lato', sans-serif;
}

.logosportf{
  border-bottom: 1px solid #f0eefd;
}
.websportf{
  border-bottom: 1px solid #2f2a69;
}

.co{
  margin: 20px 0px 10px 0px;
}

.portfwebs{
  color:  #4f39d0;
}

.section5{
  padding-top: 80px;
  padding-bottom: 30px;
}



/** 
 * ===================================================================
 *  MODAL - 
 *
 * ------------------------------------------------------------------- 
 */

.modal-content{
  border-radius: 0;
}

.modal-dialog{
  max-width: 100vw;
  height: 100vh;
  margin: 10px;
}

.modal-header{
  border-bottom: none;
}
.modal-title h2{
  color: #4f39d0;
  font-family: 'Montserrat', sans-serif; 
}
.modal-close .btn{
  color: #b9b9b9;
}

.close {
  line-height: none;
  font-size: 2rem;
}
.modal-backdrop{
  position: none !important;
  opacity: 0;
}

.modal-header .close{
  padding: 0px;
  margin: 18px 0px;
}

.modalclosex {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 26px;
  height: 26px;
}

.modalclosex:before, .modalclosex:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  display: block;
  width: 32px;
  height: 3px;
  background-color: #b9b9b9;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.modalclosex:before {
  -webkit-transform: rotate(225deg) translate(-50%, -50%);
      -ms-transform: rotate(225deg) translate(-50%, -50%);
          transform: rotate(225deg) translate(-50%, -50%);
}

.modalclosex:after {
  -webkit-transform: rotate(315deg) translate(-50%, -50%);
      -ms-transform: rotate(315deg) translate(-50%, -50%);
          transform: rotate(315deg) translate(-50%, -50%);
}

.modalclosex:hover:before, .modalclosex:hover:after {
  background-color: #4f39d0;
}

@media only screen and (min-width: 480px) {
  .modalclosex {
    position: absolute;
    top: 50%;
  }
}

/** 
 * ===================================================================
 *  contacto 
 *
 * ------------------------------------------------------------------- 
 */

#contact {
  background: #fef2f4;
  color: grey;
}
#contact .frase{
font-family: 'Permanent Marker', cursive;
 font-size: 35px;
 color: #ff0079;
}
#contact h6{
 margin-bottom: 0px;
 font-family: 'Montserrat', sans-serif;
 font-weight: 700;
 color: #ff0079;
}


.contact-content {
  /*max-width: 1024px;*/
  padding: 60px;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px #f9ddea solid;
  z-index: 600;
  position: relative;
  background-color: rgba(255,255,255,0.8);
  margin-bottom: 3rem;
}
.contact-content h5 {
  color: #ff0079;
  margin-bottom: 0rem;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}
.contact-content h6 {
  color: #555555;
  font-size: 16px;
}

@media(max-width: 767px){
  #contact .frase{
    line-height: 1;
  }
}

/* contact info */
.contact-info{
  /*padding-left: 40px;*/
}
.contact-info .cinfo {
  margin-bottom: 4.2rem;
}
.contact-info .cinfo p{
  color: #4f39d0;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 16px;
}
.contact-info .cinfo .locacion{
  line-height: 22px;
  margin-top: 5px;
}

/* contact form */
.contact-form {
  max-width: 740px;
}

.contact-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);  /* Firefox 18- */
}
.contact-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);  /* Firefox 19+ */
}
.contact-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form .placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

#contact form {
  margin-top: 5px;
}
#contact form .form-field {
  position: relative;
  color: #ff0079;
  font-weight: 100;
}
#contact form .form-field:before, #contact form .form-field:after {
  content: "";
  display: table;
  color: #ff0079;
}
#contact form .form-field:after {
  clear: both;
}
#contact form .form-field label {
  font-family: "montserrat", sans-serif;
  font-size: 1.1rem;
  line-height: 2.4rem;
  position: absolute;
  bottom: -1.2rem;
  right: .6rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  padding: 0 2rem;
  margin: 0;
  color: #ff0079;
  background: none;
  border-bottom: 1px grey solid;
}
#contact form .form-field label::after {
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -6px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #FF0077;
  content: "";
}
#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"],
#contact textarea {
  width: 80%;
  color: #000;
  margin-bottom: 0;
  border: none;
  font-family: 'Lato', sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"] {
  height: 2.2rem;
  background: none;
  border-bottom: 1px #b5b5b5 solid;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.3px;
  font-size: 14px;
  color: #000 !important;
  padding: 0.0rem 0.0rem;
  margin-bottom: 20px;
}
#contact input[type="text"]:focus,
#contact input[type="password"]:focus,
#contact input[type="email"]:focus {
  border-color: #FF0077 !important;
  color: grey;
}

#contact ::-webkit-input-placeholder {
    color:#b3b2b2;
}
#contact :-moz-placeholder {
   color:#b3b2b2; /* Firefox 18- */
}
#contact ::-moz-placeholder {
    color:#b3b2b2; /* Firefox 19+ */
}
#contact ::-ms-placeholder {
    color:#b3b2b2;
}
#contact ::placeholder {
    color:#b3b2b2;
}


#contact textarea {
  min-height: 5.5rem;
  padding: 0.0rem 0.0rem;
  background: none;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  border-bottom: 1px #b5b5b5 solid;
  height: 50px;
}
#contact textarea:focus {
  border-color: #FF0077;
  
}
#contact input:focus, textarea {
    outline: none !important;
}
#contact button.submitform {
  font-size: 1.0rem;
  border-radius: 100px;
  border: 0px;
  letter-spacing: .1rem;
  height: 3.0rem;
  padding: 0 2rem;
  margin-top: 2.8rem;
  width: 25%;
  text-transform: uppercase;
  font-family: 'Cabin', sans-serif;
  background: #FF0077;
  color: #FFFFFF;
}
#contact button.submitform:hover, #contact button.submitform:focus {
  background: #de076b;
}
#message-warning, #message-success {
  display: none;
  background: #0d0d0d;
  border-radius: 3px;
  padding: 3rem;
  margin-bottom: 3.6rem;
  width: 100%;
}
#message-warning {
  color: #fa0003;
}
#message-success {
  color: #FF0077;
}
#message-warning i, #message-success i {
  margin-right: 10px;
}

/* form loader */
#submit-loader {
  display: none;
  position: relative;
  left: 0;
  top: 1.8rem;
  width: 100%;
  text-align: center;
  margin-bottom: 4.2rem;
}
#submit-loader .text-loader {
  display: none;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  color: #FFFFFF;
  letter-spacing: .2rem;
  text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
  display: none;
}
.oldie #submit-loader .text-loader {
  display: block;
}

@media(max-width: 767px){
  #contact button.submitform{
    width: 80%;
  }
  .fieldset{
    text-align: center !important;
  }
}

.btn {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0; }

.btn-default {
  color: #42DCA3;
  border: 1px solid #42DCA3;
  background-color: transparent; }
  .btn-default:focus, .btn-default:hover {
    color: black;
    border: 1px solid #42DCA3;
    outline: none;
    background-color: #42DCA3; }


/*///////////////////////*/
/*/// SECTION FOOTER ///*/
/*/////////////////////*/

footer {
  padding: 50px 0; 
  background-color: #fff;}
  footer p{
    color: grey;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin: 0;
    font-weight: 100; }

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }

 .logfut{
  top: -40px;
  left: 100px;
 }

a.piso:hover{
color: #bfff00 !important;
}

 .logros{
  height: 50px;
  transition: all .2s ease-in-out; 
 }
 .logros:hover { 
  transform: scale(0.9); 
}
 @media (min-width: 992px) and (max-width: 1199px){
  .logfut{
 
  left: 90px;
 }
 }
 @media (max-width: 991px){
.footerresp{
float:none;
margin:0 auto;
text-align: center !important;
/*display: inline-block;*/
position: relative;
}
.logfut{
  position: relative;
  width: 40%; 
  display: block;
  top: -115px;
  left: 0px;
}
.baje{
  margin-top: 90px;
}

.pito{
  margin-left: 0 !important;
  margin-top: 15px;
}
}

@media (max-width: 767px){
.footerresp{
text-align: center !important;
position: relative;
}
.logfut{
  position: relative;
  width: 40%; 
  display: block! important;
  top: -115px;
  left: 0px;
}
.pito{
  margin-left: auto !important;
  position: relative;
}
}
@media (max-width: 575px){
  .logfut{
    width: inherit;
  }
}

