.section {
    position: relative;
    height  : 100vh;
}

.section .section-center {
    position         : absolute;
    top              : 25%;
    left             : 0;
    right            : 0;
    -webkit-transform: translateY(-20%);
    transform        : translateY(-10%);
}

#booking {
    font-family        : 'PT Sans', sans-serif;
    background-size    : cover;
    background-position: center;
}

.booking-form {
    background   : rgba(0, 0, 0, 0.7);
    padding      : 20px;
    border-radius: 20px;
    width: 30vw;
    align-self: center;
}

p {
    color    : white;
    font-size: medium;

}

p.titulo {
    color      : red;
    font-weight: bold;

}

.booking-form .form-group {
    position     : relative;
    margin-bottom: 20px;
}

.booking-form .form-control {
    background-color  : #fff;
    height            : 39px;
    color             : #191a1e;
    border            : none;
    font-size         : 16px;
    font-weight       : 400;
    -webkit-box-shadow: none;
    box-shadow        : none;
    border-radius     : 40px;
    padding           : 0px 25px;
}

.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(82, 82, 84, 0.4);
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(82, 82, 84, 0.4);
}

.booking-form .form-control::placeholder {
    color: rgba(82, 82, 84, 0.4);
}

.booking-form input[type="date"].form-control:invalid {
    color: rgba(82, 82, 84, 0.4);
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance   : none;
    appearance        : none;
}

.booking-form select.form-control+.select-arrow {
    position      : absolute;
    right         : 10px;
    bottom        : 6px;
    width         : 32px;
    line-height   : 32px;
    height        : 32px;
    text-align    : center;
    pointer-events: none;
    color         : rgba(0, 0, 0, 0.3);
    font-size     : 14px;
}

.booking-form select.form-control+.select-arrow:after {
    content          : '\279C';
    display          : block;
    -webkit-transform: rotate(90deg);
    transform        : rotate(90deg);
}

.booking-form .form-label {
    display       : block;
    margin-left   : 20px;
    margin-bottom : 5px;
    font-weight   : 400;
    text-transform: uppercase;
    line-height   : 24px;
    height        : 24px;
    font-size     : 16px;
    color         : #fff;
}

.booking-form .form-label_new {
    display  : block;
    word-wrap: break-word;
    font-size: 14px;
    color    : #fff;
}

.booking-form .form-text_new {
    font-size: 14px;
    color    : rgb(0, 0, 0);
}

.booking-form .form-radio {
    display       : in;
    margin-left   : 20px;
    margin-bottom : 5px;
    font-weight   : 400;
    text-transform: uppercase;
    line-height   : 24px;
    height        : 24px;
    font-size     : 14px;
    color         : rgb(224, 224, 224);

}

.booking-form table .tr_personas {
    line-height: normal;
}

.booking-form table .td_persona_1_label {
    line-height     : normal;
    background-color: rgb(94, 94, 94);
    color           : rgb(255, 255, 255);
    align-content   : center;
}

.booking-form table .td_persona_label {
    line-height     : normal;
    background-color: rgb(36, 36, 36);
    color           : rgb(255, 255, 255);
    align-content   : center;
}


.booking-form table {
    display       : in;
    margin-left   : 20px;
    margin-bottom : 5px;
    font-weight   : 400;
    text-transform: uppercase;
    line-height   : 24px;
    height        : 24px;
    font-size     : 14px;
    color         : rgb(224, 224, 224);

}

@media screen and (max-width: 320px) {
    .booking-form table {
        color     : red;
        display   : block;
        overflow-x: auto;
    }
}


.booking-form .form-checkbox input {
    position   : absolute !important;
    margin-left: -9999px !important;
    visibility : hidden !important;
}

.booking-form .form-checkbox label {
    position    : relative;
    padding-top : 4px;
    padding-left: 30px;
    font-weight : 400;
    color       : #fff;
}

.booking-form .form-checkbox label+label {
    margin-left: 15px;
}

.booking-form .form-checkbox input+span {
    position     : absolute;
    left         : 2px;
    top          : 4px;
    width        : 20px;
    height       : 20px;
    background   : #fff;
    border-radius: 50%;
}

.booking-form .form-checkbox input+span:after {
    content           : '';
    position          : absolute;
    top               : 50%;
    left              : 50%;
    width             : 0px;
    height            : 0px;
    border-radius     : 50%;
    background-color  : #f23e3e;
    -webkit-transition: 0.2s all;
    transition        : 0.2s all;
    -webkit-transform : translate(-50%, -50%);
    transform         : translate(-50%, -50%);
}

.booking-form .form-checkbox input:not(:checked)+span:after {
    opacity: 0;
}

.booking-form .form-checkbox input:checked+span:after {
    opacity: 1;
    width  : 10px;
    height : 10px;
}

.booking-form .form-btn {
    margin-top: 27px;
}

.booking-form .submit-btn {
    color             : #fff;
    background-color  : #f23e3e;
    font-weight       : 400;
    height            : 50px;
    font-size         : 14px;
    border            : none;
    width             : 100%;
    border-radius     : 40px;
    text-transform    : uppercase;
    -webkit-transition: 0.2s all;
    transition        : 0.2s all;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
    opacity: 0.9;
}


.carousel-control-prev,
.carousel-control-next {
    background-size       : 50%, 50%;
    background-color      : rgba(0, 0, 0, 0.85);
}


/* Describe la fila donde está la imagen del logo */
.company-logo-row {
    background-color: rgb(0, 0, 0, 0.0);
    width: fit-content;    
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* Describe la imagen del logo en sí misma */
.img-company-logo {
    border-radius: 3%;
    width: 15vw;
}

/* Describe la fila donde están los 4 iconitos debajo del logo */
.four-icons-row {
    background-color: rgb(255, 255, 255, 0.35);
    border-radius: 50px;
    box-shadow: 4px 3px 8px 1px #222533;
    width: fit-content;
    width: 20vw;
    display: flex;
    margin-top: 1%;
    justify-content: space-around;
    align-items: center;
}

/* Describe cada iconito bajo el logo en si mismo */
.img-enlarges {
    position:relative;
    top:0px;
    left:0px;
    max-height: 250%;
    max-width: 250%;
    height:90%;
    width:90%;
    display:grid;
    z-index:999;
}

/* Se agranda el iconito cuando le pones el mouse */
.img-enlarges:hover {
    transform: scale(1.7);
    transition: 200ms linear;
}

.logo-reserva {
    width: 10vw; 
    margin:5px
}

/*************************
VIEW FOR IPAD & TABLETS
*************************/
@media screen and (max-width: 1024px) {

    .booking-form {
        width: 90vw;
        align-self: center;
    }

    .img-company-logo {
        border-radius: 50%;
        width: 45vw;
    }

    .company-logo-row {
        background-color: rgb(0, 0, 0, 0.0);
        width: fit-content;    
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .four-icons-row {
        background-color: rgba(37, 37, 37, 0.25);
        /* width: 35vh; */
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .four-icons-row div{
        width: 10vh;
        /* width: 60%; */
        display: table-row;
    }

    .logo-reserva {
        width: 20vw; 
        margin:5px
    }

}


/*************************
VIEW FOR MOBILES
*************************/
@media screen and (max-width: 480px) {
    .img-company-logo {
        border-radius: 50%;
        width: 50vw;
    }

    .four-icons-row {
        background-color: rgb(255, 255, 255, 0.25);
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .four-icons-row div{
        width: 25%;
        display: table-row;
    }

    .logo-reserva {
        width: 25vw; 
        margin:5px
    }
}

.darkeador {
    position: fixed;
    top:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.spin {    
    border: 16px solid #ffffff;
    border-radius: 50%;
    border-top: 16px solid #F36523;
    border-right: 16px solid #F36523;
    border-bottom: 16px solid #00A695;
    border-left: 16px solid #F36523;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.6s linear infinite;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #191a1e;
    background: rgba(70, 72, 82, 0.3);
  }

  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }