* {
    margin: 0px;
    padding: 0px;
}

a{
    text-decoration: none;
}

header {
    height: 100vh;
    color: white;
    background-image: url("../images/Getsemani_cartagena_indias.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-pg {
    height: 50vh;
    color: white;
    background-image: url("../images/habitacion.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.header-pg-planes {
    height: 50vh;
    color: white;
    background-image: url("../images/cart2.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg_trans_pg {
    height: 50vh;
    background-color: rgba(3, 31, 67, 0.7);
}

.bg_trans_pg h1{
    text-align: center;
    /* margin-top: 6%; */
}


.info {
    background-color: #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    font-family: "Roboto";
    color: #031F43;
}

.info span {
    margin-left: 50px;
}

.info .redes-min {
    display: flex;
    width: 120px;
    justify-content: space-around;
    margin-right: 50px;
}

.info .redes-min img {
    width: 25%;
    margin-left: 5px;
    margin-right: 5px;
}

/* MENU  */

.nav {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border: 1px solid red; */
    background-color:rgba(3, 31, 67, 1);
    box-shadow: 0px 10px 22px #121212;
}

.nav .logo {
    margin-left: 50px;
    margin-bottom: -15px;
}

.nav .logo img {
    width: 100px;
}

.nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 50px;
    /* border: 1px solid white; */
}

.nav ul li {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    font-family: "Roboto";
    list-style: none;
}

.nav ul li a {
    text-decoration: none;
    color: #fff;
    transition: all 200ms;
}

.nav ul li a:hover {
    scale: 1.1;
    color: #E1BE00;
}


.btn-bg {
    /* padding-left: 10px;
    padding-right: 10px; */
    border-radius: 20px;
    height: 35px ;
    width: 130px ;
    background-color: #ddd;
    color: #031F43;
    font-size: 17px;
    font-family: "Roboto";
    border: none;
    transition: all 200ms;
}

.btn-bg:hover{
    cursor: pointer;
    color: #cb7a00;
    border: 2px solid #cb7a00;
    background-color: transparent;
}

.detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.detail-header .description {
    margin-left: 50px;
    width: 30%;
    /* padding-top: 15px ; */

}

.detail-header .bg_trans {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 15px;
    border-radius: 15px;
    height: 52vh;
    /* border: 3px solid #fff; */
    box-shadow: 0px 0px 12px #000;
    background-color: rgba(3, 31, 67, 0.6);
}

.detail-header .description h1 {
    font-size: 65px;
    font-family: "Roboto Black";
    line-height: 55px;
    margin-top: 25px;
}

.detail-header .description p {
    font-size: 20px;
    font-family: "Montserrat";
    margin-bottom: 35px;
    margin-top: 15px;
}

.detail-header .description a{
    padding: 12px 25px;
    transition: all 200ms;
}

.detail-header .description a:hover{
    background-color: #fff;
    color: #031F43;
    border: 1px solid #031F43;
}

.btn-tra {
    border-radius: 20px;
    height: 45px;
    width: 140px;
    color: white;
    font-size: 17px;
    font-family: "Roboto";
    border: 2px solid white;
    background-color: transparent;
}

.detail-header .description a{
    padding: 12px 25px;
    transition: all 200ms;
}

.detail-header .description a:hover{
    background-color: #fff;
    color: #031F43;
    border: 1px solid #031F43;
}

.detail-header .form {
    position: absolute;
    bottom: 2px;
    right: 10px;
    /* margin-right: 70px; */
    width: 50%;
    /* border: 1px solid red; */
    background-color: #fff;
    box-shadow: 0px 0px 12px #000;
    padding: 25px;
    /* border-radius: 15px; */
}

.detail-header .form form {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
    /* border: 1px solid red; */
}

.detail-header .form form input[type="text"] {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    /* border: 2px solid white; */
    background-color: transparent;
    width: 100%;
    text-align: center;
    color: #031F43;
}

.detail-header .form form input[type="date"] {
    width: 100%;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    color: #031F43;
}

input[type=date]::-webkit-clear-button {
    font-size: 18px;
    height: 30px;
    position: relative;
    right: 5px;
    margin-right: 4px;
    color: white;
}

input[type=date]::-webkit-inner-spin-button {
    height: 30px;
    color: white;
}

input[type=date]::-webkit-calendar-picker-indicator {
    font-size: 14px;
    margin-right: 15px;
    color: white;
    padding: 5px;
}

input[type=date]::-webkit-calendar-picker-indicator:hover {
    background-color: #959595;
    color: #e6e6e6;
    cursor: pointer;
}

.doble-inpu {
    display: flex;
    justify-content: space-between;
}

.doble-inpu input[type="text"] {
    width: 47% !important;

}

.detail-header .form form input[type="submit"] {
    margin-top: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 15px;
    border: none;
    transition: all 200ms;
}

.detail-header .form form input[type="submit"]:hover {
    background-color: #031F43;
    color: #fff;
    cursor: pointer;
}

.detail-header .form form input::placeholder {
    color: #ddd;
    font-weight: bold;
}

.content {
    width: 90%;
    margin: 0px auto;
    margin-top: 25px;
    padding: 10px 30px;
    box-shadow: 0px 0px 7px #333;
}

.experiences {
    /* margin-top: 50px; */
    display: flex;
    align-items: center;
}

.title-home-experiences{
    margin-top: 40px;
}

.experiences .colum2,
.experiences .colum1 {
    width: 50%;
}

.experiences .colum1 img {
    margin-top: 25px;
    width: 110%;
}

.experiences .colum2 img {
    margin-top: 30px;
    width: 70%;
}

.experiences .img-top {
    display: block;
    margin-bottom: -35px;
    margin-right: -25px;
    width: 100%;
}

.experiences .img-bootom {
    display: block;
    margin-top: -70px;
    margin-left: -85px;
    width: 100%;
}

.experiences .img-bootom img {
    width: 95%;
}

.experiences .img-top img {
    width: 95%;
}

.experiences .btn {
    margin-left: 50px;
    margin-top: 25px;
}

.room {
    /* margin-top: 50px; */
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

header .sub-title {
    display: block;
    text-transform: capitalize;
    text-align: center;
    color: #E1BE00;
    font-family: "Roboto";
    font-size: 20px;
    margin-top: 6%;
}

.room span {
    display: block;
    text-transform: capitalize;
    text-align: center;
    color: #E1BE00;
    font-family: "Roboto";
    font-size: 20px;
    margin-top: 7%;
}

.room h2 {
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #031F43;
    font-family: "Roboto Black";
    font-size: 34px;
}

.desc-parrafo {
    display: block;
    width: 70%;
    margin: 0px auto;
    text-align: center;
    color: #031F43;
    font-family: "Montserrat Light";
    font-size: 24px;
    margin-top: 25px;
}

.btn {
    background-color: transparent;
    color: #031F43;
    border: 1px solid #031F43;
    border-radius: 10px;
    padding: 12px 25px;
    margin-top: 25px;
    transition: all 200ms;
}

.btn:hover {
    background-color: #031F43;
    color: white;
    cursor: pointer;
}

.rooms {
    display: flex;
    width: 80%;
    margin: 0px auto;
    justify-content: space-around;
    margin-top: 40px;
}


.rooms article {
    border-radius: 10px;
    width: 28%;
    height: 420px;
}

.rooms article:hover {
    box-shadow: 0px 0px 15px #555;
}

.rooms article img {
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 10px;
    background-position: right;
    object-fit: cover;
}

.rooms .detail-rooms {
    display: block;
    position: relative;
    /* width: 80%; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #031f43a1;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    color: #fff;
    font-family: "Montserrat";
    margin-top: -125px;
    text-align: left;
    z-index: 1;
}

.rooms .detail-rooms span {
    font-family: "Montserrat";
    font-size: 14px;
    text-align: left;
}

.rooms .detail-rooms h3 {
    font-family: "Roboto Black";
    font-size: 28px;
}

.rooms .detail-rooms i {
    font-size: 15px;
    margin-left: 2px;
    margin-right: 2px;
}

.rooms .datail-serv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rooms .datail-serv .serv {
    margin-right: 20px;
}


.piscina,
.coworking,
.restauran {
    /* margin-top: 50px; */
    display: flex;
    justify-content: space-between;
}


.subtitel {
    display: block;
    text-transform: capitalize;
    text-align: center;
    color: #E1BE00;
    font-family: "Roboto";
    font-size: 20px;
}

.title {
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #031F43;
    font-family: "Roboto Black";
    font-size: 34px;
}

.descript {
    text-align: left;
    color: #031F43;
    font-family: "Montserrat Light";
    font-size: 18px;
    display: block;
    margin: 0px auto;
    width: 80%;
    margin-top: 15px;
}

.image-trabj {
    width: 50%;
    /* border: 1px solid #031F43; */
}

.image-trabj img {
    width: 100%;
}


.detail-piscina,
.detail-coworking,
.detail-restaurant {
    width: 50%;
    /* border: 1px solid #031F43; */
    text-align: center;
    padding-top: 30px;
}


.redes {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.redes img {
    width: 40px;
    margin-left: 5px;
    margin-right: 5px;
}

.footer {
    background-color: #D9D9D9;
    margin-top: 50px;
    padding-top: 70px;
    padding-bottom: 30px;
}

.footer .footer-data {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0px auto;
}

.reservas,
.enlaces,
.contacto {
    width: 30%;
    display: flex;
    justify-content: center;
}

.reservas ul li,
.enlaces ul li,
.contacto ul li {
    list-style: none;
    line-height: 30px;
    font-family: "Montserrat";
    font-size: 14px;
    color: #031F43;
}

.footer a{
    color: #031F43;
    transition: all 200ms;
}

.footer a:hover{
    color: #000;
    font-weight: 700;

}

.reservas h3,
.enlaces h3,
.contacto h3 {
    font-family: "Roboto Black";
    font-size: 22px;
    color: #031F43;
    margin-bottom: 12px;
}

.footer span {
    display: block;
    width: 80%;
    margin: 0px auto;
    text-align: center;
    margin-top: 30px;
    color: #031F43;
    font-family: "Montserrat";
}

.reservas a {
    text-decoration: none;
    color: #111;
    font-weight: bold;
}

.rooms-pg {
    /* margin-top: 50px; */
    width: 100%;
}

.rooms-pg article {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.rooms-pg img {
    width: 40%;
}

.image-room,
.detail-room {
    width: 50%;
}

.detail-room {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-room img {
    width: 100%;
}

.detail-room h3 {
    font-family: "Roboto Black";
    font-size: 32px;
    color: #031F43;
    text-align: center;
    margin-top: 0px;
}


.detail-room p {
    width: 85%;
    font-family: "Montserrat Light";
    font-size: 18px;
    margin-top: 10px;
}

.detail-room a {
    text-decoration: none;
}

/* .rooms-pg article {
    width: 30%;
    margin-top: 20px;
} */

/* .rooms-pg article img {
    width: 100%;
} */

.data-serv {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.data-serv h2 {
    margin-left: 35px;
    text-align: left;
}

.serv {
    margin-right: 45px;
}


.serv i {
    color: #E1BE00;
    font-size: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

.planes {
    width: 80%;
    margin: 0px auto;
    margin-top: 50px;
}

.plan {
    display: flex;
    width: 100%;
    margin: 0px auto;
    margin-top: 45px;
    justify-content: center;
    align-items: center;
}

.detail-plan,
.img-plan {
    width: 50%;
}

.img-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 1px solid  red; */
}

.img-plan img {
    width: 70%;
}

.top-plan {
    margin-right: -130px;
    margin-bottom: -70px;
    z-index: -1;
}

.bottom-plan {
    margin-left: -90px;
    margin-top: -150px;
}

.detail-plan button {
    display: block;
    margin: 0px auto;
    margin-top: 35px;
}

.gallerys {
    width: 80%;
    margin: 0px auto;
    margin-top: 50px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0px auto;
}


.item-gallery {
    width: 32%;
    margin-top: 35px;
    height: 250px;
    box-shadow: 0px 0px 3px #333;
}

.item-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .form {
    width: 90%;
    margin: 20px auto;
    padding: 25px;
    box-shadow: 0px 0px 7px #333;
    /* border: 1px solid red; */
}

.content .form form {
    display: flex;
    justify-content: center;
    align-items: center;

}

.content .form form input[type="text"] {
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #111;
    background-color: transparent;
    width: 25%;
    text-align: center;
    color: #333;
}

.content .form form input[type="date"] {
    width: 25%;
    background-color: transparent;
    border: 1px solid #111;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    color: #333;
}


.content .form input[type=date]::-webkit-clear-button {
    font-size: 14px;
    height: 10px;
    position: relative;
    right: 5px;
    margin-right: 4px;
    color: white;
}

.content .form input[type=date]::-webkit-inner-spin-button {
    height: 10px;
    color: white;
}

.content .form input[type=date]::-webkit-calendar-picker-indicator {
    font-size: 14px;
    margin-right: 15px;
    color: white;
    padding: 5px;
}

.content .form input[type=date]::-webkit-calendar-picker-indicator:hover {
    background-color: #959595;
    color: #e6e6e6;
    cursor: pointer;
}

.content .form form input[type="submit"] {
    width: 20%;
    background-color: #031F43;
    border: 1px solid #111;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 15px;
    color: #fff;
}

.content .form form input[type="submit"]:hover {
    background-color: #fff;
    border: 1px solid #111;
    color: #031F43;
    cursor: pointer;
}

.booking-info{
    width: 90%;
    margin: 0px auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;    
    /* border: 1px solid red; */
}

.title-date{
    width: 20%;
    /* margin-right: 35px; */
}

.title-date h3{
    font-family: "Roboto Black";
    font-size: 22px;
    color: #333;
}

.info-d{
    display: flex;
    margin-bottom: 5px;
}

.info-d i {
    margin-right: 15px;
    font-size: 20px;
}

.info-d p{
    font-family: "Montserrat";
    font-size: 17px;
}

.rooms-d {
    margin-left: 25px;
}

.rooms-d {
    margin-left: 25px;
    
}

.rooms-d li {
    list-style: none;
    font-size: 17px;
    font-family: "Montserrat";
    margin-bottom: 5px;
}



/* GALERIA  */


.gallery-rooms {
    width: 100%;
    height: 400px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 6px;
    grid-auto-rows: minmax(100px, auto);
    margin-bottom: 25px;
}

.one {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.two {
    grid-column: 3 / 5;
    grid-row: 1;
}

.tree {
    grid-column: 3 / 3;
    grid-row: 2;
}

.four {
    grid-column: 4 / 4;
    grid-row: 2;
}

.gallery-rooms img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.serv-icon {
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
}

.serv-icon .box-icon {
    width: 15%;
    text-align: center;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.serv-icon .box-icon i {
    font-size: 25px;
}

.serv-icon .box-icon p {
    font-size: 10px;
    color: #1B1E1F;
    margin-top: 7px;
    line-height: 9px;
    text-align: center;
    width: 77%;
    /* border: 1px solid red; */
}

.email {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    margin-top: 30px;
    box-shadow: 0px 0px 10px #d6d6d6;
}


.email i {
    font-size: 75px;
    color: #031F43;
}

.email .descrip-email {
    width: 40%;
    margin-left: 35px;
}

.email .descrip-email h3 {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    /* text-transform: capitalize; */
}


.email .descrip-email h3 {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    /* text-transform: capitalize; */
}

.email .descrip-email input[type="text"] {
    padding: 10px;
    padding-left: 15px;
    width: 250px;
    border-radius: 6px;
}

.email .descrip-email input[type="submit"] {
    padding: 10px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 6px;
    background-color: #031F43;
    color: #fff;
    border: 1px solid #d6d6d6;
    margin-left: 10px;

}

.email .descrip-email input[type="submit"]:hover {
    cursor: pointer;
}

.email .descrip-email p {
    font-size: 12px;
    margin-top: 15px;
    width: 350px;
}

.time-tour {
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
}

.box-title{
    display: block;
    width: 30%;
    margin: 0px auto;
}

.title {
    font-family: "Roboto Medium";
    font-size: 38px;
    color: #333333;
    text-align: center;
    padding-bottom: 7px;
    border-bottom: 3px solid #cb7a00;
}

.title-p {
    font-family: "Roboto Medium";
    font-size: 38px;
    /* color: #e19328; */
}

.box-btn {
    /* border: 1px solid red; */
    width: 25%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 7px #959595;
}

.box-btn h3 {
    display: block;
    width: 100%;
    margin-top: -40px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #031F43;
    color: #fff;    
    text-align: center;
}

.box-btn ul{
   width: 100%;
}

.box-btn ul strong{
    margin-bottom: 5px;
}

.box-btn .list-verti li{
    display: flex;
    flex-direction: column;
    text-align: center;
    list-style: none;
    margin-bottom: 15px;
}

.box-btn .list-horiz{
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}

.box-btn .list-horiz li{
    width: 40%;
    display: flex;
    flex-direction: column;
    text-align: center;
    list-style: none;
    margin-bottom: 15px;
    /* border: 1px solid red; */
}

.box-btn h1{
    font-size: 48px;
}

.detail-adicional{
    font-size: 16px !important;
    font-style: italic;
}

.detail-adicional a{
    text-decoration: none;
    color: #111;
    font-weight: bold;
}

.cont-room-booking{
    display: flex;
    width: 90%;
    justify-content: space-between;
    /* border: 1px solid blue; */
}

.desc-room{
    display: flex;
    flex-direction: column;
    text-align: start;
    width: 65%;
}

.desc-room p{
    text-align: start;
    /* border: 1px solid blue; */
    color: #031F43;
    font-size: 20px;
    font-family: "Montserrat Light";
    margin-bottom: 15px;
}

.date-booking{
    /* border: 1px solid red; */
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-evenly;
}

.date-booking input[type="text"]{
    /* display: block; */
    width: 17%;
    padding: 7px 6px;
}

.date-booking input[type="date"]{
    /* display: block; */
    width: 17%;
    padding: 4px 6px;
}


.form-booking{
    display: flex;
    flex-direction: column;
    
}

.box-form{
    display: flex;
    justify-content: space-between;
    /* border: 1px solid red; */
    margin-bottom: 20px;
}

.box-form-one,
.box-form-mult,
.box-form-item{
    display: flex;
    flex-direction: column;
    width: 45%;
    /* border: 1px solid blue; */
}

.box-form-one{
    width: 100%;
}

.box-form-one .sub-title-3,
.box-form-mult .sub-title-3,
.box-form-item .sub-title-3 {
    text-transform: capitalize;
    font-weight: bold;
    color: #000;
}

.box-form input{
    padding: 14px 15px;
    box-shadow: 0px 0px 5px #ccc;
    border: 1px solid #999;
}



.box-form-last{
    display: flex;
    align-items: flex-end;
}

.box-form-last select{
    width: 100%;
    padding: 14px 15px;
    box-shadow: 0px 0px 5px #ccc;
    border: 1px solid #999;
    
}

.box-form-last .box-form-mult{
    width: 15%;
    margin-right: 50px;
}

.box-form-last input[type="submit"]{
    width: 250px;
    height: 40%;
}


.cont-det-booking{
    display: block;
    width: 30%;
    margin: 0px auto;
    margin-top: 25px;
    box-shadow: 0px 0px 5px #333;
    padding-left: 34px;
    padding-top: 25px;
    padding-bottom: 15px;
}

.cont-det-booking h2{
    color: #333;
    font-weight: bold;
}

.cont-det-booking table{
    margin-top: 20px;
    margin-bottom: 35px;
    border: none;
    /* border: 1px solid red; */
}

.cont-det-booking  .det-division{
    border: 1px solid #333;
    padding-top: 0.1px;
    background-color: #333;
}

.cont-det-booking .det-celda{
    padding-left: 15px;
    /* border: 1px solid red; */
}

.cont-det-booking span{
    color: #000;
    font-weight: bold;
}



#whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

svg {
    width: 80px;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .4));
}

circle {
    fill: #25d366;
 }
 path {
    fill: #fff;
 }

#whatsapp i {
    font-size: 80px;
    color: #fff;
}


.toggler { 
    width: 500px; 
    height: 200px; 
}

.box-btn  a ,
#button { 
    
    text-decoration: none;
    text-align: center; 
    color: #000;
    width: 40%;
    font-size: 12px;
    font-weight: bold;
    /* border: 1px solid red; */
}

#button{
    width: 100%;
    /* border: 1px solid blue; */
}

.box-btn  a:hover ,
#button:hover { 
    cursor: pointer;
    color: #031F43;
    font-weight: bold;
    /* scale: 1.1; */
}

.opc-box{
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 25px;
}

.opc-box .cup{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.separador{
    width: 100%;
    border: 1px solid #cb7a00;
    margin-bottom: 10px;
}

#effect {
    width: 100%; 
    /* position: relative;  */
}

#effect input { 
    width: 100%;
    margin-left: -9px;
    margin-top: 5px; 
    padding: 0.4em; 
    text-align: center; 
}