@import url('css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Figtree:400,700&display=swap');
@import url('css/flag-icons.min.css');

:root {
    --blue100: hsl(225, 63%, 31%);
    --blue300: hsl(225, 72%, 43%);
    --blue500: hsl(226, 81%, 56%);
    /* #345eea */
    --blue700: hsl(225, 91%, 76%);
    --blue900: hsl(225, 100%, 96%);

    --grey100: hsl(225, 0%, 31%);
    --grey300: hsl(225, 0%, 43%);
    --grey500: hsl(226, 0%, 56%);
    --grey700: hsl(225, 0%, 76%);
    --grey900: hsl(225, 0%, 96%);

    --green100: hsl(166, 56%, 15%);
    --green300: hsl(164, 52%, 32%);
    --green500: hsl(162, 48%, 49%);
    --green700: hsl(165, 74%, 72%);
    --green900: hsl(167, 100%, 95%);

    --red100: hsl(352, 60%, 22%);
    --red300: hsl(352, 65%, 43%);
    --red500: hsl(353, 70%, 58%);
    --red700: hsl(351, 73%, 77%);
    --red900: hsl(350, 76%, 95%);

    --yellow100: hsl(46, 72%, 27%);
    --yellow300: hsl(45, 82%, 49%);
    --yellow500: hsl(44, 93%, 72%);
    --yellow700: hsl(46, 97%, 84%);
    --yellow900: hsl(47, 100%, 95%);

    --black: #111;
    --white: #fff;

    --red500: #c10206;
    --white500: #fffbf2;
    --grey500: #dfe2db;
    --black: #010a10;
    --red500: #e10600;

}

html {
    position: relative;
    min-height: 100%;
}

body {
    background: var(--white);
    font-family: 'Figtree', sans-serif;
    color: var(--black);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
}

p {
    font-family: 'Figtree', sans-serif;
}

.bold700 {
    font-weight: 700;
}

.xxl {
    font-size: 38px;
    line-height: 1.3;
    letter-spacing: -0.1rem;
}

.xl {
    font-size: 30px;
    line-height: 1.3;
}

.large {
    font-size: 28px;
    line-height: 1.2;
}

.medium {
    font-size: 22px;
}

.standard {
    font-size: 16px;
}

.small {
    font-size: 14px;
}

.underline {
    border-bottom: 1px solid var(--grey100);
}

.burger {
    width: 20px;
    border: 1px solid white;
    display: block;
    margin-bottom: 4px;
    background-color: white;
    border-radius: 100px;
}

/* ARROWS */

.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.arrow-right,
.long-arrow-right{
    transform: rotate(135deg);
    margin-left: 10px;
}

.arrow-left,
.long-arrow-left{
    transform: rotate(-45deg);
    margin-right: 10px;
}
.long-arrow-right::after,
.long-arrow-left::after{
    content: "";
    display: block;
    width: 2px;
    height: 14px;
    background-color: #fff;
    transform: rotate(-45deg) translate(4px, 0px);
}

/*Honey pot*/
.apellidos {
    display: none;
}

/*NAVBAR*/

.navbar {
    background-color: #01040A;
}

.navbar-brand > a:active,
a:focus {
    background-color: transparent !important;
}

.navbar-right {
    margin: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.navbar-toggle {
    padding-bottom: 0px;
    margin: 4px 15px;
    color: var(--white);
}

.navbar-collapse {
    padding: 0px 30px 30px;
}

.fa-right {
    padding-right: 5px;
}

.fa-left {
    padding-left: 5px;
}

/*COLORES*/

.blue100 {
    color: var(--blue100);
}

.blue300 {
    color: var(--blue300);
}

.blue500 {
    color: var(--blue500);
}

.blue700 {
    color: var(--blue700);
}

.blue900 {
    color: var(--blue900);
}

.grey100 {
    color: var(--grey100);
}

.grey300 {
    color: var(--grey300);
}

.grey500 {
    color: var(--grey500);
}

.grey700 {
    color: var(--grey700);
}

.grey900 {
    color: var(--grey900);
}

.green100 {
    color: var(--green100);
}

.green300 {
    color: var(--green300);
}

.green500 {
    color: var(--green500);
}

.green700 {
    color: var(--green700);
}

.green900 {
    color: var(--green900);
}

.red100 {
    color: var(--red100);
}

.red300 {
    color: var(--red300);
}

.red500 {
    color: var(--red500);
}

.red700 {
    color: var(--red700);
}

.red900 {
    color: var(--red900);
}

.yellow100 {
    color: var(--yellow100);
}

.yellow300 {
    color: var(--yellow300);
}

.yellow500 {
    color: var(--yellow500);
}

.yellow700 {
    color: var(--yellow700);
}

.yellow900 {
    color: var(--yellow900);
}

.black {
    color: var(--black);
}

.white {
    color: var(--white);
}

/*PUNTO VERDE TRIPADVISOR*/
.dot {
    height: 25px;
    width: 25px;
    background-color: #00AA6C;
    border-radius: 50%;
    display: inline-block;
}

/*BOTONES*/

.w100 {
    width: 100%;
}

.btn {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 25px !important;
    min-width: 123px;
    color: var(--blue500);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.8125rem 1.25rem;
    line-height: 1.6;
    border-radius: 100px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.btn-blue {
    color: #FFFFFF !important;
    background-color: var(--blue500);
    border-color: var(--blue500);
    box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.2);
}

.btn-blue:hover {
    color: #FFFFFF;
    background-color: var(--blue300) !important;
    border-color: var(--blue300) !important;
}

.btn-blue:focus,
.btn-main.focus {
    box-shadow: none;
}

.btn-blue.disabled,
.btn-blue:disabled {
    color: #FFFFFF;
    background-color: #335EEA;
    border-color: #335EEA;
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1643d4;
    border-color: #153fc9;
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(82, 118, 237, 0.5);
}

.btn-green {
    background-color: var(--green500) !important;
    color: #fff !important;
    border: 1px var(--green500) solid;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    background-color: var(--green300) !important;
    color: #fff !important;
    border: 1px var(--green300) solid;
}

.btn-blue-soft {
    background-color: var(--blue900) !important;
    color: var(--blue500) !important;
    border: 1px var(--blue900) solid;
}

.btn-blue-soft:hover,
.btn-blue-soft:focus {
    background-color: var(--blue700) !important;
    color: #fff !important;
    border: 1px var(--blue700) solid;
}

.btn-switch {
    background-color: transparent !important;
    color: var(--grey500) !important;
    border: 0px var(--grey500) solid;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.btn-switch:hover,
.btn-switch:focus,
.btn-switch:active,
.btn-switch.active {
    border: 2px solid var(--blue500) !important;
    color: var(--blue500) !important;
    border: 0px var(--blue900) solid;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.btn-switch-blue {
    background-color: transparent !important;
    color: var(--grey500) !important;
    border: 0px var(--grey500) solid;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.btn-switch-blue:hover,
.btn-switch-blue:focus,
.btn-switch-blue:active,
.btn-switch-blue.active {
    background-color: var(--blue900) !important;
    color: var(--blue500) !important;
    border: 0px var(--blue900) solid;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.btn-green300 {
    background-color: var(--green300) !important;
    color: var(--green900) !important;
    border: 1px var(--green300) solid;
}

.btn-green300:hover,
.btn-green300:focus,
.btn-green300:active,
.btn-green300.active {
    background-color: var(--green100) !important;
    color: var(--green900) !important;
    border: 1px var(--green100) solid;
}

.btn-red {
    background-color: var(--red500) !important;
    color: #fff !important;
    border: 1px var(--red500) solid;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    background-color: var(--red500) !important;
    color: #fff !important;
    border: 1px var(--red500) solid;
}

.btn-cancel-blue {
    background-color: transparent !important;
    color: var(--blue500) !important;
    border: 0px var(--blue500) solid;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.btn-cancel-blue:hover,
.btn-cancel:focus,
.btn-cancel:active,
.btn-cancel.active {
    background-color: transparent !important;
    color: var(--blue700) !important;
    border: 0px var(--blue900) solid;
    box-shadow: none !important;
    border-radius: 0px !important;
}


.brandname {
    font-weight: 500;
    font-size: 20px;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

.center {
    text-align: center;
}

.centermov {
    text-align: center;
}

.leftmov {
    text-align: left;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.truncatext {
    display: block;
    white-space: nowrap;
    /* forces text to single line */
    overflow: hidden;
    text-overflow: ellipsis;
}

.panelf1 {
    margin: 10px;
    padding: 20px 20px 10px;
    background-color: var(--white);
    border-radius: 5px;
    border: 1px solid var(--grey700);
}

.panelnew {
    border-top: 3px solid var(--red500);
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 25px;
    box-shadow: 0 10px 20px hsla(0, 0%, 0%, 0.1);
    margin-bottom: 20px;
}

.panelayuda {
    color: var(--blue300);
    border-radius: 5px;
    background-color: #fff;
    padding: 15px 20px;
    box-shadow: 0 10px 20px hsla(0, 0%, 0%, 0.1);
    margin: 15px 10px;
    text-align: center;
}

.panelreview {
    color: var(--blue300);
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 30px;
    box-shadow: 0 10px 20px hsla(0, 0%, 0%, 0.1);
    margin: 5px;
}

/*STAR RATING */


.starrating input[type="radio"] {
    display: none;
}

.starrating label {
    color: var(--grey500);
}

.starrating {
    direction: rtl;
    unicode-bidi: bidi-override;
}

.starrating label:hover,
.starrating label:hover ~ label {
    color: orange;
}

.starrating input[type="radio"]:checked ~ label {
    color: orange;
}



/* header */

.header {
  background-color: var(--black);
  /*box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);*/
  position: sticky;
    top: 0;
  width: 100%;
  z-index: 999;
    height: 50px;
    border-bottom: 2px solid var(--grey900);
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
}

.header .logo {
  display: block;
  float: left;
  color: var(--white);
    font-size: 20px;
    padding: 8px 10px 10px;
  text-decoration: none;
    
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
    background-color: var(--black);
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 22px;
  position: relative;
  user-select: none;
        margin-bottom: 0px;
}

.header .menu-icon .navicon {
  background: var(--white);
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: var(--white);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 500px;
    padding: 20px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.btn-navbar {
    padding: 7px 16px !important;
}

/* 48em = 768px */

@media (min-width: 1080px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 10px 20px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: 50px;
  }
  .header .menu-icon {
    display: none;
  }
}









.beneficio {
    padding-left: 10px;
}

.fi {
    margin-right: 5px;
}


























.cc-message {
    margin: 5px 10px !important;
    font-size: 80%;
    color: var(--grey300);
}

.cc-window {
    background-color: #fff !important;
    box-shadow: 0 -5px 10px hsla(0, 0%, 0%, 0.1);
    border-top: 3px solid var(--blue100);
}

.form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.form-group {
    margin-bottom: 10px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: var(--grey900);
}

.form-control:focus {
    border-color: var(--grey100);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 20%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 20%);
}

.form-control {
    height: 52px;
    border: 3px solid var(--black);
    border-radius: 100px;
    font-size: 17px;
}



.form-contacto {
    padding: 15px 20px !important;
    min-height: 50px !important;
    border: 0px !important;
}

.progress {
    background-color: #fff !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid #fff;
    border-radius: 5px;
    margin: 10px 5px;
    box-shadow: 0 10px 20px hsla(0, 0%, 0%, 0.1);
    color: var(--grey100);
}

.card a {
    color: var(--grey100);
}

.card a:hover,
a:active,
a:focus {
    background-color: var(--blue900);
    color: var(--grey100);
}

.card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 2rem;
    text-align: center;
    padding: 10px 20px;

}

.card-blue {
    border-top: 3px var(--blue500) solid;
}

.card-green {
    border-top: 3px var(--green500) solid;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 150px;
    object-fit: cover;
}

.card-img-bottom {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 150px;
    object-fit: cover;
}



/* HERO IMAGES */

.hero {
    padding: 20px;
}

/* BLOG */

.blog {
    color: var(--black);
}

.blog a {
    font-weight: 700;
    border-bottom: 1px solid var(--red500);
    color: var(--red500);
}

.blog p {
    margin-bottom: 20px;
    line-height: 1.7;
}

.blog h1 {
    padding: 30px 25px !important;
    line-height: 1.35;
}

.blog h2 {
    margin-bottom: 23px;
    line-height: 1.5;
    padding-top: 30px;
    font-size: 24px;
    font-weight: 700;
}

.blog h3 {
    margin-bottom: 23px;
    line-height: 1.5;
    font-size: 20px;
}

.blog blockquote {
    background-color: var(--red900);
    border-left: 5px solid var(--red500);
    padding: 10px 20px 20px;
    font-size: inherit;
}

.blog .fuente {
    background-color: white;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
}

.blog .xl {
    font-size: 26px;
}





/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="checkbox"] {
    /* checkbox aspect */
}

[type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42);
}

[type="checkbox"].tabbed:focus + span:not(.lever):after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid var(--blue500);
    border-bottom: 2px solid var(--blue500);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + span:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #26a69a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    background-color: transparent;
}

[type="checkbox"].filled-in + span:not(.lever):after {
    border-radius: 2px;
}

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
    background-color: transparent;
    border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
    border-color: transparent;
    background-color: #949494;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
    background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
    background-color: #949494;
    border-color: #949494;
}

















.btn-triad {
    background: linear-gradient(to right, #96F321, #6abe01) !important;
    border: 0px solid #96F321 !important;
    color: #fff !important;
    font-weight: 700;
}

.btn-triad:hover,
.btn-triad:focus,
.btn-triad:active,
.btn-triad.active,
.open .dropdown-toggle.btn-triad {
    background-color: #6abe01 !important;
    border: 0px solid #6abe01 !important;
    color: #fff !important;
    font-weight: 700;
}

.btn-trans {
    background-color: transparent !important;
    border: 2px solid #0d47a1 !important;
    color: #0d47a1;
}

.btn-trans:hover,
.btn-trans:focus,
.btn-trans:active,
.btn-trans.active,
.open .dropdown-toggle.btn-trans {
    background-color: #0d47a1 !important;
    border: 2px solid #0d47a1 !important;
    color: #fff;
}

.btn-grad {
    background: linear-gradient(to right, #2196f3, #0d47a1) !important;
    border: 0px solid #0d47a1 !important;
    color: #fff !important;
}

.btn-grad:hover,
.btn-grad:focus,
.btn-grad:active,
.btn-grad.active,
.open .dropdown-toggle.btn-grad {
    background-color: #1565c0 !important;
    border: 0px solid #1565c0 !important;
    color: #fff !important;
}

.btn-nav {
    background-color: #0d47a1 !important;
    border: 2px solid #0d47a1 !important;
    color: #fff !important;
}

.btn-nav:hover,
.btn-nav:focus,
.btn-nav:active,
.btn-nav.active,
.open .dropdown-toggle.btn-nav {
    background-color: #1565c0 !important;
    border: 2px solid #1565c0 !important;
    color: #fff !important;
}

.btn-navtrans {
    background-color: transparent !important;
    border: 2px solid #2196f3 !important;
    color: #2196f3 !important;

}

.btn-navtrans:hover,
.btn-navtrans:focus,
.btn-navtrans:active,
.btn-navtrans.active,
.open .dropdown-toggle.btn-navtrans {
    background-color: #1e88e5 !important;
    border: 2px solid #1e88e5 !important;
    color: #fff !important;
}


.btn-warning {
    background-color: #d00022 !important;
    border-color: #d00022 !important;
    color: #fff;

}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #f10027 !important;
    border-color: #f10027 !important;
    color: #fff !important;
}

.btn-danger {
    background-color: #333 !important;
    border-color: #333 !important;
    color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #555 !important;
    border-color: #555 !important;
    color: #fff !important;
}

.btn-tripadvisor {
    background-color: #34E0A1 !important;
    border-color: #34E0A1 !important;
    color: #000;
}

.btn-tripadvisor:hover,
.btn-tripadvisor:focus,
.btn-tripadvisor:active,
.btn-tripadvisor.active,
.open .dropdown-toggle.btn-tripadvisor {
    background-color: #51a05e !important;
    border-color: #51a05e !important;
    color: #fff !important;
}

.cc-revoke,
.cc-window {
    font-size: 12px;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 1em 1em 1em;
}


.panel {
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.footer {
    background-color: #01040A;
    color: var(--grey900);
}

.panel-heading {
    padding: 10px 20px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--blue500);
    margin-top: 10px;
}

.panel-collapse {
    background-color: var(--white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 10px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px solid var(--blue500);
}

.opinionindex {
    font-size: 22px;
}


.list-group-button {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #f1f1f1;
    border: 1px solid #f2f2f2;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

a.list-group-button:hover,
a.list-group-button:focus {
    text-decoration: none;
    background-color: #ddd;
}

a.anchor {
    position: absolute;
    margin: -80px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratings .meta {
    font-size: 15px;
    color: #555;
}

.panel-diario-button {
    border-color: #ddd;
    display: block;
    padding: 15px;
    text-align: center;
    background-color: #F95125;
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}


.list-group-item {
    border: 1px solid #f2f2f2;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

a {
    color: var(--red500);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--red300);
    text-decoration: none;
}



.footer a {
    color: #f2f2f2;
}

.footer a:hover,
.footer a:focus {
    color: #999;
}

a.footer {
    color: #f2f2f2;
    text-decoration: none;
}



a.footer:hover,
a.footer:focus {
    color: #4e4e4e;
    text-decoration: none;
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid var(--black);
}

.pull-left {
    margin-right: 15px;
}

.pull-right {
    margin-left: 15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.list-group {
    margin-bottom: 8px;
}

h1,
.h1,
h2,
.h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}



/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------[ SCREEN SIZE 480PX ]-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width : 480px) {
    .container {
        padding-bottom: 0px;
    }

    .top-image {
        background: url(images/main.jpg) no-repeat bottom;
        background-size: cover;
    }

    .top-image-mob {
        background: transparent;
        background-size: cover;
    }

    .top-image-harry {
        background: url(images/harry-potter.jpg) no-repeat center;
        background-size: cover;
    }

}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------[ SCREEN SIZE 768PX ]-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width : 768px) {

    .panel-title {
        font-size: 25px;
    }

    .top-image {
        padding-top: 40px;
    }


    .footer {
        text-align: left;
    }


    .opinionindex {
        font-size: 30px;
    }

    .paddinglist {
        padding: 5px 20px;
    }

    .custom {
        height: 450px;
        padding: 40px 0px 0px;
    }

}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------[ SCREEN SIZE 992PX ]-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width : 992px) {

    
    .hero_new {
        padding: 30px 0px 100px;
    }

    .hero {
        padding: 40px 10px;
    }

    .affix-sidebar {
        top: 70px;
        width: 303px;
    }

    .top-image {
        height: 590px;
    }

    .centermov {
        text-align: left;
    }

    .leftmov {
        text-align: center;
    }

    .customindex {
        height: 520px;
    }


    .expand-md {
        display: block !important;
    }

    .xxl {
        font-size: 50px;
    }

    .xl, .blog .xl {
        font-size: 38px;
    }

    .large {
        font-size: 30px;
    }

    .medium {
        font-size: 23px;
    }


    .w100 {
        width: unset;
    }
    
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------[ SCREEN SIZE 1200PX ]-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

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

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------[ SCREEN SIZE 1600PX ]-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width : 1600px) {
    .top-image {
        height: 610px;
        padding-top: 50px;
    }


    .custom {
        height: 450px;
    }

}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------[ COLLAPSE NAVBAR ]-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/


@media (max-width: 1180px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}


/*----- SVG image ----*/

.c-inbox__title {
    margin-bottom: 2.5rem;
    font-family: var(--wp-preset--font-family--sohne);
    font-weight: 600;
    font-size: .75rem;
    line-height: 1.2
}

.c-inbox__title mark {
    color: var(--wp--preset--color--primary-1);
    background: none
}

.c-inbox__title mark b {
    font-weight: 600;
    font-size: 1.5em
}

.c-inbox__title ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    color: var(--wp--preset--color--primary-1);
    font-size: 1.2em
}

.c-inbox__title ul li {
    opacity: 0;
    display: none;
    white-space: nowrap
}

.c-inbox__title ul li.is-next {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-animation: inbox-title-in .35s ease-in-out 0s forwards !important;
    animation: inbox-title-in .35s ease-in-out 0s forwards !important
}

.c-inbox__title ul li.is-active {
    opacity: 1;
    display: block;
    position: unset;
    -webkit-animation: inbox-title-out .35s ease-in-out .05s forwards;
    animation: inbox-title-out .35s ease-in-out .05s forwards
}

@media(min-width: 26.25em) {
    .c-inbox__title {
        margin-bottom: 1rem
    }
}

@media(min-width: 46.25em) {
    .c-inbox__title {
        margin-bottom: 1.25rem;
        font-size: 1.25rem
    }

    .c-inbox__title mark b {
        font-size: 2.375rem
    }
}

@media(min-width: 62em) {
    .c-inbox__title {
        margin-bottom: 2.5rem
    }
}

@media(min-width: 75em) {
    .c-inbox__title {
        margin-bottom: 1.75rem
    }
}

@media(min-width: 89.5em) {
    .c-inbox__title {
        margin-bottom: 1.5rem
    }
}

@-webkit-keyframes inbox-title-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes inbox-title-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes inbox-title-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes inbox-title-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.c-inbox__view {
    position: relative;
    color: #1d1d1b;
    padding: 60px 50px;
}

@media(min-width: 480px) {
    .c-inbox__view {
        padding: 60px 100px;
    }
}

@media(min-width: 992px) {
    .c-inbox__view {
        padding: 60px 50px;
    }
}

.c-inbox__wrap {
    border-radius: 5px;
    border: 0px solid #000;
    overflow: hidden;
    background: var(--white);
    -webkit-box-shadow: -4px 4px 0px rgba(29, 29, 27, .12);
    box-shadow: -4px 4px 5px 0px rgba(29, 29, 27, .12)
}

.c-inbox__head {
    padding: 7px 7px;
    background: var(--grey300);
}

.c-inbox__head svg {
    display: block
}

.c-inbox__main {
    padding: 10px 8px
}

@media(min-width: 46.25em) {
    .c-inbox__main {
        padding: 12px
    }
}

@media(min-width: 62em)and (max-width: 89.49em) {
    .c-inbox__main {
        padding: 12px 10px
    }
}

.c-inbox__srch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    padding: 4px 4px 4px 8px;
    font-size: 8px;
    line-height: 2;
    border-radius: 17px;
    background: var(--grey900);
}

.c-inbox__srch svg:first-child {
    max-width: 12px
}

.c-inbox__srch svg:last-child {
    max-width: 20px
}

.c-inbox__srch span {
    margin: 0 auto 0 6px
}

@media(min-width: 46.25em) {
    .c-inbox__srch {
        margin-bottom: 15px;
        padding: 5px 5px 5px 10px;
        font-size: 12px
    }

    .c-inbox__srch svg:first-child,
    .c-inbox__srch svg:last-child {
        max-width: none
    }

    .c-inbox__srch span {
        margin-left: 10px
    }
}

.c-inbox__inbox {
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.1538;
    font-weight: 600
}

@media(min-width: 46.25em) {
    .c-inbox__inbox {
        margin-bottom: 15px;
        font-size: 13px
    }
}

.c-inbox__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0 4px;
    cursor: pointer
}

.c-inbox__row:last-child {
    margin-bottom: 0
}

.c-inbox__row svg {
    max-width: 10px
}

.c-inbox__row .title {
    margin: 2px 0 0 4px;
    font-size: 9px;
    line-height: 1.2
}

.c-inbox__row .time {
    margin-left: auto;
    font-size: 7px;
    line-height: 1
}

.c-inbox__row.is-active .title {
    font-weight: 600
}

.c-inbox__row.placeholder {
    margin: 0 0 3px;
    opacity: .08;
    cursor: default
}

.c-inbox__row.placeholder .title,
.c-inbox__row.placeholder .time {
    width: 70%;
    height: 7px;
    margin-top: 0;
    border-radius: 17px;
    background: currentColor
}

.c-inbox__row.placeholder .time {
    width: 28px;
    height: 5px
}

.c-inbox__row.placeholder.md .title {
    width: 47%
}

.c-inbox__row.placeholder.sm .title {
    width: 32%
}

@media(min-width: 30em) {
    .c-inbox__row {
        margin-bottom: 6px
    }
}

@media(min-width: 46.25em) {
    .c-inbox__row {
        margin-bottom: 5px
    }

    .c-inbox__row svg {
        max-width: none
    }

    .c-inbox__row .title {
        margin-left: 10px;
        font-size: 12px
    }

    .c-inbox__row .time {
        font-size: 9px
    }

    .c-inbox__row.placeholder {
        margin-bottom: 4px
    }

    .c-inbox__row.placeholder .title,
    .c-inbox__row.placeholder .time {
        height: 10px
    }

    .c-inbox__row.placeholder .time {
        width: 34px;
        height: 7px
    }
}

.c-inbox__phone {
    width: 11rem;
    position: absolute;
    top: -2.125rem;
    right: 0;
    bottom: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 5px;
    border: 6px solid #1d1d1b;
    border-radius: 30px;
    background: #f3eee5;
    -webkit-box-shadow: -4px 4px 0px rgba(29, 29, 27, .12);
    box-shadow: -4px 4px 0px rgba(29, 29, 27, .12)
}

.c-inbox__phone::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 48%;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 4px;
    background: #1d1d1b
}

@media(min-width: 30em) {
    .c-inbox__phone {
        width: 13rem;
        top: -3rem;
        padding: 16px 7px;
        border-width: 8px
    }
}

@media(min-width: 46.25em) {
    .c-inbox__phone {
        width: 16rem;
        top: -4rem
    }
}

@media(min-width: 62em) {
    .c-inbox__phone {
        width: 15.5rem;
        top: -2.125rem
    }
}

@media(min-width: 75em) {
    .c-inbox__phone {
        top: -3.25rem
    }
}

@media(min-width: 89.5em) {
    .c-inbox__phone {
        top: -4.75rem
    }
}

.c-inbox__phone-head {
    position: relative;
    margin-bottom: 8px;
    padding: 8px 0;
    border: 1px solid #1d1d1b;
    border-width: 1px 0;
    font-weight: 600;
    font-size: 5px;
    line-height: 1.4;
    letter-spacing: .04em;
    text-transform: uppercase
}

.c-inbox__phone-head .left,
.c-inbox__phone-head .right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-inbox__phone-head .left {
    left: 0
}

.c-inbox__phone-head .right {
    right: 0
}

.c-inbox__phone-head svg {
    max-width: 60px;
    display: block;
    margin: 0 auto
}

@media(min-width: 30em) {
    .c-inbox__phone-head {
        font-size: 6px
    }
}

@media(min-width: 46.25em) {
    .c-inbox__phone-head {
        border-width: 1.5px 0
    }

    .c-inbox__phone-head svg {
        max-width: none
    }
}

.c-inbox__phone-list {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.c-inbox__phone-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.c-inbox__phone-item.is-active {
    opacity: 1;
    pointer-events: all
}

.c-inbox__img {
    margin-bottom: 8px
}

.c-inbox__img img {
    width: 100%;
    height: 100%;
    max-height: 75px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(min-width: 46.25em) {
    .c-inbox__img {
        margin-bottom: 13px
    }

    .c-inbox__img img {
        max-height: none
    }
}

.c-inbox__text {
    overflow: hidden;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.1667
}

.c-inbox__text svg {
    display: block;
    margin: 6px 0
}

.c-inbox__text svg rect {
    height: 5px
}

@media(min-width: 62em) {
    .c-inbox__text {
        font-size: 12px;
        line-height: 1.1667
    }

    .c-inbox__text svg rect {
        height: 9px
    }
}

.c-inbox__nc-logo {
    position: absolute;
    right: -20px;
    bottom: -11px;
    max-width: 80px;
    z-index: 1
}

.c-inbox__nc-logo svg {
    max-width: 100%;
    display: block
}

@media(min-width: 30em) {
    .c-inbox__nc-logo {
        max-width: 100px
    }
}

@media(min-width: 46.25em) {
    .c-inbox__nc-logo {
        right: -28px;
        max-width: none
    }
}
