@charset "UTF-8";
/* CSS Document */

body{ 
	margin: 0;
	font-family: "Montserrat", sans-serif;
}
html {
  scroll-behavior: smooth;
}

/* SECTION 1 */
#page1{
	width: 100%;
	height: 100vh;
	background-image: url("images/bg_elephant.jpg");
	background-position: center;
	background-size: cover;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	
}
.title{text-align: center}
h1{
	font-weight: 400;
	font-size: 44px;
	line-height: normal;
	margin: 0;
	padding: 0;
	margin-top:90px;
}
h2{
	font-weight: 400;
	font-size: 22px;
}
.btn{
	  background-color: #F58634;
	  color: white;
	  padding: 24px 50px;
	  border: none;
	  border-radius: 40px;
	  font-size: 16px;
	  cursor: pointer;
	  transition: background-color 0.3s ease;
	text-align: center
}
.btn:hover {
  background-color: #d96e22; 
}
.circle{
	padding: 24px;
	margin: auto;
	margin-top: 10px;
	border-radius: 50%;
	width: 70px;
}
.down{
	position: absolute;
	bottom: 20px;
	text-align: center
}
.btndown path{
	fill:white
}



/* SECTION 2 */
.container {
      display: flex;
      flex-wrap: wrap;
    }

    .box {
      width: 25%;
      min-height: 600px;
      background-color: #ccc;
      border: none;
		display: flex;
      flex-direction: column;
    }

    /* Tablet: 768px - 1024px */
    @media (max-width: 1024px) {
      .box {
        width: 50%;
/*        height: 515px;*/
      }
    }

    /* Móviles: menos de 768px */
    @media (max-width: 767px) {
      .box {
        width: 100%;
		  min-height: 520px;
 /*¨       height: 520px;*/
      }
    }

.box1{
	background-image: url("images/elephant-img1.jpg");
	background-size: cover;
	background-position: center;
}
.box2{
	font-size: 33px;
	font-weight: bold;
	padding: 40px;
	box-sizing: border-box;
	
	display: flex;
  align-items: center;   
  justify-content: center;
	
	background-color: #F58634 !important;
}
.box3{
	background-image: url("images/elephant-img2.jpg");
	background-size: cover;
	background-position: center;
}
.box4{ background-color: #181818!important;}
.center-vertical{
  display: flex;
  align-items: center;     
  justify-content: center; 
  text-align: center;	
}
.big-number{
	color:#F58634;
	font-size: 117px;
	font-weight: bold;
}
.text-number{
	color:#F58634;
	font-size: 22px;
	width: 70%;
	margin: auto;
	font-weight: 100px;
	
}
.box4 p{
	
	font-size:22px;
	color: white;
	margin: auto;
	width: 70%;
	margin-top: 55px;
}
.box-half {
      width: 50%;
      min-height: 600px;
      background-color: #ccc;
      border: none;
		display: flex;
      flex-direction: column;
    }
@media (max-width: 767px) {
	.box-half {
      width: 100%;
	}
}
.box5{
	background-image: url("images/elephant-img3.jpg");
	background-size: cover;
	background-position: center;
}
.box6 h3{
	font-size: 38px;
	font-weight: bold;
	color:white;
	margin-bottom: 0;
}
.box6 h3 span{
	text-decoration: underline;
}
.box6{
	background-color:#F58634 !important;
}
.box6 p{
	text-align:left;
	color: white;
	margin-top: 10px;
}
.box7{
	background-color: #0F0B07;
	padding: 40px;
	border: none;
		display: flex;
      flex-direction: row;
	color:white;
	font-size: 38px;
	font-weight: bold;
	padding-top: 150px;
	padding-bottom: 150px;
		display: flex;
      flex-direction: row;
	color:white;
}
.box7div{
	width: max(50%,838px);
	margin: auto;
	display: flex;
      flex-direction: row;
}


/* PAGE 3 */
.accordion {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: sans-serif;
}
.accordion-title {
  background-color: #f0f0f0;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-size: 1.1rem;
  transition: background 0.3s ease;
}
.accordion-title h3 {
	margin: 0;
	
	text-align: left;
	 
}
.subtitle{
	display: flex;
  align-items: center; 
}
.accordion-title {
  background-color: #e0e0e0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-content p {
  margin: 1rem 0;
}

.accordion-title, .accordion-content{
	display: flex;
}
.accordion-title div, .accordion-content div{
	flex: 1;
}

.accordion-content .image{
	background-color: gold;
	width: 100%:
}

.accordion-content .description{
	font-size: 20px;
	background-color: black;
	color:white;
	padding: 90px;
}

.accordion-content .description p{
	margin: 0;
}

@media (max-width: 767px) {
      .accordion-content div{
			flex:auto;
		}
    }

/* PAGE 4 */
 .contenedor {
      display: flex;
      width: 100%;
	 
    }

    .mitad {
      flex: 1;
      padding: 45px;
      box-sizing: border-box;
    }

    .izquierda {
      background-color: black;
		position: relative;
    }

    .derecha {
      background-color: white;
    }
.footer{ font-size: 18px; color: white; position: absolute; bottom: 0; padding: 45px; left: 0 }
.footer a{ color:#F58634}
.formulario-container {
      background-color: #fff;
      color: #000;
      max-width: 500px;
	margin: auto;
      min-height: 500px;
      /*border-radius: 12px;*/
     /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
    }

   .formulario-container h2 {
      margin-top: 0;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
    }

   .formulario-container p {
      text-align: center;
      margin-bottom: 30px;
      font-size: 16px;
    }

    input, textarea {
      width: 100%;
      padding: 12px;
      margin-bottom: 20px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 14px;
      box-sizing: border-box;
    }

    button {
      background-color: #F58634;
      color: white;
      border: none;
      padding: 14px;
      width: 100%;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    button:hover {
      background-color: #dd7428;
    }


/* WhatsApp */
#wa-btn{
	position: fixed;
	bottom: 40px;
	right: 40px;
}