

.btn-box a.play-button{
    width: 70px;
}
.btn-box a.play-button,
.btn-box a.slide-style2-button{
    display: table-cell;
    vertical-align: middle;
}



.btn-box a.play-button {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #005bab;
    text-align: center;
}

.btn-box a.play-button span:before{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
}



.font-cafe { color: #9f8054;}
.font-bco {color: #ffffff;}
.font-gris {color: #a8a8a8;}

.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-italic {font-style: italic;}
.menu-right {float: right;}

.font-play {font-family: "Playfair Display", serif;}



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

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

.left20 { padding-left: 40px;}

.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;}
.font20 { font-size:20px;}
.font21 { font-size:21px;}
.font22 { font-size:22px;}

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


.no-padding { padding: 0px;}

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

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


.linea-divide {
    border-left: 1px solid #e3e3e3;
      padding-left: 20px;
  }

.section-intro-ch {
  font-size: 16px !important;
  line-height: 3.2rem;
  font-weight: 300;
  margin-left: 20px;
    font-style: italic;
}

.layer-back {
   z-index: 0;
  }


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

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

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

.pie-left {text-align: left;}
.pie-right {text-align: right;}

@media only screen and (max-width: 768px) { 
    
   .pie-right {display: none}
   .pie-left {text-align: center;} 
    
    .linea-divide {
        display: none;
  }
    
}     

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

Aditional Styles

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

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 !important;
}
input.error { 
	border: 1px dotted red !important;
}

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

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

.pointer {
	cursor: pointer
}