html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: white;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #00CC99;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
    color:darkslategrey;
}

p {
  font-size: .9em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.lista-li {
  font-size: .9em;
}

section {
  padding: 20px 0;
}

section h2 {
  font-size: 50px;
  font-size: 2em;
}


#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;

}

#mainNav .navbar-brand {
  color: #fdcc52;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 500;
  font-size: 100%;
  letter-spacing: 1px;
  
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #0099CC;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: white;
}

#mainNav .navbar-nav > li > a {
  font-size: 11px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #0099CC !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: white;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #0099CC;
}

    .square-back-text{
      background-color:darkslategrey;  
      opacity: 0.9;   
      width:100%;   
      height:auto;   
      position:relative; 
      top: 5px; 
      padding: 5px; 
      z-index: 1;
    }

/* Smartphones (portrait & landscape) */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

    #mainNav .navbar-brand img{
      color: #fdcc52;
      font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
      font-weight: 200;
      font-size: 10%;
      letter-spacing: 1px;
      text-align: center;
 
    }  
    #mainNav .navbar-brand-label{
      display: none;
    }

    .square-back-text{
      background-color:darkslategrey;  
      opacity: 0.9;   
      width:100%;   
      height:auto;   
      position:relative; 
      top: 10px; 
      padding: 5px; 
      z-index: 1;
    }
    .bottom-navigation-menu {
      display: none;
      padding: 20px; 
      width:90%;
    }
    
    section.features {
      position: relative;
      top: 15vh; 
      bottom: 150px;
      height: 160vh;
 

    }
}

  .full-bg-img-video {
    display: none;
    width: 100%;
  }
  
  @media (max-width: 767px) {
    #video {
      display: none !important;
    }

    .full-bg-img-video {
      display: block;
    }
    .plano3d{
      width: 80%;
      height: 600px;
    }

  }

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #0099CC;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #00CC99;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #fdcc52;
  }
    .square-back-text{
      background-color:darkslategrey;  
      opacity: 0.9;   
      width:60%;   
      height:auto;   
      position:relative; 
      top: 10px; 
      padding: 15px; 
      z-index: 1;
    }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #1B505E, #0099CC);
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-size: 30px;
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}


section.development {
  position: relative;
  width: 100%;
    height: 200vh;
    min-height: 775px;
  padding-top: 150px;
  padding-bottom: 50px;
  color: white;
  background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #1B505E, #0099CC);
}

section.development .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

section.development .header-content h1 {
  font-size: 30px;
    color: white;
}

section.development .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

section.development .device-container .screen img {
  border-radius: 3px;
}



@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 50px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
    
  section.development {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  section.development .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  section.development .header-content h1 {
    font-size: 50px;
  }
  section.development .device-container {
    max-width: 325px;
  }    
    
}

section.info {
  position: relative;
  padding: 50px 0;
  top: 30px;
  bottom: 50px;
}
section.maps {
  position: relative;
  padding: 0px 0;
}
section.download {
  position: relative;
  padding: 150px 0;
}

section.download h2 {
  font-size: 50px;
  margin-top: 0;
    color: white;
}

section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}

section.features .section-heading {
  margin-bottom: 10px;
}

section.features .section-heading h2 {
  margin-top: 0;
}
section.features h2 small{
  font-size: 0.7em;
  color: grey;
}

section.features .section-heading p {
  margin-bottom: 0;
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.features .feature-item h3 {
  font-size: 30px;
}
.text-small{
  font-size: 18px;
  font-style: italic;
  line-height: normal;
    color: #6c757d!important;
}
section.features ul {
    font-size: 1em;
}
section.features li {
    font-size: .9em;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/loscabos.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

section.about {
  position: relative;
  padding: 100px 0;
  background-image: url("../img/interior-line.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.about p{
  color:white;
}
section.about .about-content {
  position: relative;
  z-index: 1;
}

section.about .about-content h2 {
  font-size: 40px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

#header-img {
  width: 100%;
  height: auto;
    background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.indexIntro {
    height: 100%;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;        
  position: relative;
  padding: 250px 0;
  background-image: url("../img/indexIntro.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.indexIntro .indexIntro-content {
  position: relative;
  z-index: 1;
}

header.indexIntro .indexIntro-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}




@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
    
  header.indexIntro. indexIntro-content h2 {
    font-size: 80px;
  }    
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

header.indexIntro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay {
position: relative;
  top: 350px;
  left: 50px;
  width: 600px;
  height: 100%;

}
.overlay h2 {
  font-size: 4em;
  margin-top: 0;
    width: 100%;
  margin-bottom: 25px;
  color: white;
}

section.contact  {

}

section.contact  .contact -content {
  position: relative;
  z-index: 1;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #00CC99;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;
}

.btn-outline-colored {
  color: darkslategray;
  border: 1px solid;
  border-color: darkslategray;
}

.btn-outline-colored:hover, .btn-outline-colored:focus, .btn-outline-colored:active, .btn-outline-colored.active {
  color: whitesmoke;
  border-color: black;
  background-color: black;
}

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-newsletter {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
    font-size: 15px;
  padding: 10px 10px;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}






.social {
    position: relative;
    height: 3em;
    width: 13.5em;
    margin: 150px 450px;
}

.social li {
    display: block;
    height: 4em;
    line-height: 4em;
    margin: -2.2em;
    position: absolute;
    -webkit-transition: -webkit-transform .7s;
    -moz-transition: -moz-transform .7s;
    -ms-transition: -ms-transform .7s;
    -o-transition: -o-transform .7s;
    transition: transform .7s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: left;
    width: 4em;

}

.social a {
    color: #fffdf0;
    display: block;
    height: 4em;
    line-height: 6em;
    text-align: left;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 4em; 
  
}

.social li:hover {
  -webkit-transform: scale(1.3,1.3) rotate(45deg);
    -moz-transform: scale(1.3,1.3) rotate(45deg);
  -ms-transform: scale(1.3,1.3) rotate(45deg);
    -o-transform: scale(1.3,1.3) rotate(45deg);
  transform: scale(1.3,1.3) rotate(45deg);
}

.facebook {
    background: #155b9d;
    left: 0;
    top: 0%;
}

.twitter {
    background: #1a9ec4;
    bottom: 0;
    left: 25%;
}
.facebook2 {
    background: #155b9d;
    left: 50%;
    top: 0%;
}

.twitter2 {
    background: #1a9ec4;
    bottom: 0;
    left: 25%;
}

.pinterest {
    background: #e11a30;
    left: 50%;
    top: 0%;
}

.text-map {
  font-size: 12px;
  color:black;
  line-height: 1.5;
  margin-bottom: 20px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

#map_wrapper {
    height: 500px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}


.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:gray; text-align: justify; }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px; text-align: left;}
.footer-bs .footer-nav ul.pages a { color: white; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 16px;
    color:#FF9900;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px; text-align: left;}
.footer-bs .footer-nav ul.list a { color:white; }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 16px;
    color:#FF9900;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px; text-align: left;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00); font-size: 1.2em;}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 16px;
  color:#FF9900;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }



.icons-Aboutus{
    font-size: 40px;
    align-content: center;
    text-align: center;
    margin: 10px 0;
    color: gold;

}
.text-icons-Aboutus{
    font-size: 14px;
    align-content: center;
    text-align: center;
    margin: 10px 0;

}
.about h4 {
	font-size: 90%;
    color:gold;
	text-transform: uppercase;
   text-align: center;
  margin: 10px 0;
}




@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}

@media only screen and (max-width: 768px) {
  .footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 20px; }
  .footer-bs .footer-brand p { font-size:12px; color:gray; text-align: center; }
  .footer-bs .footer-nav ul.pages li { padding:5px 0px; text-align: center;}
  .footer-bs .footer-nav ul.list li { padding:5px 0px; text-align: center;}
    .footer-bs .footer-social li { padding:5px 4px; text-align: center;}

.overlay {
position: relative;
  padding: 5px 5px 5px 5px;

}
.overlay h2 {
  font-size: 2.5em;
    max-width: 100%;
  color: white;
}    
}


/* iPads (portrait & landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
  .footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 15px; }
   .footer-bs .footer-brand p { font-size:12px; color:gray; text-align: left; }
  .footer-bs .footer-nav ul.pages li { padding:5px 0px; text-align: left;}
  .footer-bs .footer-nav ul.list li { padding:5px 0px; text-align: left;}
    .footer-bs .footer-social li { padding:5px 4px; text-align: left;}
}
 
.separator {

    position: relative;
    display: block;
    height: 1px;
    margin: 10px 0;
        margin-top: 10px;
        margin-bottom: 10px;

}

header.video .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 998;
  opacity: 0;
}
header.video .intro-content {
  z-index: 999;
}
header.video .scroll-down {
  z-index: 999;
}

@media (min-width: 768px) {
  header.video .overlay {
    opacity: 0.5;
  }
}


.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}


.clrd-font{
	background: #FF512F;
	background: -webkit-linear-gradient(to right, #F09819, #FF512F);
	background: linear-gradient(to right, #F09819, #FF512F);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.single_portfolio_text{
	display:inline-block;
	padding:0;
	position:relative;
	overflow:hidden;
  padding: 5px;
}
.single_portfolio_text img{
	width:100%;
}

.single_portfolio_text:hover .portfolio_images_overlay{
	top:5%;
	left: 5%;
}

.portfolio_images_overlay{
	width: 90%;
	height: 90%;
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
	margin: 0 auto;
	top: -100%;
	left: 5%;
	position: absolute;
	transition:.6s;
	
}
.portfolio_images_overlay h6{
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border: 2px solid #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.portfolio_images_overlay .product_price{
	font-size: 35px;
	color: #fff;
	font-weight:800;
	line-height:30px;
}
.portfolio_images_overlay .product_price i{
    margin-right: -10px;
}

@media (min-width:769px) and (max-width:991px) {
	.portfolio_images_overlay {
		padding: 0px;
	}
}
@media (max-width:768px) {
	.portfolio_images_overlay{
		padding: 170px 20px;
	}
}
@media (max-width:580px) {
	.portfolio_images_overlay{
		padding: 100px 20px;
	}
}
@media (max-width:480px) {
	.portfolio_images_overlay{
		padding: 40px 20px;
	}
}
@media (max-width:320px) {
	.portfolio_images_overlay{
		padding: 20px;
	}
}


/* Quote-carousel Control  */

/* carousel */
#quote-carousel 
{
  padding: 0 10px 20px 10px;
  margin-top: 30px;
}

#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 10%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
#quote-carousel p {
  font-size: 1.2em;
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Solid';
    float: left;
    margin-right: 10px;
}

.caption-text {
  text-align: center;
  width: 100%;
  height: 80px;
  text-transform: uppercase;
  font-family:  'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 0.8em;
  color: #fff;
  margin: 0;
  padding: 5px;
  background-color: black;
  position: absolute;
  bottom: 0;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }  
    .navbar-brand-label{
      display: none !important;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
        #quote-carousel 
    {
            display: inline-block;
      margin-bottom: 0;
      padding: 10px 50px 40px 50px;
    }  
        .bottom-navigation-menu {
      display: none;
      padding-bottom: 20px; 
      bottom:0;
      left:10px;
      width:90%;
    }

}

.plano3d{
  width: 90%;
  height: 600px;
}
.col-background-plans {
  background-color: #6c757d;
}

.col-background-plans H2 {
  color: white;
  font-size: 2em;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid rgba(0,0,0,0.125);
    border-radius: 0.25rem;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.zoomhover figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.zoomhover figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.buttonInfo {
    -webkit-transition-duration: 0.4s; /* Safari */
    background-color: grey;
        color: white;
    transition-duration: 0.4s;
    text-decoration: none;
}

.buttonInfo:hover{
    background-color: gold;
    color: black;
        text-decoration: none;
}

.link-bottom{
      margin: 0 15px;
    font-size: .8rem;
    color: #fff !important;
}

.carousel {
    position: relative;
}
.bottom-navigation-menu{
  display:block !important;
  position:absolute;
  padding-bottom: 20px; 
  bottom:0;
  left:0;
  width:100%;
}
.col-menu-bottom{
  padding:10px;border-top:1px solid rgba(255,255,255,0.1);
  }

.caption-top{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

/*visit los cabos travel */
#main-map {
  background-color: #E3B964;
  color: #fff;
}
.map-flights {
    max-width: 100%;
    position: relative;
}

.map-flights .map>img {
    max-width: 100%;
    height: auto;
}

.map-flights .map>img.opaque {
    position: absolute;
    top: 0;
    opacity: 0.5;
}

.map-flights .dotteds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-flights .dotteds .dotted {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #7ff2fc;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.map-flights .dotteds .dotted:hover > .info, .map-flights .dotteds .dotted:focus > .info {
    display: block;
    position: absolute;
    min-width: 100px;
    max-width: 400px;
    width: auto;
    background: #000;
    border-radius: 5px;
    padding: 6px;
    top: 16px;
    left: 16px;
    z-index: 999;
}

.map-flights .dotteds .dotted.primary {
  background-color: #f9ac7d;
}

.map-flights .dotteds .dotted > .info {
    display: none;
}

.aero.dotted {
    opacity: 0.7;
}

.bg-morganresidences { 
    /* The image used */
    background-image: url("../img/morgan-residences/morgan-residences.jpg");

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Full height */
    height: 100%; 
    min-height: 100% !important;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;



}

section.topimage {
  position: relative;
  padding: 0px 0;
  
      /* Full height */
    height: 100%; 
    width: 100%;
    min-height: 100% !important;

}
section.topimage h2{
    color:white;
    font-size: 3em;
    font-stretch: condensed;
}
section.morgan {
  position: relative;
  padding: 50px 0;
      /* Full height */
    height: 100%; 

    min-height: 100% !important;

}

section.lookinside {
  position: relative;
  padding: 0px 0;
      /* Full height */
    height: 100%; 
        height: 100vh;
    min-height: 100% !important;
  padding-top: 150px;
  padding-bottom: 50px;      
}


section.inquire {
  position: relative;
  padding: 0px 0;
    height: 75vh;

  padding-top: 100px;
  padding-bottom: 100px;  

}

section.features {
  position: relative;
  padding: 25px;

}


.crossfade > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 80%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;    
}
.crossfade > figure:nth-child(1) { 
  background-image: url('../img/morgan-residences/slides/morgan-residences.jpg'), linear-gradient(rgba(0,0,0,0.6) 0%, transparent 100%); 
}

.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('../img/morgan-residences/slides/morgan-residences-pool.jpg');
  
}

.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('../img/morgan-residences/slides/morgan-residences-pool-area.jpg');
}

.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('../img/morgan-residences/slides/morgan-residences-gym.jpg');
}


@keyframes 
imageAnimation {  0% {
 animation-timing-function: ease-in;
 opacity: 0;
}
 10% {
 animation-timing-function: ease-out;
 opacity: 1;
}
 25% {
 opacity: 1
}
 75% {
 opacity: 0
}
 100% {
 opacity: 0
}
}

.boton {
 
    letter-spacing: .2em;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-size: .6875rem;
    font-weight: 500;
    height: 46px;
    line-height: 2.75rem;
    overflow: hidden;
    padding: 0 1.5625rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .4s cubic-bezier(0.455,.03,.515,.955),background-color .4s cubic-bezier(0.455,.03,.515,.955);
    z-index: 1;
}
.boton:after {
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 500px 500px 0 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,360deg);
    transition: transform .4s cubic-bezier(0.455,.03,.515,.955);
    z-index: -1;
}
.boton.black {
    border-color: #333;
    color: #333;
}
.boton.black:focus {
    color: white;
}
.boton.black:hover{
  text-decoration: none;
  background-color: black;
    color: white;
}
.boton.black:after {
  
    border-color: #000 transparent transparent transparent;
}
.boton.white{
  border-color:#fff;color:#fff}
.boton.white:focus {
    color: black;
}
.boton.white:hover{
  text-decoration: none;
  background-color: white;
    color: black;
}
.boton.white:after {
  
    border-color: #fff transparent transparent transparent;
}
.boton.inquire {
    border-color: #333;
    color: #333;
}
.boton.inquire:focus {
    color: white;
}
.boton.inquire:hover{
  text-decoration: none;
  background-color: orangered;
    color: white;
}
.boton.inquire:after {
  
    border-color: orangered transparent transparent transparent;
}


.boton.units {
  border-color: #333;
  color: #333;
}
.boton.units:focus {
  color: white;
}
.boton.units:hover{
text-decoration: none;
background-color: #333;
  color: white;
}
.boton.units:after {

  border-color: #333; transparent transparent transparent;
}

.boton:focus {
    color: #fff;
}
.with-boton {
    opacity: 0;
    transform: translate3d(0,20px,0);
    transition: opacity .75s cubic-bezier(0.25,.46,.45,.94),transform .75s cubic-bezier(0.25,.46,.45,.94);
    transition-delay: .1s;
}
.with-boton.lazyloaded {
    opacity: 1;
    transform: translate3d(0,0,0);
}
section.morgan h1 {
  font-size: 3em;
  margin-top: 10px;
    color: white;
}
section.morgan  h1 small {
  font-size: 2em;
  margin-top: 5px;
    color: white;
}
section.morgan h2 {
  font-size: 2em;
  margin-top: 10px;
    color: white;
}
section.morgan  h2 small {
  font-size: 1em;
  margin-top: 5px;
    color: white;
}
section.morgan p {
  font-size: 1em;
  margin-top: 10px;
    color: white;
    margin: 0 auto;
    max-width: 610px;
}

.formclass {
  border-bottom: 1px solid white;
  color:white;
       background-color: transparent;
   outline: none;

    border: 0;
}
.formclassfield {
  border-bottom: 1px solid white;
  color:white;
       background-color: transparent;

}

.gfield_optional {
    color: #888;
    line-height: 1rem;
}


.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(33%);
}

.carousel-inner .carousel-item-left.active, 
.carousel-inner .carousel-item-prev {
  transform: translateX(-33%);
}
  
.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
  
}


.carousel-top-item {
  top: 0px;
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-top-caption {
   position: absolute;
   top:50%;
   left: 10%;
  width: 70%;   
}

.color-overlay {
  width: 100%;
  height: 100%;
  background: black;
  opacity: .8;
  position: absolute;
}

.vcenter {
  height: 60vh;
  vertical-align: middle;

}