.pdtxt{}
.w100{width: 100%;}

.cardd{
  border: 0px;
  border-radius: 1rem;
}

.barratitulo:before {
    display: block;
    content: "";
    position: relative;
    height: 1px;
    width: 100%;
    background: #fff;
    margin-bottom: 22px;
}
.barratitulong:before {
    display: block;
    content: "";
    position: relative;
    height: 1px;
    width: 50px;
    background: black;
    margin-bottom: 22px;
}

.ap {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #fdfdfdab;
}

nav ul li a:after,
nav ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #ee6a00;
  height: 1px;
}
nav ul li a:hover:after {width: 100%;}
.dark-back {background-color: #4d4e4e;}
.img-circle {border-radius: 50%;}
.mar-5{margin-bottom: 5px;}
.imgcarrusel{max-height: 111px;}
@media (min-width: 600px){
  .carruselmovil-logos{
    display: none;
  }
}
 @media (max-width: 599px){
  .carruseldesktop-logos {
    display: none !important;
  }
}
.pl_pr-0{padding-left: 0px;padding-right: 0px;}
.icon_fondo{   background-image: url("../img/inicio/fondo_icon.png");background-repeat: no-repeat;height: 80px;padding-top:0; ;background-position: center center;text-align: center;color:white;}
.icon_fondo:hover{transition: .5s;background-image: url("../img/inicio/fondo_icon2.png");color: #fff;}
.icon_fondo i{padding-top: 26.5px;}
#toTop {
    padding: 15px 19px;
    background: #d8a700a3; /**/
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 5px;
    display: none;
    cursor: pointer;
    border-radius: 50%;
}

#toTop > img{max-width: 15px;}

.fondo_icons_footer{
    max-width: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 24px;
    background: #2f3233; /**/
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid;
    border-color: #d8a700;
    display: inline-block;
}

@media(min-width: 337px){
#radio2-error{
  padding: .5em;
  position: absolute;
  bottom: 47%;
  left: 2%
}
}
@media(max-width: 336px){
  #radio2-error{
  padding: .5em;
  position: absolute;
  bottom: 42%;
  left: 1%
}
}
@media(min-width: 768px){
.footer-centro{padding-top: 2em;}
.boton-pvg{font-size: 0.875rem;}
}

.boton-pvg{
    position: relative;
    bottom: 120px;
    right: 19px;
}
@media(max-width: 575px){
    .boton-pvg{
        position: static;
    }
}

.registro-a:hover{
    color: #d8a700;
}
.btn-amarillo{
    background: #d8a700;
    color: #fff;
}
.btn-amarillo:hover{
    color: #fff;
    font-weight: bold;
}
.js-cookie-consent{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: white;
    box-shadow: 0px -5px 15px #d2d2d2;
    padding: 7px;
    text-align: center;
    z-index: 99;
}




@media (min-width: 767px){
.whatsapp {
  position: fixed !important;
  z-index: 9999 !important;
  right: 0;
  float: right;
  top: 15%;
  margin-top: -25px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  -webkit-filter: grayscale(48%);
  filter: grayscale(48%);
  
  }
  .whatsapp:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }
  



}


.contactsContainer{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

@media(max-width: 767px){
  .contactsContainer{
    display: flex;
    flex-direction: column;
    
  } 
  .linkTel{
    min-width: 90%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .linkWhatsapp{
    min-width: 90%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}



.whatsapp {
  position: fixed !important;
  z-index: 9999 !important;
  right: 0;
  float: right;
  top: 70%;
  margin-top: -25px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  -webkit-filter: grayscale(48%);
  filter: grayscale(48%);
}

@media(max-width: 767px){
.divContactos{
    width: 100%;  
    min-width: 100%;
  }

  .divContactos p{
    font-size: 13px;
  }
}



