* {
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
}

.customFont {
    /*  font-family: 'Quicksand', sans-serif; */
    font-family: OpenSansFont;
}

.navbar {
    background-color: #0090a0;
}


/* Inline #6 | https://congresos.carnesostenible.org.py/consulta */

#PageContent::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #80b54b99;
    /* #0473307a;*/
    z-index: -1;
    /* content: '';*/
}


/* Element | https://congresos.carnesostenible.org.py/consulta */

#PageContent {
    position: relative;
    z-index: 1;
}

.PageContentWithBg {
    /* background-image: url(/img/fondo.jpg);
    background-position: bottom;
    background-size: auto;
    background-attachment: fixed;*/
}

@keyframes animationFondo1 {
    /* 16 s */
    0%,
    20% {
        opacity: 1;
    }
    30%,
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fondo {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


/* 
.fondo1 {
    animation: animationFondo1 16s ease infinite;
}

.fondo2 {
  
    animation: animationFondo1 16s ease 4s infinite;
}

.fondo3 {

    animation: animationFondo1 16s ease 8s infinite;
}

.fondo4 {
   
    animation: animationFondo1 16s ease 12s infinite;
}
*/

#PageHeader::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #fff;
    /* #398b39c9;*/
    z-index: 2;
}

.cardCurtain {
    position: relative;
    z-index: 1;
    height: 230px;
    position: relative;
    border: none;
    border-radius: 0;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all ease .2s;
    border: 4px solid transparent;
}


/*
.cardCurtain::before {
    position: absolute;
    width: 100%;
    right: 0;
    content: '';
    transform: skewX(0);
    height: 55px;
    background: #80b54bcc;
    ;
    z-index: 2;
    transition: all ease 1s;

}

.cardCurtain:hover::before {
    background: var(--primaryColor);
    right: -30%;
    height: 65px;
    top: 0;
    transform: skewX(30deg);
}
*/

.cardCurtain h5 {
    width: auto;
    text-align: center;
    transition: all ease .2s;
    position: relative;
    z-index: 2;
    background: #0090a0;
    padding: 12px 30px;
    margin-left: -24px;
}

.cardCurtain:hover h5 {
    margin-left: -20px;
}

.card.cardCurtain:hover {
    transform: scale(1.01);
}

.customTitle {
    position: relative;
}

body {
    font-family: 'Nunito', sans-serif;
}

.bg-pasture {}

.bg-pasture-trans {
    background-color: #80b54b99;
    ;
}

a {
    text-decoration: none;
}

.btn.btn-success {
    background: var(--grsbPrimaryColor) !important;
    border: none
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    box-shadow: none;
}

.buttonIntro {
    min-width: 200px !important;
    border: none !important;
    border-radius: 25px;
    color: white;
    text-shadow: 1px 1px 3px gray;
    transition: all 1s ease;
}

.buttonIntro:hover {
    transform: scale(1.1);
    color: white;
}

#presentacion {
    background: url('/img/banner_home_fondo.jpg') no-repeat center center;
    background-size: cover;
    padding: 32px 0;
}

.homebanner {
    /*   max-width: 720px;*/
    height: 320.167px;
}

h1 {
    color: #0090a0 !important;
}

input.form-control {
    background: transparent;
    border: none;
    border-bottom: #ccc 1px solid;
    border-radius: 0;
}

.form-control:focus {
    color: #212529;
    background-color: transparent;
    border-color: #0090a0;
    outline: 0;
    box-shadow: none;
}

.form-select:focus {
    border-color: #0090a0;
    outline: 0;
    box-shadow: none;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}

.card-header h1 {
    background: #0090a0;
    width: auto !important;
    display: inline-block;
    color: white !important;
    padding: 10px 42px;
    margin: 10px 0 0 -40px;
    text-align: left;
}

.form-check {
    margin-bottom: 12px;
}

.card-footer {
    background-color: transparent;
    border-top: none;
}

.row_hoteles {}

.col_hoteles {
    border: 4px solid transparent;
}

.row_hoteles .col_hoteles:first-child {
    border-color: #0090a0;
}