 .fdsAirInfoPassengers .edadesVuelo span {
     font-size: 12px;
     text-transform: lowercase;
 }
 
 .fdsAirInfoPassengers .edadesVuelo span:nth-child(1) {
     margin-left: 62px;
 }
 
 .fdsAirInfoPassengers .edadesVuelo span:nth-child(2) {
     margin-left: 71px;
 }
 
 .fdsAirInfoPassengers .edadesVuelo span:nth-child(3) {
     margin-left: 85px;
 }
 
 .form_autos {
     border-right: 1px solid #CCC;
     padding-right: 15px;
     width: auto;
     height: auto;
 }
 
 .form_autos .UDT_Form[id$="_Form_divForm"] .UDT_Type_String input[type="text"] {
     width: 100%;
 }
 
 .form_autos .UDT_Form[id$="_Form_divForm"] .UDT_Type_EMail input[type="text"] {
     width: 100%;
 }
 
 .form_autos textarea {
     overflow: auto;
     width: 100%;
 }
 
 .form_autos .UDT_Buttons span {
     padding-right: 0px;
     white-space: nowrap;
     display: block;
 }
 
 .form_autos #dnn_ctr62973_Default_Form_cmdUpdate {
     margin-left: 23px;
     background: none repeat scroll 0 0 #DE6A28 !important;
     border: none;
     color: #FFF;
     padding: 8px 11px;
     border-radius: 8px;
     width: auto;
     text-align: center;
 }
 
 .form_autos #dnn_ctr62973_Default_Form_cmdCancel {
     background: none repeat scroll 0 0 #f3f3f3 !important;
     border: none;
     color: #333;
     padding: 11px;
     border-radius: 8px;
     border: solid 1px #666666;
 }
 
 .form_autos .UDT_Form[id$="_Form_divForm"] .UDT_Type_Date {
     float: left;
     width: 100%;
 }
 
 .navbar-toggle .icon-bar {
     background-color: #fff;
 }
 /* Responsive menu principal*/
 
 @media (max-width: 979px) {
     .text-mobile-menu p {
         font-size: 15px;
         padding-top: 15px;
         margin-bottom: 0;
     }
     .text-mobile-menu {
         color: #fff;
     }
     .nav li {
         float: none;
         margin-left: 20px;
     }
     .navbar-nav>li>a {
         width: 100%;
     }
     .nav>li:hover>a,
     .nav>li.active>a {
         background-color: transparent !important;
     }
 }
 
 @media (min-width: 1025px) and (max-width: 2800px) {
     .menu-responsive {
         display: none;
     }
     .UDT_Form[id$="_Form_divForm"] .UDT_Type_EMail input[type="text"] {
         width: 100%;
     }
 }
 /* Estilos form subscripcion neswletter*/
 
 .slimmenu_no-menu-collapser {
     position: relative;
     background-color: #333;
     color: #fff;
     width: 100%;
     height: 48px;
     line-height: 48px;
     font-size: 16px;
     padding: 0 8px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 .slimmenu_no-collapse-button {
     position: absolute;
     right: 8px;
     top: 50%;
     width: 40px;
     -webkit-border-radius: 40px;
     border-radius: 40px;
     color: #fff;
     padding: 7px 10px;
     cursor: pointer;
     font-size: 14px;
     text-align: center;
     -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
     -o-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
     transform: translate(0, -50%);
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 .slimmenu_no-collapse-button .slimmenu_no-icon-bar {
     background-color: #f5f5f5;
     -webkit-border-radius: 1px;
     border-radius: 1px;
     -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.25);
     box-shadow: 0 1px rgba(0, 0, 0, 0.25);
     display: block;
     height: 2px;
     width: 18px;
     margin: 2px 0;
 }
 
 ul.slimmenu_no {
     list-style: none;
     margin: 0;
     padding: 0;
     width: 100%;
 }
 
 ul.slimmenu_no li {
     position: relative;
     display: inline-block;
 }
 
 ul.slimmenu_no li a {
     display: block;
     padding: 12px 16px;
     font-size: 14px;
     /*text-transform: uppercase;*/
     font-family: 'Roboto', arial, helvetica, sans-serif;
     color: #F4F4F4;
     -webkit-transition: background-color 0.17s ease-out;
     -moz-transition: background-color 0.17s ease-out;
     -o-transition: background-color 0.17s ease-out;
     -ms-transition: background-color 0.17s ease-out;
     transition: background-color 0.17s ease-out;
     font-weight: bold;
     cursor: pointer;
 }
 
 ul.slimmenu_no li.slimmenu_no-sub-menu a {
     padding: 12px 34px 12px 20px;
 }
 
 ul.slimmenu_no li.active>a,
 ul.slimmenu_no li:hover>a {
     background: #ED5437;
     color: #fff;
 }
 
 ul.slimmenu_no li.active .slimmenu_no-sub-collapser>i,
 ul.slimmenu_no li:hover .slimmenu_no-sub-collapser>i {
     color: #fff;
 }
 
 ul.slimmenu_no li .slimmenu_no-sub-collapser {
     position: absolute;
     right: 11px;
     top: 0;
     width: 20px;
     height: 100%;
     text-align: center;
     z-index: 999;
     cursor: pointer;
 }
 
 ul.slimmenu_no li .slimmenu_no-sub-collapser:before {
     content: '';
     display: inline-block;
     height: 100%;
     vertical-align: middle;
 }
 
 ul.slimmenu_no li .slimmenu_no-sub-collapser>i {
     text-align: center;
     color: #333;
     font-size: 18px;
     vertical-align: middle;
 }
 
 ul.slimmenu_no li ul {
     margin: 0;
     list-style: none;
 }
 
 ul.slimmenu_no li ul li {
     display: block;
 }
 
 ul.slimmenu_no li ul li a {
     background-color: #333;
     color: #fff;
 }
 
 ul.slimmenu_no li>ul {
     display: none;
     position: absolute;
     left: 0;
     top: 100%;
     z-index: 999;
     padding: 0;
     min-width: 170px;
 }
 
 ul.slimmenu_no li>ul>li ul {
     display: none;
     position: absolute;
     left: 100%;
     top: 0;
     z-index: 999;
     width: 100%;
 }
 
 ul.slimmenu_no.slimmenu_no-collapsed li {
     display: block;
     width: 100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 ul.slimmenu_no.slimmenu_no-collapsed li ul li a {
     background: none;
     color: #ED5437;
 }
 
 ul.slimmenu_no.slimmenu_no-collapsed li ul li a:hover {
     background: #ED5437;
     color: #fff;
 }
 
 ul.slimmenu_no.slimmenu_no-collapsed li a {
     display: block;
     border-bottom: 1px solid rgba(0, 0, 0, 0.075);
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 ul.slimmenu_no.slimmenu_no-collapsed li>ul {
     display: none;
     position: static;
     width: 100%;
     padding-left: 50px;
 }
 
 ul.slimmenu_no.slimmenu_no-collapsed li .slimmenu_no-sub-collapser {
     height: 50px;
     width: 50px;
     right: 0;
     background: #c96810;
 }
 
 ul.slimmenu_no.slimmenu_no-collapsed li .slimmenu_no-sub-collapser>i {
     color: #fff;
 }
 /* Fin Responsive menu principal*/
 
 .DNNContainer_Title_h2 h2 .TitleH2 {
     color: #376EB1!important;
 }
 
 #bg_slider img {
     width: 100%;
 }
 
 .LoginPanel {
     width: 100%;
     float: none;
     padding: 13px 24px;
     padding-bottom: 0px;
 }
 
 .loginPane .dnnActions li {
     margin-right: 0px;
 }
 
 .loginPane .dnnActions li:nth-child(1) {
     width: 63%;
     margin-right: 5px;
 }
 
 .loginPane .dnnActions li a {
     font-size: 12px !important;
 }
 
 #dnn_ctr36272_Login_UP {
     height: 239px;
 }
 
 .LoginPanel {
     width: 100%;
     float: none;
     padding: 13px 24px;
     padding-bottom: 0px;
     background: #CB5F5A;
 }
 
 .loginPane {
     width: 100%;
     float: none;
     padding: 0px;
     background-color: #FCFEFF;
 }
 
 .loginPane .dnnFormItem input[type="text"],
 .loginPane .dnnFormItem input[type="password"] {
     width: 100%;
     background-color: #E5E6E2;
     border-radius: 0px;
     margin-bottom: 10px;
     max-width: none;
     min-width: 100%;
 }
 
 .loginPane {}
 
 .loginPane .dnnFormItem label {
     display: block;
     margin: 0px;
     color: #fff;
     text-align: left;
     width: 100%;
     font-weight: 400;
     font-size: 16px;
     margin-bottom: 0px;
 }
 
 .loginPane .dnnForm .dnnFormItem {
     margin-bottom: 0px;
 }
 
 .loginPane .dnnForm .dnnFormItem a {
     width: 100%;
     box-shadow: none;
     border-radius: 0px;
     background: none;
     background-color: #568DAB;
     width: 100%;
     text-shadow: none;
     text-transform: uppercase;
     border: none;
     margin: 0px;
     margin-bottom: 0px;
     margin-top: 5px;
 }
 
 .loginPane .dnnForm .dnnFormItem a:hover {
     box-shadow: none;
     background: none;
     background-color: #5D5D5D;
     width: 100%;
     text-shadow: none;
     border: none;
 }
 
 .loginPane .dnnForm .dnnFormItem .dnnSecondaryAction {
     color: #fff;
     background-color: rgba(0, 0, 0, 0);
     border: solid 1px #CCC;
     font-size: 12px;
     font-weight: 400;
 }
 
 .loginPane .dnnForm .dnnFormItem .dnnSecondaryAction:hover {
     color: #FFF;
     background-color: #4F90BE;
 }
 
 .loginPane .dnnForm .dnnFormItem .dnnActions {
     padding-top: 0px;
 }
 
 .loginPane .dnnForm .dnnFormItem .dnnLoginActions ul {
     width: 100%;
     padding-bottom: 16px;
 }
 
 #dnn_ctr32039_Login_Login_DNN_liRegister {
     width: 33%;
 }
 
 #dnn_ctr32039_Login_Login_DNN_liPassword {
     width: 65%;
     margin-right: 0px;
 }
 
 .loginPane .dnnForm .dnnFormItem .dnnLoginActions {
     display: block;
 }
 
 .LoginHeader h2 {
     color: #FFF;
     margin: 0px;
     background-color: #CB5F5A;
     text-align: center;
     text-transform: uppercase;
     display: block;
     padding-top: 10px;
     font-weight: 400;
     font-size: 21px;
 }
 
 .loginPane .dnnFormMessage.dnnFormError,
 .dnnFormMessage.dnnFormValidationSummary {
     background: none;
     border: none;
     background-color: #FFF;
     color: #E14139;
     margin-bottom: 0px;
     padding-bottom: 14px;
     text-align: center;
 }
 
 #loginWrapper label {
     width: 100%;
     text-align: left;
     font-weight: 400;
 }
 
 .TitleH2 {
     display: block;
     width: 70%;
     margin-left: auto;
     margin-right: auto;
     border-bottom: 1px solid #fff;
     padding-bottom: 5px;
     font-size: 20px;
 }
 
 #loginWrapper input {
     width: 100%;
     border: none;
     box-shadow: none;
     border-radius: 0px;
     min-width: initial;
     max-width: initial;
 }
 
 #dnn_ctr42648_Login_Login_DNN_cmdLogin {
     background: none;
     width: 100%;
     border: 1px solid #fff;
     text-align: center;
     text-transform: uppercase;
     color: #fff;
     text-shadow: none;
 }
 
 #dnn_ctr42648_Login_Login_DNN_liRegister {
     display: none;
 }
 
 .dnnActions {
     padding-top: 0px;
 }
 
 #dnn_ctr42648_Login_Login_DNN_passwordLink {
     background: none;
     width: 100%;
     text-align: center;
     color: #fff;
     text-shadow: none;
     font-size: 12px;
     text-decoration: underline;
     border: none;
     box-shadow: none;
 }
 
 .item img {
     width: 100%;
 }
 
 .newsContainer p {
     margin-bottom: 0 !important;
     font-weight: 600;
 }
 
 .newsletterPane .UDT_Type_Boolean .UDT_Input span {
     float: left;
     width: 10%;
 }
 
 .newsletterPane .UDT_Form[id$="_Form_divForm"] .UDT_Field {
     margin-top: 0px !important;
     margin-bottom: 0px !important;
 }
 
 .newsletterPane .UDT_Type_Boolean .UDT_Input .link-condiciones {
     float: left;
     width: 90%;
     margin-bottom: 18px;
 }
 
 @media (min-width: 280px) and (max-width:991px) {
     .item-responsive {
         margin-top: 30px;
         margin-bottom: 30px;
     }
 }
 
 @media (min-width: 280px) and (max-width:780px) {
     .item {
         margin-bottom: 30px;
     }
 }
 
 #contactoInfo {
     padding: 30px;
     background: #f3f3f3;
     margin-top: 60px;
 }
 
 #dnn_ctr42645_ModuleContent input[type="text"],
 #dnn_ctr42645_ModuleContent select,
 #dnn_ctr42645_ModuleContent textarea,
 #dnn_ctr42645_ModuleContent input[type="email"],
 #dnn_ctr42645_ModuleContent input[type="search"],
 #dnn_ctr42645_ModuleContent input[type="password"] {
     width: 100%;
 }
 
 #mapa {
     margin-top: 40px;
 }
 
 #mapa img {
     width: 100%;
 }
 
 #HomeSlider {
     margin: 0px;
 }
 
 #HomeSlider li a:nth-child(1) {
     width: 100%;
     position: absolute;
     height: 100%;
     z-index: 20;
 }
 
 #InternasSlider {
     margin: 0px;
 }
 
 @media (min-width: 1100px) and (max-width: 1400px) {
     #bg_slider img {
         height: 412px;
     }
 }
 /* Estilo para formularios*/
 
 .UDT_Form[id$="_Form_divForm"] .UDT_Type_Date a {
     background-image: url("/Portals/153/Netactica/SearchForm/css/Netactica/images/calendar.png");
     background-repeat: no-repeat;
     color: transparent;
     font-size: 14px;
 }
 
 .UDT_Form[id$="_Form_divForm"] .UDT_Input {
     position: relative;
 }
 
 .UDT_Form[id$="_Form_divForm"] .UDT_Input input {
     padding: 6px;
 }
 
 .UDT_Form[id$="_Form_divForm"] .UDT_Type_String input[type="text"] {
     width: 383px;
 }
 
 .UDT_Form[id$="_Form_divForm"] .UDT_Type_EMail input[type="text"] {
     width: 383px;
 }
 
 .UDT_Form[id$="_Form_divForm"] .UDT_Type_Date {
     float: left;
     width: 141px;
 }
 
 .UDT_Form[id$="_Form_divForm"] .UDT_Type_Date a[id$="_Fecha_de_Viaje_hyp"] {
     position: absolute;
     left: 0px;
     width: 135px;
     height: 29px;
     background-position: 109px 6px;
     z-index: 100;
 }
 
 .UDT_Form[id$="_Form_divForm"] .UDT_Type_Date a[id$="_Fecha_de_Regreso_hyp"] {
     position: absolute;
     left: 0px;
     width: 135px;
     height: 29px;
     background-position: 109px 6px;
     z-index: 100;
 }
 
 .UDT_Form[id$="_Form_divForm"] .UDT_Type_Int32 {
     float: left;
 }
 
 .UDT_Form[id$="_Form_divForm"] .UDT_Type_String {
     clear: both;
 }
 
 .UDT_Form[id$="_Form_divForm"] .UDT_Type_Int32 input[name$="Duración_de_días"] {
     width: 100px !important;
 }
 
 .UDT_Input input[name$="Numero_de_adultos"] {
     margin-right: 50px;
     width: 160px !important;
 }
 
 .UDT_Input input[name$="Numero_de_niños"] {
     margin-right: 50px;
     width: 160px !important;
 }
 
 .UDT_Form[id$="_Form_divForm"] .UDT_Field {
     /*margin-bottom:40px;*/
     margin-bottom: 0px;
     height: auto !important;
 }
 
 .UDT_Form[id$="_Form_divForm"] .UDT_Type_Boolean {
     margin-top: 20px;
     margin-bottom: 40px;
 }
 
 .UDT_Form[id$="_Form_divForm"] .UDT_Type_Boolean .UDT_Input span {
     float: left;
     width: 20px;
 }
 
 .link-condiciones2 {
     float: left;
     width: 84%;
     margin-top: 10px;
 }
 
 .dnnFormItem span {
     float: left;
 }
 
 .dnnFormAndList a[id$="Form_cmdCancel"] {
     display: none;
 }
 
 #paq-tabs-container .dnnSecondaryAction {
     display: none;
 }
 
 div.UDT_Form .UDT_Type_String:nth-child(13) {
     display: none !important;
 }
 
 .UDT_Form[id$="_Form_divForm"] .UDT_Buttons input[id$="_Form_cmdUpdateButton"] {
     margin-left: 23px;
     background: none repeat scroll 0 0 #DE6A28 !important;
     border: none;
     color: #FFF;
     padding: 11px;
     border-radius: 8px;
     width: 98px;
 }
 
 .UDT_Form[id$="_Form_divForm"] .UDT_Buttons input[id$="_cmdCancelButton"] {
     background: none repeat scroll 0 0 #f3f3f3 !important;
     border: none;
     color: #333;
     padding: 11px;
     border-radius: 8px;
     border: solid 1px #666666;
 }
 
 #dnn_ctr53068_Default_Form_cmdUpdate {
     margin-left: 23px;
     background: none repeat scroll 0 0 #DE6A28 !important;
     border: none;
     color: #FFF;
     padding: 8px 11px;
     border-radius: 8px;
     width: 98px;
     text-align: center;
 }
 
 #dnn_ctr53068_Default_Form_cmdCancel {
     background: none repeat scroll 0 0 #f3f3f3 !important;
     border: none;
     color: #333;
     padding: 11px;
     border-radius: 8px;
     border: solid 1px #666666;
 }
 /*------------------------*/
 
 @media (max-width:480px) {
     .ocultar_s {
         display: none;
     }
 }
 
 #suscribete-form {
     margin-bottom: 24px;
 }
 
 #suscribete-form .UDT_Type_Boolean {
     width: 60%;
     margin-left: auto;
     margin-right: auto;
 }
 
 #suscribete-form a.CommandButton {
     margin-left: 14px;
     background: none repeat scroll 0 0 #DE6A28 !important;
     border: none;
     color: #FFF !important;
     padding: 11px;
     border-radius: 8px;
     width: 98px;
     display: block;
     text-decoration: none;
     color: #fff;
 }
 
 #suscribete-form a.UDT_Cancel {
     background: none repeat scroll 0 0 #f3f3f3 !important;
     border: none;
     color: #333 !important;
     padding: 11px;
     border-radius: 8px;
     border: solid 1px #666666;
     color: #fff;
 }
 
 #suscribete-form .UDT_Buttons span {
     padding-right: 0px !important;
 }
 
 .newsletterPane .UDT_UponSubmit p span {
     display: block;
     margin-bottom: 20px;
     height: 28px;
 }
 
 @media (max-width:768px) {
     #suscribete-form .UDT_Type_EMail .UDT_Input input {
         width: 100%;
     }
     #suscribete-form .UDT_Type_Boolean {
         width: 100%;
         margin-bottom: 12px;
         float: left;
     }
     #suscribete-form .UDT_Buttons span {
         display: block;
         margin-bottom: 20px;
         white-space: initial;
         clear: both;
         text-align: center;
     }
 }
 /* Global */
 
 .thumbnails li>.fff .caption {
     background: #fff !important;
     padding: 10px
 }
 /* Page Header */
 
 .page-header {
     background: #f9f9f9;
     margin: -30px -40px 40px;
     padding: 20px 40px;
     border-top: 4px solid #ccc;
     color: #999;
     text-transform: uppercase;
 }
 
 .page-header h3 {
     line-height: 0.88rem;
     color: #000;
 }
 
 ul.thumbnails {
     margin-bottom: 0px;
 }
 /* Thumbnail Box */
 
 .caption h4 {
     color: #444;
 }
 
 .caption p {
     color: #999;
 }
 /* Carousel Control */
 
 .control-box {
     text-align: right;
     width: 100%;
 }
 
 .carousel-control {
     background: #666;
     border: 0px;
     border-radius: 0px;
     display: inline-block;
     font-size: 34px;
     font-weight: 200;
     line-height: 18px;
     opacity: 0.5;
     padding: 4px 10px 0px;
     position: static;
     height: 30px;
     width: 15px;
 }
 /* Mobile Only */
 
 @media (max-width: 767px) {
     .page-header,
     .control-box {
         text-align: center;
     }
     .fdsAirInfoPassengers .edadesVuelo span:nth-child(1) {
         margin-left: 4px;
     }
     .fdsAirInfoPassengers .edadesVuelo span:nth-child(2) {
         margin-left: 98px;
     }
     .fdsAirInfoPassengers .edadesVuelo span:nth-child(3) {
         margin-left: 105px;
     }
 }
 
 @media (max-width: 479px) {
     .caption {
         word-break: break-all;
     }
     .fdsAirInfoPassengers .edadesVuelo span:nth-child(1) {
         margin-left: 4px;
     }
     .fdsAirInfoPassengers .edadesVuelo span:nth-child(2) {
         margin-left: 54px;
     }
     .fdsAirInfoPassengers .edadesVuelo span:nth-child(3) {
         margin-left: 44px;
     }
 }
 
 li {
     list-style-type: none;
 }
 
 ::selection {
     background: #ff5e99;
     color: #FFFFFF;
     text-shadow: 0;
 }
 
 ::-moz-selection {
     background: #ff5e99;
     color: #FFFFFF;
 }
 
 .new-paq-vuelos,
 .new-paq {
     margin-bottom: 20px;
 }
 
 .new-paq-vuelos .thumb,
 .new-paq .thumb {
     position: relative;
     display: block;
 }
 
 .new-paq-vuelos .thumb:hover,
 .new-paq .thumb:hover {
     box-shadow: 3px 3px 10px -6px rgba(0, 0, 0, 0.75)
 }
 
 .new-paq-vuelos .caption {
     padding-top: 8px;
 }
 
 .new-paq-shadow .thumb {
     -webkit-box-shadow: -8px 14px 23px -5px rgba(189, 187, 189, 1);
     -moz-box-shadow: -8px 14px 23px -5px rgba(189, 187, 189, 1);
     box-shadow: -8px 14px 23px -5px rgba(189, 187, 189, 1);
 }
 
 .paq-exc .thumb:hover {
     -webkit-box-shadow: -8px 14px 23px -5px rgba(189, 187, 189, 1);
     -moz-box-shadow: -8px 14px 23px -5px rgba(189, 187, 189, 1);
     box-shadow: -8px 14px 23px -5px rgba(189, 187, 189, 1);
 }
 
 .paq-exc .caption {
     border: none !important;
 }
 
 .new-paq-vuelos .img-title img,
 .paq-exc .img-paq-exc img,
 .new-paq .img-title img {
     width: 100%;
 }
 
 .new-paq .thumb-header h4 {
     font-weight: 500;
     color: #00B0CA;
     font-size: 18px;
     margin-top: 4px;
 }
 
 .new-paq-vuelos .img-title h5,
 .new-paq .img-title h5 {
     position: absolute;
     top: 10px;
     left: 10px;
     font-size: 22px;
 }
 
 .new-paq-vuelos .img-title h5 strong,
 .new-paq .img-title h5 strong {
     color: #fff;
     text-shadow: 1px 1px #000;
 }
 
 .new-paq .thumb-header {
     margin-bottom: 0;
 }
 
 .new-paq-vuelos .caption,
 .new-paq .caption {
     border: 1px solid #DDDDDD;
 }
 
 .new-paq .hover-wrapper {
     visibility: hidden;
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     padding-top: 40%;
     background-color: rgba(36, 36, 36, 0.3);
     opacity: 0;
     transition: visibility 0s, opacity 0.5s linear;
 }
 
 .new-paq .hover-wrapper h2 {
     font-size: 28px;
     color: #fff;
     width: 70%;
     margin-left: auto;
     margin-right: auto;
     border-radius: 10px;
     /* font-weight: 500; */
     background-color: #ed5437
 }
 
 .new-paq .thumb:hover .new-paq .hover-wrapper {
     visibility: visible;
     opacity: 1;
 }
 
 .paq-exc .caption,
 .paq-exc .reservar-container {
     padding-right: 12px;
     padding-left: 12px
 }
 
 .new-paq .caption .col-md-6,
 .new-paq .caption .col-md-12 {
     padding-right: 4px;
     padding-left: 4px
 }
 
 .new-paq-vuelos .info {
     font-weight: 500;
     font-size: 14px;
 }
 
 .new-paq-vuelos .info,
 .new-paq-vuelos .caption p,
 .new-paq .caption p {
     margin-bottom: 0;
     color: #999;
     line-height: 18px;
 }
 
 .new-paq-vuelos .caption .precio,
 .new-paq .caption .precio {
     font-size: 20px;
     font-weight: 500;
 }
 
 .paq-exc .caption .precio {
     font-size: 16px;
 }
 
 .paq-exc .thumb {
     min-height: 322px;
 }
 
 .new-paq .info-1 {
     font-weight: 600;
     font-size: 13px;
 }
 
 .new-paq .info-3 {
     font-weight: 500;
     margin-top: 0px;
     font-size: 11px;
 }
 
 .new-paq .info-2 {
     font-size: 12px;
     font-style: italic;
     line-height: 16px;
 }
 
 .paq-exc .info-3 {
     min-height: 36px;
 }
 
 .new-paq .precio-container {
     padding-top: 5px;
     text-align: right;
 }
 
 .new-paq .title {
     color: #00B0CA;
     font-size: 18px;
     margin-top: 2px;
     font-weight: 600;
 }
 
 .reservar-container {
     text-align: center;
     padding-top: 10px;
     padding-bottom: 10px
 }
 
 .reservar-container a {
     color: #ED5437;
     font-weight: 700;
     font-size: 13px;
 }
 
 .reservar-container a:hover {
     color: #ED5437;
 }
 
 .paq-exc .title {
     font-size: 20px;
 }
 
 .new-paq .float-msj {
     right: 0;
     left: auto !important;
     background-color: #ed5437;
     color: #fff;
     border-top-left-radius: 8px;
     border-bottom-left-radius: 8px;
     padding: 4px;
     font-size: 18px !important;
 }
 
 .reservation-buttons-mes {
     text-align: left;
     margin-bottom: 0;
     font-weight: 600;
     color: #444
 }
 
 .reservation-buttons-fecha {
     text-align: left;
     margin-bottom: 0;
 }
 
 .reservar-wrapper {
     padding-top: 8px;
     padding-bottom: 8px;
 }
 
 .button-reserva-excursiones a {
     display: block;
     background-color: #ed5437;
     color: #fff;
     padding: 5px;
     text-align: center;
     width: 100%;
     border-radius: 5px;
 }
 
 .button-reserva-excursiones a:hover {
     color: #fff;
 }
 
 .button-reserva-excursiones {
     margin-top: 5px;
 }
 
 .paq-exc .collapse {
     border-top: 1px solid rgba(99, 99, 97, 0.32);
     margin-top: 8px;
 }
 
 .program-footer {
     background-color: #fff;
     webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .4);
     -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .4);
     box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .4);
 }
 
 .program-footer a {
     display: block;
     padding: 10px;
 }
 
 .flights-seo-container {
     position: relative;
     margin-bottom: 30px;
 }
 
 .flight-seo-title {
     color: #fff;
     font-size: 22px;
     position: absolute;
     left: 25%;
     top: 18%;
     text-shadow: 1px 1px #000;
 }
 
 .flights-seo-destination-links {
     font-size: 14px;
     color: #8F8F8F !important;
     font-weight: 400;
     border-bottom: 1px solid #F4F4F4;
     display: block;
 }
 
 .flights-seo-destination-links:hover {
     color: #ED5437 !important;
     text-decoration: none;
 }
 
 .flights-seo-destination-name {
     display: inline-block;
     text-align: left;
     width: 60%;
 }
 
 .flights-seo-destination-price {
     display: inline-block;
     text-align: right;
     width: 38%;
     font-weight: 600;
     font-size: 18px;
 }
 
 .flight-seo-image img {
     width: 100%;
     height: 160px;
 }
 
 .icon-img {
     margin-right: 5px;
 }
 
 .msj-plan {
     display: block;
     text-align: right;
     font-size: 13px;
     padding-left: 15px;
     padding-right: 15px;
     border-bottom: 1px solid #F4F4F4;
 }
 
 @media (max-width: 768px) {
     .paq-exc {
         margin-bottom: 20px;
     }
 }