/*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #fdcfb1;
    background-color: #fdcfb1;
}
::selection {
    background-color: #fdcfb1;
    color: #fff;
}*/




/*Btn Style One*/

.btn-style-slide {
	position:relative;
	line-height:24px;
	color:#505050;
	font-size:15px;
	cursor: pointer;
	font-weight:600;
	border-radius:50px;
	background-color:#f9f9ec;
	text-transform:uppercase;
	padding:16px 36px 16px 36px;
	font-family: 'Oxygen', sans-serif;
	box-shadow:0px 10px 20px rgba(212,169,109,0.15);
    
}

.btn-style-slide:hover{
	color:#ffffff;
	background-color:#f3a455;
    
   
}

.header-top-one.header-top-four.header-top-five .top-left a {
    color: #fff!important;
}

.header-top-one.header-top-four.header-top-five .top-left.rts-btn.btn-primary-3 {
    background: var(--color-primary-3);
    color: #fff!important;
}


.boton-top-ins {
    background: #fff!important;
    color: #fff!important;
}


.top-btn {
    padding: 12px 20px!important;
    min-width: max-content;
    font-size: 16px;
    
    line-height: 21px;
    font-weight: 700;
    border-radius: 15px;
    transition: var(--transition);
}

.header-main-one .thumbnail a {
    padding: 0px 0!important;
    display: block!important;
    max-width: max-content!important;
}

.header-main-five.thumbnail a {
    padding: 0px 0!important;
    display: block!important;
    max-width: max-content!important;
}

.font-azul {color: #003e91!important;}
.font-amarillo {color: #ffa206!important;}
.font-bco {color: #ffffff!important;}
.font-gris {color: #777777!important;}
.font-negro {color: #1b1a1a!important; }


.fondo-gris-blanco {background-color: #f9f9f9!important;}
.fondo-gris-claro {background-color: #aaa9aa;}
.fondo-gris {background-color:#272828;}
.fondo-gris-obs {background-color:#151616;}
.fondo-blanco {background-color:#fff;}
.fondo-negro {background-color:#000;}
.fondo-cielo {background-color:#009adf;}
.fondo-desvana {background: rgba(249,249,249,1);
background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 52%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,249,249,1)), color-stop(52%, rgba(249,249,249,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 52%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 52%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 52%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 52%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0 );
}

.fondo-verde-trans {
background: rgba(16,105,61,1);
background: -moz-linear-gradient(top, rgba(16,105,61,1) 0%, rgba(180,208,194,1) 52%, rgba(255,255,255,1) 76%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,105,61,1)), color-stop(52%, rgba(180,208,194,1)), color-stop(76%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(16,105,61,1) 0%, rgba(180,208,194,1) 52%, rgba(255,255,255,1) 76%);
background: -o-linear-gradient(top, rgba(16,105,61,1) 0%, rgba(180,208,194,1) 52%, rgba(255,255,255,1) 76%);
background: -ms-linear-gradient(top, rgba(16,105,61,1) 0%, rgba(180,208,194,1) 52%, rgba(255,255,255,1) 76%);
background: linear-gradient(to bottom, rgba(16,105,61,1) 0%, rgba(180,208,194,1) 52%, rgba(255,255,255,1) 76%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10693d', endColorstr='#ffffff', GradientType=0 );
    }
    


.text-center {text-align: center; }
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-justify {text-align: justify}
.text-bold {font-weight: 700;}
.text-semi-bold {font-weight: 500;}
.text-300 {font-weight: 300;}
.text-italic {font-style: italic;}
.menu-right {float: right;}
.text-upper {text-transform: uppercase; }
.text-espacio3 {letter-spacing: 8px;}
.text-espacio2 {letter-spacing: 4px;}
.text-espacio-1 {letter-spacing: -1px;  }


.top5 { margin-top: 5px;}
.top10 { margin-top: 10px;}
.top20 { margin-top: 20px;}
.top30 { margin-top: 30px;}
.top40 { margin-top: 40px;}
.top50 { margin-top: 50px;}
.top60 { margin-top: 60px;}
.top70 { margin-top: 70px;}
.top80 { margin-top: 80px;}
.top90 { margin-top: 90px;}
.top100 { margin-top: 100px;  }

.nega-top5 { margin-top: -5px;}
.nega-top10 { margin-top: -10px;}
.nega-top15 { margin-top: -15px;}
.nega-top20 { margin-top: -20px;}
.nega-top30 { margin-top: -30px; }
.nega-top40 { margin-top: -40px;}
.nega-top50 { margin-top: -50px;}
.nega-top60 { margin-top: -60px;}
.nega-top70 { margin-top: -70px;}
.nega-top80 { margin-top: -80px;}
.nega-top90 { margin-top: -90px;}
.nega-top100 { margin-top: -100px;}
.nega-top120 { margin-top: -120px;}
.nega-top130 { margin-top: -130px;}
.nega-top140 { margin-top: -140px;}

.bottom6 { margin-bottom: 6px;}
.bottom10 { margin-bottom: 10px;}
.bottom20 { margin-bottom: 20px;}
.bottom30 { margin-bottom: 30px;}
.bottom40 { margin-bottom: 40px;}
.bottom50 { margin-bottom: 50px;}
.bottom60 { margin-bottom: 60px;}
.bottom70 { margin-bottom: 70px;}
.bottom80 { margin-bottom: 80px;}
.bottom90 { margin-bottom: 90px;}
.bottom100 { margin-bottom: 100px; }


.font11 { font-size:11px!important;}
.font12 { font-size:12px!important;}
.font13 { font-size:13px!important;}
.font14 { font-size:14px!important;}
.font15 { font-size:15px!important;}
.font16 { font-size:16px!important;}
.font17 { font-size:17px!important;}
.font18 { font-size:18px!important;}
.font19 { font-size:19px!important;}
.font20 { font-size:20px!important;}
.font21 { font-size:21px!important;}
.font22 { font-size:22px!important;}
.font-icon-xs { font-size: 1.9em;}
.font-icon-ch { font-size: 2.2222em;}
.font-icon-m { font-size: 3.28571em;}
.font-icon-g { font-size: 4.48571em;}
.font-icon-xl { font-size: 5.28571em;}

.inter14 { line-height: 14px!important;}
.inter16 { line-height: 16px!important;}
.inter18 { line-height: 18px!important;}
.inter20 { line-height: 20px!important;}
.inter22 { line-height: 22px!important;}
.inter24 { line-height: 24px!important;}
.inter26 { line-height: 26px!important;}
.inter28 { line-height: 28px!important;}
.inter30 { line-height: 30px!important;}
.inter32 { line-height: 32px!important;}
.inter34 { line-height: 34px!important;}
.inter36 { line-height: 36px!important;}
.inter40 { line-height: 40px!important;}
.inter44 { line-height: 44px!important;}
.inter50 { line-height: 50px!important;}


.no-padding { padding: 0px;}
.padding10 { padding: 10px;}
.padding20 { padding: 20px;}
.padding30 { padding: 30px; }

.perso-carru-titu { font-size:18px;}
.texto-logos { font-size:21px; line-height: 30px;}

.foto-radius { border-radius: 10px;}
.foto-360 { border-radius: 50%;}

.foto-radius-servi { border-radius: 10px;}

.foto-produ-izq { margin-right: -80px; margin-top:40px;  }
.foto-produ-izq-1 { margin-right: -80px; margin-top:0px;  }

.serv-alto01 { min-height: 780px;}
.serv-alto02 { min-height: 260px; }

.paquete-price {
    margin-top: 20px;
    border-top: 2px solid #ececec;
    font-size: 40px;
    color: #bead8e;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.paquete-price span {
    font-size: 16px;
}

.paquete-price-detalles {
    font-size: 14px;
    font-style: italic;
    margin-top: -5px;
}


.divide-sombra { 
-webkit-box-shadow: inset 0px 6px 5px 0px rgba(0,0,0,0.20);
-moz-box-shadow: inset 0px 6px 5px 0px rgba(0,0,0,0.20);
box-shadow: inset 0px 6px 5px 0px rgba(0,0,0,0.20);
width: 100%;    
}


.vertical-bottom {

    margin-bottom: 50px;
  display: flex;
    justify-content: flex-end;
 /* align-items: center;*/
    align-items: flex-end;
}

hr.divi-azul {
  border-top: 1px dashed #0b7cb8;
    margin-bottom: 40px; margin-top: 40px;
}

hr.divi-verde {
  border-top: 2px dashed #88ba01;
    margin-bottom: 30px; margin-top: 30px;
}

hr.divi-naranja {
  border-top: 2px dashed #f18b00;
    margin-bottom: 30px; margin-top: 30px;
}

hr.divi-morado {
  border-top: 2px dashed #B25395;
    margin-bottom: 30px; margin-top: 30px;
 
}


.layer-back {
   z-index: -999999!important;
  }

.layer-uper {
   z-index: 9999999!important;
    
  }



.list-style-2{
	position:relative;list-style-position:outside;
}

.list-style-2 li{
	position:relative;
	font-size: 16px!important;
    line-height: 26px!important;
	color: #5d666f!important;
	padding-left:1px!important;
	margin-bottom: 10px;
    list-style-position:outside;
	
}

.list-style-2 li:before{
	
    /*font-family: "LineAwesome";*/
    content: "•"; 
	position:absolute;
	left: -16px;
	top: 0px;
	display:block;
	font-size:26px!important;
	line-height: 22px;
	padding: 0px;
	color:#003e91;
	font-weight:900;
    
    list-style-position:outside;
}

.list-style-2 li a:hover{
	color: #28307d;
}



.list-style-3 {
	position:relative;list-style-position:outside;
}

.list-style-3 li{
	position:relative;
	font-size:16px;
	line-height:26px;
	color: #777777;
	padding-left:12px;
	margin-bottom: 10px;
    list-style-position:outside;
	
}

.list-style-3 li:before{
	content: "•";
	position:absolute;
	left: 0;
	top: 0px;
	display:block;
	font-size:21px;
	line-height: 18px;
	padding: 2px;
	color:#fff;
	font-weight:900;
    list-style-position:outside;
}

.list-style-3 li a:hover{
	color: #28307d;
    
}


.liga a {
    text-decoration: none!important;
    color: #44b1d0!important;
}

.liga a:hover {
    text-decoration: underline!important;
    color: #1b426b!important;
}
.align-right-center {text-align: right;}
.align-left-center {text-align: left;}
.pie-right {text-align: right; }
.pie-left {text-align: left; }
.pie-center {text-align: center;}
.logo-menu {max-width: 260px;}
.logo-stiky {max-width: 200px;}


    
@media only screen and (max-width: 768px) { 
    
   .pie-right {text-align: right;}
   
    .logo-menu {max-width: 180px;}

    .navbar-brand {
    width: 200px;
    padding: 1px 15px;
/*    margin-bottom: -24px;*/
}
    .header-topbar .top-bar {
   
    height: 100px;
    position: relative;
    z-index: 8;
}
      
}


.pie-sombra { 
-webkit-box-shadow: inset 0px 5px 5px 0px rgba(145,145,145,0.1)!important;
-moz-box-shadow: inset 0px 5px 5px 0px rgba(145,145,145,0.1)!important;
box-shadow: inset 0px 5px 5px 0px rgba(145,145,145,0.1)!important;
}

.fondo-gris-desvana {
background: rgba(195,195,195,1);
background: -moz-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(195,195,195,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(195,195,195,1)), color-stop(100%, rgba(195,195,195,0)));
background: -webkit-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(195,195,195,0) 100%);
background: -o-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(195,195,195,0) 100%);
background: -ms-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(195,195,195,0) 100%);
background: linear-gradient(to bottom, rgba(195,195,195,1) 0%, rgba(195,195,195,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#c3c3c3', GradientType=0 );
}




/*frame 01*/

/*.page-title {padding: 60px 0;}*/
.content-top-margin {margin-top: 1px;}
.border-bottom-light {border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.border-top-light {border-top: 1px solid rgba(0, 0, 0, 0.1);}


.separator-line {

    height: 2px;
    margin: 0 auto;
    width: 30px;
    margin: 7% auto;

}
.bg-black {background: #ddd43e !important;}

.frame-desvana {
background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(75%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    z-index: 9999!important;
}


/*frame 01*/

.whatsapp-lateral {
  position:fixed;
  width:60px;
  height:60px;
  bottom:100px;
  right:30px;
  background-color:#25d366;
  color:#FFFFFF;
   
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
    
}

.whatsapp-icon-lateral {
  margin-top:13px;
}



/*ICONOS LATERALES*/
.fixed-iconos {
    display: block;
    box-sizing: border-box;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 0;
    transform: translateY(-50%);

}

.fixed-iconos div {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 7px;
    text-align: center;
    cursor: pointer;
    transition: width 0.3s linear;
}

.fixed-iconos .fix-telefono-lateral {background-color: #282828;}
.fixed-iconos .fix-contacto {background-color: #00c0ff;}
.fixed-iconos .fix-showroom {background-color: #B25395;}
.fixed-iconos .fix-recorrido {background-color: #f18b00;}
.fixed-iconos .fix-whatsapp {background-color: #00bb2d;}



.fixed-iconos div:hover {width: 120%;}
.fixed-iconos div img{width: 30px;}
.fixed-iconos div p{
    display: block;
    color: white;
    font-size: 13px;
    }
		



.sello {
	top: 0;
	left: 0;
	width: 180px;
	margin-left: 80%;
	margin-top: 20%;
	margin-right: 5%;
	position: absolute;
    z-index: 10000;   
	}

@media only screen and (max-width: 768px) { 
    .fixed-iconos { z-index: 999; top: 50%;}
    .fixed-iconos div img{width: 20px;}
    .fixed-iconos div p{
    display: none;    
    }
    
    .sello {
	width: 120px;
	margin-left: 65%;
	margin-top: 60%;
    z-index: 999;
	}
    

   
}
/*ICONOS LATERALES*/



.pleca-flores {
    
    position: absolute;
    top: -30px;
    z-index: 9999; 
    
   

/*    background-image: url("../images/pleca-flores.png");*/
    background-repeat: no-repeat;
    /*background-position: right top;*/

}

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

@media (max-width:767px) {
    .hidden-xs {
        display: none!important;
    }
   .align-left-center {text-align: center!important;}
   .align-right-center {text-align: center!important;}
    .pie-left {text-align: center;} 
    .perso-carru-titu { font-size:15px;}
    .texto-logos { font-size:17px; line-height: 26px;}
    .pleca-flores {top: -10px;}
    .padding-mobile {padding-left: 25px!important; padding-right: 25px!important;}
    
    .rts-client-rating .swiper-button-next {right: 20px!important;}
    .rts-client-rating .swiper-button-prev {left: 20px!important;}

}
    

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important;
    }
     .align-left-center {text-align: center;}
   .align-right-center {text-align: center;}
   

}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important;
    }
    
}


@media (min-width:1200px) {
    .hidden-lg {
        display: none!important;
    }
}




@media (min-width:1420px) and (max-width:1900px) {
    #hero-area.bg {
    background-image: url(../images/shape-1-full.png), url(../images/shape-2.png);
    background-repeat: no-repeat;
    background-position: left top, top right;
    padding: 0 0 130px
}

}


.alerta {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    background-color: #ffecd5;
    border: 1px solid #ffecd5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alerta-info {
    color: #3a87ad!important;
    background-color: #d9edf7!important;
    border-color: #bce8f1!important;
    padding: 8px 35px 8px 14px!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    border-radius: 4px!important;
}

.imagen-foto {
    padding: 8px!important;
    border: 2px solid #ededed!important;
}

/**********************************

Name: cmxform Styles

***********************************/

.inTyTeHi{
	display: none;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red !important;
	font-style: italic;
    display: block;
}
input.error { 
	border: 1px dotted red !important; 
    display: block;
}

textarea.error { 
	border: 1px dotted red !important; 
    display: block;
}

select.error { 
	border: 1px dotted red !important; 
    display: block;
}

.pointer {
	cursor: pointer
}
