iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

@font-face {
    font-family: 'Sinkin Sans 600';
    src: url('../fonts/SinkinSans-600SemiBold.eot');
    src: url('../fonts/SinkinSans-600SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SinkinSans-600SemiBold.woff2') format('woff2'),
        url('../fonts/SinkinSans-600SemiBold.woff') format('woff'),
        url('../fonts/SinkinSans-600SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sinkin Sans 300';
    src: url('../fonts/SinkinSans-300Light.eot');
    src: url('../fonts/SinkinSans-300Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SinkinSans-300Light.woff2') format('woff2'),
        url('../fonts/SinkinSans-300Light.woff') format('woff'),
        url('../fonts/SinkinSans-300Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sinkin Sans 400';
    src: url('../fonts/SinkinSans-400Regular.eot');
    src: url('../fonts/SinkinSans-400Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SinkinSans-400Regular.woff2') format('woff2'),
        url('../fonts/SinkinSans-400Regular.woff') format('woff'),
        url('../fonts/SinkinSans-400Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.cc-cookies{background: rgba(0,0,0,0.8);}
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset, .cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline{width: auto;}
.cc-cookies a.cc-cookie-accept:hover {background:transparent!important;cursor:pointer}
.cc-cookies a button:hover {cursor:pointer}

html, body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; height: 100%}
html {position: relative;min-height: 100%; scroll-behavior: smooth;}
body{font-family: 'Sinkin Sans 300', serif; color: #ffffff;}

a  {
    color: #fde308;
    text-decoration: none;
}

a:hover {
    color: #fde308;
    text-decoration: underline;
}

button{
    border: 1px solid #fde308;
    background: transparent;
    padding: 15px;
    color: #fde308;
    margin-top: 20px;
}

button a {color:#fde308;}

button a:hover {color:#212121!important;}

button:hover {background: #fde308; color:#212121!important;}

.font-regular{font-family: 'Sinkin Sans 400', sans-serif;}
.font-light{font-family: 'Sinkin Sans 300', sans-serif;}
.font-semibold{font-family: 'Sinkin Sans 600', sans-serif;}
.bg-color{background: #fde308;}
.text-black {color:#000!important;}
.color2 {color:#fde308;}
.color-grey {color:#6E6E6E;}

.g-recaptcha {display:none!important}
.nounderline{text-decoration: none!important;}

/*contacta*/
.contacta{position: fixed; top: 35px; right: 15px; z-index: 100}
.contacta div{border-radius: 35px; height: 70px;}
.contacta div a{padding: 0 11px;}
.contacta span{display: none; position: relative; top: -5px; color:#000!important;}
.contacta:hover span{display: inline-block;}

.contacta-m{position: fixed; width: 100%; top:0; z-index: 100}
.contacta-m span{position: relative; top: -5px;}

.fa-2x {
    font-size: 2em;
    color: #000 !important;
}

/*contacta*/

.carousel-control-prev, .carousel-control-next{opacity: 0.8;}
.fa-angle-left, .fa-angle-right {top: 50%; z-index: 5; display: inline-block; background: #fde308; border-radius: 50%; width: 50px!important; height: 50px!important; padding-top: 18px; text-align: center; color: #000!important;}
.fa-angle-left {left: 50%;}
.fa-angle-right {right: 50%;}

#carousel-grande.carousel .carousel-item{min-height: 100vh; height: 100%; width:100%;}
#carousel-grande.carousel .carousel-caption{top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); left: 10%; right: 10%;}

#carousel-grande .carousel-item:nth-child(1) {
    background: rgba(0, 0, 0, 0.3) url(../img/slider_1_vilafortuny_promociones_espejo.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-blend-mode: multiply;
}

#carousel-grande .carousel-item:nth-child(2) {
    background: rgba(0, 0, 0, 0.3) url(../img/slider_2_vilafortuny_promociones_espejo.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-blend-mode: multiply;
}

#carousel-grande .carousel-item:nth-child(3) {
    background: rgba(0, 0, 0, 0.3) url(../img/slider_3_vilafortuny_promociones_espejo.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-blend-mode: multiply;
}

.carousel-item:nth-child(1), .carousel-item:nth-child(2), .carousel-item:nth-child(3) {
  animation: zoom-in-zoom-out 25s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

/*GALERIA*/
.owl-nav .owl-prev{position: absolute; left:10%;}
.owl-nav .owl-next{position: absolute; right:10%;}
.owl-theme .owl-nav [class*='owl-']:hover{background: transparent;}
/*GALERIA*/

/*INFO*/
.bg-info {background-color: #212121!important;} 
/*INFO*/

/*ICONS*/
.bg-icons{background: linear-gradient(rgba(233, 233, 233, 1), rgba(233, 233, 233, 1)), url(../img/bg_icons.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-blend-mode: multiply;}
/*ICONS*/

/*CONTACTO*/
.bg-contacto {background-color: #212121!important;} 
#contacto{}
.custom-control-input:checked~.custom-control-label::before {color: #fde308!important; background-color: #212121!important;}
.custom-control-label::before {background-color: #ffffff; border: transparent solid 1px; border-radius: 50%!important;}
/*CONTACTO*/

/*FORM*/
.form-control{border-radius: 0; border-color:#f8f9fa; background: transparent; color: #f8f9fa;}
textarea.form-control {}
.btn-send{color: #212121; border-radius: 1rem; padding-left:30px; padding-right:30px; background:#fde308; transition:.15s all 0s ease-in-out; -webkit-transition:.15s all 0s ease-in-out; -moz-transition:.15s all 0s ease-in-out; -o-transition:.15s all 0s ease-in-out; }
.btn-send:hover, .btn-send:focus, .btn-send:active {color: #fde308; background:  #212121}
.btn-modal{color:#212121; border-radius: 1rem; padding-left:30px; padding-right:30px; background: #fde308; transition:.15s all 0s ease-in-out; -webkit-transition:.15s all 0s ease-in-out; -moz-transition:.15s all 0s ease-in-out; -o-transition:.15s all 0s ease-in-out;}
.btn-modal:hover, .btn-modal:focus, .btn-modal:active {color: #fde308!important; background:  #212121;}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label{color: #FF433F;}
.help-block ul{float: none; display:block;}


.btn-secondary:hover {
    color: #212121;
    background-color: #fde308;
    border-color: #fde308;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background: #000;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    background: #000 !important;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
    background: #000;
}


.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
}

::-webkit-input-placeholder {color: #f8f9fa!important;opacity: 1!important;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #f8f9fa!important;}
input:-moz-placeholder, textarea:-moz-placeholder {color: #f8f9fa!important;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #f8f9fa!important;opacity: 1;}
/*FORM*/

/*TOOLTIP*/
.color-tooltip + .tooltip > .tooltip-inner {background-color: rgba(0, 149, 54, 0.8)!important}
.color-tooltip + .tooltip > .tooltip-arrow {border-top-color:rgba(0, 149, 54, 0.8)!important}
/*TOOLTIP*/


/*FOOTER*/

/*FOOTER*/


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px){

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
}

