@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Square+Peg&display=swap");



/*botones-flotantes*/

.botones-flotantes {
    position: fixed;
    right: 5px;
    bottom: 9px;
    z-index: 3;
}


/* .botones-flotantes .btn-group {
    margin-bottom: 10px;
} */

.botones-flotantes .btn-group.dropup button {
    /* background-image: linear-gradient(to bottom, #72207e, #d9a8e2, #ff6600, #f7a400); */
    background-image: linear-gradient(0deg, #ff6600 45%, #ffbb8e 100%);
    box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.5) !important;
    border: none;
    width: 110px;
    min-width: 110px;
    height: 110px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    background-repeat: repeat-x;
    background-repeat: repeat-y;
    background-size: 100% 264px;
    background-position: 0 -30px;
    transition: all 0.2s linear;
    z-index: 10;
    position: relative;
}
.botones-flotantes .btn-group.dropup button .abrir {
    height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.botones-flotantes .btn-group.dropup button .abrir img {
    width: 52px;
    margin-bottom: 5px;
}
.botones-flotantes .btn-group.dropup button .abrir p {
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    color: white;
    line-height: 12px;
    margin-bottom: 0;
}
.botones-flotantes .btn-group.dropup button .abrir p span {
font-weight: 900;
}
.botones-flotantes .btn-group.dropup button .cerrar {
    display: none;
}
.botones-flotantes .btn-group.dropup button .cerrar p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: white;
    line-height: 12px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 600;
}
.botones-flotantes .btn-group.dropup button .cerrar span {
    margin-bottom: 4px;
    /* width: 25px; */
    width: 0px;
    display: block;
    background: white;
    border-radius: 10px;
    transition: 0.5s;
    padding-top: 4px;
    position: relative;
    transform: scale(1);
}

.botones-flotantes .btn-group.dropup button .cerrar span:nth-child(2) {
    /* width: 20px; */
    width: 0px;
}

.botones-flotantes .btn-group.dropup button .cerrar span:nth-child(3) {
    margin-bottom: 0;
    width: 0px;
}

.botones-flotantes .btn-group.dropup button:focus {
    box-shadow: none !important;
    background-repeat: repeat-x;
    background-repeat: repeat-y;
    background-size: 100% 264px;
    background-position: 0 -30px;
    transition: all 0.2s linear;
    /* background-image: linear-gradient(to bottom, #72207e, #d9a8e2, #ff6600, #f7a400) !important; */
        background-image: linear-gradient(0deg, #ff6600 45%, #ffbb8e 100%) !important;
}

.botones-flotantes .btn-group.dropup button::after {
    display: none;
}

.botones-flotantes .btn-group.dropup button:hover span {
    transform: scale(1.3);
}

.botones-flotantes .btn-group.dropup .dropdown-menu {
    /* background: rgb(251, 217, 194); */
    border: none;
    width: 110px;
    min-width: auto;
    z-index: 1;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 0;
    height: 0;
    transition: height 0.3s ease-in-out;
    transition-delay: 0.1s;
    /* top: 40px !important; */
    bottom: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: none;
}

.botones-flotantes .btn-group.dropup .dropdown-menu a {
    width: 100px;
    height: 100px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgb(255 204 169);
    border-radius: 10px;
    margin-bottom: 7px !important;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    z-index: initial;
    position: relative;
    padding: 10px;
}

.botones-flotantes .btn-group.dropup .dropdown-menu a img {
    transition: all 0.3s ease-in-out;
    width: 40px;
}

.botones-flotantes .btn-group.dropup .dropdown-menu a .forma-triangulo {
position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    color: black;
    line-height: 10px;
    margin-bottom: 0;
    margin-top: 4px;
    font-weight: 600;
    text-align: center;
}
.botones-flotantes .btn-group.dropup .dropdown-menu a .forma-triangulo span {
font-weight: 900;
    display: contents;
}

.botones-flotantes .btn-group.dropup .dropdown-menu a:last-child {
    margin-bottom: 0px;
}

 .botones-flotantes .btn-group.dropup .dropdown-menu a:hover {
    background: rgb(251, 217, 194);
}

/*.botones-flotantes .btn-group.dropup .dropdown-menu a:hover img {
    width: 33px;
}

.botones-flotantes .btn-group.dropup .dropdown-menu a:hover .forma-triangulo {
    width: 250px;
    background: #72207e;
    color: white;
} */

.botones-flotantes .btn-group.dropup.open button {
    background-position: 0 -140px;
    box-shadow: 0px 0px 3px 2px rgba(108, 117, 125, 0.5) !important;
}

.botones-flotantes .btn-group.dropup.open button .abrir {
    display: none;
}

.botones-flotantes .btn-group.dropup.open button .cerrar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 10px;
    padding-top: 30px;
}
.botones-flotantes .btn-group.dropup.open button .cerrar span {
    background: white;
    width: 50px;
    transform: scale(1.3);
}

.botones-flotantes .btn-group.dropup.open button span:nth-child(1) {
    top: 0px;
    margin-bottom: 0;
    transform: rotate(-45deg);
}

.botones-flotantes .btn-group.dropup.open button span:nth-child(2) {
    width: 0px;
}

.botones-flotantes .btn-group.dropup.open button span:nth-child(3) {
    top: -12px;
    margin-bottom: 0;
    transform: rotate(45deg);
    display: block;
}

.botones-flotantes .btn-group.dropup.open button:focus {
    box-shadow: 0px 0px 3px 2px rgba(108, 117, 125, 0.5) !important;
}

.botones-flotantes .btn-group.dropup.open .dropdown-menu {
    padding-top: 5px;
    height: auto;
    transition: height 0.3s ease-in-out;
    transition-delay: 0.1s;
    padding-bottom: 110px;
}

.botones-flotantes .boton-volver-arriba {
    box-shadow: 0px 0px 4px 2px rgba(129, 129, 129, 0.4);
    border-radius: 15px;
    width: 110px;
    height: 110px;
    margin-top: 10px;
}

.botones-flotantes .boton-volver-arriba a {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: inset 0px 0px 9px 2px rgba(129, 129, 129, 0.2);
    border-radius: 15px;
    background-image: linear-gradient(to bottom, #f7a400, #f7a400, #ff6600, #ff6600);
    background-repeat: repeat-x;
    background-repeat: repeat-y;
    background-size: 100% 380px;
    background-position: 0 -30px;
    transition: all 0.2s linear;
}

.botones-flotantes .boton-volver-arriba a img {
    transition: all 0.3s ease-in-out;
    width: 30px;
    filter: invert(99%) sepia(1%) saturate(2) hue-rotate(208deg) brightness(144%) contrast(100%);
    margin-bottom: 8px;
}
.botones-flotantes .boton-volver-arriba a span {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    color: white;
    line-height: 12px;
    margin-bottom: 0;
    font-weight: 600;
}
.botones-flotantes .boton-volver-arriba:hover a {
    background-position: 0 -180px;
}

.botones-flotantes .boton-volver-arriba:hover a img {
    transition: all 0.3s ease-in-out;
    filter: invert(99%) sepia(1%) saturate(2) hue-rotate(208deg) brightness(144%) contrast(100%);
}
/**/
.fix-separacion-componente{
    position: fixed;
    top: 115px;
    width: 100%;
    background: #3f3f3f;
    left: 0;
    padding: 15px;
    z-index: 3;
}
.fix-separacion-componente div{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
}
.fix-separacion-componente div .btn-separacion{
    background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
    background-size: 100% 100px;
    background-position: 0 -30px;
    color: white;
    padding: 0px 15px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 150px;
    font-size: 15px;
    line-height: 13px;
    text-decoration: none;
    transition: all 0.2s linear;
    /* margin: 0 auto; */
}
.fix-separacion-componente div .btn-separacion img{
    width: 6px;
    margin-left: 16px;
}
.fix-separacion-componente div .btn-separacion:hover{
    background-position: 0 -60px;
}
.fix-separacion-componente div  p{
font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: white;
    line-height: 17px !important;
    margin-bottom: 0;
    padding-left: 15px;
}
.fix-separacion-componente div p a{
    font-weight: 900;
    text-decoration: underline;
}
.fix-separacion-componente div p a:hover{
color: #ff6600;
}
/**/
/**/
/**/

.btn-flotante{
    display: none;
}

.banner_pagina{
    padding-top: 62px;
}
/**/
/**/
/**/
@media only screen and (max-width: 1199px) {
    .fix-separacion-componente{
        top: 135px;
    }
    /**/
    .banner_pagina{
 padding-top: 83px;
}
}
@media only screen and (max-width: 992px) {
    .fix-separacion-componente{
          top: 100px;
    }
    /**/
    .banner_pagina{
padding-top: 64px;
}
}
@media only screen and (max-width: 768px) {
 .botones-flotantes .btn-group.dropup button{
            width: 70px;
    min-width: 70px;
    height: 70px;
    }
        .botones-flotantes .btn-group.dropup button .abrir{
        flex-direction: initial;
    position: relative;
    }
    .botones-flotantes .btn-group.dropup button .abrir img{
            width: 25px;
    }
   .botones-flotantes .btn-group.dropup .dropdown-menu a .forma-triangulo {
        position: absolute;
        right: 60px;
        z-index: -1;
        font-family: "Poppins", sans-serif;
        font-weight: 900;
        text-align: center;
        display: flex;
        align-items: center;
        background: transparent;
        height: 38px;
        border-radius: 50px;
        color: transparent;
        transition: width 0.3s ease-in-out;
        transition-delay: 0.1s;
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 13px;
        width: auto;
        background: #ff6600;
        color: white;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding-right: 15px;
    }
    .botones-flotantes .btn-group.dropup button .abrir p{
        visibility: hidden;
        position: relative; 
                width: 100%;
    }
    .botones-flotantes .btn-group.dropup button .abrir p::after{
        visibility: visible;
        position: absolute;
        content: "Descubre más";
        right: 0;
        left: 0;
        font-weight: 900;
        top: 0;
    }
    .botones-flotantes .btn-group.dropup.open button .cerrar{
        padding-top: 27px;
    }
    .botones-flotantes .btn-group.dropup button .cerrar span{
        padding-top: 2px;
    }
    .botones-flotantes .btn-group.dropup.open button .cerrar span{
        width: 30px;
    }
    .botones-flotantes .btn-group.dropup button .cerrar span:nth-child(2){
        visibility: hidden;
    }
    .botones-flotantes .btn-group.dropup.open button span:nth-child(3){
        top: -8px;
    }
    .botones-flotantes .btn-group.dropup .dropdown-menu{
        width: 70px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding-top: 5px;
    }
    .botones-flotantes .btn-group.dropup .dropdown-menu a{
        width: 60px;
        height: 60px;
        min-height: 60px;
        padding: initial;
    }
    .botones-flotantes .btn-group.dropup.open .dropdown-menu{
        padding-bottom: 70px;
    }
    /**/
    .botones-flotantes .boton-volver-arriba{
        width: 70px;
        height: 70px;
    }
    .botones-flotantes .boton-volver-arriba a{
        width: 70px;
        height: 70px;
    }
    .botones-flotantes .boton-volver-arriba a span{
        text-align: center;
        font-size: 9px;
        font-weight: 900;
        padding: 0px 4px;
        line-height: 10px;
    }
    .botones-flotantes .boton-volver-arriba a img{
        width: 17px;
        margin-bottom: 2px;
    }
        .fix-separacion-componente{
          top: 89px;
    }

}
@media only screen and (max-width: 650px) {
    .banner_pagina{
      padding-top: 85px;
    }
}
@media only screen and (max-width: 550px) {
    .fix-separacion-componente div{
            flex-wrap: wrap;
    }
    .fix-separacion-componente div .btn-separacion{
        order: 2;
            margin-top: 10px;
    }
    .fix-separacion-componente div p{
        text-align: center;
    }
    .banner_pagina{
            padding-top: 110px;
    }
}
@media only screen and (max-width: 500px) {
    /**/
    /**/
    .botones-flotantes {
        right: 4px;
    }
        .banner_pagina{
         padding-top: 127px;
    }
}