@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  background: #f7f7f7;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #7a7e89;
  background: #f7f7f7;
}
body.cmt-overflow {
  overflow-x: auto;
}

::-webkit-selection {
  color: #fff;
  background: #f9ad81;
}

::-moz-selection {
  color: #fff;
  background: #f9ad81;
}

::selection {
  color: #fff;
  background: #f9ad81;
}

a {
  color: #f9ad81;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:focus, a:active {
  color: #f67d38;
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", sans-serif;
  color: #000;
}

p {
  margin-bottom: 30px;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #f9ad81;
  color: #fff;
  border: 2px solid #f9ad81;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f89d69 !important;
  border-color: #f89d69 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #f9ad81;
  border: 2px solid #f9ad81;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #f9ad81;
  color: #fff;
}

.btn-success {
  background: #58ca7e;
  color: #fff;
  border: 2px solid #58ca7e;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #45c46f !important;
  border-color: #45c46f !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #58ca7e;
  border: 2px solid #58ca7e;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #58ca7e;
  color: #fff;
}

.btn-info {
  background: #1784fb;
  color: #fff;
  border: 2px solid #1784fb;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #0477f4 !important;
  border-color: #0477f4 !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #1784fb;
  border: 2px solid #1784fb;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #1784fb;
  color: #fff;
}

.btn-warning {
  background: #fed330;
  color: #fff;
  border: 2px solid #fed330;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #fece17 !important;
  border-color: #fece17 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #fed330;
  border: 2px solid #fed330;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #fed330;
  color: #fff;
}

.btn-danger {
  background: #fb4f59;
  color: #fff;
  border: 2px solid #fb4f59;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #fa3641 !important;
  border-color: #fa3641 !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #fb4f59;
  border: 2px solid #fb4f59;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #fb4f59;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

/*.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}*/
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #f9ad81;
}

#cmt-header {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 999;
  background: transparent;
  padding: 15px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #cmt-header {
    background: #fff;
    top: 0;
  }
}
#cmt-header #cmt-logo {
  float: left;
  line-height: 1.2;
  position: relative;
  width: 37%;
  height: auto;
}
#cmt-header #cmt-logo .whats {
  float: left;
  height: auto;
  width: 50%;
}
#cmt-header #cmt-logo .whats span {
  color: #fff;
  float: left;
  font-size: 14px;
  margin-top: -25px;
  padding-left: 100px;
  width: 100%;
  height: auto;
  font-weight: bold;
}
#cmt-header #cmt-logo .call {
  float: left;
  height: auto;
  padding-left: 20px;
  width: 50%;
}
#cmt-header #cmt-logo .call img {
  margin-top: 8px;
}
#cmt-header #cmt-logo .call span {
  color: #fff;
  float: left;
  font-size: 14px;
  margin-top: -21px;
  padding-left: 35px;
  width: 100%;
  height: auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #cmt-header #cmt-logo {
    top: -2px;
    width: 100%;
  }
  #cmt-header #cmt-logo .whats {
    width: 100%;
  }
  #cmt-header #cmt-logo .whats span {
    color: #000;
  }
  #cmt-header #cmt-logo .call {
    width: 100%;
    padding-left: 5px;
  }
  #cmt-header #cmt-logo .call span {
    color: #000;
  }
}
#cmt-header #cmt-logo a {
  font-family: "Roboto Slab", sans-serif;
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #cmt-header #cmt-logo a {
    color: #000;
  }
}
#cmt-header #cmt-logo a span {
  color: #f9ad81;
}
#cmt-header #cmt-main-nav {
  float: right;
  width: 63%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #cmt-header #cmt-main-nav {
    display: none;
  }
}
#cmt-header #cmt-main-nav ul {
  padding: 0;
  margin: 10px 0 0 0;
}
#cmt-header #cmt-main-nav ul li {
  padding: 0;
  margin: 0;
  display: inline;
}
#cmt-header #cmt-main-nav ul li a {
  font-family: "Roboto Slab", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin-left: 30px;
  border-bottom: 2px solid transparent;
}
#cmt-header #cmt-main-nav ul li a:hover {
  text-decoration: none;
  color: #f9ad81;
}
#cmt-header #cmt-main-nav ul li.active a {
  color: #fff;
  border-bottom: 2px solid #f9ad81;
}
#cmt-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0px;
}
#cmt-header.navbar-fixed-top #cmt-logo {
  float: left;
  line-height: 1.2;
}
#cmt-header.navbar-fixed-top #cmt-logo a {
  font-family: "Roboto Slab", sans-serif;
  font-size: 30px;
  color: #000;
}
#cmt-header.navbar-fixed-top #cmt-logo .whats span {
  color:#000;
}
#cmt-header.navbar-fixed-top #cmt-logo .call span {
  color:#000;
}
#cmt-header.navbar-fixed-top #cmt-main-nav ul li a {
  font-family: "Roboto Slab", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  margin-left: 30px;
  border-bottom: 2px solid transparent;
}
#cmt-header.navbar-fixed-top #cmt-main-nav ul li a:hover {
  text-decoration: none;
  color: #f9ad81;
}
#cmt-header.navbar-fixed-top #cmt-main-nav ul li.active a {
  color: #f9ad81;
  border-bottom: 2px solid transparent;
}
/****************************************** home *****************************************/
/*
 * Flexslider
 */
#cmt-home {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#cmt-home #liquidBoxContainer {
  height: auto;
  margin: 0px 0px 0px 245px;
}
#cmt-home #liquidBoxContainer #liquidBoxBody {
  background-color: #fff; /*Define o fundo na cor branca - Internet Explorer*/
  /*filter: alpha(opacity = 33); Define a transparência em 67% - Internet Explorer*/
  background-color: rgba(255,255,255,0.33); /*Define o fundo na cor branca e transparência em 67% - Chrome e Firefox*/
}
#cmt-home .flexslider {
  border: none;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#cmt-home .flexslider .cmt-text {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 35%;
  margin-top: -80px;
  text-align: center;
}
@media screen and (max-width: 768px){
  #cmt-home #liquidBoxContainer {
    margin: 0px;
    width: 0px;
  }
  #cmt-home #liquidBoxContainer .bdts-liquidbox {
    width: 410px;
    margin-left: -50px;
 }
}
#cmt-home .flexslider .cmt-text h1 {
  margin: 0 0 30px 0;
  padding: 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 3px solid #fff;
  padding: 30px 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  #cmt-home .flexslider .cmt-text h1 {
    font-size: 30px;
  }
}
/*#cmt-home .flexslider .cmt-text .cmt-go {
  margin-top: 30px;
}*/
#cmt-home .flexslider .cmt-text .cmt-go a {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  display: block;
  position: relative;
  padding-bottom: 50px;
}
#cmt-home .flexslider .cmt-text .cmt-go a span {
  font-size: 20px;
  display: block;
  position: absolute;
  bototm: 0;
  left: 50%;
  margin-left: -10px;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}
#cmt-home .flexslider .cmt-text .cmt-go a:hover {
  text-decoration: none;
}
#cmt-home .flexslider .cmt-text .cmt-go a:hover span {
  text-decoration: none;
}
#cmt-home .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
}
#cmt-home .flexslider .cmt-overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .3;
  background: #444853;
}
#cmt-home .flexslider .flex-control-nav,
#cmt-home .flexslider .flex-direction-nav {
  display: none;
}

#cmt-main,
#cmt-offcanvas {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  margin-top: -27px;
}

#cmt-offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 275px;
  background: #444853;
  overflow-y: auto;
  padding: 50px 30px 30px 30px;
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  -o-transform: translateX(275px);
  transform: translateX(275px);
}
#cmt-offcanvas .cmt-offcanvas-close {
  position: absolute;
  top: 20px;
  right: 30px;
}
#cmt-offcanvas .cmt-offcanvas-close:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e117";
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#cmt-offcanvas .cmt-offcanvas-close:hover:before {
  color: white;
}
#cmt-offcanvas nav ul {
  padding: 0;
  margin: 0;
}
#cmt-offcanvas nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#cmt-offcanvas nav ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  padding: 7px 0;
}
#cmt-offcanvas nav ul li a:hover {
  color: #f9ad81;
}
#cmt-offcanvas nav ul li.active a {
  color: #f9ad81;
}
.offcanvas-visible #cmt-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#cmt-outlet,
#cmt-top,
#cmt-hotel,
#cmt-tour,
#cmt-book,
#cmt-about,
#cmt-contact,
/*#cmt-testimony,*/
#cmt-logon,
#cmt-hoteldetail,
#cmt-content {
  padding: 7em 0;
/*  background-image: url(../images/Sand-Texture.jpg) !important;*/
}
@media screen and (max-width: 768px) {
  #cmt-outlet,
  #cmt-top,
  #cmt-hotel,
  #cmt-tour,
  #cmt-book,
  #cmt-about,
  #cmt-contact,
 /* #cmt-testimony,*/
  #cmt-logon,
  #cmt-hoteldetail,
  #cmt-content {
    padding: 4em 0;
  }
}

#cmt-content figure {
  margin-bottom: 30px;
}

/**************** Content Top **************************/
#cmt-top {
   min-height: 1400px;
}
#cmt-top a{
  color:#353f8a;
}
#cmt-top a:hover, a:focus, a:active{
  color: #f67d38;
  outline: none;
  text-decoration: none;
} 
#cmt-top .hotellis:hover, .hotellis:focus, .hotellis:active{
  background-color: rgba(0,0,0,0.15);
}
#cmt-top h1 {
  float: right;
  margin: 0 150px 30px 0px;
  padding: 0;
  color:rgba(0, 0, 0, 0.8);
}
/*#cmt-top h1 span {
  font-size: 14px;
}*/
#cmt-top .container .row .cmt-section-title p{
  text-align: center;
  font-family: "Roboto",sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  opacity: 0.4;
  text-transform: uppercase;
}
#cmt-top .cmt-text .cmt-go {
  margin-top: 30px;
}
#cmt-top .cmt-text .cmt-go a {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  padding-bottom: 50px;
}
#cmt-top .cmt-text .cmt-go a span {
  font-size: 20px;
  display: block;
  animation: ani-mouse 2.5s linear infinite;
}
#cmt-top .cmt-text .cmt-go a:hover {
  text-decoration: none;
}
#cmt-top .cmt-text .cmt-go a:hover span {
  text-decoration: none;
}
#cmt-top .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .3;
}
#cmt-top .cmt-overlay {
  position: absolute;
  z-index: 3;
  background: #444853;
}
#cmt-top .flex-control-nav, #cmt-top .flex-direction-nav {
  display: none;
}
#cmt-top .row {
  float: left;
  width: 100%;
  height: auto;
}
#cmt-top .stars5{
  width: 74px;
  height: 18px;
  background-position: -148px -289px;
  border: none; 
}
#cmt-top .balls5 {
  width: 79px;
  height: 20px;
  background-position: -148px -242px;
  border: none;
}
#cmt-top .container {
  float: left;
  width: 1050px;
  height: auto;
}
#cmt-top .container h1 {
  padding-top: 30px;
  }
#cmt-top .container .row .detail {
  float: left;
  width: 100%;
  height: auto;
  margin: 10px 50px 10px 160px;
}
#cmt-top .hoteltop {
  float:left;
  width:100%;
  margin: 20px 0px 20px 170px;
  background-color: rgba(0,0,0,0.05);
}
#cmt-top .hoteltop .img {
  float: left; 
  margin:10px;
}
#cmt-top .hoteltop .descrip {
  float:left;
  width:auto;
  text-align:left;
  height:215px;
  margin: 0px 10px 0px 10px;
}
#cmt-top .hoteltop .descrip h4 {
  color:#002f70;
  font-weight:bold;
  font-size:16px;
  font-family:Arial;
  height:35px;
}
#cmt-top .hoteltop .descrip .bodytxt{
  float:left;
  width:365px;
  height:165px;
  font-size:18px;
}
#cmt-top .hoteltop .descrip .bodytxt .clasific{
  float:left;
  height:35px;
}
#cmt-top .hoteltop .descrip .bodytxt .clasific .img{
  margin-bottom:10px;
}
#cmt-top .hoteltop .descrip .bodytxt .obs {
  float:left;
  height:105px;
}
#cmt-top .hoteltop .descrip .bodytxt .obs p {
  color:#000;
  font-size:18px; 
}
#cmt-top .hoteltop .descrip .bodytxt .plan {
  float:left;
  height:30px;
}
#cmt-top .hoteltop .descrip .bodytxt .plan span {
  color:#009900;
  font-size:18px;
}
#cmt-top .hoteltop .deals3 {
  float:left!important;
  width:auto;
}
#cmt-top .hoteltop .deals3 .valadultkids {
  font-size:12px;
  color:#666;
  margin-left:40px;
  margin-top:5px;
}
#cmt-top .hoteltop .deals3 .note {
  color:#002f70;
  font-size:18px;
  font-weight:bold;
  margin-left:40px;
}
#cmt-top .hoteltop .deals3 .valreg{
  color:#8d8d8d;
  font-size:16px;
  text-decoration:line-through;
  margin-left:40px;
}
#cmt-top .hoteltop .deals3 .valreg{
  color:#8d8d8d;
  font-size:16px;
  text-decoration:line-through;
  margin-left:40px;
}
#cmt-top .hoteltop .deals3 .valdesc{
  color:#8d8d8d;
  font-size:16px;
  margin-left:40px;
}
#cmt-top .hoteltop .deals3 p {
  font-weight:bold;
  font-size:30px;
  color:#002f70;
  margin: 5px 0 -10px 0px;
}
#cmt-top .hoteltop .deals3 button {
  background:#F60;
  border:0px;
  color:#fff;
  margin-bottom:10px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size:24px;
  margin-top:20px;
}
#cmt-top .hoteltop .deals3 span {
  float:left;
  font-size:10px;
}
@media screen and (max-width: 768px) {
  #cmt-top {
   min-height: 2465px;
  }
  #cmt-top .container {
    width: 380px;
  }
  #cmt-top .container .row .cmt-section-title {
    margin-top: 100px;
  }
  #cmt-top .container .row .detail {
    margin: 10px 50px 10px 0px;
  }
  #cmt-top h1 {
    margin: 0px 40px 30px 0px;
  }
  #cmt-top .hoteltop {
    margin: 20px 0px 20px 20px;
  }
  #cmt-top .hoteltop .img {
    float: left; 
    margin:10px;
  }
  #cmt-top .hoteltop .descrip {
    float:left;
    width:auto;
    text-align:left;
    height:auto;
    margin: 0px 10px 0px 10px;
  }
  #cmt-top .hoteltop .descrip h4 {
    font-size:13px;
  }
  #cmt-top .hoteltop .descrip .bodytxt{
    width:100%;
    height:auto;
    font-size:14px;
  }
  #cmt-top .hoteltop .descrip .bodytxt .clasific{
    float:left;
    height:35px;
  }
  #cmt-top .hoteltop .descrip .bodytxt .clasific .img{
    margin-bottom:10px;
  }
  #cmt-top .hoteltop .descrip .bodytxt .obs {
    float:left;
    height:105px;
  }
  #cmt-top .hoteltop .descrip .bodytxt .obs p {
    font-size:14px; 
  }
  #cmt-top .hoteltop .descrip .bodytxt .plan {
    float:left;
    height:30px;
  }
  #cmt-top .hoteltop .descrip .bodytxt .plan span {
    font-size:14px;
  }
  #cmt-top .hoteltop .deals3 {
    float:left;
    width:250px;
  }
  #cmt-top .hoteltop .deals3 .valadultkids {
    font-size:12px;
    color:#666;
    margin-left:15px;
    margin-top:5px;
  }
  #cmt-top .hoteltop .deals3 .note {
    color:#002f70;
    font-size:14px;
    font-weight:bold;
    margin-left:15px;
  }
  #cmt-top .hoteltop .deals3 .valreg{
    color:#8d8d8d;
    font-size:14px;
    text-decoration:line-through;
    margin-left:15px;
  }
  #cmt-top .hoteltop .deals3 .valreg{
    color:#8d8d8d;
    font-size:14px;
    text-decoration:line-through;
    margin-left:15px;
  }
  #cmt-top .hoteltop .deals3 .valdesc{
    color:#8d8d8d;
    font-size:14px;
    margin-left:15px;
  }
  #cmt-top .hoteltop .deals3 p {
    font-weight:bold;
    font-size:20px;
    color:#002f70;
    margin: 5px 0 -10px 0px;
  }
  #cmt-top .hoteltop .deals3 button {
    background:#F60;
    border:0px;
    color:#fff;
    margin-bottom:10px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size:20px;
    margin-top:20px;
  }
  #cmt-top .hoteltop .deals3 span {
    float:left;
    font-size:10px;
  }
}
@media screen and (max-width: 992px) {
  #cmt-top h1 {
    font-size: 30px;
    }
  }
/********************** Content OutLet ********************************/
#cmt-outlet {
  background: #444853;
  color:#fff;
}
#cmt-outlet .container h2{
  color:#fff;
}
#cmt-outlet .container .text-store span{
  /*color : #f67d38; naranja*/
  background-color: rgba(0,0,0,0.3)
}
#cmt-outlet .container .r-pb {
  padding-bottom: 40px;
}
#cmt-outlet .container .text-store{
  float: left;
  position: absolute;
  text-align: left;
  margin: -3px 0 0 0px;
  font-size: 22px;
  padding-top: 50px;
  color: white;
}
#cmt-outlet .deals3 {
  float:left!important;
  width:100%;
  background-color: rgba(255,255,255,0.3);
  height: 135px;padding-left: 5px;
}
#cmt-outlet .deals3 .outleft{
  float: left;
  width: 50%;
  height: auto;
}
#cmt-outlet .deals3 .outleft .obs{
  font-size:12px;
  color:#3f3232;
  }
#cmt-outlet .deals3 .outleft .prom{
  color:#002f70;
  font-size:18px;
  font-weight:bold;
  }
 #cmt-outlet .deals3 .outleft .valreg{
  color:#474141;
  font-size:16px;
  text-decoration:line-through;
  }
#cmt-outlet .deals3 .outleft .valdesc{
  color:#474141;
  font-size:16px;
  }
#cmt-outlet .deals3 .outright{
  float: left;
  width: 50%;
  height:auto;
  padding-left: 5px;
}
#cmt-outlet .deals3 .outright p{
  font-weight:bold;
  font-size:30px;
  color:#002f70;
  margin: 5px 0 -10px 0px;
}
#cmt-outlet .deals3 .outright button {
  background:#F60;
  border:0px;
  color:#fff;
  margin-bottom:10px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size:24px;
  margin-top:20px;
  margin-left:20px;
}
@media screen and (max-width: 768px) {
  #cmt-outlet .container .row .cmt-section-title {
    margin-top: 100px;
  }
  #cmt-outlet .container .text-store{
    font-size: 12px;
  }
  #cmt-outlet .deals3 .outleft .obs{
    font-size:10px;
  }
  #cmt-outlet .deals3 .outleft .prom{
    font-size:12px;
  }
  #cmt-outlet .deals3 .outleft .valreg{
    font-size:12px;
  }
  #cmt-outlet .deals3 .outleft .valdesc{
    font-size:12px;
  }
  #cmt-outlet .deals3 .outright p{
    font-size:20px;
    margin-top: 20px;
  }
  #cmt-outlet .deals3 .outright button{
    margin-bottom:10px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size:15px;
    margin-top:25px;
    margin-left:0px;
  }
  #cmt-outlet .container h2{
    color:#fff;
    margin-top: 0px;
  }
}
@media screen and (max-width: 992px) {
  #cmt-outlet .container .text-store{
   font-size: 13px;
  }
  #cmt-outlet .deals3 .outleft .obs{
   font-size:10px;
  }
  #cmt-outlet .deals3 .outleft .prom{
   font-size:11px;
  }
  #cmt-outlet .deals3 .outleft .valreg{
   font-size:11px;
  }
  #cmt-outlet .deals3 .outleft .valdesc{
   font-size:11px;
  }
  #cmt-outlet .deals3 .outright p{
   font-size:13px;
   margin-top: 20px;
  }
  #cmt-outlet .deals3 .outright button{
   margin-bottom:10px;
   padding-top: 5px;
   padding-left: 10px;
   padding-right: 10px;
   font-size:15px;
   margin-top:25px;
   margin-left:0px;
  }
}
/********************** Content Hotel ********************************/
#cmt-hotel {
  background: rgba(247,247,247);
  color:rgba(49,49,49);
}
#cmt-hotel  .container h2{
  color:rgba(49,49,49);
}
#cmt-hotel .container .row .bodydest{
  overflow: hidden;padding-bottom: 30px;
}
#cmt-hotel .container .row .text-store {
    color: #fff;
    font-size: 25px;
    text-align: center;
}
#cmt-hotel  .container .row img {
  width: 300px;
  height: 150px;
  float: left;
}
#cmt-hotel  .container .text-store span{
  /*color : #f67d38; naranja*/
  background-color: rgba(0,0,0,0.5);
  padding-left: 25px;
  padding-right: 25px;
}
#cmt-hotel  .container .r-pb {
  padding-bottom: 40px;
}
#cmt-hotel  .container .text-store{
  float: left;
  position: absolute;
  text-align: left;
  margin: -3px 0 0 0px;
  font-size: 18px;
  padding-top: 50px;
  color: white;
}
@media screen and (max-width: 768px) {
  #cmt-hotel .container .row .cmt-section-title {
    margin-top: 100px;
  }
  #cmt-hotel .container .text-store{
    font-size: 12px;
  }
  #cmt-hotel .container h2{
    color:rgba(49,49,49);
    margin-top: 0px;
  }
}
/********************** Content List Hotel ********************************/
#cmt-listhotel {
  background: rgba(247,247,247);
  color:rgba(49,49,49);
}
#cmt-listhotel .container .row h2{
  color:rgba(49,49,49);
}
#cmt-listhotel .container .row img {
  width: 100%;
  height: auto;
  float: left;
}
#cmt-listhotel .container .text-store span{
  /*color : #f67d38; naranja*/
  background-color: rgba(0,0,0,0.5)
}
#cmt-listhotel .container .r-pb {
  padding-bottom: 40px;
  margin-top: 160px;
}
#cmt-listhotel .container .text-store{
  float: left;
  position: absolute;
  text-align: left;
  margin: 5px 5px 0px 5px;
  font-size: 18px;
  padding-top: 50px;
  color: white;
}
#cmt-listhotel .deals3 {
  float:left!important;
  width:100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 135px;padding-left: 5px;
}
#cmt-listhotel .deals3 .outleft{
  float: left;
  width: 50%;
  height: auto;
}
#cmt-listhotel .deals3 .outleft .obs{
  font-size:12px;
  color:#3f3232;
  }
#cmt-listhotel .deals3 .outleft .prom{
  color:#002f70;
  font-size:18px;
  font-weight:bold;
  }
 #cmt-listhotel .deals3 .outleft .valreg{
  color:#474141;
  font-size:16px;
  text-decoration:line-through;
  }
#cmt-listhotel .deals3 .outleft .valdesc{
  color:#474141;
  font-size:16px;
  }
#cmt-listhotel .deals3 .outright{
  float: left;
  width: 50%;
  height:auto;
  padding-left: 5px;
}
#cmt-listhotel .deals3 .outright p{
  font-weight:bold;
  font-size:30px;
  color:#002f70;
  margin: 5px 0 -10px 0px;
}
#cmt-listhotel .deals3 .outright button {
  background:#F60;
  border:0px;
  color:#fff;
  margin-bottom:10px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size:24px;
  margin-top:20px;
  margin-left:20px;
}
@media screen and (max-width: 768px) {
  #cmt-listhotel .container .text-store{
    font-size: 12px;
  }
  #cmt-listhotel .deals3 .outleft .obs{
    font-size:10px;
  }
  #cmt-listhotel .deals3 .outleft .prom{
    font-size:12px;
  }
  #cmt-listhotel .deals3 .outleft .valreg{
    font-size:12px;
  }
  #cmt-listhotel .deals3 .outleft .valdesc{
    font-size:12px;
  }
  #cmt-listhotel .deals3 .outright p{
    font-size:20px;
    margin-top: 20px;
  }
  #cmt-listhotel .deals3 .outright button{
    margin-bottom:10px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size:15px;
    margin-top:25px;
    margin-left:0px;
  }
  #cmt-listhotel .container h2{
    color:rgba(49,49,49);
    margin-top: 0px;
  }
}
/********************** Hotel Detail ********************************/
#cmt-hoteldetail {
  background: #444853 none repeat scroll 0 0;
  color: #fff;
}
#cmt-hoteldetail .stars5{
  background-position: -148px -289px;
  border: medium none;
  height: 18px;
  width: 74px;
}
#cmt-hoteldetail .balls5{
  background-position: -148px -242px;
  border: medium none;
  height: 20px;
  width: 79px;
}
#cmt-hoteldetail .container h2 {
    color: #fff;
    padding-top: 60px;
}
#cmt-hoteldetail .container .row {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 16px;
}
#cmt-hoteldetail .container .row .cmt-lead{
   font-size: 26px;
}
#cmt-hoteldetail .container .row h4 {
  color: rgba(221,164,77);
  font-size: 18px;
}
#cmt-hoteldetail .container .row h4 img {
  margin-right: 5px;
}
#cmt-hoteldetail .container .row .upleft {
  float:left;
  width: 50%;
  height:auto;
}
#cmt-hoteldetail .container .row .upleft .cmt-slideshow{
  float:left; 
  height: 350px; 
  width: 100%; 
  margin: auto auto 30px 15px;
}
#cmt-hoteldetail .container .row .upleft .cmt-slideshow img {
  padding: 15px; 
  border: 1px solid #ccc; 
  background-color: rgba(0,0,0,0.16); 
  margin-bottom: 15px;
}
#cmt-hoteldetail .container .row .upright {
  float:left;
  width: 50%;
  height:auto;
}
#cmt-hoteldetail .container .row .line {
  margin: 0px 0; 
  border: 0;
  border-top: 0px solid #fff!important; 
  border-bottom: 1px dotted #000;
  margin-bottom: 5px;
}
#cmt-hoteldetail .deals3 {
  background-color: rgba(255, 255, 255, 0.1);
  float: left;
  height: auto;
  margin-bottom: 11px;
  margin-left: 30px;
  width: 92%;
}
#cmt-hoteldetail .deals{
  float: left;
  height: auto;
  margin-left: 50px;
  margin-top: 40px;
  width: 92%;
}
#cmt-hoteldetail .txtjustify {
  text-align: justify;
  padding: 10px;
}
#cmt-hoteldetail .deals3 .outleft{
  float: left;
  height: auto;
  padding-top: 20px;
  width: 40%;
  padding-bottom: 25px;
  padding-left: 20px;
}
#cmt-hoteldetail .deals3 .outleft .obs{
  font-size:12px;
  color:#fff;
  }
#cmt-hoteldetail .deals3 .outleft .prom{
  color: rgba(21,183,200);
  font-size:18px;
  font-weight:bold;
  }
 #cmt-hoteldetail .deals3 .outleft .valreg{
  color:#fff;
  font-size:16px;
  text-decoration:line-through;
  }
#cmt-hoteldetail .deals3 .outleft .valdesc{
  color:#fff;
  font-size:16px;
  }
#cmt-hoteldetail .deals3 .outright{
  float: left;
  height: auto;
  padding-top: 15px;
  width: 60%;
  padding-left: 5px;
}
#cmt-hoteldetail .deals3 .outright .satis {
  float: left; 
  width: 100px;
  margin-left: 65px;
}
#cmt-hoteldetail .deals3 .outright p{
  font-weight:bold;
  font-size:30px;
  color: rgba(21,183,200);
  margin: 5px 0 -10px 0px;
}
#cmt-hoteldetail .deals3 .outright button {
  background:#F60;
  border:0px;
  color:#fff;
  margin-bottom:10px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size:24px;
  margin-top:20px;
  margin-left:20px;
  float: left;
}
#cmt-hoteldetail .deals3 .outright button span {
  float:left;
  font-size:10px;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  #cmt-hoteldetail .container .row .upleft {
    width: 100%;
  }
  #cmt-hoteldetail .container .row .upright {
    width: 100%;
  }
  #cmt-hoteldetail .deals3 .outleft .obs {
    font-size: 10px;
  }
  #cmt-hoteldetail .deals3 .outleft .prom {
    font-size: 13px;
  }
  #cmt-hoteldetail .deals3 .outleft .valreg {
    font-size: 11px;
  }
  #cmt-hoteldetail .deals3 .outleft .valdesc {
    font-size: 10px;
  }
  #cmt-hoteldetail .deals3 .outright p {
    font-size: 20px;
  }
  #cmt-hoteldetail .deals3 .outright button {
    margin-bottom:10px;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 5px;
    font-size:15px;
    margin-top:20px;
    margin-left:5px;
    float: left;
  }
  #cmt-hoteldetail .deals3 .outright .satis {
    margin-left: 10px;
    width: 75px;
  }
  #cmt-hoteldetail .deals3 {
    margin-left: 15px;
  }
  #cmt-hoteldetail .deals {
    margin-left: 0px;
    margin-bottom: 30px;
  }
  #cmt-hoteldetail .container .row h4 {
    font-size: 15px;
  }
  #cmt-hoteldetail .container .row {
    font-size: 12px;
    margin-left: 5px;
  }
}
/********************** Content Tour ********************************/
#cmt-tour {
  background: #444853;
  color:#fff;
}
#cmt-tour .container h2{
  color:#fff;
}
#cmt-tour .container .row .bodydest{
  overflow: hidden;
  padding-bottom: 30px;
}
#cmt-tour .container .row .text-store {
    color: #fff;
    font-size: 25px;
    text-align: center;
}
/*#cmt-tour  .container .row img {
  width: 300px;
  height: 150px;
  float: left;
}*/
#cmt-tour  .container .text-store span{
  /*color : #f67d38; naranja*/
  background-color: rgba(0,0,0,0.5);
  padding-left: 25px;
  padding-right: 25px;
}
#cmt-tour  .container .r-pb {
  padding-bottom: 40px;
}
#cmt-tour  .container .text-store{
  float: left;
  position: absolute;
  text-align: left;
  margin: -3px 0 0 0px;
  font-size: 18px;
  padding-top: 50px;
  color: white;
}
@media screen and (max-width: 768px) {
  #cmt-tour .container .row .cmt-section-title {
    margin-top: 100px;
  }
  #cmt-tour .container .text-store{
    font-size: 12px;
  }
  #cmt-tour .container h2{
    color:#fff;
    margin-top: 0px;
  }
}
/********************** Tour Detail ********************************/
#cmt-tourdetail {
  background: #444853 none repeat scroll 0 0;
  color: #fff;
}
#cmt-tourdetail p {
  margin-bottom:0px !important;
}
#cmt-tourdetail .container h2 {
    color: #fff;
    margin-top: 160px;
}
#cmt-tourdetail .container .row {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 16px;
}
#cmt-tourdetail .container .row .cmt-lead{
   font-size: 26px;
}
#cmt-tourdetail .container .row h4 {
  color: rgba(221,164,77);
  font-size: 18px;
}
#cmt-tourdetail .container .row h4 img {
  margin-right: 5px;
}
#cmt-tourdetail .container .row .upleft {
  float:left;
  width: 50%;
  height:auto;
}
#cmt-tourdetail .container .row .upleft .cmt-slideshow{
  float:left; 
  height: 350px; 
  margin: auto 15px 30px 15px;
}
#cmt-tourdetail .container .row .upleft .cmt-slideshow img {
  padding: 15px; 
  border: 1px solid #ccc; 
  background-color: rgba(0,0,0,0.16); 
  margin-bottom: 15px;
}
#cmt-tourdetail .container .row .upright {
  float:left;
  width: 50%;
  height:auto;
}
#cmt-tourdetail .container .row .line {
  margin: 0px 0; 
  border: 0;
  border-top: 0px solid #fff!important; 
  border-bottom: 1px dotted #000;
  margin-bottom: 5px;
}
#cmt-tourdetail .txtjustify {
  text-align: justify;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #cmt-tourdetail .container .row .upleft {
    width: 100%;
  }
  #cmt-tourdetail .container .row .upright {
    width: 100%;
  }
  #cmt-tourdetail .container .row h4 {
    font-size: 15px;
  }
  #cmt-tourdetail .container .row {
    font-size: 12px;
    margin-left: 5px;
  }
}
/********************** Terminos ********************************/
#cmt-terminos .container .row .cmt-section-title {
  margin-top: 160px;
  text-align: center;
  font-family: "Roboto",sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  opacity: 0.4;
  text-transform: uppercase;
}
#cmt-terminos .container .row h2 {
  font-size: 16px;
  text-align: justify;
  color: rgba(49, 49, 49);
}
#cmt-terminos .container .row ul {
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #cmt-terminos .container .row h2 {
    font-size: 12px;
  }
  #cmt-terminos .container .row ul {
    font-size: 12px;
  }
}
/********************** Politicas ********************************/
#cmt-politicas {
  background: #444853;
}
#cmt-politicas .container .row .cmt-section-title {
  margin-top: 160px;
  text-align: center;
  font-family: "Roboto",sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  opacity: 0.4;
  text-transform: uppercase;
}
#cmt-politicas .container .row .cmt-lead {
  color: #fff;
}
#cmt-politicas .container .row h2 {
  font-size: 16px;
  text-align: justify;
  color: #fff;
}
#cmt-politicas .container .row p {
  color: #fff;
}
#cmt-politicas .container .row ul {
  font-size: 16px;
  text-align: justify;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #cmt-politicas .container .row h2 {
    font-size: 12px;
  }
  #cmt-politicas .container .row ul {
    font-size: 12px;
  }
  #cmt-politicas .container .row p {
    font-size: 12px;
  }
}
/********************** Nosotros ********************************/
/*#cmt-about {
  background: #444853;
}*/
#cmt-about {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
}
#cmt-about h2 {
  color: #fff!important;
}
#cmt-about .cmt-text {
  padding-left: 4em;
  color: black;
}
#cmt-about .container .row h2 {
  color: #fff!important;
/*  font-size: 20px;*/
}
#cmt-about .container .row .cmt-lead{
  font-size: 26px;
  text-align: center;
  color:#fff!important;
}
#cmt-about .container .row .cmt-section-title {
  font-family: "Roboto",sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  opacity: 0.4;
  text-transform: uppercase;
}
#cmt-about .container .row .cmt-text h2 {
  font-size: 18px;
}
#cmt-about .container .row span {
  color: black;
}
#cmt-about .container .row p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #cmt-about .container .row .cmt-section-title {
    margin-top: 100px;
  }
  #cmt-about .container .row .cmt-lead{
    font-size: 20px;
  }
  #cmt-about .container .row .cmt-text h2 {
    font-size: 16px;
    padding-left: 20px;
  }
  #cmt-about .container .row p {
    font-size: 14px;
    padding: 20px;
  }
}
@media screen and (max-width: 992px) {
  #cmt-about .cmt-text {
    padding: 0 0 20px 0;
  }
}

#cmt-about > .container {
  position: relative;
  z-index: 5;
}
#cmt-about > .cmt-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: .7;
  background: #444853;
}
#cmt-about .flexslider {
  border: transparent !important;
  background: transparent !important;
}
#cmt-about .flexslider .slides li {
  font-size: 40px;
  line-height: 1.5;
}
#cmt-about .flexslider .slides li blockquote {
  padding-left: 0;
  border-left: none;
}
@media screen and (max-width: 768px) {
  #cmt-about .flexslider .slides li blockquote {
    padding: 0 20px;
  }
}
#cmt-about .flexslider .slides li blockquote p {
  font-size: 40px;
  line-height: 1.5;
  font-family: "Roboto Slab", sans-serif;
  color: white !important;
}
@media screen and (max-width: 768px) {
  #cmt-about .flexslider .slides li blockquote p {
    font-size: 20px;
    line-height: 1.5;
  }
  #cmt-about .red-social {
    text-align: center;
  }
  #cmt-about .red-social .instag, .faceb, .sectur {
    width: 100%!important;
    margin-left: 0px;
  }
  #cmt-about .razonsocial h4 {
    font-size: 20px;
    margin-left: 15px;
  }
}
#cmt-about .flexslider .slides li blockquote p cite {
  display: block;
  padding-top: 20px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
}
#cmt-about .flexslider .flex-control-paging {
  position: relative;
}
#cmt-about .flexslider .flex-control-paging.flex-control-nav {
  bottom: -70px;
}
@media screen and (max-width: 768px) {
  #cmt-about .flexslider .flex-control-paging.flex-control-nav {
    bottom: -60px;
  }
}
#cmt-about .flexslider .flex-control-paging li a {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  border: 2px solid transparent;
}
#cmt-about .flexslider .flex-control-paging li a:active, #cmt-about .flexslider .flex-control-paging li a:focus {
  outline: none;
}
#cmt-about .flexslider .flex-control-paging li a.flex-active {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: 2px solid #f9ad81;
}
#cmt-about .red-social {
  float: left;
  width: 100%;
  height: auto;
}
#cmt-about .red-social h2, h4{
  margin-top: 25px;
  color:#fff;
}
#cmt-about .red-social .instag, .faceb {
  float: left;
  width: 30%;
  height: auto;
  
}
#cmt-about .red-social .instag {
  margin-right: 50px;
}
#cmt-about .red-social .faceb {
  margin-right: 25px;
}
#cmt-about .red-social .sectur {
  float: left;
  width: 30%;
  height: auto;
}
#cmt-about .razonsocial{
  float: left;
  width: 100%;
  height: auto;
  margin-top: 25px;
}
#cmt-about .razonsocial h4 {
  color: #fff!important;
}
#cmt-about .razonsocial p {
  font-size: 14px!important;
}
#cmt-about .razonsocial span {
  font-size: 11px!important;
  color: #fff!important;
}
/********************* Contactanos *****************************/
#cmt-contact {
  background: #444853;
}
#cmt-contact .container .row .cmt-section-title {
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  opacity: 0.4;
  text-transform: uppercase;
}
@charset "utf-8";
/* CSS Document */
/*Contact sectiom*/
#cmt-contact .content-header{
  font-family: 'Oleo Script', cursive;
  color:rgb(241,167,53);
  font-size: 45px;
}

#cmt-contact .section-content{
  text-align: center; 

}
#cmt-contact #contact{
  font-family: 'Teko', sans-serif;
  padding-top: 60px;
  width: 100%;
/*  width: 100vw;*/
  height: auto;
  background: #3a6186; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #3B5998 , #3B5998); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #3B5998 , #3B5998); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color : #fff;    
}
#cmt-contact .contact-section{
  padding-top: 40px;
}
#cmt-contact .contact-section .col-md-6{
  width: 50%;
}

#cmt-contact .form-line{
  border-right: 1px solid #B29999;
}

#cmt-contact .form-group{
  margin-top: 10px;
  margin-right: 20px;
}
#cmt-contact .contact-section #obs{
  font-size: 20px;
}

#cmt-contact label{
  font-size: 1.3em;
  line-height: 1em;
  font-weight: normal;
}
#cmt-contact .form-control{
  font-size: 1.3em;
  color: #080808;
}
#cmt-contact textarea.form-control {
    height: 135px;
   /* margin-top: px;*/
}

#cmt-contact .submit{
  font-size: 12px;
  float: right;
  width: 150px;
  background-color: transparent;
  color: #fff;
  width: auto;
  height: auto;
  margin-right: 30px;
}
#cmt-contact #captchaForm {
  float:right;
  margin-right:350px;
}
@media screen and (max-width: 768px) {
  #cmt-contact .container .row .cmt-section-title {
    margin-top: 100px;
  }
  #cmt-contact .contact-section .col-md-6 {
    width: 100%;
  }
  #cmt-contact .form-line {
    border-right: 0px solid #b29999;
  }
  #cmt-contact .section-header{
    font-size: 16px;
  }
  #cmt-contact .section-header span{
    font-size: 18px;
  }
  #cmt-contact .section-content h3{
    font-size: 16px;
  }
  #cmt-contact .contact-section #obs {
    font-size: 16px;
  }
  #cmt-contact .contact-section .form-group label{
    font-size: 14px;
  }
  #cmt-contact .contact-section .form-group input{
    font-size: 14px;
  }
  #cmt-contact .contact-section .form-group #description{
    font-size: 14px;
  }
  #cmt-contact .submit{
    font-size: 8px;
    margin-right: 50px;
  }
  #cmt-contact #captchaForm {
    width: 25%;
    margin-right:220px;
  }
}
/************************LogOn***************************************/
#cmt-logOn #tituloLogOn {
  margin-top: 200px !important;
}
/*********************** CAR ************************************/
#cmt-car .r-pb {
  margin-top: 200px !important;
}
#cmt-car .deals{
  width: 70% !important;
}
#cmt-car .deals2{
  margin-left: 12px;
  border:medium;  
  margin-top: -725px;
}
#cmt-car .deals3{
  margin-right: 12px;
}
#cmt-car .services-half-width-text h4{
  margin-top: 8px !important; 
}
#cmt-car #name{
  height: 30px !important;
  width: 97% !important;
  margin: 0px 0px 0px 5px !important;
}
#cmt-car #email{
  height: 30px !important;
  width: 97% !important;
  margin: 0px 0px 0px 5px !important;
}
#cmt-car #telcel{
  height: 30px !important;
  width: 97% !important;
  margin: 0px 0px 0px 5px !important;
}
#cmt-car #telcasa{
  height: 30px !important;
  width: 97% !important;
  margin: 0px 0px 0px 5px !important;
}
#cmt-car #horario{
  width: 101% !important;
  margin: 0px 0px 10px 5px !important;
}
#cmt-car #comentario{
  width: 97% !important;
  margin: 11px 0px 10px 20px !important;
  float: left;
  text-align: justify;
  color:#888;
  font-size: 11px;
}
@media (max-width: 480px){
  #cmt-car .deals3 {
    width: 125%;
    float: right;
    min-height: 180px;
    margin-top: 20px;
    border: solid 1px #999;
    text-align: center;
  }
  #cmt-car .indi {
    width: 125%;
    float: left;
  }
  #cmt-car .deals3 {
    margin-right: -60px;
  }
        
  #cmt-car .deals2{
    border: medium;
    margin-top: 25px !important;
  }   
}
#cmt-car #reservar {
  background:url('../images/reservar.png') no-repeat; 
  border:none;
  width: 305px;
  height: 50px;
}
#cmt-car .eliminar {
  background:url('../images/eliminar.png') no-repeat; 
  border:none;
  width: 25px!important;
  height: 25px!important; 
  cursor:pointer;
}
/****************************  Admon *****************************/
#cmt-admon .r-pb {
    margin-top: 200px;
  }
 #cmt-admon .cmt-section-title {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #41454f;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    opacity: .4;
    margin-bottom: 20px;
 } 
 
/***************************************************************/
#cmt-about {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
}
#cmt-about > .container {
  position: relative;
  z-index: 5;
}
#cmt-about > .cmt-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: .7;
  background: #444853;
}
#cmt-about .flexslider {
  border: transparent !important;
  background: transparent !important;
}
#cmt-about .flexslider .slides li {
  font-size: 18px;
  line-height: 1.5;
}
#cmt-about .flexslider .slides li blockquote {
  padding-left: 0;
  border-left: none;
}
@media screen and (max-width: 768px) {
  #cmt-about .flexslider .slides li blockquote {
    padding: 0 20px;
  }
}
#cmt-about .flexslider .slides li blockquote p {
  font-size: 18px;
  line-height: 1.5;
  font-family: "Roboto Slab", sans-serif;
  color: white !important;
  height: auto;
}
@media screen and (max-width: 768px) {
  #cmt-about .flexslider .slides li blockquote p {
    font-size: 10px;
    line-height: 1.5;
  }
}
#cmt-about .flexslider .slides li blockquote p cite {
  display: block;
  padding-top: 0px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
}
#cmt-about .flexslider .flex-control-paging {
  position: relative;
}
#cmt-about .flexslider .flex-control-paging.flex-control-nav {
  bottom: -70px;
}
@media screen and (max-width: 768px) {
  #cmt-about .flexslider .flex-control-paging.flex-control-nav {
    bottom: -60px;
  }
}
#cmt-about .flexslider .flex-control-paging li a {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  border: 2px solid transparent;
}
#cmt-about .flexslider .flex-control-paging li a:active, #cmt-about .flexslider .flex-control-paging li a:focus {
  outline: none;
}
#cmt-about .flexslider .flex-control-paging li a.flex-active {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: 2px solid #f9ad81;
}
/***************************** Footer ********************************************/
#cmt-footer {
  background: #ececec;
  padding: 4em 0;
  font-size: 16px;
}
#cmt-footer #left {
  float: left;
  width: 33%;
  height: auto;
}
#cmt-footer #center {
  float: center;
  width: 52%;
  height: auto;
  padding-top: 30px;
}
#cmt-footer #right {
  float: right;
  width: 15%;
  height: auto;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #cmt-footer {
    padding: 3em 0;
  }
  #cmt-footer #left {
    float: left;
    font-size: 12px;
    height: auto;
    width: 100%;
  }
  #cmt-footer #center {
    font-size: 12px;
    height: auto;
    padding-left: 20px;
    width: 100%;
  }
  #cmt-footer #right {
    float: right;
    height: auto;
    padding-top: 30px;
    width: 100%;
  }
}
#cmt-footer #right #redsocial a {
  color: #f67d38;
}
#cmt-footer #right #redsocial a:hover {
  text-decoration: underline;
  color:rgba(24,86,157);
}
#cmt-footer .row #center a {
  /*font-family: "Roboto Slab", sans-serif;*/
  color: #7a7e89;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
#cmt-footer .row #center a:hover {
  text-decoration: underline;
  color: #f67d38;
}
#cmt-footer p {
  margin-bottom: 10px;
}
#cmt-footer .cmt-footer-widget {
  margin-bottom: 30px;
  font-size: 12px;
}
.cmt-social {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cmt-social {
    float: none !important;
  }
}
.cmt-social li {
  padding: 0;
  margin: 0;
  display: inline;
}
.cmt-social li a {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .cmt-social li a {
    margin-right: 10px;
  }
}
.cmt-social li a i {
  font-size: 20px;
}
.cmt-social li a:hover {
  text-decoration: none !important;
}
.cmt-social li a:hover i {
  text-decoration: none;
}

.img-grid {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .img-grid {
    margin-bottom: 15px;
  }
}
.img-grid img {
  position: relative;
  z-index: 10;
}
.img-grid a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 12;
  background: rgba(68, 72, 83, 0.9);
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.text-store {
    float: left;
    position: absolute;
    text-align: center;
    margin: -130px 0 0 120px;
    font-size: 22px;
    padding-top: 30px;
    color: white;
}
.text-store a:hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 12;
  background: rgba(68, 72, 83, 0.9);
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.text-store a > div {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: 0.8s, ease-out;
  -o-transition: 0.8s, ease-out;
  transition: 0.8s, ease-out;
}
.img-grid a .cmt-title {
  font-size: 10px;
  color: #000000;
  padding: 0;
  position: relative;
}
.img-grid a .cmt-meta {
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  display: block;
  position: relative;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.text-store a .cmt-meta:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20px;
  margin-left: -10px;
  height: 2px;
  left: 50%;
  background: #f9ad81;
}
.text-store:hover > a {
  opacity: 1;
}
.text-store:hover > a > div {
  bottom: 20px;
}

.section-heading .cmt-section-title {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #41454f;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  opacity: .4;
  margin-bottom: 20px;
}
.touchpoint {
    width: 360px;
    height: 235px;
    background-color: rgba(39, 33, 30, 0.42);
    color: white;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
}
.touchpoint-title {
    text-align: center;
    padding: 20px;
    float: left;
    width: auto;
    height: auto;
    color: #000000;
}
.cmt-lead {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .cmt-lead {
    font-size: 20px;
  }
}

.js .to-animate, .js
.to-animate-2, .js
.animate-box {
  opacity: 0;
}

.cmt-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.cmt-nav-toggle.active i::before, .cmt-nav-toggle.active i::after {
  background: #f9ad81;
}
.cmt-nav-toggle:hover, .cmt-nav-toggle:focus, .cmt-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.cmt-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #535659;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #535659;
  transition: all .2s ease-out;
}
.cmt-nav-toggle i::before, .cmt-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #535659;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cmt-nav-toggle i::before {
  top: -7px;
}

.cmt-nav-toggle i::after {
  bottom: -7px;
}

.cmt-nav-toggle:hover i::before {
  top: -10px;
}

.cmt-nav-toggle:hover i::after {
  bottom: -10px;
}

.cmt-nav-toggle.active i {
  background: transparent;
}

.cmt-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.cmt-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.cmt-nav-toggle {
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .cmt-nav-toggle {
    display: block;
  }
  .offcanvas-visible .cmt-nav-toggle {
    z-index: 999999 !important;
  }
}

.cmt-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.r-pb {
  padding-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
    float: none;
  }
}
/* Arrow Animations */
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
