footer {
    padding-bottom:10px;
}

.links-footer .white {
    font-size:13px;
}

.links-footer .white a {
    cursor:pointer;
}

.modal-content {
    padding: 25px;
}

.modal-content p {
    font-size: 12px;
    color: #000;
    margin: -4px 0 12px 0;
    text-align: justify;
}

.modal-content p:last-child {
    margin-bottom:0px;
}

.modal-content h3 {
    margin: 0px;
    margin-bottom: 22px;
    text-align: center;
    color: #00a3a3;
}

.modal-content {
    border-radius:0px;
    border: 1px solid #00a3a3;
}

button.close {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 36px;
    opacity: 1;
    color: #00a3a3;
}

button.close:hover {
    color:#000;
    opacity:1;
}

button.close:focus {
    outline: none!important;
    box-shadow: 0px!important;
}

.link-politica {
    color:#fff!important;
    text-decoration: underline;
    cursor:pointer;

}

.newsletter {
    padding-top: 30px;
    padding-bottom: 22px;
}

.newsletter form input {
    border: 0px;
    padding-left: 15px;
    float: left;
    width: 44%!important;
    height: 36px;
    font-size: 13px;
    margin:0px;
    box-shadow:none;
    border-radius:0px;
    border: 2px solid #00a3a3;
    height: 40px;
}


.newsletter form input#input_email {
    margin-left: -3px;
}

.newsletter form input:focus {
    outline: none;
    box-shadow: none!important;
   /* border:0px;*/
}

.newsletter button {
    position: absolute;
    background-color: #00a3a3;
    color: #fff;
    border: 2px solid #00a3a3;
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 40px;
    top: 0px;
}


.newsletter button:hover {
 color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #00a3a3;
    color:#00a3a3;
}

.newsletter button:focus {
    background-color: #00a3a3;
    outline: none;
    box-shadow:0px;
    color:#fff;
}

.newsletter .form-inline .form-group {
    display:block!important;
    float: left;
    width: 100%;
    margin-bottom:10px;
}

@media only screen and (max-width:767px) {

    .newsletter form input {
        border: 0px;
        padding-left: 15px;
        float: left;
        width: 100%!important;
        height: 36px;
        font-size: 13px;
        margin:0px;
        box-shadow:none;
        border-radius:0px;
        border: 2px solid #00a3a3;
        margin-bottom:10px;
    }

    .newsletter form input:focus {
            outline: none;
            box-shadow: none!important;
            border: 2px solid #00a3a3;
    }

    .newsletter button {
        position: relative;
        right: 0;
        background-color: #00a3a3;
        color: #fff;
        border: 2px solid #00a3a3;
        border-left: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        height: 40px;
        top: 0px;
        border-radius: 2px;
        width: 100%;
    }

    .newsletter .form-inline .form-group {
        display:block!important;
        border: 0px;
        float: left;
        width: 100%;
        margin-bottom:10px;
    }
}

@media only screen and (max-width:992px) {
    .links-footer .col-md-6.text-left {
        text-align: center;
    }

    .links-footer .col-md-6.text-right {
        text-align: center;
        margin-top: 5px;
    }
}

.margin-top80{
    margin-top: 80px;
}
.form-2020{
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
}

.form-2020 select{
    width: 100%;
    height: 42px;
    color: #999;
    border: #ddd 1px solid;
    margin: 0 0 10px 0;
    font-size: 12px;
    padding: 10px 15px;
    outline: 0;
}


#langs a {}

#langs .dropdown-menu {
  min-width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

#langs .dropdown-menu a {
  border-radius: 0;
}

/* rgpd*/

input.wpcf7-form-control.wpcf7-submit.button[disabled] {
    cursor: default;
    opacity: .65;
    filter: alpha(opacity=65);
    cursor: not-allowed;
}


span.wpcf7-list-item {
    margin: 0;
  }
  
  
  .rgpd {
    display: inline-block;
    margin: 0;
    width: auto;
    margin: 0;
    height: 12px;
    padding: 0;
    padding-right: 10px;
  }


  .logo-2020{
    margin: auto;
    display: inline-block;
    margin-bottom: 25px;
  }