/*----====== UTIL ======---- */
.boton {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 5px;
    background-color: #0a2d3d;
    color: white;
}
/*-------------============= HEADER =============-----------*/
body {
    margin: 0;
    background-color: #f9f5ee;
    max-width: 1000px;
    margin: auto
}
main {
    /*height: 83vh;*/
    /*overflow-y: scroll;*/
}
#myDiv {
    height: 100%;
}
div > img {
    border: 1px solid white;
}
header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-menu-logo {
    position: relative;
}
#header-menu-boton {
    color: black;
    display: inline-block;
    font-size: 25px;
}
#header-menu-boton a{
    color: black;
}

.ig-menu {
    height: 6vh;
    display: flex;
    justify-content: space-around;
}

.ig-menu a {
    color: #333;
    font-size: 25px;
    display: inline-block;
    margin: 10px;
}

/* ==== SWIPER ==== */
.swiper-pagination-bullet {
    background-color: #0a2d3d;
    border: 2px solid white;
    opacity: 0.3;
}
.swiper-pagination-bullet-active {
    background-color: white;
    border: 2px solid #0a2d3d;
    opacity: 1;
}

/* ==== PRODUCTO ==== */
.producto-imagen {
    width: 100%;
    position: relative;
}
.producto-imagen img {
    display: block;
    width: 100%;
    border: 0;
}

.producto-cinta {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    background-color: #0a2d3d;
    color: white;
}
.producto-cinta-niveles {
    cursor: pointer;
}
.producto-cinta-nivel {
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    vertical-align: top;
}
.producto-cinta-titulo {
    font-weight: bold;
}
.producto-cinta-nivel-toggle-boton {
    height: 30px;
    margin: 10px 0 0 0;
}
.producto-cinta-nivel-toggle-boton .fa-chevron-down {
    display: inline-block;
}
.producto-cinta-nivel-toggle-boton .fa-chevron-up {
    display: none;
}
.producto-cinta-nivel-toggle-boton.desplegado .fa-chevron-down {
    display: none;
}
.producto-cinta-nivel-toggle-boton.desplegado .fa-chevron-up {
    display: inline-block;
}
.producto-cinta-acciones {
    display: flex;
    align-items: center;
    flex-flow: column;
}
.producto-cinta-accion:not(:first-child){
	margin-top: 10px;
}
.producto-cinta-accion a,
.producto-cinta-accion button {
	display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 5px;
    background-color: #0a2d3d;
    color: white;
	-webkit-appearance: none;
}
.producto-cinta-accion button{
	font-size: inherit;
	line-height: 22px;
}
.producto-nombre {
    position: absolute;
    top: 0;
    text-align: center;
    padding: 5px 15px;
    background-color: #f9f5ee;
    z-index: 3;
}

.producto-comparativa {
    display: none;
    padding: 20px;
}
.producto-comparativa.desplegado {
    display: block;
}

.producto-descripcion {
    padding: 20px;
    text-align: justify;
}

.nivel {
    margin: 10px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 30%);
    border-radius: 5px;
}
.nivel-nombre {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    background-color: #0a2d3d;
    color: white;
    font-weight: bold;
}

.elementos {
    padding-bottom: 10px;
}

/* ==== MENÚ FOOTER ==== */
#menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    height: 50px;
}

/*----------- WEBFORM ---------*/
.producto-form-contacto {
    margin: 0 auto;
    align-items: center;
    width: 95%;
}
tr,
td {
    padding: 6px;
    border-spacing: 0px;
    border-width: 0px;
}

#fb {
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: center;
}

#fancy-formulario {
    padding-top: 30px;
    padding-right: 30px;
    background-color: #f9f5ee;
}

.zf-panel-campo {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.zf-panel-campo .dashicons,
.zf-panel-campo .casilla {
    font-size: 0.9em;
    position: relative;
    top: 0.6em;
    color: #0a2d3d;
}

.zf-panel-campo img {
    position: relative;
    top: 0.6em;
    width: 0.9em;
}

.zf-panel-campo.oculto {
    display: none;
}
.zf-panel-campo-titulo {
    float: left;
    margin-top: 10px;
    width: 80px;
    /*margin-right: 5px;*/
    color: #0a2d3d;
}
.zf-panel-campo-obligatorio {
    color: #c4001d;
}

.zf-panel-campo-input {
    position: relative;
    display: block;
    width: 100%;
}
.zf-panel-campo-input input {
    position: relative;
    width: 100%;
    border: 0px;
    border-bottom: 2px solid #0a2d3d;
    font-size: 20px;
    background-color: #f9f5ee;
}
.zf-panel-campo-input select {
    position: relative;
    width: 100%;
    border: 0px;
    border-bottom: 2px solid #0a2d3d;
    font-size: 20px;
    background-color: #f9f5ee;
}

.zf-panel-botones {
    position: relative;
    margin-top: 30px;
}
.zf-panel-boton {
    display: block;
    padding: 7px 18px;
    margin: auto;
    font-size: 1.2em;
}

.g-recaptcha > div{
    margin: auto;
}

.boton-select {
    background-color: #f9f5ee;
    border: none;
    color: #0a2d3d;
    font-family: sans-serif;
    font-size: 1em;
    padding: 0.4em;
}

S.active,
.boton-select:hover {
    color: #0a2d3d;
    border-bottom: 2px solid #0a2d3d;
    padding: 0.4em;
}
/*------======= PIE =========---*/
#logo {
    width: 40%;
    margin: auto;
}
#logo img {
    width: 100%;
}
