:root{
    --azul: #1c4666;
    --oscuro: #102c40;
    --celeste: #9dcddd;
    --celeste2: #6290a7;
}
body {
    font-family: 'Ubuntu', sans-serif;
}
.texto p{
    font-size: 17.5px;
}
footer{
    margin-top: -270px;
    background-color: #001828;
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
}
footer .logo-footer{
    max-width: 240px;
}
footer .titulo-foot{
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
}
footer .texto-footer{
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
}
footer .texto-footer p{
    margin-bottom: 0;
}
footer .a-footer{
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}
footer .a-footer:hover,
footer .active{
    font-size: .9rem;
    font-weight: 300;
    color: #1194ac;
}
footer .down-foot{
    color: #fff!important;
}
footer .social-foot{
    color: #fff;
    padding: 0 0.75rem 0 0;
    font-size: 1.5rem;
}
footer .social-foot:hover{
    color: #1194ac;
}
footer .navbar-brand img {
    width: 150px;
    padding: 0;
}
footer .pagos {
    max-width: 350px;
}
footer .bg-top-footer{
    position: absolute;
    width: 100%;
    height: 255px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/inicio/bg-top-footer.svg) repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
footer .container-footer{
    padding-top: 130px;
}
.text-small{
    font-size: 15px;
}
button.dropdown-toggle{
    background-color: inherit!important;
    margin-top: 16px!important;
    border: 0!important;
}
.dropdown-menu {
    text-transform: uppercase;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0;
    overflow: hidden;
    margin: 0;
    font-size: .85rem;
    font-weight: 300;
    color: #032c43;
    text-align: left;
    list-style: none;
    background-color: #98cddc;
    background-clip: padding-box;
    border: 1pxsolidrgba(0,0,0,.15);
    border-radius: 15px;
}
.dropdown-item{
    padding: 10px;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active {
    overflow: hidden;
    color: #ffffff;
    padding: 10px;
    background-color: #1c4666;
}
.social-sig{
    color: #001728;
    font-size: 1.5rem;
    padding-top: 8px;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #00172800;
    border: 2px solid #001728;
}
.social-sig:hover{
    color: #a6cbda;
    background-color: #001728;
    border: 2px solid #001728;
}
.fluid-gradient{
    background: rgb(208,214,223);
    background: linear-gradient(0deg, rgba(208,214,223,1) 0%, rgba(255,255,255,0) 60%);
}
.call-action .bg-blue-ondas{
    border-radius: 25px;
}
.bg-news {
    padding-top: 345px;
    padding-bottom: 300px;
    background-color: #d1d6e1;
}
.cont-news{
    margin-top: -150px;
}
.bg-news .bg-top-news{
    position: absolute;
    width: 100%;
    height: 355px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/inicio/bg-news.svg) repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.card-news {
    overflow: hidden;
    border: none;
    box-shadow: 0 0 10px #1c46653d;
    border-radius: 25px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-news:hover {
    overflow: hidden;
    border: none;
    box-shadow: 0 0 25px #1c46653d;
    border-radius: 25px;
}
.card-news .left{
    width: 48px;
    left:  0;
    bottom: 0;
    height: 100%;
    position: absolute;
    background: url(../img/inicio/left.svg) no-repeat bottom center;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}
.card-news .right{
    width: 48px;
    right:  0;
    top: 0;
    height: 100%;
    position: absolute;
    background: url(../img/inicio/right.svg) no-repeat top center;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}
.card-news img{
    height: 180px;
    width: 100%;
    object-fit: cover;
}
.cont-trabajo{
    margin-top: -150px;
}
.exagonos-left-two {
    position: absolute;
    width: 350px;
    height: 425px;
    right: 0;
    top: -20%;
    z-index: 1;
    background: url(../img/inicio/exa-line-two.svg) repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.exagonos-left {
    position: absolute;
    width: 350px;
    height: 425px;
    left: 0;
    top: -20%;
    z-index: -1;
    background: url(../img/inicio/exa-line-two.svg) repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.logo-down{
    max-width: 250px;
}
.nosotras {
    max-width: 350px;
}
.banner-100 .bg-up{
    left: 0;
    right: 0;
    top: -1px;
    width: 100%;
    height: 280px;
    position: absolute;
    background: url(../img/inicio/bg-up.svg) repeat left bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-100 .bg-bottom{
    left: 0;
    right: 0;
    z-index: -1;
    bottom: -1px;
    width: 100%;
    height: 280px;
    position: absolute;
    background: url(../img/inicio/bg-bottom.svg) repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.exagonos-right{
    position: absolute;
    width: 35%;
    height: 100%;
    right: 0;
    z-index: -2;
    background: url(../img/inicio/exa-line.svg) repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-100 .exagonos-right{
    position: absolute;
    width: 35%;
    height: 100%;
    right: 0;
    z-index: -2;
    background: url(../img/inicio/exa-line.svg) repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cont-serv-dest{
	z-index: 1;
	margin-top: -150px;
}
.card-serv{
	background-color: #fff;
	height: 400px!important;
    border-radius: 25px;
    border: none;
    box-shadow: 0 0 20px #1194ac47;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-serv:hover{
    background-color: #9dcddd;
    height: 430px!important;
    margin-top: -15px!important;
    margin-bottom: -15px!important;
    border-radius: 25px;
    border: none;
    box-shadow: 0 0 20px #1194ac47;
}
.card-serv .cont-figure,
.card-sector .cont-figure{
	overflow: hidden;
	border-radius: 23px 23px 0 0;
	height: 250px;
	position: relative;

	 -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-serv .cont-figure .figuras,
.card-sector .cont-figure .figuras{
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 65px;
	position: absolute;

	background: url(../img/inicio/figuras-off.svg) repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.card-serv:hover .cont-figure .figuras,
.card-sector:hover .cont-figure .figuras{
	background: url(../img/inicio/figuras-on.svg) repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.card-serv .cont-figure .figura,
.card-sector .cont-figure .figura{
	left: 0;
	right: 0;
	margin: auto;
	width: 150px;
	height: 170px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);

    background: url(../img/inicio/hexagono-off.svg) repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-serv:hover .cont-figure .figura,
.card-sector:hover .cont-figure .figura{
	left: 0;
	right: 0;
	margin: auto;
	width: 160px;
	height: 182px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);

    background: url(../img/inicio/hexagono-on.svg) repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.card-serv .cont-figure .img-icono,
.card-sector .cont-figure .img-icono {
    left: 0;
    right: 0;
    margin: auto;
    width: 95px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.card-serv:hover .cont-figure .img-icono,
.card-sector:hover .cont-figure .img-icono {
    width: 105px;
}
.card-serv .texto-serv{
    color: #014668;
    overflow: hidden;
    font-size: .9rem;
    font-weight: 300;
    height: 47px;

     -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-serv:hover .texto-serv{
    margin-bottom: 50px;
}
.card-serv .btn-ser{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    display: block;
    background-color: #092c43;
    color: #fff;
    margin: auto;
    bottom: 15px;
    font-weight: 400;
    font-size: .8rem;
    padding-top: 12px;
    border-radius: 25px;
    height: 45px;
    width: 165px;

	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-serf-arrow{
    background-color: #092c43;
    color: #fff;
    margin: -5px auto 0 auto;
    padding-top: 10px;
    border-radius: 25px;
    height: 45px;
    width: 45px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-serf-arrow:hover{
    background-color: #98cddc;
    color: #092c43;
}
.card-serv .btn-serf-arrow{
	position: absolute;
    left: 0;
    right: 0;
    opacity: 1;
    display: block;
    background-color: #092c43;
    color: #fff;
    margin: -5px auto 0 auto;
    padding-top: 10px;
    border-radius: 25px;
    height: 45px;
    width: 45px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-serv:hover .btn-ser{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 1;
	display: block;
}
.card-serv:hover .btn-serf-arrow{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	display: block;
	border: 1px solid green;
}
.figuras-izq{
    left: 0;
    bottom: 15%;
    width: 282px;
    height: 450px;
    position: absolute;
    background: url(../img/inicio/bg-left.svg) repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#player-container{
    position: fixed;
    border-radius: 50%;
    /*border: 1px solid #1194ac;*/
    padding-top: 15px;
    top: 15px;
    right: 25px;
    width: 65px;
    height: 65px;
    /*background-color: #011725;*/
    /*background-color: var(--azul);*/
    background: linear-gradient(45deg, var(--azul),60%, var(--celeste2));
    transition: all .3s ease-in-out;

}
#player-container::after{
    transition: all .3s ease-in-out;
    content: 'Haz click aquí para reproducir una audio descripción';
    /*height: 50px;*/
    width: 200%;
    background-color: var(--celeste2);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 5px 8px;
    border-radius: 10px;
    display: block;
    margin-top: 1rem;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 60px;
    right: 0;
    font-style: italic;
    text-align: right;
    opacity: 0;
}
#player-container:hover::after{
    opacity: 1;
}
#player-container::focus .pause{
    border: inherit;
}
#play-pause {
    cursor: pointer;
    text-indent: -999999px;
    height: 35px;
    margin: auto;
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    z-index: 99999;
}
.play {
  	background-image: url(../img/inicio/play.svg);
}
.pause {
   	background-image: url(../img/inicio/pause.svg);
}
.onda,.onda-two{
	opacity: 0;
}
.pause .onda{
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    animation: 1.5s infinite cambio;
}
.pause .onda-two{
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    animation: 2s infinite cambio-two;
}

@keyframes cambio{
	0%{
	opacity: 1;
	left: 20px;
	top: 20px;
	width: 25px;
    height: 25px;
	background-color: #011725;
	}
	100% {
	opacity: 0;
	left: 0;
	top: 0;
	width: 65px;
    height: 65px;
	background-color: #011725;
	}
}
@keyframes cambio-two{
	0%{
	opacity: .5;
	left: 15px;
	top: 15px;
	width: 35px;
    height: 35px;
	background-color: #011725;
	}
	100% {
	opacity: 0;
	left: 0;
	top: 0;
	width: 65px;
    height: 65px;
	background-color: #011725;
	}
}

.accordion-button::after{
    display: none!important;
}
.accordion {
    overflow: hidden;
    border-radius: 25px!important;
}
.accordion-item{
    border: 1px solid rgb(54 54 54);
}
.accordion-button{
    background-color: #000;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
.accordion-button:hover{
    color: #f80402;
}
.precio-oferta{
    font-size: .8rem;
    font-weight: 400;
    color: #fff!important;
}
.btn-lo-quiero{
    background-color: #f80402;
    border: 2px solid #f80402;
    color: #ffffff!important;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 15px;
    padding: 13px 15px;
}
.btn-lo-quiero:hover{
    background-color: #000;
    border:  2px solid #fff;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 1rem!important;
    padding-left: 0;
}
.card-carrusel .bg-gris{
    position: absolute;
    /* border: 1px solid red; */
    border-radius: 0 0 25px 25px;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 220px!important;
    height: 215px;
}
.card-carrusel{ 
    border: inherit;
}
.card-carrusel .sandwich{
    max-width: 90%;
    margin: auto;
}
.card-carrusel .card-body{
    padding-top: 120px;
    margin-top: -120px;
    border-radius: 25px;
    background-color: #000;
}
.card-carrusel .card-footer{
    border-radius: 0 0 25px 25px;
    background-color: #000;
}
.btn-close {
    box-sizing: content-box;
    width: 40px!important;
    margin-top: -25px!important;
    margin-right: -25px!important;
    box-shadow: 0 0 13px #000000a6;
    height: 40px!important;
    color: #fff!important;
    padding: 0.25em 0.25em!important;
    border: 0!important;
    background: inherit!important;
    background-color: red!important;
    border-radius: 50%!important;
    opacity: 1!important;
}
.img-modal{
    position: absolute;
    left: -34px;
    max-width: 225px;
    bottom: -22px;
}
.img-modal-dos{
    position: absolute;
    max-width: 225px;
    right: -28px;
    bottom: -34px;
}
.bg-img{
    position: absolute;
    overflow: hidden;
    width: 65%;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    right: -5%;
}
.bg-img img{
    width: 100%;
    max-width: 800px;
}
.carousel-caption {
    right: 5%;
    left: 5%;
}
.cont-slide{

}
.img-slide{
    position: absolute;
    width: 60%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.img-slide img{
	max-width: 600px;
}
.btn-color-two{
    background-color: #000000!important;
    border: 2px solid #000000;
    color: #ffffff!important;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 15px;
    padding: 12px 35px;
    position: absolute;
    bottom: 0;
    max-width: 170px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
}
.carrro{
    background-color: #fff;
    position: relative;
    color: #f80402;
    font-size: 1.3rem;
    border-radius: 50%;
}
}
.img-social{
    width: 30px;
    border-radius: 50%;
}
.clip-path-uno{
    clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
}
.clip-path-dos{
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
}
.clip-path-tres{

}
.list-searsh {
    position: absolute;
    top: 45px;
    border-radius: 20px;
    background-color: rgb(0 171 126 / 44%);
    border: border;
}
.list-searsh #results{
    list-style: none;
    padding: 10px;
}
.list-searsh #results li a{
    color: #fff;
    font-size: .9rem;
    text-decoration: none;
    font-weight: 200;
}
.list-searsh #results li a:hover{
    color: #141b28;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 15px;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #04ac80;
    border-color: #04ac80;
}
.info-servicio {
    padding-top: 350px!important;
    background: rgb(31,40,57);
    background: linear-gradient(357deg, rgba(31,40,57,1) 17%, rgba(31,40,57,0) 65%);
    border: 2px solid #141a28;
    border-radius: 24px;
}
.cont-cat-serv{
        background-color: #21af85;
    border-radius: 20px;
    padding: 22px 18px
}
.bg-cli {
    background-color: #04ac80!important;
    clip-path: polygon(0 16%, 100% 0%, 100% 100%, 0% 84%);
    margin-bottom: -95px;
    margin-top: -50px;
}
.bg-sus{
    background-color: #04ac80!important;
    clip-path: polygon(0 0%, 100% 16%, 100% 84%, 0% 100%);
    margin-bottom: -38px;
}
.bg-oscuro{
	position: relative;
	overflow: hidden;
	background-color: #141a28;
}
.progress-bar {
    color: #41266b!important;
    background-color: #f1ca00!important;
}
.btn-float{
    position: absolute;
    left: 1rem;
    z-index: 2;
    top: 14rem;
}
.breadcrumb-item a {
    color: #6d3b9c!important;;
    text-decoration: underline!important;
}
.breadcrumb-item.active {
    color: #41266b!important;
}
.dash{
    border: 3px solid #f5f5f300!important;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dash:hover,
.dash-active{
    border: 3px solid #6d3b9c!important;
}
.btn-social i{
    color: #fff;
    font-size: 1.1rem;
}
.btn-social:hover i{
    color: #f80402;
}
.img-time{
    width: 100px!important;
    height: 100px;
    border-radius: 20px;
    box-shadow: 0px 3px 8px #6d3b9c4a;
    object-fit: cover;
    object-position: center;
}
.simply-countdown {
    overflow: hidden;
    display: table;
}
.simply-countdown > .simply-section {
     width: 90px;
    height: 90px;
    border-radius: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin: 7px;
    background: #fff;
    box-shadow: 0px 3px 8px #6d3b9c4a;
}
.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  text-align: center;
}
.cuadro-count{
    width: 90px;
    height: 90px;
    border-radius: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin: 7px;
    background: #fff;
    box-shadow: 0px 3px 8px #6d3b9c4a;
}
.simply-amount,
.numeros-reg{
    color: #41266b;
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 800;
}
.simply-word{
    color: #666;
    font-size: .95rem;
    font-weight: 300;
}
.bg-regresiva{
        border: none;
    border-radius: 25px;
    width: 100%;
    box-shadow: 0 8px 25px #6d3b9c52;
    z-index: 2;
    margin: -150px auto 0 auto;
}
.bg-app{
    padding-top: 150px;
    background: url(../img/inicio/bg-purple.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-app .ondas-top{
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    right: 0;
    top: 0;
     background: url("../img/inicio/bg-top.svg") repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-down {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
  	bottom: -1px;
    background: url(../img/inicio/bg-down.svg) repeat left bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-app .card{
    border: none;
    background-color: none;
    background-color: #f1ca00;
    border-radius: 25px;
}
.img-sus{
        margin-top: -25px;
    margin-bottom: -180px;
}
.bg-red{
    background-color: #e60128;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 1rem!important;
    padding-left: 0;
}
.owl-nav{
    position: absolute;
    z-index: -1;
    top: 35%;
    width: 100%;
}
.owl-nav .owl-prev{
    float: left;
    margin-left: -50px;
}
.owl-nav .owl-next{
    float: right;
    margin-right: -50px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next{
    font-size: 30px!important;
    color: #04ac80!important;
    opacity: .8;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover{
    opacity: 1;
}
.gradient-cat{
    position: absolute;
    height: 70%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 0 0 24px 24px;
    background: rgb(62,43,105);
    background: linear-gradient(2deg, rgba(62,43,105,0.9458158263305322) 7%, rgba(62,43,105,0) 93%);
}
.card-info-int{
    bottom: 10%;
    transform: translateY(-10%);
    position: absolute;
}
.card-cat{
    border-radius: 25px!important;
    border: 0px;
    height: 500px;
}
.casa-cat{
    width: 50%!important;
    position: absolute;
    bottom: -50px;
    right: 10px;
}
.card-prod{
    background-color: #000;
    border-radius: 25px!important;
    border: 0px;
}
.carousel {
    position: relative;
}
.bg-blue-ondas{
    position: absolute;
    background: url(../img/inicio/bg-slide.jpg) no-repeat center!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -3;
}
.banner-100{
    margin-top: -120px;
}
.container-banner-100{
    padding-top: 230px!important;
    padding-bottom: 230px!important;
}
.fondo{
	background: url(../img/inicio/bg-slide.jpg) no-repeat center!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    height: 100%;
    z-index: -2;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}
.carousel-item {
    position: relative;
    height: 85vh;
    min-height: 400px;
    max-height: 850px;
}
.carousel-item .info-slide{
    position: absolute;
    width: 45%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    font-size: 3rem;
    opacity: .5;
    transition: opacity .15s ease;
}
.bg-top {
    color: #ffffff;
    border-bottom: 1px solid #202021;
    background-color: #000000;
}
.wsp{
    color: #fff;
    background-color: #00e576;
    font-weight: 400;
    padding: .15rem .6rem!important;
    font-size: .7rem;
    border: 1px solid #00e576;
}
.img-opacidad{
    top: -1rem;
    left: -1rem;
    position: absolute;
    width: 100px;
}
.bg-withe .ico-prod{
    opacity: 0;
    background-color: rgb(0 0 0 / 0%);
    padding: 33%;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bg-withe:hover .ico-prod{
    opacity: 1;
    padding: 35%;
    background-color: rgb(0 0 0 / 10%);
}
.bg-withe,
.card-footer.bg-withe{
    padding: 1rem!important;
    border-top: 1px solid rgb(0 0 0 / 0%)!important;
    background-color: #300b58!important;
}
.bg-withe:hover .card-body,
.bg-withe:hover .card-footer.bg-withe{

}
.modal-content {
    border-radius: 2rem!important;
}
.gradient-slide{
    position: absolute;
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
}
.ico-wallet {
    border-radius: 26px;
    width: 60px;
    height: 60px;
    padding: 8px 0 5px 5px !important;
    text-align: center;
    border: 1px
 solid #6d3b9c;
    background-color: #6d3b9c!important;
}
.ico-wallet img{
    width: 40px!important;
}
.ico-cont{
    border-radius: 20px;
    width: 45px;
    height: 45px;
    padding-top: 12px;
    text-align: center;
    border: 1px solid #6d3b9c;
    background-color: #6d3b9c!important;
}
.ico-cont i{
    font-size: 1.2rem;
    color: #fff;
}
.coco{
    margin: -2rem auto -3.5rem auto;
}
.bg-hojas{
    background: url(../img/inicio/bg-hojas.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-blog{
    background-color: #e7aa20;
}
.bg-well{
    background-color: #f6f6f6;
}
.img-well{
    min-height: 300px;
}
.border-cuadro{
    border: 1px solid #fff;
    position: absolute;
    top: 5%;
    left: 2%;
    right: 2%;
    width: 96%;
    height: 90%;
}
.opacidad-slide{
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(2 152 145 / 25%);
}
.opacidad-banner{
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(2 152 145 / 45%);
}
.heart{
    width: 80px;
}
.logo-slide{
    width: 220px;
}
.cont-sociales{
    position: absolute;
    bottom: -1.35rem;
    z-index: 4;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
}
.cont-sociales .btn-social{
    color: #fff;
    padding-top: .6rem;
    border-radius: 50%;
    margin: 0 5px;
    width: 2.7rem;
    height: 2.7rem;
    text-align: center;
    background-color: #c8621e;
    font-size: 1.2rem;
}
.cont-sociales .btn-social:hover{
    background-color: #e5ab1d;
}
.cont-buscar{
    width: 500px;
}
.cont-buscar .form-buscar{
        height: 41px!important;
    padding: 5px 10px;
    font-size: .9rem!important;
    font-style: italic;
    font-weight: 300!important;
    line-height: 1.2;
    color: #000000!important;
    background-color: rgb(255 255 255)!important;
    border: 1px solid #cdcdcd!important;
}
.cont-buscar .form-buscar::placeholder{
    color: #9c9c9c;
    padding-left: 10px!important;
    box-shadow: 0 0 0 0.25rem rgb(229 171 29 / 0%);
}

.cont-buscar .form-buscar:focus {
    color: #000!important;
    padding-left: 10px!important;
    background-color: #fff!important;
    border-color: #d54d3e!important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(213 77 62 / 35%);
}
.cont-buscar .btn-buscar{
        display: inherit;
    background-color: #e60128;
    color: #fff;
    font-size: .8rem;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 30px;
}
.cont-buscar .btn-buscar .bi-shop{
    margin-right: .5rem;
}
.cont-buscar:hover .btn-buscar{
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
}
.btn-carro{
    padding: 5px;
    font-size: 1.2rem;
    line-height: 0;
    color: #20004b;
    background-color: #f1ca00;
    position: relative;
    border-radius: 50%;
}
.badge {
    position: absolute!important;
    top: -5px!important;
    width: 21px;
    height: 21px;
    font-style: initial;
    background-color: #000000;
    border-radius: 10px;
    padding: 4px 3px;
    font-weight: 400;
    font-size: .75rem;
}
.btn-carro:hover {
    color: #000;
}
#navbar {
    /*overflow: hidden;*/
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
#navbar #logo {
	max-width: 220px;
    transition: 0.4s;
    opacity: 1;
}
#navbar .navbar-nav .nav-item {
    padding: 0 0.75rem;
}
#navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: 300;
}
#navbar .navbar-nav .nav-item .nav-link:hover,
#navbar .navbar-nav .nav-item .active{
    color: #a7ccd9;
}
.gradient-news{
    height: 40%!important;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0);
    background: linear-gradient(0deg, rgb(0 0 0) 12%, rgb(32 0 75 / 0%) 75%);
}
.info-top-new{
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 15px;
    right: 15px;
    bottom: 0;
}
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .5!important;
    transform: scale(.75) translateY(-.5rem) translateX(.15rem)!important;
    color: var(--azul);
    font-weight: 400!important;
}
.top-social{
    color: #025ea3;
}
.top-social:hover{
    color: #2488fe;
}
.navbar {
    /* margin-top: 37px; */
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
    letter-spacing: .03rem;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fafb00;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
}
.quantity {
    position: relative;
}
input.error {
    border-color: #F44336!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
}
.alerta .alert {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 25px 15px;
    border: none;
    z-index: 9999;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}
.form-floating>label {
    position: absolute;
    top: -2px!important;
    /* left: 15px!important; */
    height: 100%;
    /* font-style: italic; */
    /*color: #98cddc!important;*/
    color: var(--celeste2);!important;
    font-weight: 300!important;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.form-control-sus:focus,
.form-control:focus {
    color: #000000!important;
    padding-left: 15px!important;
    background-color: #fff!important;
    border-color: #1c4665!important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem hsl(203deg 90% 16% / 39%);
}
.form-control{
    display: block;
    width: 100%;
    height: 48px!important;
    /*padding: 0.5rem!important;*/
    font-size: 1rem!important;
    font-weight: 300!important;
    line-height: 1.5;
    color: #666!important;
    background-color: #fff!important;
    background-clip: padding-box;
    /*border: 1px solid #98cddc!important;*/
    border: 1px solid var(--celeste2);!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-buscar{
    display: block;
    width: 100%;
    padding: 0 15px;
    font-style: italic;
    font-size: .8rem!important;
    font-weight: 300!important;
    line-height: 1.5;
    color: #ccc!important;
    background-color: #0f121e!important;
    background-clip: padding-box;
    border: 1px solid #10121e!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 25px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-buscar::placeholder{
	color: #04ac80;
}
.bg-yellow{
    background-color: #f9fc00;
}
.gradient-one,
.gradient-two,
.gradient-three{
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.gradient-one{
    background: rgb(0,0,0);
    background: linear-gradient(18deg, rgba(0,0,0,0.804359243697479) 6%, rgba(0,0,0,0) 46%);
}
.gradient-two{
    background: rgb(9,38,101);
    background: linear-gradient(18deg, rgba(9,38,101,0.9023984593837535) 6%, rgba(9,38,101,0) 46%);
}
.gradient-three{
    background: rgb(0,0,0);
    background: linear-gradient(18deg, rgba(0,0,0,0.804359243697479) 6%, rgba(0,0,0,0) 46%);
}
.cloud-one{
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 390px;
    height: 420px;
    background-image: url(../img/inicio/nube-uno.png);
}
.cloud-two{
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 390px;
    height: 420px;
    background-image: url(../img/inicio/nube-dos.png);
}
.cloud-three{
    background-image: url(../img/inicio/nube-tres.png);
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1320px;
    height: 382px;
}
.carousel-control-next{
    right: 0!important;
}
.carousel-control-prev {
    right: 50px!important;
}
.carousel-control-next:hover,
.carousel-control-prev:hover{
    opacity: 1!important;
}
.carousel-indicators .active{
    background-color: #98cddc!important;
    border: 1px solid #98cddc!important;
    opacity: 1!important;
}
.carousel-indicators {
    right: inherit;
    margin-left: 5%;
    bottom: 12rem;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px!important;
    height: 15px!important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff0;
    background-clip: padding-box;
    border-radius: 50%!important;
    border: 1px solid #98cddc;
    opacity: 1;
    transition: opacity .6s ease;
}
.btn-down{
    color: #fff;
    font-size: 2rem;
    border-radius: 50%;
    position: relative;
    animation: move 2s infinite;
}
@keyframes move{
    from {
        opacity: 1;
        top: 0px;
    }
    to {
        opacity: 0;
        top: 15px;
    }
}
.btn-inicia{
    background-color: #40266a!important;
    color: #fff!important;
    font-size: .8rem!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    border-radius: 14px!important;
    padding: 10px 25px!important;
}
.btn-inicia.active,
.btn-inicia:hover {
    background-color: #f1ca00!important;
    color: #40266a!important;
    font-size: .8rem;
    font-weight: 400;
    text-decoration: none!important;
}
.btn-color{
    background-color: #98cddc;
    border: 2px solid #98cddc;
    color: #012c42!important;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 25px;
    padding: 10px 35px;
}
.btn-color-black {
    background-color: #042941!important;
    border: 2px solid #ffffff;
    color: #ffffff!important;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 25px;
    padding: 10px 35px;
}
.btn-color-black:hover{
    background-color: #98cddc!important;
    border: 2px solid #98cddc;
    color: #032943!important;
    /* font-size: 1rem; */
}
.btn-buscar{
	background-color: #04ac80!important;
    border: 2px solid #21af85;
    color: #ffffff!important;
    font-size: .8rem;
    font-weight: 600;
    border-radius: 25px;
    padding: 8px 12px;
}
.btn-color-sus{
    background-color: #e60128!important;
    color: #fff!important;
    border: 1px solid #fff;
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 30px;
}
.btn-color-sus:hover{
    background-color: #000!important;
    border: 1px solid #000;
}
.btn-color-small {
    background-color: #98cddc!important;
    color: #052c43!important;
    /* border: 2px solid #04ac80; */
    font-size: .75rem;
    font-weight: 400;
    width: 125px;
    border-radius: 20px;
    padding: 8px 15px;
}
.btn-color-line{
    background-color: rgb(231 170 32 / 0%);
    color: #131a27;
    border: 2px solid #04ac80;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 30px;
}
.btn-color-line-two{
    background-color: rgb(231 170 32 / 0%);
    color: #fff;
    border: 2px solid #04ac80;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 30px;
}
.btn-color-line-two:hover{
    background-color: #04ac80;
    color: #fff;
    border: 2px solid #04ac80;
}
.btn-color-lines{
    background-color: rgb(231 170 32 / 0%);
    color: #fff;
    border: 1px solid #e60128;
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 30px;
}
.btn-color-line-black{
    background-color: rgb(231 170 32 / 0%);
    color: #000;
    font-size: .8rem;
    font-weight: 400;
    border: 1px solid #000;
    /* text-transform: uppercase; */
    border-radius: 25px;
    padding: 10px 30px;
}
.btn-color-line-black:hover,
.btn-color-line:hover,
.btn-color-lines:hover{
    color: #fff!important;
    background-color: #1e2739!important;
    border: 2px solid #1e2739!important;
}
.btn-color:hover,
.btn-color-small:hover{
    background-color: #011725!important;
    color: #fff!important;
}
.btn-blue{
    background-color: #2488fe;
    color: #fff;
    font-size: .8rem;
    border: 2px solid #2488fe;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 30px;
}
.btn-blue:hover{
    background-color: #fafb00;
    color: #2488fe;
    border: 2px solid #2488fe;
}
.cont-img-doble{
    position: relative;
}
.cont-img-doble .marca-agua{
    position: absolute;
    color: #025ea3;
    line-height: 6rem;
    top: -10px;
    right: 25px;
    opacity: .25;
    font-size: 8rem;
    font-weight: 800;
}
.cont-img-doble .img-gris{
    width: 70%;
    margin-left: 0;
    border: 8px solid #2488fe;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cont-img-doble .img-color{
    width: 45%;
    top: 15%;
    position: absolute;
    right: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cont-img-doble .cuadro{
    border: 12px solid #fafb00;
    width: 150px;
    position: absolute;
    top: 20%;
    right: 15px;
    height: 150px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cuadro-dos {
    border: 10px solid #fafb00;
    width: 120px;
    position: absolute;
    top: -70px;
    left: 2px;
    z-index: -1;
    height: 120px;
}
.cont-img-doble:hover .img-gris{
    margin-left: 5%;
}
.cont-img-doble:hover .img-color{
    width: 47%;
    top: 18%;
    right: 80px;
}
.cont-img-doble:hover .cuadro{
    width: 150px;
    right: 25px;
}
.quantity input {
    width: 50%!important;
    height: 50px;
    line-height: 1.65;
    float: left;
    font-weight: 300;
    display: block;
    padding: 0;
    margin: 0px 25px 0 0;
    border-radius: 15px;
    padding-left: 15px;
    border: 1px solid #eee;
}
.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 33px;
}
.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #f80402;
    width: 21px;
    /* height: 21px; */
    text-align: center;
    color: #ffffff;
    border-radius: 6px;
    background-color: #f80402;
    font-size: 16px;
    line-height: 1.2;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
   position: absolute;
    height: 21px;
    top: 2px;
    border: 1px solid #f80402;
}

.quantity-button.quantity-down {
   position: absolute;
    bottom: -15px;
    height: 21px;
}
/*CSS Icono Carro de Compras*/

/*CSS Icono Carro de Compras*/

.carousel-item {
    height: 85vh;
    min-height: 750px;
    max-height: 850px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-seccion{
    margin-top: 35px;
    height: 28vh;
    min-height: 280px;
    max-height: 280px;
}
.carousel-caption{
    bottom: inherit;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 45%;
    transform: translateY(-60%);
}

#mainNav {
    border: 0px!important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #f1f1f1!important;
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
}
#mainNav .navbar-toggler {
    font-size: 18px;
    right: 0;
    /*padding: 10px 15px;*/
    /*color: white;*/
    /*border: 0;*/
    /*background-color: #098b2a;*/
}
#mainNav .navbar-brand {
    padding: 0;
}
#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fec503;
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    color: #333;

}
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    /*color: #28a745;*/
    text-decoration: underline;
}
.ios{

    max-width: 130px;
}
.android{

    max-width: 155px;
}
.texto-blanco-small{
    color: #fff;
    font-size: .8rem;
    font-weight: 300;
    line-height: .95rem;
}
.titulo-blanco-small{
    color:  #fff;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 800;
}
.texto-cat {
    color: #f1ca00;
    font-size: 1.1rem;
    line-height: 1rem;
    font-style: italic;
    font-weight: 400;
}
.titulo-cat {
    color: #fff;
    font-size: 3.1rem;
    line-height: 3.1rem;
    font-weight: 700;
    text-shadow: 0px 1px 5px rgb(15 44 64 / 62%);
}
.titulo-slide {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 500;
    max-width: 450px;
    text-shadow: 0px 1px 5px rgb(0 0 0 / 19%);
    line-height: 3.6rem;
}
.titulo-slide-small{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    max-width: 450px;
    text-shadow: 0px 1px 5px rgb(0 0 0 / 19%);
    /* line-height: 3.6rem; */
}
.texto-slide {
    color: #fff;
    max-width: 450px;
    font-size: .95rem;
    font-weight: 300;
    text-shadow: 0 0 3px #0f141e4a;
}
.texto-slide-small {
    color: #fff;
    text-shadow: 0px 1px 5px rgb(15 44 64 / 62%);
    font-size: 1.2rem;
    font-style: italic;
    max-width: 350px;
    font-weight: 300;
}
.texto-blanco {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
}
.titulo-small-blanco{
    top: 1rem;
    color: #2f2f2f;
    position: absolute;
    padding: 0 1rem 0 2.4rem;
    border: 1px solid red;
    /* background-color: #fff; */
    font-size: 3rem;
    line-height: 3rem;
}
.titulo-heart{
    display: inline-block;
}
.top-titulo{
    color: #1194ac;
    font-size: .95rem;
    font-weight: 400;
}
.titulo {
    color: #032943;
    font-size: 2.6rem;
    /* text-transform: uppercase; */
    font-weight: 500;
    line-height: 2.8rem;
}
.card-sector{
    border: inherit;
    background-color: #fff0!important;
}
.subtitulo-blanco {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8rem;
}
.titulo-blanco{
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    line-height: 3.2rem;
}
.linea-titulo {
    width: 100%;
    top: 0;
    border-top: 1px solid #bbb7b7
}
.titulo-small{
    color: #2f2f2f;
    font-size: 1.3rem;
    line-height: 1.3rem;
}
.subtitulo {
    color: #05456a;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
}
.subtitulo-serv {
    color: #05456a;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    height: 61px;
}
.subtitulo-two {
    color: #000;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5rem;
}
.valor-ticket {
    color: #f1ca00;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4rem;
}
.Nombre-prod{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6rem;
}
.subtitulo-small {
    color: #1c4665;
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: 400;
}
.texto-news{
	color: #666;
    font-size: .85rem;
    font-weight: 300;
}
.subtitulo-blanco {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 500;
}
.date-autor{
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 3;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
}
.btn-news {
    text-transform: uppercase;
    color: #fff!important;
    background-color: #f80402;
    font-size: .75rem;
    border-radius: 15px;
    font-weight: 500;
    padding: 5px 20px;
}
.btn-news:hover{
	color: #fff!important;
    background-color: #000;
}
.btn-news-two {
    color: #fff!important;
    padding: 0 15px;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #04ac80;
    font-size: .85rem;
    font-weight: 500;
}
.btn-news-two:hover{
    background-color: #141a28;
}
.btn-news-tress {
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #141a28;
    font-size: .85rem;
    font-weight: 500;
}
.btn-news-tress:hover{
    color: #04ac80;
    background-color: #141a28;
}
.valor{
    color: #333;
    font-size: 1.5rem;
    font-weight: 400;
}
.texto-prod {
    color: #797979;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 400;
}
.texto {
    color: #1c4665;
    font-size: 1.1rem;
    font-weight: 400;
}
.texto-small{
    color: #1c4665;
    font-size: .75rem;
    font-weight: 300;
}
.texto-blue{
    color: #1a476a;
    font-size: 1rem;
    font-weight: 300;
}
.texto strong{
    font-weight: 600;
    color: #333;
}
.texto-big{
    color: #000;
    font-size: 1.3rem;
    font-weight: 200;
}
.texto-inicia{
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
}
.texto-inicia i{
    font-size: .8rem;
    color: #fff;
}
.texto-inicia .bi-person-fill,
.texto-inicia .bi-person-check-fill,
.texto-registro .bi-person-fill,
.texto-registro .bi-person-check-fill{
    font-size: .9rem!important;
    color: #fff;
}
.texto-registro {
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
}
.texto-registro:hover{
	color: #f80402;
}
.texto-underline{
    border-bottom: 1px dashed #ccc;
}
.card-sector h2{
    margin-top: -30px;
}
.card-sector .card-footer{
    background-color: transparent;
    border: none;
}
#opiniones .item figure{
    /*width: 100px;*/
    /*height: 100px;*/
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
#opiniones .item figure.img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#opiniones .item h6{
    color: var(--celeste2);
}
#opiniones .owl-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
}
#opiniones .owl-dots button{
    background-color: var(--celeste);
    height: 12px;
    width: 12px;
    margin: 3px;
    border-radius: 50%;
}
#opiniones .owl-dots button.active{
    background-color: var(--azul);
}
#opiniones .owl-stage{
    margin: auto;
}

.precio-oferta{
    font-size: 14px;
    text-decoration: line-through;
}

/*Custom Radios Color - Tallas*/
    .select-color{
        width: 40px;
        height: 40px;
        margin-right: .3rem;
        margin-bottom: .4rem;
    }
    .select-tallas{
        width: 45px;
        min-height: 32px;
        margin-right: .3rem;
        margin-bottom: .4rem;
    }

    /* Hide the browser's default radio button */
    .select-color input,
    .select-tallas input{
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .select-color .cont-color{
        position: absolute;
        top: 0;
        left: 0;
        height: 40px;
        width: 40px;
        padding: 4px;
        border:1px solid #e3e3e3;
        background-color: #fff;
    }
    .select-tallas .cont-talla{
        position: absolute;
        top: 0;
        left: 0;
        padding: 4px 0px;
        width: 45px;
        border: 1px solid #e3e3e3;
        font-size: 14px;
        background-color: #fff;
    }

    .select-color .cont-color .color{
        height: 100%;
        width: 100%;
    }

    /* On mouse-over */
    .select-color:hover input ~ label .cont-color,
    .select-tallas:hover input ~ .cont-talla{
        border-color: #80bdff;
        box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
        cursor: pointer;
    }

    /* Show the indicator when checked */
    .select-color input:checked ~ label .cont-color,
    .select-tallas input:checked ~ .cont-talla {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
    }

/*Fin Custom Radios Color - Tallas*/

.tabs-ganacoins .nav-item .nav-link{
    border-radius: 10px;
    color: #41266b;
    background-color: #f1f1f1;
}
.tabs-ganacoins .nav-item .nav-link.active{
    background-color: #6d3b9c;
    color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.linea-flujo{
    width:4px; 
    height: 100%;
    background-color: var(--celeste);
}
.etapa h3{
    /*border-left: 10px solid var(--celeste);*/
    /*padding-left: 1rem;*/
    color: var(--celeste2);
}
.etapa figure{
    background-color: var(--celeste);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    border: 4px solid var(--celeste);
    padding: 1rem;
}
.etapa span{
    font-size: 30px;
    font-weight: 500;
    color: var(--celeste);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.cards-trabajo .card{
    background-color: #fff;
/*    height: 400px!important;*/
    border-radius: 25px;
    border: none;
    box-shadow: 0 0 20px #1194ac47;
}
.cards-trabajo .card .cont-figure{
    overflow: hidden;
    border-radius: 23px 23px 0 0;
    height: 240px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cards-trabajo .card .cont-figure .figuras{
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 110px;
    position: absolute;
    background: url(../img/inicio/figuras-off.svg) repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cards-trabajo .card .cont-figure .figura{
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 170px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/inicio/hexagono-off.svg) repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cards-trabajo .card .cont-figure .img-icono{
    left: 0;
    right: 0;
    margin: auto;
    width: 95px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50% 50% 50% 0%;
    width: 55px;
    height: 55px;
    bottom: 15px;
    left: 15px;
    background-color: #00e576;
    padding: 5px 12px 8px 12px;
    animation: 1s infinite alternate shimmy;
}
.whatsapp i {
   position: absolute;
    font-size: 2rem;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, -5px)
    }
}
@media (max-width: 1399px) {
	.subtitulo-serv {
    color: #05456a;
    font-size: 1.4rem;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.4rem;
    height: 61px;
}
}
@media (max-width: 1199px) {
	.subtitulo-serv {
	    color: #05456a;
	    font-size: 1.4rem;
	    font-weight: 500;
	    line-height: 1.4rem;
	    height: 61px;
	}
}

@media screen and (max-width: 1024px) {
	.carousel-indicators {
	    bottom: 10rem;
	}
    .bg-sus {
        margin-bottom: -45px;
    }
    .carousel {
        position: relative;
    }
    .carousel-item .info-slide {
        position: absolute;
        width: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-60%);
    }
    .owl-nav{
        display: none!important;
    }
    .navbar-toggler {
	    padding: 0.3rem 0.5rem!important;
	    font-size: 1.25rem;
	    line-height: 1;
	    background-color: #9dcddd!important;
	    border: 1px solid #6291a7!important;
	    border-radius: 0.6rem!important;
	    transition: box-shadow .15s ease-in-out;
	}
    #navbar .navbar-nav .nav-item .nav-link {
        padding: 5px 0;
    }
    #player-container{
        position: fixed;
        border-radius: 50%;
        padding-top: 15px;
        top: initial;
        bottom: 15px!important;
        right: 15px;
        width: 65px;
        height: 65px;
        background-color: #011725;
    }
    #player-container::after{
        top: -85px;
    }
}
@media screen and (max-width: 992px){
    button.dropdown-toggle {
        background-color: inherit!important;
        margin-top: inherit!important; 
        border: 0!important;
        color: #fff;
        text-transform: uppercase;
        font-size: .85rem;
        font-weight: 300;
        margin-top: 16px!important;
    }
}

@media screen and (max-width: 991px){
	button.dropdown-toggle {
        background-color: inherit!important;
        margin-top: inherit!important; 
        border: 0!important;
        color: #fff;
        text-transform: uppercase;
        font-size: .85rem;
        font-weight: 300;
    }
    .carousel-inner{
        margin-top: 100px;
    }
    .carousel-indicators {
	    bottom: 6rem;
	}
	.cont-serv-dest {
	    margin-top: -80px;
	}
	.card-serv {
	    height: 350px!important;
	}
	.card-serv:hover {
	    height: 380px!important;
	}
	.card-serv:hover .cont-figure .figura,
    .card-sector:hover  .cont-figure .figura {
		width: 140px;
    	height: 160px;
	}
	.card-serv .cont-figure .figura,
    .card-sector .cont-figure .figura  {
	    width: 135px;
	    height: 155px;
    }
    .subtitulo-serv {
	    color: #05456a;
	    font-size: 1.2rem;
	    font-weight: 500;
	    line-height: 1.2rem;
	    height: 61px;
	}
	
	.bg-down {
	    height: 65%;
	}
	.img-slide img {
	    max-width: inherit;
	}
    .carousel-item .info-slide {
        position: absolute;
        width: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-60%);
    }
    .carousel-item {
	    /* margin-top: 35px; */
	    height: 55vh;
	    min-height: 400px;
	    max-height: 550px;
	    background: no-repeat center center scroll;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}
    .banner-seccion {
        margin-top: 120px;
        height: 20vh;
        min-height: 200px;
        max-height: 200px;
    }
    .btn-carro {
        margin-top: -10px;
    }
    #navbar{
        padding: 10px 0!important;
    }
    .navbar-brand {
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;
    }
    #navbar #logo{
	    opacity: 1!important;
        width: 200px;
	    /*width: 120px!important;*/
	    /* border-radius: 50%; */
	    /* box-shadow: 0 0 13px #3a3939; */
	}
    .cont-buscar{
        max-width: 300px;
        margin: auto;
    }
    .btn-color,.btn-color-black, .btn-linea, .btn-color-line-black {
	    font-size: .7rem;
	    padding: 5px 15px;
	}
    .btn-color-small{
        font-size: .8rem;
        padding: 5px 15px;
    }
    .cont-img-doble .cuadro {
        border: 8px solid #fafb00;
        width: 100px;
        position: absolute;
        top: 20%;
        right: 0;
        height: 100px;
    }
    .cont-img-doble .img-gris{
        width: 80%;
    }
    .cont-img-doble .img-color{
        width: 60%;
        top: 8%;
        position: absolute;
        right: 8%;
    }
    .titulo-slide,
    .titulo-blanco,
    .titulo{
        font-size: 2rem;
        line-height: 2rem;
    }
    .heart{
        width: 60px;
    }
    .titulo{
        font-size: 2rem;
        line-height: 2rem;
    }
    /*.navbar .navbar-brand img {
        width: 130px;
    }*/
    .cont-carro{
        right: 70px!important;
        top: 0;
    }
}
@media (max-width: 768px){
    footer .container-footer {
        padding-top: 65px;
    }
    footer .bg-top-footer {
        height: 120px;
    }
    .container-banner-100 {
        padding-top: 230px!important;
        padding-bottom: 130px!important;
    }
    .banner-100 .bg-bottom {
        height: 135px;
    }
    .cont-trabajo {
        margin-top: -50px;
    }
    .exagonos-left-two {
        top: -30%;
    }
    .exagonos-left {
        left: -50px;
        top: -30%;
    }
    .figuras-izq {
        left: 0;
        bottom: 13%;
        width: 220px;
        height: 350px;
    }
    .bg-cli {
        background-color: #04ac80!important;
        clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 94%);
        margin-bottom: -45px;
        margin-top: -50px;
    }
    .clip-path-uno {
        clip-path: polygon(0 0, 100% 4%, 100% 96%, 0% 100%);
    }
    .bg-sus {
        background-color: #04ac80!important;
        clip-path: polygon(0 0%, 100% 6%, 100% 94%, 0% 100%);
        margin-bottom: -30px;
    }
    .clip-path-dos{
        clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0% 100%);
    }
    .carousel-item{
        height: 100vh;
    }
    .simply-countdown > .simply-section {
        width: 80px;
        height: 80px;
    }
    .simply-amount,
    .numeros-reg {
        color: #41266b;
        font-size: 2.3rem;
        line-height: 2.3rem;
        font-weight: 800;
    }
    .card-cat {
        border-radius: 25px!important;
        border: 0px;
        height: 350px;
    }
    .titulo-cat {
        color: #fff;
        font-size: 2.5rem;
        line-height: 2.5rem;
        font-weight: 700;
        text-shadow: 0px 1px 5px rgb(15 44 64 / 62%);
    }
    .texto-cat {
        color: #f1ca00;
        font-size: 1rem;
        line-height: 1rem;
        font-style: italic;
        font-weight: 400;
    }
}
@media (max-width: 767px){
    .exagonos-left-two {
        right: 5%;
        top: -10%;
    }
    .exagonos-left {
        left: 5%;
        top: -10%;
    }
	.cont-serv-dest {
	    margin-top: 0;
	}
	.img-slide img {
        max-width: 355px;
    }
    .carousel-indicators {
	    bottom: 0;
	}
	.carousel-indicators [data-bs-target] {
	    width: 10px!important;
	    height: 10px!important;
	}
    .card-cat {
        border-radius: 25px!important;
        border: 0px;
        height: 260px;
    }
    .titulo-cat {
        color: #fff;
        font-size: 1.8rem;
        line-height: 1.8rem;
        font-weight: 700;
        text-shadow: 0px 1px 5px rgb(15 44 64 / 62%);
    }
    .texto-cat {
        color: #f1ca00;
        font-size: .7rem;
        line-height: .6rem;
        font-style: italic;
        font-weight: 400;
    }
    .bg-regresiva {
        border: none;
        border-radius: 25px;
        width: 100%;
        box-shadow: 0 8px 25px #6d3b9c52;
        z-index: 2;
        margin: -30px auto 0 auto;
    }
    .simply-countdown {
        overflow: hidden;
        margin: 0!important;
        display: table;
    }
    .simply-countdown > .simply-section {
        width: 65px;
        height: 65px;
    }
    .cuadro-count{
        width: 65px;
        height: 65px;
    }
    .bg-img {
        position: absolute;
        overflow: hidden;
        width: 110%;
        top: 0%;
        right: -14%;
    }
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }
    .carousel-caption {
        right: 10%;
        left: 10%;
    }
    .cont-slide {
        position: absolute;
        width: 100%;
        left: -13%;
        top: 100%;
        transform: translateY(-100%);
    }
    .carousel-item .img-slide {
        position: absolute;
        width: 100%;
        right: -13%;
        top: 100%;
        transform: translateY(0%);
    }
    
    .banner-seccion {
        height: 20vh;
        min-height: 200px;
        max-height: 200px;
    }
    .menu-iniciar{
        float: inherit;
    }
}
@media screen and (max-width: 576px){
    .etapa span{
        position: relative;
        top: inherit;
        left: inherit;
    }
}




