a:hover {
    text-decoration: none !important;
}

.nav-paises a {
    color: #313436;
}
.nav-paises a:hover {
    color: #313436;
}
.top-cart img {
    height: 25px;
    margin-right: 10px;
    position: absolute;
    top: 8px;
    right: 85px;
}
.alignright {
    text-align: right;
    margin: 0px 0% 0px 45%;
    display: block;
}
.aligncenter {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.country-list.d-lg-block {
    position: relative;
    width: 70px;
}

ul#menu-enlaces-de-interes {
    padding-left: 0px;
    list-style: none;
}		


svg.cart-icon-menu {
    height: 25px;
    margin-right: 10px;
}
svg.cart-icon {
    height: 25px;
    margin-right: 10px;
    position: absolute;
    top: 8px;
    right: 85px;
}
ul#enlaces_top li:last-child {
    padding-right: 10px;
}
.home .block-home-hover {
    width: auto;
}
ul#enlaces_top li::before{
    content: "·";
    position: relative;
    margin-right: 10px;
}
header .container-fluid {
    max-width: 1500px;
}

.page-template-product-list-template footer b {
    font-weight: 100;
}


.page-id-37 .option-tree-nav button:nth-child(3), .page-id-3722 .option-tree-nav button:nth-child(3) {
    display: none;
}
 p {
    font-family: 'Open Sans', sans-serif !important;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.143rem;
}

/* TOP BAR */

ul#enlaces_top li {
    padding: 10px 5px;
}

.menu-top-menu-container {
    margin: 0 auto;
}

#enlaces_top .menu-item a{
    display: inline-block;
    color: white;
    font-family: "lato", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

/* HEADER */

ul#main_menu a {
    padding: 10px 0px 10px 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: left;
    color: var(--AKBP-blue);
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}

form#searchform {
    text-align: right;
    background: #ffffff;
}

form#searchform label {
    display: none;
}


/* FOOTER */

footer a, footer a:hover{
    color:white;
}

footer{
    background: var(--AKBP-blue);
    margin-top: 0;
    color: white;
    border: 0;
    padding-top: 35px;
    padding-bottom: 36px;
}

footer h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

form input.wpcf7-form-control.wpcf7-submit {
    background: var(--AKBP-yellow);
    color: var(--AKBP-blue);
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-top: 20px;
    padding: 15px 40px;
    max-width: 176px;
    border:0px;
}

.cookies-section-footer{
	padding: 25px;
    display: flex;
    list-style: none !important;
    justify-content: center;
    margin: auto;
}

.cookies-section-footer li a{
	color: #777777 !important;
	padding: 0 10px !important;
	border-right: 0.1px solid #ddd3d3 !important;
    font-weight: 500 !important;
}
.cookies-section-footer li:last-child  a{
	border: none !important
}

.cookies-section-footer{}

select.wpcf7-form-control {
    width: 100%;
}

form input.wpcf7-text {
    height: 45px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 15px;
    color: black;
    padding: 10px;
    width: 100%;
    max-width: inherit;
    margin-bottom: 15px;
}

footer li {
    margin: 20px 0px;
}

footer li a {
    font-weight: 300;
    color: white;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;

}

footer p{
    color: white;
    font-size: 16px;
    font-weight: 300;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    background: white;
    height: 45px;
    border-radius: 0px;
    padding: 10px;
}

span.wpcf7-form-control-wrap.acceptance-754 {
    top: 15px;
}

span.wpcf7-form-control-wrap.acceptance-754 a {
    text-decoration: underline;
}

ul#menu-enlaces-de-interes {
    padding-left: 20px;
}

/*   --- Estilos de Oriana ---   */
/* .hamburger{
    display: none;
} */

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: var(--AKBP-blue) !important;
    border: 1px solid var(--AKBP-blue);
    border-radius: .1rem;
}

.navbar-toggler-icon {
    display: block !important;
    width: 3em !important;
    margin: 2px 0 !important;
    height: .3em !important;
    background-color: var(--AKBP-blue) !important;
}


/* Checkbok footer */
footer input[type=checkbox]/*, input[type=radio]*/{
    opacity: 0;
}

span.wpcf7-list-item-label {
    position: relative;
}
 span.wpcf7-list-item-label::after {
    content: "";
    cursor: pointer;
    top: -10px;
    left: -30px;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background: url("../../../images/checkWhite.png") no-repeat center center;
  }
  
  .contact-form form input[type="checkbox"] {
    width: initial;
    padding: 0;
    opacity: 0;
    color: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  

 input[type="checkbox"]:checked+span.wpcf7-list-item-label::after {
    content: " ";
    background: url("../../../images/checkActiveWhite.png") no-repeat center center !important;
}
/*form#searchform {
 display: inline-flex;
 width: 100%;
}*/

#searchform #s {
    border-right: 1px solid #ccc;
    height: 52px;
    display: initial;
    width: 84%;
    padding: 19px 12px;
    font-size: 12px;
    line-height: 1.42857;
    background-image: none;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    border-radius: 0;
}

/*#searchform #s {
 border-right: none;
 height: 39px;
 display: block;
 width: 85%;
 padding: 6px 12px;
 font-size: 14px;
 line-height: 1.42857;
 color: #555555;
 background-color: #fff;
 background-image: none;
 border-left: 1px solid #ccc;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 -webkit-border-radius: 4px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
 -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
 transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
 transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
 transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
 border-radius: 0;
}*/

.searchform #searchsubmit {
    margin: 0px 0px;
    font: 0/0 a;
    height: 30px;
    width: 15%;
    border-color: silver;
    background: white url(https://protectopinturas.com/wp-content/uploads/2024/02/icono-buscar.svg) no-repeat center center;
    cursor: pointer;
    /* border: 0px solid transparent; */
    white-space: nowrap;
    padding: 10px 15px 0px 15px;
    border-right: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
}


/*.searchform #searchsubmit {
 margin-top: 0;
 -webkit-border-radius: 0;
 border-radius: 0;
 font: 0/0 a;
 border-left: none;
 height: 39px;
 width: 15%;
 border-color: silver;
 background: white url(../../../images/lupa.png) no-repeat center center;
 cursor: pointer;
 border: 1px solid transparent;
 white-space: nowrap;
 padding: 6px 12px;
 border-right: 1px solid #ccc;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }*/
.popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 100;
    color: black;
    margin: 0px!important;
}
@media (min-width: 991px) {
ul#enlaces_top li {
    color: white;
}
.navbar a.hamburger {
    padding: 5px 10px 20px;
}
div#top-bar {
    background: var(--AKBP-blue);
}
.navbar a.hamburger {
    padding: 5px 10px 20px;
}
.navbar-toggler-icon {
    background-color: white !important;
}
/* .home .slide.slick-slide.slick-current.slick-active {
    width: 900px;
    margin: 0 auto;
    float: none;
}
.home .contenedor__slider-business.container {
    margin-top: -30px;
} */

}
@media (min-width: 1255px) {
    .country-list span:before {
        height: 5px;
        width: 5px;
        left: 60px;
        content: "";
        position: absolute;
        top: 20px;
        transform: rotate(50deg);
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}

@media (max-width: 1255px) {
    ul#enlaces_top li{
        display: none;
    }

}
@media (max-width: 1255px) and (min-width: 783px) {

/**/
    .menu-paises-container ul#paises li a{
        background-size: contain;
    }
    .nav-paises li a {/*G*/
        color: #000000;
    }
    .aruba a {
        background: url(../../../images/flags/aruba.jpg) 0 0 no-repeat;
    }
    .costarica a {
        background: url(../../../images/flags/costaRica.jpg) 0 0 no-repeat;
    }
    .curacao a {
        background: url(../../../images/flags/curacau.jpg) 0 0 no-repeat;
    }
    .ecuador a {
        background: url(../../../images/flags/ecuador.jpg) 0 0 no-repeat;
    }
    .elsalvador a {
        background: url(../../../images/flags/salvador.jpg) 0 0 no-repeat;
    }
    .guatemala a {
        background: url(../../../images/flags/guatemala.jpg) 0 0 no-repeat;
    }
    .honduras a {
        background: url(../../../images/flags/honduras.jpg) 0 0 no-repeat;
    }
    .nicaragua a {
        background: url(../../../images/flags/nicaragua.jpg) 0 0 no-repeat;
    }
    .panama a {
        background: url(../../../images/flags/panama.jpg) 0 0 no-repeat;
    }
/**/

    .country-list .options {
        overflow: initial!important;
    }
    .country-list #paises {
        width: auto!important;
        display: inline-flex;
    }
    /*.menu-paises-container {
        position: absolute;
         display: block; 
        right: calc(90% - 5px);
        top: -35px;
    }*/
    .country-list #paises li {
        padding: 0px 0px!important;
    }
    .nav-paises li a {
        color: #000000;
        font-size: 0px;
        display: inline-block;
        /* padding: 0px 20px; */
        height: 20px;
    }
}
@media screen and (max-width: 782px){
    .country-list.d-lg-block{
        display: none;
    }
    .navbar-toggler-icon {
        display: block !important;
        width: 3em !important;
        margin: 2px 0 !important;
        height: .3em !important;
        background-color: var(--AKBP-blue) !important;
    }
    .hamburger{
        display: block;
    }
     
}
@media (min-width: 1099px){
    a.app-pintuco{
      color: #007bff!important;
      cursor: not-allowed;
      text-decoration: none;
    }
    a.app-pintuco:hover:before {
        content: "Puedes acceder a la App desde tu dispositivo movil";
        background: white;
        border: 1px solid #333;
        padding: 5px;
        position: absolute;
        color: black;
    }
}
@media (max-width: 1099px){
    div.icono-ubicacion-tiendas img {
        height: 25px;
        margin-right: 10px;
        position: absolute;
        top: 40px;
        right: 125px;
        left: unset;
    }
    .container-fluid.position-relative.w-search {
        z-index: -1;
    }
    .top-cart img {
        top: 40px;
    }
}
@media (min-width: 783px) and (max-width: 991px)  {
    a svg.cart-icon {
        top: 110px;
    }
    a svg.cart-icon path {
        fill: var(--AKBP-blue);
    }
}
@media (max-width: 782px) {
   /* svg.cart-icon {
        display: none;
    }*/
    svg.cart-icon {
        top: 40px;
    }
    svg.cart-icon path {
        fill: var(--AKBP-blue);
    }
}
input[type=checkbox].acceptance-754 {
    display: none;

}

/* Style Acerca De */

.historia-template h2,
.negocios-template h2,
.innovate-template h2,
.reconocimiento-template h2{
    font-size: 30px;
    padding: 30px 0;

}

.historia-template .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #18B48E;
    -webkit-animation: slide-right 0.5s ease-in 0.65 both;
    animation: slide-right 0.5s ease-in 0.65 both;
    padding: 12px 14px 14px 14px;
    
}

.historia-template .nav-pills .nav-link {
    border-radius: 0rem;
    float: inherit;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    color: #C0C0C0;
    border: solid 1px #C0C0C0;
    position: relative;
    margin: 10px 0;
    padding: 13px 15px;
    -webkit-transition: 0.5;
    transition: 0.5;
    
}

.historia-template .nav-pills .nav-link::after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 10px;
    top: 40%;
    border-right: solid 1px #C0C0C0;
    border-top: solid 1px #C0C0C0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
}

.historia-template .nav-pills .nav-link.active::after {
    right: 5px;
    border-right: none;
    border-left: solid 1px #C0C0C0;
    border-bottom: solid 1px #C0C0C0;
    border-top: none;
}

.tab-content{

-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.3);
box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.3);
padding: 30px;
 margin-left: 10px; 
border: none;
margin: 10px 0;
font-size: 14px;

}

@-webkit-keyframes slide-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100px);
              transform: translateX(100px);
    }
  }
  @keyframes slide-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100px);
              transform: translateX(100px);
    }
  }

  blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

.negocios-template ul.space-our li,
.innovate-template  ul li,
.reconocimiento-template ul li{
    padding: 10px 0;
}
.country-list {
    position: relative;
    padding: 20px 0;
}
/* Paises */
.country-list .label {
    /* padding: 10px; */
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.country-list .label span img{
    width: 30px;
    height: 20px;
}
.country-list .options {
    opacity: 0;
    width: 100px;
    height: 0px;
    position: absolute;
    z-index: 3;
    background-color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    top: 50px;
    translate: none !important;
    transition: all 0.15s ease;
}

.country-list:hover .options {
    opacity: 1;
}
/* .country-list:hover .options {
    height: auto;
    box-shadow: 0px 8px 8px 0px #000;
} */
 
#paises li:hover{
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu-paises-container{
    max-height: 0.1px;
    /* overflow: hidden; */
    transition: 0.35s;
}
.country-list #paises {
    display: none;
    list-style: none;
    background: white;
list-style: none;
/* display: flex !important; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
    border-radius: 5px;
    color: #012169;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    transition: all 0.15s ease;
}

.country-list:hover #paises {
    display: flex !important;
}

.country-list.hover #paises a{
  
   
    transition: 0.32s;
}
.country-list.hover #paises a:hover{
   
    transition: 0.32s;
}
/* .country-list #paises.show {
    padding: 8px;
    list-style: none;
    width: 100px;
    display:block !important;
    text-align: center;
    white-space: nowrap;
   
} */


@media (max-width: 767px) {


    .country-list .options {
        top: 60px;
        translate: -15px !important;
    }
    
    #container-menu-business {
        width: 100%;
    }
    #container-menu-business ul#menu-business {
        width: 100%;
    }
    .submenu-movil {
        text-align: center;
        margin: 20px 0 0;
    }
    .submenu-movil.active ~ .navbar-collapse{
        display: block!important;
    }
    .submenu-movil.active ~ .navbar-collapse  li {
        text-align: center;
        line-height: 30px;
        margin: 0px;
    }
    .submenu-movil.active ~ .navbar-collapse li a::before{
        content:unset!important;
    }

    .submenu-movil.active ~ .navbar-collapse  li a {
        padding: 10px 0px!important;
        max-width: 100%!important;
    }
}