*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body{
  max-width: 100% !important;
  overflow-x: hidden !important;
	font-family: 'Cormorant Garamond', serif;
}

.cai_navbar{
	background-color: rgba(255,255,255,0.7) !important;
}

.cai_navbar div, .cai_navbar ul{
	background-color: transparent !important;
}

.cai_contenedor_seccion2{
	padding: 10%;

}

.cai_cont_secc2_link{
	padding: 5%;
}

.cai_cont_secc2_link a{
	width: 200px;
}

.cai_contenedor_seccion2 hr{
	border-top: 1px solid rgba(1,1,1,0.3);
}

.cai_cont_footer{
	background-color: rgba(183,193,193,0.7);
	padding: 3%;
	color: #000;
	margin-top: 100px;
}

.cai_cont_footer a{
	color: #000;
	text-decoration: none;
	display: block;
  font-size: 14px;
}

.cai_cont_footer p{
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.cai_cont_footer h3{
  color: #000;
  text-decoration: none;
  font-size: 20px !important;
}

.cai_cont_img_footer{
	padding: 5%;
}

.icon-box {
  margin-top: 25px;
}

.icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  color: #000;
}

.icon-box i {
  font-size: 48px;
  float: left;
  color: #51a5c8;
}

.icon-box p {
  font-size: 15px;
  color: #111;
  margin-left: 60px;
}

.icon-box2 {
  margin-top: 25px;
}

.icon-box2 h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  color: #000;
}

.icon-box2 i {
  font-size: 48px;
  float: left;
  color: #00f;
}

.icon-box2 p {
  font-size: 15px;
  color: #111;
  margin-left: 60px;
}

.icon-box3 {
  margin-top: 25px;
}

.icon-box3 h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  color: #000;
}

.icon-box3 i {
  font-size: 48px;
  float: left;
  color: #38c0c0;
}

.icon-box3 p {
  font-size: 15px;
  color: #111;
  margin-left: 60px;
}

#scrollUp{
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url('top.png');
}

.up{
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #00f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  z-index: 5;
}

@media (min-width: 768px) {
  .cai_cont_footer hr{
    display: none;
  }
}