﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'WorkSans';
    src: url('../fonts/WorkSans.ttf');
}
body {
    font-family: 'WorkSans';
}
.menu5 li {
    display: block;
    height: 100%;
    margin-right: 30px;
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: flex-end;
    color: #006068;
    text-transform: uppercase;
    transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
    .menu5 li:after,
    .menu5 li:before {
        content: "";
        position: absolute;
        width: 0%;
        display: block;
        height: 6px;
        transition: all 0.3s ease;
        margin-top: 0px;
        transition: all 300ms ease-in;
    }

    .menu5 li:after {
        bottom: 25%;
        left: 0;
    }

    .menu5 li:before {
        top: 25%;
        right: 0;
    }

    .menu5 li:hover::after {
        width: 100%;
        height: 2px;
        bottom: 25%;
        background-color: #006068;
    }

    .menu5 li:hover::before {
        width: 100%;
        height: 2px;
        top: 25%;
        background-color: #f5a800;
    }
    .nav-item a{
        color:#006068 !important;
    }
    .t-g {
        color: #006068 !important;
    }
    .b-y {
        background-color:#f5a800;
    }
.b-y2 {
    background-color: #f5a800a8;
}
    .b-g{
        background-color:#006068;
    }
    .ml-30{
        margin-left:30px;
    }
    .bg-index{
        background-image:url('../img/bg-index.png');
        background-size:cover;
        background-repeat:no-repeat;
    }
    .bg-footer {
        background-image: url('../img/bg-footer.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .bg-about {
        background-image: url('../img/bg-about.png');
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .bg-services {
        background-image: url('../img/bg-services.png');
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .bg-contact {
        background-image: url('../img/bg-contact.png');
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .bg-contactanos {
        background-image: url('../img/bg-contactanos.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .t-f {
        font-size: 15px;
    }
    .pl-10{
        padding-left:10px;
    }
.plr-0 {
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #ffffff;
    background-color: #fff0;
    background-clip: padding-box;
}
::placeholder{
    color:#fff !important;
    font-weight:bold;
}
.zoom {
    transition: transform .2s; /* Animation */
    width: 350px;
    margin: 0 auto;
}

    .zoom:hover {
        transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }
.box:hover {
    border-bottom-left-radius: 60px;
    animation-name: example;
    animation-duration: 0.25s;
    border-left: 60px solid white ;
}
.pdtb10{
    padding-top:9%;
    padding-bottom:8%;
}
@media (max-width: 575px) {
    .pdtb10 {
        padding-top: 2%;
        padding-bottom: 2%;
    }


}
@media (min-width: 200px) and (max-width: 760px) {
    .pl-1 {
        width:20% !important;
    }
}
