@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Normal;
    src: url(css/n.ttf);
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Normal;
    font-size: 1rem;
    color: #666;
    --bgcolor: #206252;
    --menu-bg: #30BFBF;
    --menu-fc: #404343;
    --myDMVbg: #fefffd;
    --btWidth: 120px;
    background-color: #319c9c;
    scrollbar-width: auto;
}

::-webkit-scrollbar {
    width: none;
}

a:link {
    text-decoration: none;
    color: var(--menu-fc);
}

a:hover {
    text-decoration: none;
    font-weight: bold;
}

img {
    text-decoration: none;
    border: none;
    outline: none;
    color: white;
}

.top {
    display: flex;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
    /* width: 100%; */
    height: 6vh;
    background-color: white;
    color: var(--bgcolor);
    font-size: .7rem;
}

.menuBrand {
    width: 100%;
    /* height: 75px; */
    background: var(--bgcolor);
    /* z-index: 1; */
    display: flex;
    /* flex-direction: row; */
    justify-content: space-around;
    padding-left: 3rem;
    padding-right: 3rem;
}

.menuBrandTop {
    display: flex;
    height: 10vh;
    background: var(--bgcolor);
    align-items: center;
    justify-content: space-between;
    color: white;
    padding-left: 3rem;
    padding-right: 3rem;
}

.searchTop {
    display: flex;
    align-items: center;
}

.inputSite {
    width: 15rem;
    height: 1.8rem;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1.1rem;
    border: none;
    border-radius: 3px 0px 0px 3px;
}

.menuBrandDown {
    /* position: fixed; */
    display: flex;
    width: 100%;
    height: 6vh;
    background: var(--bgcolor);
    align-content: center;
    justify-content: center;
    color: white
}

.menuTag {
    cursor: pointer;
}

.subMenu {
    position: absolute;
    /* padding: 1rem; */
    display: flex;
    flex-direction: column;
    gap: .6rem;
    background-color: var(--bgcolor);
    color: white;
    z-index: 2;
    border-radius: 0px 0px 4px 4px;
}

.subMenu a {
    color: white
}

.bigPicture {
    display: grid;
    height: 55vh;
    background-image: url(img/backPicture.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* filter: blur(3px);
  -webkit-filter: blur(3px); */
}

.ready2serve {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /* background-color: var(--bgcolor); */
    background-color: rgba(20, 62, 52, 0.6);
    /* Black w/opacity/see-through */
    color: white;
    /* font-weight: bold; */
    /* border: 3px solid #f1f1f1; */
    position: relative;
    top: 15%;
    left: 5vw;
    z-index: 1;
    width: 25vw;
    height: 30vh;
    padding: 2rem;
    /* text-align: center; */
    border-radius: 9px;
}
.popular{ display: flex; background-color: var(--myDMVbg);}
.popularServices{
    width: 15vw;
    height: 15vh;
    background-color: var(--bgcolor);
    color:white;
    font-size: 2rem;
    align-content: center;
    text-align: center;
}
.esquina{
    width: 0;
    height: 0;
    /* background-color: var(--bgcolor); */
    border-top: 7.5vh solid transparent;
    border-bottom: 7.5vh solid transparent;
    border-left: 5vh solid var(--bgcolor);
}
.pageContainer {
    position: fixed;
    width: 100%;
    top: 76px;
    bottom: 31px;
    z-index: 0;
    /* overflow-y: auto; */
}


.bloque1 {
    /*	position:fixed;
	top:0px;*/
    padding-top: 6px;
    height: 30px;
    width: 100%;
    background-color: #206252;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #E1E1E1;
}

.bloque2 {
    /*	position:fixed;
	top:40px;*/
    padding-top: 6px;
    height: 80px;
    width: 100%;
    background-color: #30BFBF;
    text-align: center;
    font-size: 15px;
    color: #404343;

}

.menu {
    color: #404343;
    cursor: pointer;
}

.menu:hover {
    font-weight: bold;
    color: rgb(60, 100, 60);
}

.bloque3 {
    /*	position:relative;
	top:130px;*/
    height: 60%;
}

.bloque4 {
    height: calc(25vh);
    background-color: #30bfbf;
    color: white;
    padding-top: 25px;
}

#container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

a img {
    border: none;
}

.arriba {
    position: fixed;
    top: 0px;
    padding-top: 6px;
    height: 120px;
    width: 100%;
    color: azure;
    text-align: center;
    font-size: .7em;
    background-color: rgba(2, 3, 2, 0.64);
    z-index: 10;
}

.pie {
    position: fixed;
    width: 100%;
    height: 30px;
    bottom: 0px;
    /*background-color:var(--bgcolor) ;*/
    color: white;
    font-size: 10px;
    align-content: center;
    text-align: center;
    background: linear-gradient(0deg, #206252 0%, #30BFBF 100%);
}

.pie a {
    color: white;
}

.final {
    font-size: .7em;
    background-color: rgba(2, 3, 2, 0.671);
}


.menuBrandLeft {
    /* position: absolute; */
    top: 0%;
    width: 30%;
    left: 10%;
    padding-top: 3px;
    color: var(--menu-fc);
    display: flex;
    flex-direction: flex-start;
}

.logoImagen {
    width: 55px;
}

.logoCartel {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* @media(max-width:1260px) {
    .logoCartel {
        display: none;
    }

    .menuBrandLeft {
        width: 12%;
    }

    .menuBrandRight {
        left: 15%;
    }
} */

.menuBrandRight {
    /* position: absolute; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0%;
    left: 30%;
    /* right: 0px;; */
}


ul {
    list-style: none;
    background: var(--bgcolor);
}

ul li {
    display: inline-block;
    position: relative;
    padding-top: 12px;
}

ul li a {
    display: block;
    padding: 5px 10px;
    text-align: center;
}

ul li ul.dropdown {
    width: 450px;
    height: 40vh;
    position: absolute;
    padding: 0px;
    overflow-y: auto;
    justify-items: left;
    border-radius: 0px 0px 5px 5px;
    font-size: 14px;
    display: none;
}

ul li ul.dropdown li {
    display: flex;
    text-align: left;
    padding-top: 3px;
}

ul li:hover ul.dropdown {
    display: block;
}