/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 50px 0 ;
	width: 100vw;
}

footer .btn-circle{
    padding-top: 3px !important;
}

footer p {
	color: #f8f8f8;
}

.credits, .credits a {
    color: #fff;
}

footer .credits > *{
    margin: 4px;
}

footer .credits a:hover{
    text-decoration: underline;
}

footer .footer__title__wraper{
    margin-bottom: 24px;
}

footer .footer__title{
    color: white;
    font-size: 2.5em;
    font-weight: bolder;
}

footer .footer__email__wrapper{
    justify-content: center;
    display: flex;
}

footer .footer__email{
    width: 60%;
    border: 1px solid white;
    display: flex;
    border-radius: 3px;
    font-size: 1.2em;
    font-weight: bolder;
    margin: 4px;
    position: relative;
}

footer .footer__email__input{
    border: none;
    /* background-color: rgb(61,189,182); */
    background-color: #29363c;
    color: white;
    padding: 8px;
    flex: 80%;
}

footer .footer__email__input{
    outline: none;
}

footer .footer__email__label{
    /* color: rgb(61,189,182); */
    color: #29363c;
    background-color: white;
    flex: 20%;
    line-height:50px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    border: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
}

footer .footer__email__label:hover{
    border-left: 1px solid white;
    background-color: rgba(0,0,0,0.3);
    color: white;    
    transition: all 0.3s ease-in-out;
}

footer .footer__email__sended{
    position: absolute;
    right: 0px;
    transform: translateX(100%) translateY(-50%);
    top: 50%;
    background: linear-gradient(141deg, #2cb5e8 0%, #1f61db 51%,#1375ff  75%);
    color: white;
    padding: 16px;
    border-radius: 3px;
    display: none;
}

footer .footer__email__sended--ok{
    display: block;
}


footer .footer__email__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
    font-weight: bolder;
}

footer .footer__email__input::-moz-placeholder { /* Firefox 19+ */
    color: white;
    font-weight: bolder;
}

footer .footer__email__input:-ms-input-placeholder { /* IE 10+ */
    color: white;
    font-weight: bolder;
}

footer .footer__email__input:-moz-placeholder { /* Firefox 18- */
    color: white;
    font-weight: bolder;
}

/*---*/

footer .footer__email__input--required{ /* Chrome/Opera/Safari */
    background-color: rgba(0,0,0,0.3);
}

footer .footer__email__input--required{ /* Firefox 19+ */
    background-color: rgba(0,0,0,0.3);
}

footer .footer__email__input--required{ /* IE 10+ */
    background-color: rgba(0,0,0,0.3);
}

footer .footer__email__input--required{ /* Firefox 18- */
    background-color: rgba(0,0,0,0.3);
}

@media (max-width: 767px) { 
    footer .footer__title{
        font-size: 2em;
    }

    footer .footer__email{
        font-size: 1.1em;
        width: 100%;
    }
}

footer .footer__info{
    color: white;
    margin-top: 32px;
    text-align: left;
    /* font-size: 1.1em; */
    font-weight: 500;
}

footer ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer .block-social{
    display: flex;
    margin-top: 8px;
}

footer .block-social .social{
    font-size: 1.3em;
    padding: 8px;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    /* color: rgb(61,189,182); */
    color: #29363c;
    display: inline-block;
    text-align: center;
}

.block-social a{
    padding-right: 8px;
}

footer .block-social .hexagon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

footer .block-social .hexagon:hover .social{
    color: rgba(0,0,0,.7);
    transition: all 0.3s ease-in-out;
}

footer .contact-info ul{
    margin-bottom: 12px;
}

footer .contact-info .media li{
    /* margin-bottom: 8px; */
    margin: 15px 0;
}

footer .media .web a{
    color: white;
    text-decoration: none;
}

footer .media .web:hover a{
    text-decoration: underline;
}

footer .indago{
    text-align: center;
    margin-top: 20px;
}

.hexagon {
  position: relative;
  width: 40px; 
  height: 23.09px;
  background-color: #fff;
  margin: 11.55px 0;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 11.55px solid #fff;
}

.hexagon:after {
  top: 100%;
  width: 0;
  left: 0;
  border-top: 11.55px solid #fff;
}

@media (max-width: 450px) {  
    footer .footer__info .col-md-4{
        width: 100%;
    }

    footer .footer__info .block-info{
        margin-bottom: 24px;
    }

    footer .footer__info .block-social{
        display: flex;
        justify-content: center;
    }

    footer .footer__info{
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media (max-width: 767px) { 

}

@media (max-width: 991px) { }

@media (max-width: 1199px) { }
