﻿@font-face {
    font-family: 'VolkswagenBlack';
    src: url('../../../assets/fonts/Volkswagen Serial Black.otf');
}
@font-face {
    font-family: 'VolkswagenBold';
    src: url('../../../assets/fonts/Volkswagen Serial Bold.otf');
}
@font-face {
    font-family: 'VolkswagenExtraBold';
    src: url('../../../assets/fonts/Volkswagen Serial ExtraBold.otf');
}
@font-face {
	font-family: 'VolkswagenSerial';
    src: url('../../../assets/fonts/Volkswagen Serial.otf');
}
@font-face {
	font-family: 'VolkswagenSerialItalic';
    src: url('../../../assets/fonts/Volkswagen Serial Italic.otf');
}

* {
	margin: 0;
    padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.logo {
	width: 150px;
	height: 40px;
	background: url('../img/logoalcaldia.svg') no-repeat;
	background-size: 150px 40px;
	display: inline-block;
	vertical-align: top;
    margin: -10px;
}

h1, h2, h3 {
    font-family: "VolkswagenBlack";
    text-decoration: none;
}

p {
    font-family: 'VolkswagenSerial';
    text-decoration: none;
}

a {
    color: #ffffff;
    text-decoration: none;
}

#rowsmenu {
    width: 100vw;
    height: fit-content;
}

#rowscreen {
    width: 100%;
    background-color: #fff;
}

#rowpag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    margin-bottom: 2rem;
}

#imgtitulo {
    margin-top: 3.8rem;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

#rowbanner {
    width: 100%;
    height: fit-content;
    margin-top: 3.7rem;
    padding: 0;
    /* opacity: 0.5; */
}

#rowcont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    width: 100%;
    margin-bottom: 2rem;
}

#rowcont > div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    img {
        width: 100%;
        height: 90%;
        margin-bottom: 1rem;
    }
    p {
        font-size: 1.5rem;
        text-align: justify;
    }
}

#categorias {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

#modpresencial, #modvirtual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 200px;
    height: 200px;
    background-color: #00000010;
    color: #00AA00;
    border: 1px;
	border-radius: 50%;
	border-color: #989898;
	border-style: solid;
	box-shadow: 1px 1px 1px #666666;
    margin-left: 50px;
    margin-right: 50px;
}

#modvirtual:hover, #modpresencial:hover {
    cursor: pointer;
    background-color: #00AA0050;
}
#modvirtual:focus, #modpresencial:focus {
    cursor: pointer;
}

.imgfull {
	max-width: 100%;
}

.imgmid {
	max-width: 50%;
}

.imgsmall {
	max-width: 25%;
}

.img-small {
	width: 25%;
	height: auto;
    opacity: 0.3;
}

#subtitulo {
    background: #00AA0050;
    width: 50%;
    text-align: center;
    color: #ff0000;
    margin: 2rem auto;
	border-bottom: 1px solid;
    padding-bottom: 2px;
    letter-spacing: 4px;
    text-shadow: /*0 0 15px #00ff00,
    0 0 30px #ffffff;*/
    0px -2px 0px #ffffff, /*Arriba*/
    0px 2px 0px #000000, /*Abajo*/
    -2px 0px 0px #ffffff, /*Izquierda*/
    2px 0px 0px #000000, /*Derecha*/
    -2px 2px 0px #ffffff, /*Izquierda-Abajo*/
    2px 2px 0px #000000, /*Derecha-Abajo*/
    -2px -2px 0px #ffffff, /*Izquierda-Arriba*/
    2px -2px 0px #ffffff, /*Derecha-Arriba*/
    8px 8px 30px #ffffff;
}

#infotitulo {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: fit-content;
    background-color: #00AA00;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    letter-spacing: 4px;
    text-shadow: /*0 0 15px #00ff00,
    0 0 30px #ffffff;*/
    0px -2px 0px #ffce01, /*Arriba*/
    0px 2px 0px #000000, /*Abajo*/
    -2px 0px 0px #ffce01, /*Izquierda*/
    2px 0px 0px #000000, /*Derecha*/
    -2px 2px 0px #ffce01, /*Izquierda-Abajo*/
    2px 2px 0px #000000, /*Derecha-Abajo*/
    -2px -2px 0px #ffce01, /*Izquierda-Arriba*/
    2px -2px 0px #ffce01, /*Derecha-Arriba*/
    2px 2px 20px #ffce01;
}

.sticky {
    position: fixed !important;
    top: 3.8rem;
    z-index: 2;
}

#copyright {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: fit-content;
    background-color: #00AA00;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 2px;
    padding: 0;
    p {
        font-family: "VolkswagenBold";
        a {
            text-decoration: none;
        }
    }
}

.stickyBottom {
    position: fixed !important;
    bottom: 0;
    z-index: 2;
}

/* -- OFERTAS -- */

.rowoption {
    background: #e9e9e9;
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-flex;
}

.columnoptionl {
    float: left;
    width: 60%;
	height: auto;
    text-align: center;
}

.columnoptionr {
    float: left;
    width: 100%;
	height: auto;
    text-align: center;
}

.fimgfull {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /*
    -webkit-filter: blur(2px);
    filter: blur(2px);
    */
}

.titulopcion {
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #00AA00;
    width: 100%;
	height: 100%;
    border: 1px;
	border-radius: 0;
	border-color: black;
	border-style: solid;
    margin-left: 5%;
    position: relative;
}

.titulopcion:hover, #titulopcionvirtual:hover, #titulopcionpresencial:hover {
    background: #00AA0050;
    background-size: cover;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.titulopcion h2 {
    font-size: 60px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.itemoption {
    background: #ffffff;
    width: 30%;
    height: auto;
    
    border: 1px;
	border-radius: 0;
	border-color: black;
	border-style: solid;
    
    overflow: hidden;
    position: relative;
    display: inline-grid;
}

.itemoption img {
    width: 100%;
    display: block;
}

.optinfo {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0px;
}

.itemoption:hover .optinfo {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.optinfo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 30px;
    left: 0;
    background: #00AA0050;
    opacity: 0;
    visibility: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.optinfo .inside {
    position: absolute;
    width: 100%;
    padding: 30px;
}

.optinfo h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.optinfo h3 a {
    color: #000000;
    text-decoration: none;
}

.optinfo p {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}