.btn-style-out{
	
	font-size: 15px;
	line-height: 28px;
	color: #00aaad;
	padding: 20px 20px;
	font-weight: 600;
	overflow: hidden;
	/*border-radius: 50px;*/
	background-color: #ffffff;
    border: 1px solid #00aaad;
    height: 70px;
    width: 200px;
      -webkit-transition: all 0.3s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;

}

.btn-style-out:hover{
	color: #fff;
    background-color: #00aaad;
    border: 1px solid #fff;
    
}


.button-green {
    height: 50px;
    width: 150px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    color: #00aaad;
    border: 1px solid #00aaad;
    -webkit-transition: all 0.3s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    cursor: pointer;
    
    position: relative;
    overflow: hidden;
}


.button-green:hover {
    color: #fff;
    background-color: #00aaad;
    border: 1px solid #fff;
}


.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.text-justify {text-align: justify}
.text-bold {font-weight: 700;}
.text-semi-bold {font-weight: 600; }
.text-italic {font-style: italic;}
.menu-right {float: right;}
.text-negro {color: #000;}
.text-azul {color: #28307d;}
.text-verde {color: #00aaad;}
.text-tachado {text-decoration: line-through;}
.fondo-gray {background-color: #ededed;}




.fondo-gris {background-color: #f9f5f0; padding: 30px; border-radius: 10px;}
.fondo-bco {background-color: #ffffff;}


ul .lista-b {
  list-style: none; /* Remove HTML bullets */
  padding: 0;
  margin: 0;
}

li.lista-b { 
  padding-left: 16px; 
}

li.lista-b::before {
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 8px;
  color: #00aaad; /* Or a color you prefer */
    font-size: 24px;
}


/*=== List Style One ===*/

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

.list-style-3 li{
	position:relative;
	font-size:15px;
	line-height:22px;
	color: #787878;
	padding-left:30px;
	margin-bottom: 6px;
	/*font-family: "Fredoka One", cursive;*/
}

.list-style-3 li:before{
	content: "\f058";
	position:absolute;
	left: 0;
	top: 0px;
	display:block;
	font-size:16px;
	line-height: 23px;
	padding: 0px;
	color:#ffae00;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
}

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

.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;}
.top110 { margin-top: 110px;}
.top120 { margin-top: 120px;}

.nega-top10 { margin-top: -10px;}
.nega-top20 { margin-top: -20px;}
.nega-top30 { margin-top: -30px;}
.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;}

.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;}
.font12 { font-size:12px;}
.font13 { font-size:13px;}
.font14 { font-size:14px;}
.font15 { font-size:15px;}
.font16 { font-size:16px;}
.font17 { font-size:17px;}
.font18 { font-size:18px;}
.font19 { font-size:19px;}
.font22 { font-size:22px;}
.font30 { font-size:30px;}
.font40 { font-size:40px;}

.txt-spacing-3 { letter-spacing: 3px;}
.txt-spacing-5 { letter-spacing: 5px;}

.inter14 { line-height: 14px; }
.inter16 { line-height: 16px;}
.inter18 { line-height: 18px;}
.inter20 { line-height: 20px;}
.inter22 { line-height: 22px;}
.inter24 { line-height: 24px;}
.inter28 { line-height: 28px;}

.padding20 { padding: 20px;}
.padding30 { padding: 30px;}
.padding40 { padding: 40px;}
.no-padding { padding: 0px;}

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

.serv-alto01 { min-height: 780px;}
.serv-alto02 { min-height: 560px;}
.serv-alto03 { min-height: 400px;}

.pie-links { display: block;}
.pie-left { text-align: left;}

.logo-size { max-width: 85%;}

@media (min-width: 360px) and (max-width: 420px) {
    .logo-size { max-width: 55%;}
    .slider-five .slider-text { position: absolute; left:10%;}
  }

@media (min-width: 421px) and (max-width: 760px) {
    .logo-size { max-width: 55%;}
    .slider-five .slider-text { position: absolute; left:25%;}
  }

@media (min-width: 767px) and (max-width: 860px) {
    .logo-size { max-width: 90%;}
  }


@media (min-width: 360px) and (max-width: 767px) {
    .pie-links { display: none}
    .pie-left { text-align: center;}

  }




table {
  border-collapse: collapse;
  width: 100%;
}

td {
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

tr:hover {background-color:#28307d; color: white; }

th {
  background-color: #ee2e24;
  color: white;
  text-align: center;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.th-gris {
  background-color: #868686;
}

.th-ama {
  background-color: #f4d34b;
}

.th-naranja {
  background-color: #ea9f48;
}

.th-rojo {
  background-color: #e47570;
}

.logo-cliente {

    text-align: center;
    padding: 40px;
    border: 1px solid #a7a9ac;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 20px;

}

.linea-tabla {

    padding-right: 30px;
  border-right: 2px solid #ddd;
}



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

}

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

.fixed-iconos .fix-telefono-lateral {background-color: #282828;}
.fixed-iconos .fix-contacto {background-color: #949494;}
.fixed-iconos .fix-showroom {background-color: #797979;}
.fixed-iconos .fix-recorrido {background-color: #aaaaaa; }
/*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
  


.fixed-iconos .fix-whatsapp {background-color: #636363;}



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


@media only screen and (max-width: 768px) { 
    .fixed-iconos { z-index: 999999; top: 50%;}
    .fixed-iconos div img{width: 20px;}
    .fixed-iconos div p{
    display: none;    
    }
    
   
   
}
/*ICONOS LATERALES*/