body {
    font-family: Roboto, sans-serif;
}
.w-100px {
    width: 100px;
}
.w-150 {
     width: 150px;
 }
img.w-60px {
    width: 60px;
}
.custom-content {
    width: 450px;
}
.custom-position {
    position: relative;
    top: -1.2rem;
}
.scroll-to-top {
    z-index: 1042;
    right: 1rem;
    bottom: 1rem;
    display: none;
}
.scroll-to-top a {
    width: 3.599rem;
    height: 3.599rem;
    background-color: rgba(58, 165, 74, 0.7);
    border: #FFFFFF solid 1px;
    line-height: 3.5rem;
}
.font-weight-bolder {
    font-weight: 900;
}
.bg-lightgreen {
    background-color: #3aa54a;
}
.rgba-lightgreen {
    background-color:  rgba(58, 165, 74, 0.7);
}
.bg-lightgray {
    background: rgba(0, 0, 0, 0.1);
}
a.white-text:hover {
    text-decoration: underline;
}
.text-lightgreen {
    color: #3aa54a;
}
.text-black-70 {
    color: rgba(0, 0, 0, 0.7);
}
.text-white-70 {
    color: rgba(255, 255, 255, 0.7);
}
.font-small {
    font-size: 0.8rem;
}
.bg-container {
     background-position: center;
     background-repeat: no-repeat;
     background-attachment: scroll;
     background-size: cover;
     height: auto;
}
header#inicio {
    background-image: url("../assets/img/banner/inicio.png");
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.nav.nav-tabs div, .hover {
    opacity: 0.7;
}
.nav.nav-tabs div.active, .hover:hover {
    opacity: 1;
}
#mainNav .navbar-nav .nav-item .nav-link {
    color: #FFFFFF;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #3aa54a;
}
.navbar {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    text-decoration: underline;
}
.navbar.navbar-light .navbar-toggler-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
 }
.navbar-toggler-icon {
     display: inline-block;
     width: 1.5em;
     height: 1.5em;
     vertical-align: middle;
     background-repeat: no-repeat;
     background-position: center;
     background-size: 100%;
 }
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}
.photo-frames .frame.middle {
    display: none;
    width: 196px;
    height: 320px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .5;
    z-index: 10;
    border: 5px solid #e9eaec;
}
.form-floating {
    position: relative;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control {
    padding: 1rem 0.75rem;
}
.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control, .form-control.active, .form-control:hover, .form-control:focus, input#name.form-control, input#email.form-control, input#subject.form-control, input#phone.form-control {
    background: transparent !important;
    color: #FFFFFF !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #FFFFFF !important;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    color: #FFFFFF;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
label {
    display: inline-block;
}
.form-label {
    margin-left: 15px;
}
.mr-15px {
    margin-right: 15px;
}
.moveDown1:hover img {
    transform: translate(0, 160px);
}
.moveDown2:hover img {
    transform: translate(0, 160px);
}
img.custom-img {
    width: 100%;
    z-index: 1;
    position: relative;
    left: 0;
    top: 0;
}
#servicios h2 {
    margin-left: 15px;
}
@media (min-width: 751px) {
    #servicios h2 {
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    img.custom-img {
        width: 400px;
        z-index: 1;
        position: relative;
        left: 80px;
        top: 40px;
    }
    .bg-container {
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        height: 400px;
    }
    label.mr-15 {
        margin-left: 0;
    }
}
@media (min-width: 850px) {
    img.custom-img {
        width: 425px;
        z-index: 1;
        position: relative;
        left: 80px;
        top: 40px;
    }
}
@media (min-width: 992px) {
    img.custom-img {
        width: 450px;
        z-index: 1;
        position: relative;
        left: 80px;
        top: 40px;
    }
}
@media (min-width: 1200px) {
    img.custom-img {
        width: 550px;
        z-index: 1;
        position: relative;
        left: 100px;
        top: 40px;
    }
}
@media (min-width: 1450px) {
    img.custom-img {
        z-index: 1;
        position: relative;
        left: 100px;
        top: 40px;
    }
}
