@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

@font-face {
    font-family: 'Serpentine ICG';
    src: url('../font/SerpentineICGBold.woff2') format('woff2'),
         url('../font/SerpentineICGBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


/*-------------------------------- GENERAL --------------------------------*/
.title{
  font-size: 31px;
  text-align: center;
  color: #014892;
  padding: 65px 0;
  font-family: 'Serpentine ICG';
}

.padding{
  padding: 0 15px;
}

/*-------------------------------- GENERAL --------------------------------*/


/*-------------------------------- SLIDER --------------------------------*/

.cont-slider{
  position: relative;
}

.slider-desktop{
  opacity: 0;
}

.slide {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #ccc;
/*  z-index: -1;*/
}

.slide ul li {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: initial !important;
}

.slide .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 29px;
  width: 100%;
  z-index: 999;
  text-align: center;
}

.slide .dots li {
  display: inline-block;
  margin: 0 10px;
	width: 30px;
	height: 30px;  
	border: 2px solid #FFFFFF;
  /* background-color: #ffc706; */
	border-radius: 50%;
  /*opacity: 0.4;*/
	cursor: pointer;
	transition: background .5s, opacity .5s;
  list-style: none;
}

.slide .dots li.active {
  background: #00913A;
	opacity: 1;
}

.slide .arrow {
  display: none;
  position: absolute;
  /*z-index: 2;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background .5s, opacity .5s;
}

.slide .arrow .arrow-left,
.slide .arrow .arrow-right {
  position: absolute;
  top: 41%;
  margin-top: -25px;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  /*opacity: 0.5;*/
  z-index: 99;
	transition: background .5s, opacity .5s;
}

.slide .arrow  .arrow-left:hover,
.slide .arrow  .arrow-right:hover {
  opacity: 1;
}

.slide .arrow .arrow-left {
  left: 20px;
  background: url("../images/circle-left.png");
}

.slide .arrow .arrow-right {
  right: 20px;
  background: url("../images/circle-right.png");
}

.cont-title-home{
  width: 100%;
  max-width: 1200px;
  height: auto;
  position: absolute;
  bottom: 89px;
  left: 0px;
  /* display: flex;
  align-items: center;
  justify-content: center;  */
  z-index: 9;
  padding: 0 9px;
}

.bg_degrade_black{
  width: 100%;
  height: 264px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  background-image: url(../images/degrade_two.png);
}

.cont-title-home a{
  text-decoration: none;
}

.cont-title-home div{
  text-align: left;
  color: #FFFFFF;
  padding: 10px 16px;
}

.cont-title-home div h2{
  font-size: 31px;
}

.cont-title-home div p{
  font-size: 19px;
}


/*-------------------------------- SLIDER --------------------------------*/

/*-------------------------------- FOOTER --------------------------------*/
/* .footer-2{
  width: 100%;
  height: 141px;
  position: absolute;
  bottom: 0;
  z-index: 999;
  background-image: url(../images/degradado.png);
} */

/*-------------------------------- FOOTER --------------------------------*/
.item-footer{
  width: 100%;
  position: absolute;
  bottom: 5px;
  padding: 0 0 7px 15px;
}

.item-footer a{
  text-decoration: none;
}

.item-footer p{
  color: white;
  font-size: 14px;
  display: none;
}

.cont-redes-mobile i{
  color: #ffc706;
  font-size: 25px;
  margin: 0 5px;
}
/*-------------------------------- FOOTER --------------------------------*/


/*.item-footer{
  display: none;
}*/

/*-------------------------------- FOOTER --------------------------------*/



@media screen and (min-width: 768px){
/*-------------------------------- SLIDER --------------------------------*/
.cont-title-home {
    bottom: 107px;
}

.cont-title-home div h2{
  font-size: 51px;
}

.cont-title-home div p{
  font-size: 29px;
}

.cont-title-home {
  right: 0;
  margin: 0 auto;
}

/*-------------------------------- SLIDER --------------------------------*/

/*-------------------------------- FOOTER --------------------------------*/
.item-footer{
  width: 85%;
}

.item-footer a{
  text-decoration: none;
}

.item-footer p{
  display: block;
  margin-right: 7px;
}

.cont-redes-mobile{
  margin-top: 5px;
}

/*-------------------------------- FOOTER --------------------------------*/
}


@media screen and (min-width: 950px){
  
/*-------------------------------- FOOTER --------------------------------*/
.item-footer{
  width: 85%;
  display: flex;
  align-items: center;
}
/*-------------------------------- FOOTER --------------------------------*/
}

@media screen and (min-width: 1050px){

}

@media screen and (min-width: 1200px){


/*-------------------------------- FOOTER --------------------------------*/

  .cont-title-home {
    bottom: 141px;
  }

  .cont-title-home div {
    padding: 0;
  }

  .cont-title-home div h2 {
    font-size: 61px;
  }

  .cont-title-home div p {
    font-size: 33px;
  }

/*-------------------------------- FOOTER --------------------------------*/

}