header,
footer {
    display: none !important;
}
img {
    width: 100%;
    height: auto;
    display: block;
}
.mb-0{
    margin-bottom: 0;
}
.bg-green{
    background-color: #86C157;
}
.header-sup {
    display: none !important;
}

.header-space {
    display: none !important;
}
.servitrust {
  display: none;
}

/*** Estilos Generales de las Landings ****/
.seccionLanding-page {
    background-color: #F7F7F7;
}

.head-fiduciaria {
    padding: 40px 0;
}

.head-fiduciaria .link-logo-banco {
    display: block;
    width: 70%;
    max-width: 250px;
    margin: 0  auto;
}

/***********  Banner Fiduciaria  ****************/
.banner-fiduciaria {
    width: 100%;
    max-width: none;
    object-fit: cover;
}
.box-descriccion {
  padding: 30px 7px 10px;
  color: #fff;
}

.box-descriccion .title-fiduciaria {
  font-size: 32px;
  text-align: center;
}

.wp-box-descriccion .subtitle-fiduciaria {
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
}
.content-fiduciaria .row .wp-form .formulario-fic-fiduciaria {
  margin-top: 18px;
}

.content-fiduciaria .row .wp-form .formulario-fic-fiduciaria .form-control {
  border: 1px solid  #D6D6D6;
  border-radius: 25px;
  padding: 7px 15px;
  height: auto;
}
.content-fiduciaria .row .wp-form .formulario-fic-fiduciaria .group-manejo-datos {
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-fiduciaria .row .wp-form .formulario-fic-fiduciaria .group-manejo-datos input {
  margin-right: 5px;
}

.content-fiduciaria .row .wp-form .formulario-fic-fiduciaria  .btn-success {
  border-radius: 30px;
  padding: 7px 25px;
  transition: all 0.5s;
}

.content-fiduciaria .row .wp-form .formulario-fic-fiduciaria .btn-success:hover {
  padding: 7px 40px;
}
.wp-fiduciaria  .footer{
    color: #F7F7F7;
}
.wp-fiduciaria  .footer p {
  color: #383838;
  padding: 20px 0;
  font-size: 12px;
}
.wp-fiduciaria  .footer p a{
    color: #383838;
}
/** Gracias  **/
.gracias {
  display: none;
}

/**** Responsive MAX WIDTH ****/
@media (max-width: 767px){
    
    .wp-fiduciaria .row {
    margin-right: 0px;
    margin-left: 0px;
    }
    .wp-fiduciaria .container {
    padding: 0;
    }
}
/****** Responsive MIN-WIDTH ******/
@media (min-width: 768px){
    .banner-fiduciaria {
        display: none;
    }
    .content-fiduciaria{
        background-image: url(../../files/images/banner-form-fiduciaria.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 30vh;
        position: relative;
        padding: 20px 20px 50px;
    }

    .content-fiduciaria .row {
        display: flex;
        align-items: end;
    }

    .content-fiduciaria .row .wp-box-descriccion {
        width: 60%;
        max-width: 480px;
        margin-bottom: 10%;
        padding-right: 7%;
    }

    .head-fiduciaria .link-logo-banco {
        margin: 0;
    }

    .content-fiduciaria .row .wp-form {
        background-color: #fff;
        border-radius: 15px;
        width: 40%;
        max-width: 380px;
        margin-right: 0;
        margin-left: auto;
        padding: 25px;
        margin-top: -110px;
    }

    .wp-form .title-form {
        text-align: center;
        font-weight: 700;
        color: #5F5F5F;
    }

    .wp-fiduciaria p {
        color: #5F5F5F;
    }

    .box-descriccion {
        background-color: rgb(134 193 87 / 90%);
        border-radius: 10px;
        margin-bottom: 25px;
        padding: 30px 15px;
    }

    .wp-box-descriccion .subtitle-fiduciaria {
        background-color: transparent;
        font-weight: 700;
        padding-bottom: 0;
        text-shadow: 0 0  6px #000;
    }
    .wp-fiduciaria  .footer p {
        padding: 30px 0;
    }
}