.top-link a {
  color: #ffffff; }


.top-link a:focus,
.top-link a:hover {
  color: #ef9d00;
  outline: none;
  text-decoration: none; }



.btn-style-out{
	
    font-size: 16px;
    color: #ef9d00;
    border: 2px solid #ef9d00;
    border-radius: 8px;
    /*display: block;*/
    padding: 10px 30px;
    margin-bottom: 18px;
    font-weight: 500;

}

.btn-style-out i {
    font-weight: 500;
    margin-right: 10px;
    }
    

.btn-style-out:hover{
	background-color: #ef9d00;
	color: #333;
    border: 2px solid #ef9d00;
}






.text-center {text-align: center;}
.text-right {text-align: right;}
.text-justify {text-align: justify}
.text-bold {font-weight: 700;}
.text-italic {font-style: italic;}
.menu-right {float: right;}
.text-azul {color: #28307d;}
.text-rojo {color: #ee2e24;}
.text-ama {color: #ef9d00;}





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: #00a779; /* Or a color you prefer */
    font-size: 18px;
}


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

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

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

.list-style-3 li:before{
	content: "•";
	position:absolute;
	left: 0;
	top: 2px;
	display:block;
	font-size:19px;
	line-height: 26px;
	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;}

.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;}

.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;}

.inter12 { line-height: 12px;}
.inter14 { line-height: 14px;}
.inter16 { line-height: 16px;}
.inter18 { line-height: 18px;}
.inter20 { line-height: 20px;}
.inter22 { line-height: 22px;}
.inter24 { line-height: 24px;}
.inter26 { line-height: 26px;}
.inter28 { line-height: 28px;}
.inter30 { line-height: 30px;}


.fondo-gris { background: #f3f3f3;}
.no-padding { padding: 0px;}

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

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

.margen-right { padding-right: 30px;}
.pie-links { display: block;}
.pie-left { text-align: left;}
.pie-right { text-align: right;}

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

  }



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;
}




.titulo-seccion h3 {
  position: relative;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  color: #333333;
  padding-bottom: 20px;
  margin-bottom: 30px; }

  .titulo-seccion h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
    height: 2px;
    background-color: #ef9d00;
}

   .out-menu {
      font-size: 15px;
      line-height: 30px;
      color: #333333;
      border: 2px solid #f3f3f3;
      padding: 30px 30px;
      display: block;
      border-radius: 8px;
    }



/*accordion*/


.accordion-v2 {
 background-color: #fff;
    border: 1px solid #dee0e1;
  color: #333;
  cursor: pointer;
  padding: 13px 33px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 16px;
    font-weight: 500;
  transition: 0.4s;
    margin-bottom: 5px;
}

.accordion-v2:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #333;
  float: right;
  margin-left: 5px;
}

.active-v2:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */

}

.active-v2, .accordion-v2:hover {
  background-color: #ef9d00;
}

.panel-v2 {
  padding: 0 30px;
  background-color: white;
    color: #333;
  font-size: 15px;    
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*accordion*/




/*PAGINATION*/


.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #ef9d00;
  color: white;
  border: 1px solid #ef9d00;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

/*PAGINATION*/