/* - - - - - - - - - - - - - - -
CSS principal
Desarrollado por: Upgrade Diseño Interactivo
Para:
Fecha:
Ultima modificación por: Natsumi Franco
Fecha:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */


/*Eliminamos márgenes del "body" */
html,
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

#big-container

/* Div que va a manterner el "footer" siempre al fondo */
    {
    height: auto !important;
    min-height: 100% !important;

}

/* GENERAL */
input {
    -webkit-appearance: none;
}

a {
    text-decoration: none;
    font-family: 'Geogrotesque Lg';
}

h1 {
    font-family: 'Geogrotesque SmBd';
    color: #323232;
}

h2 {
    font-family: 'Geogrotesque Lg';
}

/* HEADER */
header {
    background-color: #FFFFFF;
    padding: 1.6em 1.2%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

header .logo {
    width: 140px;
    margin-right: 6em;
    vertical-align: middle;
}

header menu {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    padding: 0;
    max-width: 1300px;
    text-align: right;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

header menu.open {
    width: 95%;
    overflow: scroll;
}

header menu a {
    color: #323232;
    margin: 0px 10px;
    position: relative;
}

header menu a:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    display: block;
    bottom: -30px;
    content: ' ';
    background-image: url(../../_images/elementos/arrowup.svg);
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
}

header menu a:hover {
    color: #b74b4b;
}

header menu a:hover:after {
    opacity: 1;
    bottom: -25px;
}

header menu a.active:after,
footer menu a.active:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    display: block;
    bottom: -25px;
    content: ' ';
    background-image: url(../../_images/elementos/arrowup.svg);
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    opacity: 1;
}

header .mob-arrows {
    display: none;
}

/* Hamburguer */
#hamburguer {
    position: absolute;
    margin: 0px auto;
    width: 100px;
    right: 1em;
    top: 2em;
    display: none;
    cursor: pointer;
    background-color: #FFFFFF;
    padding: 1em 0px;
}

#hamburguer svg {
    position: relative;
    width: 55px;
    height: 26px
}

#hamburguer svg line,
svg rect {
    fill: none;
    stroke: #27262c;
    stroke-width: 2;
    -webkit-transition: stroke .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

#hamburguer .square-up {
    stroke-dashoffset: 0px;
    stroke-dasharray: 25 19;
}

#hamburguer .line-up {
    stroke-dashoffset: -11px;
    stroke-dasharray: 81 38;
}

#hamburguer .line-bottom {
    stroke-dashoffset: -9px;
    stroke-dasharray: 25 34;
}

#hamburguer:hover .square-up {
    stroke-dashoffset: -44px;
}

#hamburguer:hover .line-up {
    stroke-dashoffset: 56px;
}

#hamburguer:hover .line-bottom {
    stroke-dashoffset: -59px;
}

header #swipe {
    display: none;
}

/* */


/* CATALOGS*/
.catalog {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    max-width: 1500px;
}

.slider img {
    position: relative;
    z-index: 9;
}

.catalog .item {
    margin: auto 20px;
    width: 25%;
    min-width: 360px;
    text-align: center;
    position: relative;
    margin-bottom: 200px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 1em;
    height: 300px;
}

.item .circle-profile {
    width: 200px;
    height: 200px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    background-position: center;
    position: relative;
    z-index: 1;
}

.circle-profile.shadow {
    -webkit-box-shadow: 0px 4px 20px -5px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 4px 20px -5px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 4px 20px -5px rgba(0, 0, 0, 0.55);
    background-color: #FFFFFF;
    width: 160px;
    height: 160px;
    border-radius: 80px;
}

.item .item-title {
    text-transform: uppercase;
    font-family: 'Geogrotesque Md';
}

.item .arrowdown {
    width: 30px;
    margin: 0 auto;
}

.item .item-description {
    font-family: 'Geogrotesque Lg';
    position: absolute;
}

/*.item-description.show {
    bottom: -140px;
    opacity: 1;

}*/

.item-description ul {
    text-align: left;
}

/*#mediciones .item-description.show {
    bottom: -100px;
    opacity: 1;
}*/

#proyectos .catalog .item {
    margin-bottom: 60px;
}

.item .white-card-item {
    background-color: rgba(255, 255, 255, 1.00);
    padding: 1em;
    box-sizing: border-box;
    position: absolute;
    width: 380px;
    height: 170px;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -100px;
    -webkit-box-shadow: 0px 4px 20px -5px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 4px 20px -5px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 4px 20px -5px rgba(0, 0, 0, 0.55);
}

.item .white-card-item .spec-red {
    font-size: .8em;
    color: #b74b4b;
    font-family: 'Geogrotesque SmBd';
    text-transform: uppercase;
    vertical-align: top;
    float: left;
    max-width: 30%;
}

.item .white-card-item .spec-red+.spec-red {
    float: right;

}

.item .white-card-item p {
    text-align: center;
    font-family: 'Geogrotesque Md';
    line-height: 1.6em;
    clear: both;
    margin-top: 30px;
}

.big-bann {
    width: 100%;
    height: 80vh;
    background-size: cover;
}

.btn-big-pink {
    background-color: #b74b4b;
    padding: 1em 4em;
    box-sizing: border-box;
    color: #FFFFFF;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(183, 75, 75, 1);
}

#index {
    text-align: center;
}

#index .big-bann {
    position: relative;
    padding: 15em;
    box-sizing: border-box;
}

#index h1 {
    font-size: 3em;
    width: 80%;
    color: white;
    position: relative;
    z-index: 9;
}

/* Servicios*/
.small-bann {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: 0px;
    padding-bottom: 11.6%;
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.small-bann h1 {
    position: absolute;
    transform: translate(-50%, -50%) !important;
    left: 50%;
    top: 50%;
    color: #FFFFFF;
    margin: 0px;
}

#services {
    padding: 6em;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

#services ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
    text-align: left;
    width: 80%;
    max-width: 1200px;
    min-width: 300px;
    display: block;
    margin: 0 auto;
}

#services ul li {
    font-family: 'Geogrotesque Lg';
    line-height: 3em;
    list-style-type: circle;
}

/* EQUIPO */
#equipos {
    padding: 5em 2em 0em;
    box-sizing: border-box;
    position: relative;
}

/* PRUEBAS*/
#pruebas {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#pruebas div {
    width: 49%;
}

#pruebas h2 {
    text-transform: uppercase;
    text-align: center;
}

#pruebas .img-hd {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

#pruebas .img-hd.nomob {
    display: none;
}

#pruebas ul {
    font-family: 'Geogrotesque Lg';
    display: inline-block;
    width: 90%;
    padding: 0em 0px 3em;
    margin-left: 10%;
    box-sizing: border-box;
    vertical-align: top;
    list-style-type: circle;
}

/*REPARACIONES*/
#reparaciones {
    background-image: url(../../_images/reparaciones/bg.jpg);
    background-size: cover;
    text-align: center;
    padding: 6em;
    position: relative;
    color: #FFFFFF;
}

#reparaciones ul {
    color: #FFFFFF;
    font-family: 'Geogrotesque Lg';
    list-style-type: circle;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
    text-align: left;
    width: 80%;
    max-width: 1300px;
    display: block;
    margin: 0 auto;
    padding: 3em;
    box-sizing: border-box;
}

#reparaciones ul li {
    line-height: 2.2em;
}

/* MEDICIONES */
#mediciones {
    padding: 2em 0px;
    box-sizing: border-box;
    position: relative;
}

#mediciones .catalog .item {
    margin-bottom: 250px;
}

/* CAPACITACIONES */
#capacitaciones {
    background-color: #262626;
    padding: 4vw 15%;
    display: flex;
    height: 500px;
    align-items: center;
    justify-content: space-between;
}

#capacitaciones img {
    width: auto;
    max-width: 50%;
    max-height: 100%;
    height: auto;
}

#capacitaciones ul {
    font-family: 'Geogrotesque Lg';
    color: #FFF9F9;
    box-sizing: border-box;
    width: 45%;
}

#capacitaciones ul li {
    line-height: 2.2em;
    list-style: disc;
}

/* PROYECTOS */
#proyectos {
    position: relative;
    padding-bottom: 50px;
}

#proyectos .catalog .item {
    cursor: inherit;
}

#proyectos #load-more {
    width: 30px;
    display: block;
    margin: 20px auto;
}

#proyectos #load-more img {
    width: 100%;
}

/* NOSOTROS */
#nosotros {
    background-image: url(../../_images/nosotros/bg.jpg);
    background-size: cover;
    color: #FFFFFF;
    padding: 1em;
    position: relative;
}

#nosotros h1 {
    color: #FFFFFF;
}

#nosotros .center-cont {
    padding: 2em;
    box-sizing: border-box;
    width: 90%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

#nosotros .desc-box {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 50px 0px;
}

#nosotros .desc-box p {
    line-height: 1.4em;
    font-family: 'Geogrotesque Lg';
    width: 70%;
    margin: 0 auto;
    min-width: 280px;
}

#nosotros .desc-box ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    list-style-type: circle;
    line-height: 1.5em;
    list-style-position: inside;
    font-family: 'Geogrotesque Lg';
    text-align: left;
}

#nosotros .desc-box img {
    width: 100px;
    display: block;
    margin: 0 auto 20px;
}

/* CONTACTO */
#contacto {}

.p-info {
    font-size: .8em;
    transition: 1s;
    line-height: 1.5em;
    color: black;
}

#contacto #form-area {
    text-align: center;
    padding: 1em;
    background-size: cover;
    background-image: url(../../_images/contacto/bg.jpg);
    width: 100%;
    box-sizing: border-box;

}

#contacto #form-area form {
    width: 90%;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 2em;
    box-sizing: border-box;
}

#contacto #form-area form img {
    display: block;
    margin: 0 auto;
}

#contacto #form-area form label {
    color: #FFFFFF;
    text-align: left;
    font-family: 'Geogrotesque Lg';
    display: block;
    text-transform: uppercase;
    margin: 10px 0px;
}

#contacto #form-area section {
    box-sizing: border-box;
    width: calc(50% - 10px);
    display: inline-block;
    vertical-align: middle;
}

#contacto form input,
#contacto form select {
    padding: 1em;
    box-sizing: border-box;
    display: block;
    width: 100%;
    background: none;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    font-size: 1em;
    color: #FFFFFF;
}

#contacto #form-area input[type='submit'] {
    width: 300px;
    background-color: #b74b4b;
    display: block;
    margin: 0 auto;
    border: none;
    box-shadow: 0px 0px 10px rgba(183, 75, 75, 1);
    padding: 1em;
    box-sizing: border-box;
    border-radius: 10px;
    color: #FFFFFF;
}

#contacto #form-area textarea {
    height: 145px;
    padding: 1em;
    font-size: .9em;
    color: #FFFFFF;
    box-sizing: border-box;
    display: block;
    width: 100%;
    background: none;
    resize: none;
    border-radius: 12px;
    border: 1px solid #FFFFFF;
}

#contacto #info-contacto .box-c img {
    width: 100px;
}

#contacto #info-contacto .box-c span {
    font-family: 'Geogrotesque Lg';
    text-align: center;
    display: block;
    text-transform: uppercase;
}

#contacto #info-contacto .box-c ul {
    font-family: 'Geogrotesque Lg';
    text-align: left;
}

/* FOOTER */

#footer_cut {
    padding-top: 280px;
    clear: both;
}

footer {
    background-color: #323232;
    margin-top: -280px;
    height: 280px;
    text-align: center;
    position: relative;
    padding: 3em;
    box-sizing: border-box;
    position: relative;
}

footer .logo {
    width: 100px;
}

footer .wires {
    position: absolute;
    top: 0%;
    max-width: 250px;
    width: 25%;
}

footer .wires#left {
    left: 0px;

}

footer .wires#right {
    right: 0px;

}

footer a {
    color: #FFFFFF;
}

footer menu {
    margin: 30px 0px;
    font-size: .8em;
    text-align: center;
    padding: 0px;
}

footer menu a {
    color: #FFFFFF;
    margin: 10px;
    position: relative;
}

footer menu a:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    display: block;
    bottom: -30px;
    content: ' ';
    background-image: url(../../_images/elementos/arrowup.svg);
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
}

footer menu a:hover {
    color: #b74b4b;
}

footer menu a:hover:after {
    opacity: 1;
    bottom: -25px;
}

@media (max-width:900px) {
    #index .big-bann {
        padding: 6em;
    }

    #services ul {
        width: 100%;
    }

    /*    .item-description.show {
        bottom: -100px
    }*/

    #mediciones .catalog .item {
        margin-bottom: 350px;
    }
}

/************************************************/
/**          Contacto (contacto.php)           **/
/************************************************/
#google {
    height: 100%;
    position: relative;
    overflow: hidden;
}

section.secc-contact {
    display: flex;
    width: 100%;
    max-height: 770px;
    min-height: 500px;
}

.cont-ct1-map {
    flex: 1 1 80%;
}

.city {
    border-bottom-style: solid;
    border-width: thin;
    cursor: pointer;
}

.city:hover {
    background-color: white;
}

.city-info p {
    font-size: 1em;
    transition: 1s;
    line-height: 1.5em;
    color: black;
    font-family: "Geogrotesque Lg";
}

.city-info p a {
    color: black;
    text-decoration: underline;
}

#contacto #info-contacto {
    flex: 1 1 10%;
    flex-direction: column;
    display: flex;
    text-align: center;
    color: white;
    max-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    background-color: rgb(211, 210, 206);
    border-right: solid 1px;
}

#contacto form select {
    cursor: pointer;
    background-image: url(../../_images/_svg/flechabajo.svg);
    background-repeat: no-repeat;
    background-position: 97%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 10px;
}

/************************************************/
/**          Vacantes (vacantes.php)           **/
/************************************************/
form h1 {
    color: white;
    text-transform: uppercase;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield;
}

form div {
    display: flex;
    margin-bottom: 1vw;
}

label[for=sex] {
    color: transparent !important;
}

form div {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

/*INDEX*/
.cont-slider {
    position: relative;
    width: 100%;
    height: 700px;
    background-color: black;
    border-radius: 0px;
}

.cont-slider .slider {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px auto;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.cont-slider .slider div {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0000007a;
    z-index: 9;
}

.cont-slider .slider p {
    font-family: 'Futura-CondensedExtraBold';
    position: absolute;
    width: 100%;
    /* text-align: center; */
    /* top: 85%; */
    color: white;
    font-weight: bold;
    left: 7%;
    bottom: 0%;
    font-size: 4em;
    width: 800px;
    text-transform: uppercase;
    z-index: 10;
}

/************************************************/
/**            Inicio (index.php)              **/
/************************************************/

/*  .contenedor a{
        position: absolute;
        text-decoration: none;
        color: white;
        font-size: 36px;
        top : 50%;
        transform: translateY(-50%);
    }
    .siguiente {
        left: 97%;
    }*/

/*.boton {
        position: absolute;
        top: 5%;
        left: 95%;
    }*/

.cont-slider .puntos {
    position: absolute;
    bottom: 11%;
    left: 85%;
    width: 150px;
}

.cont-slider .punto {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: gray;
    border-radius: 50%;
    margin-right: 5px;
}

.cont-slider .punto:hover {
    cursor: pointer;
    background-color: white;
}

/*.contenedor a:hover {
        color: gray;
    }*/

.cont-slider .actual {
    visibility: visible;
    opacity: 1;
    transition: visibility 1s, opacity 1s;
}

.cont-slider .activo {
    background-color: white;
}

/************************************************/
/**                  Galerias                  **/
/************************************************/
/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
    text-align: center;
    padding-top: 3vw;
}

.mySlides .img {
    width: 70%;
    height: 500px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    font-weight: bold;
    font-size: 28px;
    border-radius: 3px;
    user-select: none;
    -webkit-user-select: none;
    display: flex;
    margin: 0 6%;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 500px;
}

/* Position the "next button" to the right */
.next {
    right: 0;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: #b74b4b;
    color: white !important;
    box-shadow: 0px 0px 10px rgba(183, 75, 75, 1);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    padding: 2px 16px;
    text-transform: uppercase;
    font-family: 'Geogrotesque Md';
}

/*.row:after {
    content: "";
    display: table;
    clear: both;
}*/

/* Six columns side by side */
.column {
    float: left;
    width: 15%;
}

.row {
    display: flex;
    width: 80%;
    margin: auto;
    overflow: scroll;
}


/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.7;
    height: 130px;
    margin-right: 1vw;
    margin: 0 .5vw;
    max-width: 250px;
}

.active,
.demo:hover {
    opacity: 1;
}

/************************************************/
/**             mediciones.php                 **/
/************************************************/
.cont-medi .prev,
.cont-medi .next {
    color: #262626;
}

.cont-medi .caption-container {
    background-color: white;
    color: #262626;
}

/************************************************/
/**           capacitaciones.php               **/
/************************************************/
.cont-capaci {
    background-color: #262626;
}

.cont-capaci .caption-container {
    background-color: #262626;
    color: white;
}

.cont-capaci .prev,
.next {
    color: white
}

/************************************************/
/**            reparaciones.php                **/
/************************************************/
.div-aux-rep {
    padding-bottom: 6vw;
}

/************************************************/
/**               equipos.php                  **/
/************************************************/
.div-aux-equip {
    padding: 3vw;
}

/************************************************/
/**              vacantes.php                  **/
/************************************************/

.mnsEnviado h1 {
    color: white;
}

.mnsEnviado {
    height: 500px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

/*******************   diseño del pop up   *******************/
#open {
    cursor: pointer;
}

#popup {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.content-popup {
    margin: 0px auto;
    margin-top: 100px;
    position: relative;
    width: 95%;
    min-height: 250px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px #666666;
}

.aliaspop {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;

}


.div-popup {
    width: 100%;
    height: auto;
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-position: center;
}

.content-pop .popup-overlay {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: 999;
    display: none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

#close {
    width: 30px;
    height: 30px;
    background-image: url(../../_images/_svg/menu_small_closed.svg);
    background-size: cover;
}

.nota-small {
    display: none;
}

.nota-large {
    display: flex;
}

.close {
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-radius: 0 10px;
    background-color: white;
    padding: 15px;
}

.w3-center {
    text-align: center !important;
    width: 100%;
}

.city.activo {
    background-color: white;
}

li.pru-class:hover {
    color: #b74b4b;
    text-decoration: underline;
}

li.pru-class {
    cursor: pointer;
}

.face {
    background-image: url(../../_images/_svg/facebook.svg);
    background-size: cover;
    width: 40px;
    height: 40px;
    display: inline-flex;
    margin: 0 10px 20px;
}

.insta {
    background-image: url(../../_images/_svg/instagram.svg);
    background-size: cover;
    width: 40px;
    height: 40px;
    display: inline-flex;
    margin: 0 10px 20px;
}

.ventana {
    width: 400px;
    height: 100px;
    background-color: #b74b4b;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
    border-radius: 10px;
    color: white;
    display: inline-flex;
    align-items: center;
}

.ventana a {
    width: 100px;
    height: 100%;
    display: inline-flex;
    background-size: 37px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    background-color: rgb(211, 98, 100);
    box-shadow: 7px 0px 10px rgb(1 0 0 / .5);
    cursor: pointer;
}

.ventana p {
    font-family: 'Geogrotesque Lg';
    font-size: 1.5em;
    text-align: initial;
    margin: 1em;
}