@font-face {
    font-family: 'freepy';
    src: url(../fonts/freelancers/freepy.ttf);
    font-style: normal;
    font-weight: 300;
	font-size: 20px;
}

.titulosFreepy {
    font-family: 'freepy';
}

.logo-light {
    width: 250px;
}

.logo-dark {
    width: 250px;
}

.offcanvas-header {
    padding: 1rem 2rem 1rem 0rem;
}

.projects-tiles .project-details {
    padding: 0rem;
    padding-bottom: 1rem;
}

.grecaptcha-badge {
    visibility: hidden;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.botonWhat {
    position: fixed;
    top: auto;
    bottom: 85px;
    right: 29px;
    z-index: 99999;
}

.avisoAyuda {
    margin-right: 5px;
    color: #FFF !important;
    font: 400 15px "Source Sans Pro", sans-serif !important;
    line-height: normal;
    background: #0091d2;
    padding: 10px 5px;
    border-radius: 10px;
    width: 170px !important;
    display: inline-block;
    text-align: center;
    line-height: 15px !important;
}

.btn-whatsapp {
    color: white;
    background-color: #4CAF50 !important;
    box-shadow: none !important;
    border-radius: 200px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    float: right;
}

.posicionwhat {
    margin-top: 8.2px;
    margin-left: 1px;
    font-size: 2.1em;
}

.animacionLista {
    animation-duration: 1s;
    visibility: visible;
}

.letraTitulo {
    font-size: 25px;
}

.hostingletra {
    font-size: 15px;
}

.hostingAcquirir {
    font-size: 19px;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.bloqueo_compu {
	display: none;
}
.blanco {
    padding-bottom: 1rem !important;
}
.lift {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translateY(0);
    transition: all 0.3s ease;
}
.owl-carousel .owl-nav button.owl-prev {
    color: #ffffff;
    background-color: #30ae3c;
}
.owl-carousel .owl-nav button.owl-next {
	color: #ffffff;
    background-color: #30ae3c;
    left: auto;
    right: 1rem;
}
.lg-actions .lg-prev {
    background: rgb(51 176 56);
}
.lg-actions .lg-next {
    background: rgb(51 176 56);
}
.lg-actions .lg-prev:hover, .lg-actions .lg-prev:hover {
    background: rgb(54 172 65 / 50%);
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    background: rgba(54 172 65 / 50%);
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    background: rgb(48 174 60 / 50%);
}
.text-green .svg-fill {
    fill: #30ae3c;
}
.btn-outline-success {
    color: #30ae3c;
    border-color: #30ae3c;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #30ae3c;
    border-color: #30ae3c;
	text: white;
}
.bg-green {
    background-color: #30ae3c45 !important;
}
.text-verde {
    color: #30ae3c !important;
}
  .enviar_img {
    width: 40%;
    max-width: 100%;
    height: auto !important;
}




@media (max-width: 700px) {
    .logo-light {
        width: 220px;
    }

    .logo-dark {
        width: 220px;
    }

    .avisoAyuda {
        display: none;
    }

    .botonWhat {
        position: fixed;
        top: auto;
        bottom: 15px;
        right: 18px;
        z-index: 99999;
    }

    .letraTitulo {
        font-size: 20px;
    }

    .centro {
        text-align: center;
    }
	.nomuestra {
	    display: none;
	}
	.letra {
        font-size: 20px;
    }
	.bloqueo_movil {
		display: none;
	}
	.zoom>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: inherit;
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    }
    .wrapper.angled {
        /* position: relative; */
        border: 0;
    }

.offcanvas-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -15rem;
    width: 15rem;
    padding-right: 0;
    padding-left: 1.5rem;
    padding-bottom: 0.5rem;
    overflow-y: auto;
    visibility: hidden;
    background: #30ae3c;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: left, visibility;
    transition: left 0.3s ease-in-out, visibility 0.3s ease-in-out;
    align-items: start;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    z-index: 1041;
}
.enviar_img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}
}

@media (max-width: 1400px) {
  
    .g-xl-12, .gx-xl-12 {
    --bs-gutter-x: 1.5rem!important;
}
    .letraTitulo {
        font-size: 20px;
    }
	.wrapper.bg-light.angled.lower-end:after, .wrapper.bg-light.angled.upper-end:before {
    border-right-color: #fefefe;
}
}