@import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');

.container-logo {
    margin-top: -10%;
}

.section {
    position: relative;
    width   : 100%;
    display : block;
}

#custom-container {
    margin-top: 5% !important;
    padding   : 0 2%;
}

#txt-casona-01 {
    font-weight     : 200;
    color           : rgb(255, 255, 255);
    font-family     : Poppins, sans-serif;
    line-height     : 1.2em;
    letter-spacing  : 0.1em;
    text-transform  : uppercase;
    font-size       : 40px;
    background-color: rgba(126, 32, 49, 0.64);
    padding         : 1% 0%;
    margin          : 7% 18% 3%;
}

footer {
    margin-top: 0 !important;
}

.background-image {
    background-repeat    : no-repeat;
    background-size      : cover;
    background-position  : center;
    background-position-y: 48%;
    background-image     : url(../../img/web/DSC05024.JPG);
    padding              : 10rem 1.15rem 8.5rem;
}

#txt-contacto-01 {
    font-weight   : 300;
    /*color         : rgba(126, 32, 49, 0.64);*/
    color: #FFF;
    font-family   : 'Poppins', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size     : 48px;
    padding       : 0%;
    margin        : 1% 0% 1%;
}

#txt-contacto-02 {
    font-size  : 17px;
    color      : rgb(113, 113, 113);
    font-family: Comfortaa, sans-serif;
}

.container-form-contacto {
    padding: 3% 3% 0 6%;
}

.container-form-map {
    padding: 4% 1% 0% 1%;
    height : 105%;
}

.lblInputTxt {
    font-family: 'Poppins', sans-serif;
    color      : #a27b87;
    font-size  : 15px;
    font-weight: 600;
}

.inputFormContacto {
    border       : 1px solid #C17300;
    border-radius: 15px;
    color        : #6D6D6D;
    font-family  : 'Poppins', sans-serif;
    font-size    : 14px;
    height       : 30px;
    padding      : 4px 12px;
    transition   : 0.65s;
}

.txtareaFormContacto {
    border       : 1px solid #C17300;
    border-radius: 10px;
    color        : #6D6D6D;
    font-family  : 'Poppins', sans-serif;
    font-size    : 14px;
    height       : 30px;
    padding      : 4px 12px;
    transition   : 0.65s;
    resize       : none;
}

.inputFormContacto:hover,
.txtareaFormContacto:hover {
    border: 1px solid #A27B87 !important;
}

.inputFormContacto:focus,
.txtareaFormContacto:focus {
    box-shadow: inset 0 0 5px #A27B87, 1px 1px 5px #a27b87;
    border    : 1px solid #A27B87 !important;
}

#btnEnviaContacto {
    border        : 1px solid #A27B87 !important;
    background    : #A27B87;
    color         : #fff;
    border-radius : 12px;
    width         : 24%;
    font-size     : 14.5px;
    transition    : 0.65s;
    cursor        : pointer;
    font-family   : 'Poppins', sans-serif;
    font-weight   : 400;
    text-transform: uppercase;
    margin-top    : 2%;
}

#btnEnviaContacto:hover {
    border    : 1px solid #C17300 !important;
    background: #C17300;
    color     : #fff;
}

#btnEnviaContacto:focus {
    box-shadow: inset 0px 0px 0px #c17300, 0px 0px 21px #c17300;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {}

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media only screen and (min-width: 993px) and (max-width: 1024px) {}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {}

@media only screen and (min-width: 1600px) {}