._ns_theme_footer_v4_container_g { 
    width: 100%;
    display: flex;
    justify-content: center;
  position: relative;
}

  .cont-footer {
    display: flex;
    flex-direction: column;
    max-width: 1444px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    
  }

.hs_cos_wrapper p{
  margin-left: 5px;
}

.cont-footer > div {
  height: 138px;
  overflow-y: hidden;
  align-items: center;
    display: flex;
  width: 100%;
  justify-content: space-between;
}

.cont-footer .navigation-footer{
  @media (max-width: 800px){
    height: 70px;  
  }
}

.cont-footer .navigation-footer .logo {
  max-width: 233px;
  width: 100%;
  height: auto;
  width: 30%;
  @media (max-width: 800px){
    display:none;
  }
}

.cont-footer .navigation-footer .navigation {
  width: 70%;
  display: flex;
  @media (max-width: 800px){
    width: 100%;    
  }
}

.cont-footer .navigation-footer .navigation ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  @media (max-width: 800px){
    width: 95%;
  }
}

.cont-footer .navigation-footer .navigation ul li{
  text-align: center;
  padding: 0 10px;
}

.cont-footer .navigation-footer .navigation ul li a,
.cont-footer .navigation-footer .navigation ul li a div{
  font-size: 14px;
}

.cont-footer .contact {
  display: flex;
  border-top: 1px solid white;
  @media (max-width: 800px){
    flex-direction: column;
  }
}

.cont-footer .contact .address-social {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 50%;
  @media (max-width: 800px){
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
  }
  @media (max-width: 430px){
    width: 100%;
    display:block;
    padding: 10px 0;
    .address {
    justify-content: center;
     border-bottom: 1px solid #ffff;
     padding: 4px 0;
    }
    p {
    font-size:14px;
     font-weight: 400;
    }
    .social {
     justify-content: center;
     border-bottom: 1px solid #ffff;
     padding: 4px 0;
    }
  }
}

.cont-footer .contact .address-social > div {
  width: 100%;
  display: flex;
}

.cont-footer .contact .address-social div:first-child{
  margin-bottom: 10px;
}

.cont-footer .contact .address-social .social ul {
   width: 100%;
  display: flex;
  justify-content: start;
  list-style: none;
  @media (max-width: 800px){
    justify-content: end;
  }
}

.cont-footer .contact .address-social .social ul li {
  margin-right: 10px;
}

.cont-footer .contact .address-social .social ul li a{
  max-width: 30px;
}
.cont-footer .contact .address-social .social ul li a img {
  width: 25px;
  height: 25px;
}

.cont-footer .contact .address-social .social ul li:last-child {
  margin-right: none;
}

.navigation ul li:after {
  display:block;
  content: '';
  border-bottom: solid 3px #fff;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

.navigation ul li:hover:after {
  transform: scaleX(1); 
}
.navigation ul li.fromRight:after{ 
  transform-origin:100% 50%; 
}
.navigation ul li.fromLeft:after{  
  transform-origin:  0% 50%;
}

.navigation ul li a:hover {
  color: #fff;
}
.cont-footer .contact .terms-conditions {
    @media (max-width: 800px){
    display: none;
  }
}
.cont-footer .contact .terms-conditions p a:hover{
  color: #fff!important;
}
.cont-footer .contact .logo-phone,
.cont-footer .contact .terms-conditions.phone {
  display: none;
  @media (max-width: 800px){
    display: block;
  }
}
.cont-footer .contact .terms-conditions.phone {
  margin-bottom: 20px;
}



/*FORMULARIO*/
.cont-form {
  height: 100vh;
  position: fixed;
  width: 100vw;
  z-index: 500000;
  background: #000000b0;
  top: 0;
  left: 0;
  display:flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.nombre, .apellido{
  border-radius: 5px;
}

.cont-form .form{
  max-width: 812px;
  width: 100%;
  max-height: 530px;
  height: 100%;
  background: #ffffff;
  border-radius: 15px;
  position: relative;
  padding: 30px;
  margin: 10px;
  @media (max-width:550px){
    max-height: 650px;
  }
  @media (max-width:425px){
    max-height: 750px;
  }

}

.cont-form .form .header-form {
  width: 100%;
  max-height: 70px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cont-form .form .header-form img:last-child {
  cursor: pointer;
}

.cont-form .form .text-form {
  margin-bottom: 30px;
  @media (max-width:550px){
    margin-bottom: 10px;
  }
}

.cont-form .form .text-form h3 {
  margin-bottom: 10px;
}

.cont-form .form .text-form h3 div{
  color: #EC1D25;
  font-weight: bold;
  font-size: 20px;
  display:block;
  width: 100%;
}

.cont-form .form .text-form > div {
  display:block;
  width: 100%;
  color: #5B564D;
  text-align: justify;
}

.wrapper_form_group {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.solicitar {
  cursor:pointer;
  max-width: 250px;
  max-height:40px;
  min-height:40px;
  height:100%;
  width: 100%;
  background: #EC1D25;
  color: #ffff;
  box-shadow: 3px 3px 10px #0000001A;
  border: 1px solid #EC1D25;
  border-radius: 10px;
  font-weight:bold;
}

.cont-form .form form {
  width: 100%;
  color: #5B564D;
  display: flex;
/*   align-items: end; */
  position: relative;
  justify-content: space-between;
  @media (max-width:550px){
    flex-direction: column;
    align-items: center;
  }
}

.cont-form .form .form-group{
  width: 90%;
  display: inline-block;
  @media (max-width:550px){
    width: 100%;
  }
}


.form-footer {
  flex-direction: column;
/*   align-items: start; */
}


.name-form-goup{
  display: flex;
  justify-content
}

.cont-form .form .form-group label {
  color: #5B564D;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.cont-form .form .form-group input {
  width: 95%;
  border: 1px solid #70707080;
  height: 40px;
  padding-left: 10px;
  color: #5B564D;
}

.cont-form .form .form-group input::placeholder {
  color: #5B564D80;
}

.cont-form .form form buttom {
  width: 130px;
  padding: 10px 0;
  background: #EC1D25;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  @media (max-width:550px){
    width: 61%;
    margin: 10px 0;
  }
}


.cont-form .form .info-form {
  color: #5b564d78;

  bottom: 30px;
  font-size: 14px;
  @media (max-width:550px){
    bottom: 5px;
  }
}

.cont-form .form .info-form div {
  @media (max-width:550px){
    font-size: 12px;
    text-align: justify;
    padding-right: 30px;
  }
}

.cont-form .form form #email-error {
  color: #EC1D25;
  position: absolute;
  left: 0;
  bottom: -30px;
}

.error {
  color: #EC1D25 !important;

}

.terms-conditions p:after {
  display:block;
  content: '';
  border-bottom: solid 3px #fff;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

.terms-conditions p:hover:after {
  transform: scaleX(1); 
}
.terms-conditions p.fromRight:after{ 
  transform-origin:100% 50%; 
}
.terms-conditions p.fromLeft:after{  
  transform-origin:  0% 50%;
}


.form_intermediarios {
  width: 40% !important;
  height: 40% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between;


}

.text_title_list {
  margin-bottom: 40px;
}

.form_intermediarios img {
  width: 70px !important;
}

.botoncillo_container {
  display: flex;
  justify-content: center;
}

.botoncillo {
  background: #EC1D25;
  border: solid 1px #EC1D25;
  border-radius: 5px;
  color: white;
  padding: 10px;
  width: 100%;
  font-size: 10px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.botoncillo:hover {
  color: white;
}


.oculta {
  display:none!important;
}


@media (max-width: 550px) {
  .wrapper_form_group {
    flex-wrap: wrap;
    grid-gap:20px;
    justify-content: center;
    align-items: center;
  }
  
  .text-form div{
    font-size: 10px;
  }
  
  .text_intermediarios div{
    font-size: 14px !important;
  }
  
  
}

@media (max-width: 460px) {
  .cont-footer {
    height: 300px;
  }
  
  .navigation-footer{
    height: 100% !important;
  }
  
  .navigation {
    height: 80% !important;
  }
  
  .navigation ul {
    display:flex !important;
    flex-direction: column !important;
  }
  
  .navigation ul li {
    padding: 10px !important;
  }
  
  .navigation ul li:not(:last-child) {
    border-bottom: 0.5px solid #FFFFFF;
  }
    
}



@media (max-width: 342px) {
  .text_intermediarios div{
    font-size: 12px !important;
  }
}


@media (max-width: 325px) {
  .text_title_group {
    margin-bottom: 30px
  }
  
  .icon_card {
    margin-bottom: 140px;
  }
}
.mensajesuccess h4 {
    color: #5B564D;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
    font-size: larger;
  
}
.mensajesuccess{
  visibility:hidden;
   
}
.mensajesuccess.show{
    visibility:visible;
     margin: 75px auto;
}