:root {
    --gold-color: #c59a2e;
    --gray-color: #313235;
    --white-color: #ffffff;
    --gray-hard-color: #000000;
  }


.dorado{
    color: var(--gold-color);
}


.h4{
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
    color: #1d2127;
}
.h5{
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
    text-transform: uppercase;
    color: #1d2127;
}

.height-width-icon{
  height: 100px;
  width: 100%;
}

.icon-fluid{
  height: 90%;
  width: auto;
}

.w-380{
  width: 380px;
}


/* navbar */
html #header .header-nav-bar-primary{
    background: var(--white-color) !important;
}

#header .header-nav-main.header-nav-main-light nav > ul > li > a{
    color: var(--gray-color);
}

#header .header-nav-main.header-nav-main-light nav > ul > li > a.active{
    color: var(--gold-color);
}
#header .header-column .header-extra-info .feature-box h4, #header .header-column .header-extra-info .feature-box h4 a,
#header .header-column .header-extra-info .feature-box .h4, #header .header-column .header-extra-info .feature-box .h4 a {
    color: #7e8588;
    font-size: 20px;
    font-weight: 300;
}


/* navbar - buscador */
#header .header-search .form-control, html #header .header-nav-bar-primary, #header .header-search .btn-light{
    color: var(--gold-color) !important;
}

/*iconos*/
.feature-box.feature-box-style-2 .feature-box-icon i.fa, .feature-box.feature-box-style-2 .feature-box-icon .icons{
    color: var(--gold-color);
}

/* botones */
html .btn-primary{    
    background-color: var(--gold-color);
    border-color: #cfa968 #cfa968 #c39341;
    color: #ffffff;
    transition: 1s ease !important;

}



/* footer */
#footer{
    background: var(--gray-hard-color);
    border-top: 4px solid var(--gray-color);
    color: var(--white-color);
}
#footer p{
    color: var(--white-color);
}

#footer .h5 {
    color: #CCC;
}

ul.list{
    list-style-type: none;
}

.alineado{
    text-align: justify;
}






/* ======================== */
/*      Pricing Table      	*/
/* ========================	*/

.pricing-container p{
  line-height: 18px;
}
  .pricing-container .pricing-table {
	position: relative;
	margin-bottom: 15px;
  }
  .pricing-container .pricing-table .tb-border:before {
	content: '';
	display: block;
	height: 5px;
	top: 0;
	left: 0;
	right: 100%;
	background: #CFA968;
	position: absolute;
	z-index: 1;
	-webkit-transition: right 0.2s linear 0.6s;
	transition: right 0.2s linear 0.6s;
  }
  .pricing-container .pricing-table .tb-border:after {
	content: '';
	display: block;
	height: 5px;
	bottom: 0;
	left: 100%;
	right: 0;
	background: #CFA968;
	position: absolute;
	z-index: 1;
	-webkit-transition: left 0.2s linear 0.2s;
	transition: left 0.2s linear 0.2s;
  }
  .pricing-container .pricing-table .lr-border:before {
	content: '';
	display: block;
	width: 5px;
	top: 100%;
	left: 0;
	bottom: 0;
	background: #CFA968;
	position: absolute;
	z-index: 1;
	-webkit-transition: top 0.2s linear;
	transition: top 0.2s linear;
  }
  .pricing-container .pricing-table .lr-border:after {
	content: '';
	display: block;
	width: 5px;
	top: 0;
	right: 0;
	bottom: 100%;
	background: #CFA968;
	position: absolute;
	z-index: 1;
	-webkit-transition: bottom 0.2s linear 0.4s;
	transition: bottom 0.2s linear 0.4s;
  }
  .pricing-inner-height{
    min-height: 400px;

  }
  html .heading-secondary, html .lnk-secondary, html .text-color-secondary, html .text-secondary{
    color: #cfa968 !important;
  }
  
  .pricing-container .pricing-inner {
	background: #fff;
	text-align: center;
	color: #fff;
	-webkit-transition: background 0.4s ease-in, color 0.4s ease-in;
  }
  .pricing-container .pricing-inner .plan-name {
	padding: 25px 15px 0 15px;
	position: relative;
  }
  .pricing-container .pricing-inner .plan-price-container {
	overflow: hidden;
  }
  .pricing-container .pricing-inner .plan-price {
	font-size: 46px;
	margin: 20px;
	font-weight: 800;
  }
  .pricing-container .pricing-inner .plan-desc {
	font-size: 15px;
	margin-bottom: 15px;	
  }
  .pricing-container .pricing-inner button {
	font-size: 13px;
	border-radius: 0;
	border: none;
	padding: 15px 15px;
	margin: 0 15px 25px;
	background: #CFA968;
	color: white;
	opacity: 1;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: opacity 0.3s, transform 0.3s;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  

  .gray-subheading{
    color: #313235;
  }
  
  @-webkit-keyframes hue-rotate {
	from {
	  -webkit-filter: hue-rotate(0);
	  -moz-filter: hue-rotate(0);
	  -ms-filter: hue-rotate(0);
	  filter: hue-rotate(0);
	}
	to {
	  -webkit-filter: hue-rotate(360deg);
	  -moz-filter: hue-rotate(360deg);
	  -ms-filter: hue-rotate(360deg);
	  filter: hue-rotate(360deg);
	}
  }
  
  @keyframes hue-rotate {
	from {
	  -webkit-filter: hue-rotate(0);
	  -moz-filter: hue-rotate(0);
	  -ms-filter: hue-rotate(0);
	  filter: hue-rotate(0);
	}
	to {
	  -webkit-filter: hue-rotate(360deg);
	  -moz-filter: hue-rotate(360deg);
	  -ms-filter: hue-rotate(360deg);
	  filter: hue-rotate(360deg);
	}
  }
  @-webkit-keyframes moveUp {
	50% {
	  -webkit-transform: translate3d(0, -100%, 0);
	  transform: translate3d(0, -100%, 0);
	}
	51% {
	  opacity: 0;
	  -webkit-transform: translate3d(0, -100%, 0);
	  transform: translate3d(0, -100%, 0);
	}
	52% {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 100%, 0);
	  transform: translate3d(0, 100%, 0);
	}
	100% {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  @keyframes moveUp {
	50% {
	  -webkit-transform: translate3d(0, -100%, 0);
	  transform: translate3d(0, -100%, 0);
	}
	51% {
	  opacity: 0;
	  -webkit-transform: translate3d(0, -100%, 0);
	  transform: translate3d(0, -100%, 0);
	}
	52% {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 100%, 0);
	  transform: translate3d(0, 100%, 0);
	}
	100% {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }


/* ======================== */
/*      Image Hover      	*/
/* ========================	*/

    @import url(https://fonts.googleapis.com/css?family=Raleway);
    .snip1584 {
      font-family: "Raleway", sans-serif;
      position: relative;
      display: inline-block;
      overflow: hidden;
      margin: 10px;
      min-width: 230px;
      max-width: 390px;
      width: 100%;
      color: #ffffff;
      font-size: 16px;
      text-align: left;
      
    }



    .snip1584-singular{

        max-width: 440px;
        margin-left: 20%;

    }
    .snip1584 * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }
    .snip1584:before {
      position: absolute;
      top: 10px;
      bottom: 10px;
      left: 10px;
      right: 10px;
      top: 100%;
      content: "";
      background-color: rgba(51, 51, 51, 0.9);
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      -webkit-transition-delay: 0.25s;
      transition-delay: 0.25s;
    }
    .snip1584 img {
      vertical-align: top;
      max-width: 100%;
      backface-visibility: hidden;
    }
    .snip1584 figcaption {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .snip1584 h3,
    .snip1584 h5 {
      margin: 0;
      margin-top: 15px;
      opacity: 0;
      letter-spacing: 1px;
    }
    .snip1584 h3 {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      text-transform: uppercase;
      font-weight: 400;
      -webkit-transition-delay: 0.05s;
      transition-delay: 0.05s;
      margin-bottom: 5px;
      color: #fff;
    }
    .snip1584 h5 {
      font-weight: normal;
      background-color: #ae895d;
      padding: 7px 15px;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      border-radius: 10px;
    }
    .snip1584 a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
    }
    .snip1584:hover:before,
    .snip1584.hover:before {
      top: 10px;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
    }
    .snip1584:hover h3,
    .snip1584.hover h3,
    .snip1584:hover h5,
    .snip1584.hover h5 {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
    .snip1584:hover h3,
    .snip1584.hover h3 {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s;
    }
    .snip1584:hover h5,
    .snip1584.hover h5 {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s;
    }




   .whatsapp-button {
      z-index: 9999 !important;
      position: fixed;
      border-radius: 5px;
      top: 12px;      
      padding: 5px 20px 5px 10px;
      background: #25D366;
      color: white;
      cursor: pointer;
      box-shadow: 2px 2px 6px #4d4d4d;
      right: 35%;
  }


  .fz-20 {
    font-size: 20px;
}


/*
  ========================================
  //  Estilos que se pasaron del custom // 
  ========================================
*/


/* Add here all your CSS customizations */
.pricing-container .pricing-inner button{
  cursor: pointer;
}


.pricing-container .pricing-inner a button {
  color:  white !important;
}

#quotation-container{
  background: #000000;
  color: white;
  position: fixed;
  float: right;    
  z-index: 10;
  top: 180px;
  right: 0px;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5%;
  padding: 10px 10px;
  border: 5px solid #d0ab68;
}

#my-quotation{
  border-bottom: 2px solid #d0ab68;
}

.sidebar-options{
  display:none;
}

.sidebar-options div{
  /*background: white;*/    
  padding: 3px 0px;
}

.gps-selected{
  background: gray;
  color: white;
  border: 3px solid #000000;
}


.quotation-hover{
  background: #cfa968;
  color: #777777;
  font-weight: bold;
  padding: 2px 2px;
  border-radius: 5px;
}

body {
  padding-top:0px;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  right: 250px;
  width: 0;
  height: 100%;
  margin-right: -250px;
  overflow-y: auto;    
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px;
  padding: 5px 10px;
  border: 2px solid #cfa968;
  background:white;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
}

#wrapper {
  padding-right: 250px;
  display: none;
}

#sidebar-wrapper {
  width: 250px;
}


ul.navbar-inverse{
  float: left !important;
}

#sidebar-wrapper .title, #sidebar-wrapper #total{
  text-align: center;
  color: #777777;
  font-weight: bold;
  font-size: 1.3em;    
  border-bottom: 2px solid #cfa968;
  padding: 5px 10px;
}

#sidebar-wrapper a{
  color: #493b22;
}

#sidebar-wrapper ul{
  display: block;
}

#wrapper .icon-car{
  width: 10%;
}

.quotation-detail{
  
  padding: 6px 0px;
  color:#777777;
}

#sidebar-wrapper i{
  cursor: pointer;
  color: #cfa968;
  font-size: 1.3em;
}

#quantity{
  float: right;
  width: 40px;
  right: -110px;
  position: absolute;
  top: -24px;
}

.items-selected #gps-selected,.items-selected #plan-selected, #number-vehicles{
  border-bottom:2px solid #cfa968;
}

.gps-standar,.gps-premium,.gps-clock,.plan-name .by-year, .plan-name .montly, #total{
  display: none;
}

#total{
  border-top: 1px solid #cfa968;
}



#get-quotation{        
  font-size: 13px;
  border-radius: 0;
  border: none;
  padding: 15px 15px;    
  background: #CFA968;
  color: white;
  opacity: 1;
  cursor: pointer;
  text-align: center;        
  margin: 0 auto;   
  display: block; 
}


.line-35{
  line-height: 35px;
}


/*Box border*/


.box-shadow-1:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.33;
  content: '';
  box-shadow: 0 30px 90px #BBB;
  transition: all 0.2s ease-in-out;
}

.z-index-1 {
  z-index: 1 !important;
}

.page-header {
  background-color: #FFFF !important;
  border-bottom: 5px solid #CCC;
  border-top: none !important;
  margin: 0 0 35px 0;
  min-height: 50px;
  padding: 20px 0px;
  padding-top: 70px;
  position: relative;
  text-align: left;
}



/*Header Team*/

html .bg-color-team, html .bg-team {
  background-color: #cfa968 !important;
}

.container-header{margin: 0 50px;}

.page-header.page-header-modern.page-header-lg {
  padding: 65px 0;
}

.text-14 {
  font-size: 4.5em !important;
}


.img-team-fludid{
  height: 430px;
  object-fit: cover;
}

.small-team-fluid{
  
  height: 250px;
  object-fit: cover;
  
}


.custom-box-shadow-1 {
  box-shadow: 0px 0px 32px -7px rgba(0, 0, 0, 0.1);
}


.wd-100{
  width: 100px;
}


/*Box Bordered*/

.box-bordered {
  transition: box-shadow .3s;
  width: 300px;
  height: 500px;
  margin: 50px;
  border-radius:10px;
  border: 1px solid #ccc;
  background: #fff;
  float: left;
  
}
.box-bordered:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}




/*Pricing Services*/




/* -------------------------------- 

xpopup 

-------------------------------- */
.popup {
	position: relative;
    top: -19em;
    z-index: 1;
    height: 100%;
    width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}
.popup-container {
	position: absolute;
	width: 90%;
	max-width: 500px;
	top: 40%;
	margin: 3em auto;
	background: #FFF;
	border-top: 15px solid #cfa968 ;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.popup-container-content {
	padding: 3em 3em 5em 3em;
}
.popup-container-content p {
	margin: 1.5em 0 0 0;
	line-height: 1.5em;
}

.popup-container .button:hover {
	background: #cfa968 ;
}
.popup-container .popup-close {
	position: absolute;
	top: 8px;
	right: 10px;
	color: #cfa968 ;
}
.is-visible .popup-container {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mt-space-apply{
  margin-top: 300px;
}

.w-800{
  width: 800px;
}

.w-550{
  width: 550px;
}

.w-350{
  width: 350px;
}

.h-276{
  height: 226px;
}

.border-50{
  border-radius: 50px;
}


/*Home sections*/


.scale-2 {
  transform: scale(1.2) !important;
}

.box-shadow-3 {
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
}

.w-750{
  width: 750px;
  height: auto;
}


.btn-info {
  font-size: 13px;
  border-radius: 0;
  border: none;
  padding: 15px 15px;
  margin: 0 0 25px;
  background: #CFA968;
  color: white;
  opacity: 1;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.btn-info:hover {
  
  background: #CFA968;
  
}


/*Lists*/


.list.list-ordened {
  counter-reset: custom-counter;
  list-style: none;
}

.list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li {
  padding-left: 40px;
}

.list.list-ordened li {
  position: relative;
  padding-left: 22px;
}


.list li {
  margin-bottom: 13px;
}


.list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {
  border-radius: 100%;
  border-style: solid;
  border-width: 1px;
  min-width: 26px;
  padding: 0;
  text-align: center;
}


.list.list-ordened li:before {
  color: #ffff;
  border-color: #ffff;
}


.list.list-ordened li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(custom-counter);
  counter-increment: custom-counter;
  font-weight: bold;
}


/*Boton*/


.btn-vital {
  background-color: transparent;
  color: #FFF;
  line-height: 28px;
  border-radius: 0px;
  border-radius: 50px;
  border: 3px solid #fff;
}


.btn-vital:hover {
  background-color: #fff !important;
  color: rgb(207,169,104);
}


.btn-vital-secondary {
  background-color: #CCA665;
  color: #FFF;
  line-height: 28px;
  border-radius: 0px;
  border-radius: 50px;
  border: 3px solid #CCA665;
}


.btn-vital-secondary:hover {
  background-color: #fff;
  color: #CCA665;
  border: 3px solid #CCA665;

}

.marg-0{
  margin: 0px !important;
}



/*producto*/


.pb-200 {
  padding-bottom: 200px;
}

.pt-150 {
  padding-top: 150px;
}


.shop-details .procuct-details .tab-content {
  margin-bottom: 40px;
}

.card{text-align: center; border: none; border-radius: 5px;-webkit-box-shadow: 12px 14px 22px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 12px 14px 22px 2px rgba(0,0,0,0.75);
  box-shadow: 12px 14px 22px 2px rgba(0,0,0,0.75);
  margin-bottom: 100px;
  }







/*Responsive*/


  @media screen and (max-width: 575px){


    /*HEadings*/


  .lead-h1-font{
    font-size: 2rem;
  }    

  .xs-h1-font{
    font-size: 2rem !important;
  }  






  /*Align responsive text*/


  .xs-text-center{
    text-align: center;
  }


  .xs-line-32{
    line-height: 32px;
  }

  .xs-line-42{
    line-height: 42px !important;
  }





  /*Spacing - Marging and Padding*/


  .full-container-fluid{
      padding-left: 0px;
      padding-right: 0px;


  }
  .xs-my-0{
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .xs-mgt-0{
    margin-top: 0rem !important;
  }

  .xs-mgb-0{
    margin-bottom: 0rem !important;
  }

  .xs-mgt-1{
    margin-top: 1rem!important;
  }


  .xs-mgt-2{
    margin-top: 2rem!important;
  }


  .xs-mgt-3{
    margin-top: 3rem!important;
  }

  .xs-mgt-4{
    margin-top: 4rem!important;
  }


  .xs-mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xs-mr-auto{
    
    margin-right: auto;
  }

  .xs-ml-auto{
    margin-left: auto;
    
  }

  .xs-ml-0{
    margin-left: 0rem !important;
    
  }


  .xs-pb-0{
    padding-bottom: 0rem !important;
    
  }


  .xs-px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .custom-col-pad-lef{
    padding-left: 0px;
  }

  .xs-p-3{
    padding: 2rem!important;
  }

  /*HR*/

  .xs-custom-hr{
    width: 100px;
    margin-left: auto !important;
    margin-right: auto !important;
  }


  /*Image Width*/

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

  .xs-parallax-section-dog .parallax-background{
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
  }


  .dots-background{
    top: -14px !important;
    right: -7% !important;
  }


  .w-380 {
    width: 100%;
  }


  .w-550{
    width: 100%;
  }

  .snip1584 {
    margin: 0px;
  }

  .watch-img-relative{
    left: 0px !important;
    bottom: 0px !important;
    position: relative !important;
  }



  /*Containers*/

  .container-header {
    margin: 0 0px;
  }

  .xs-display-content-none {
    display: none !important;

  }
  .xs-container-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  


}





  






