body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

body,
html {
    scroll-behavior: smooth;
    height: 100%;
}

a {
    color: #000;
}

a:hover {
    color: black;
}

img {
    max-width: 100%;
}

.year h2 {
  font-size: 72px;
  font-weight: 700;
  color: #1a2947;
}

.title h1 {
  font-size: 7vw;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 12px;
  color: #1a2947;
}

/* Nuevo */
.title h1 span{
  color: #1face3;
}

.title h2 {
  text-transform: uppercase;
  color: #1a2947;
  font-size: 6vw;
}

.date {
  background-color: #1face3;
  color: #fff;
  text-align: center;
  padding: 16px 0 10px;
  margin-bottom:3em;
}

.claim {
  text-align: center;
  margin-bottom: 3em;
}

.claim h3 {
    font-family: 'Caveat', cursive;
    font-size: 10vw;
    color: #1a2947;
}

.claim h3 span {
    color:#1face3;
}

.intro, .inscripcion {
  text-align: center;
  margin-bottom: 4em;
}

.btn-main, .btn {
    background-color:#1face3;
    border-radius: 100px;
    padding: 10px 45px;
    font-weight: 400;
    font-size: 21px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn-main:focus {
    box-shadow:none;
}

.btn-main a {
    color:#fff;
}

.ponentes .container {
  background-color: #9cd5e4;
  margin-bottom: 4em;
}

.ponentes .ficha-ponente {
  border-bottom: solid 2px #fff;
  padding-top: 2em;
  padding-bottom: 2em;  
}

.ponentes .title, .cods .title, .presentacion .title {
    background-color:#1a2947;
    color:#fff;
    text-align:center;
    padding-top:10px;
    border-bottom:solid 1px #fff;
}

.ponentes .title h4, .cods .title h4, .presentacion .title h4 {
    text-transform:uppercase;
    font-weight:700;
}

.texto-ponente h5 {
    font-weight:700;
    color: #1a2947;
}

.texto-ponente ul {
    padding-left:0;
}

.texto-ponente ul li {
    margin-bottom:0.5em;
    list-style-type: none;
}

.foto-ponente img {
    border-radius:200px;
    margin-bottom: 1em;
    max-width: 80%;
}

.address {
  text-align: center;
  margin-bottom: 4em;
}

.address p {
  font-weight: 700;
  font-size: 30px;
  color: #1face3;
}

.cods .title {
  margin-bottom: 2em;
}

.cods .button {
    text-align:center;
}

.ico-mail {
  margin-right: 0.5em;
}

footer {
    /*background-color:#9cd5e4;*/
    background-color: #fff;
    color: #fff;
}


footer a {
    color:#fff;
}

#contact {
/*Nuevo*/
  background-color:#9cd5e4;
/**/
  padding-top: 2em;
  padding-bottom: 1em;
  border-bottom: solid 1px #fff;
  margin-bottom: 1em;
}

.form-control {
    border:none;
}

.form-control:focus {
    box-shadow: 0 0 0 0.4rem rgba(0, 104, 161, .25);
}

#logos {
  text-align: center;
  color: #1face3;
}

.patrocina {
  margin-bottom: 0;
}

.text-presentacion {
    font-size:0.875em;
    padding-top:2em;
    padding-bottom:2em;
}

.firma {
    text-align:right;
}

.img-presidente {
    margin-bottom:2em;
}

.img-presidente img {
  margin-bottom: 1em;
}

.mobile-only {
    display:block;
}

.desktop-only {
    display:none;
}

.presentacion .presentacion {
    padding-top:40px;
}


@media (min-width: 960px) {

    .mobile-only {
        display:none;
    }

    .desktop-only {
        display:block;
    }


    .year {
      border-right: solid 2px #1a2947;
      text-align: right;
    }

    .title h2 {
      text-transform: uppercase;
      color: #1a2947;
      font-size: 1.85vw;
    }

    .claim h3 {
        font-size: 5vw;
    }

    #logos img.organiza {
       /* width:40%;*/
    }

    #logos img.patrocina {
        /*width:70%;*/
    }

    #logos img.colabora {
        /*width:13%;*/
    }    

    .two-columns-text {
        column-count: 2;
        column-gap: 40px;
    }    

}

@media (min-width: 960px) {
    #logos img.organiza {
       /* width:30%;*/
    }

    #logos img.patrocina {
        /*width:40%;*/
    }

    #logos img.colabora {
        /*width:13%;*/
    }
}


#myBtnTop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0068a1;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

#myBtnTop:hover {
  background-color: #555;
}

.invisible {
    display: none;
}

.navbar {
    /*background: url(../img-lp/bg-header.png) 0 0 no-repeat scroll transparent;*/
    /*min-height: 130px;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    right: 0px;
    padding:0px;
}
.navbar::before{
    content: "";
        display: block;
            width: 3016px;
        height: 265px;
        background: #fff;
        position: absolute;
        -webkit-transform: translate(-220px, 0px) rotate(-12deg);
        -moz-transform: translate(-220px, -250px) rotate(-12deg);
        -ms-transform: translate(-220px, -250px) rotate(-12deg);
        -o-transform: translate(-220px, -250px) rotate(-12deg);
        transform: translate(-220px, -250px) rotate(-12deg);
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;

}

.navbar a {
    color: #ededed;
}
.navbar .navbar-brand{
    padding-right: 60px;
}
.navbar .navbar-brand img {
    -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
}
/*.navbar .navbar-brand .logo-prosevillaport img {
    width: 80px;
} 
.navbar .navbar-brand .logo-vertical img {
    width: 60px;
} 
.navbar .navbar-brand .logo-colabora img {
    width: 120px;
} 
.navbar .navbar-brand .logo-gri img {
    width: 189px;
} */
/*piotr*/

.navbar.show::before{
    width: 100%;
    height: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
     -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
}

.navbar.show .phone, .navbar.show a{
    color:#1a2947;
}
/*.navbar.show .navbar-brand .logo-prosevillaport img {
    width: 70px;
} 
.navbar.show .navbar-brand .logo-vertical img {
    width: 50px;
} 
.navbar.show .navbar-brand .logo-colabora img {
    width: 80px;
} 
.navbar.show .navbar-brand .logo-gri img {
    width: 130px;
} 
.navbar.show .lang li a{
    background-color: #0068a1;
}
.navbar.show .lang li a{
    color: #fff;
}
.navbar.show .lang .active a{
    background-color: rgb(0, 73, 113);
}*/
/*END Piotr*/




.logo {
    margin-right: 20px;
}

.phone {
    text-align: center;
}

.call-phone .redessociales {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    vertical-align: middle;
}

.call-phone .redessociales li {
    font-size: 24px;
}
.call-phone p{
    padding:0px;
}

.idiomas {
    list-style: none;
    margin-bottom: 0;
    float: right;
    height: 80px;
}
.lang{
    border-left:1px solid #fff;
    list-style: none;
    margin-bottom: 0;
    position: absolute;
    top: 0px;
    width: auto;
    height: 100%;
    right: 0px;
    padding: 0px;
    
    /*background-color: #fff;*/
}
.lang li{
    height: 50%;
}
.lang li a{
    height: 100%;
    color: #fff;
    font-weight: 900;
    padding:20px 15px;
    padding: 13px 14px;
    display: block; 
}
.lang .active a{
    background-color: rgba(255, 255, 255, 0.29); 
}

.redessociales {
    list-style: none;
    padding: 0;
    margin: 0;
}

.redessociales li {
    display: inline-block;
    font-size: 51px;
    margin: 10px;
}

.redessociales li a:hover {
    color: #009bc2;
}

/*#slider{padding: 350px 0px; background-image: url(../img-lp/slider-full.jpg); background-repeat: no-repeat; background-position: top; background-size: cover; min-height: 1020px; margin-top: -160px; background-attachment: fixed;}*/
.callbacks_container .container {
  position: absolute;
  top: 120px;
  z-index: 2;
  left: 0;
  right: 0;
}

/*.callbacks_container h1 {
  font-weight: 700;
  font-size: 86px;
  color: #1a2947;
  margin-bottom: 0.75em;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 0.25em;
}*/

/*.callbacks_container h2 {
    font-size: 34px;
    font-weight: 900;
    color: #fff;
}*/

/*.callbacks_container .wraper-content h2 {
    display: inline-block;
    font-weight: 900;
    font-size: 36px;
    color: #01547f;
    background-color: #fff;
    padding: 5px;
    line-height: 36px;
}*/

/*.callbacks_container .wraper-content p {
    color: #fff;
    background-color: #01547f;
    display: inline-block;
    padding: 5px;
    text-align: center;
}*/

/*#intro,
#localizacion,
#sevilla {
    margin-bottom: 75px;
    text-align: center;
}*/

.icons {
    /*margin-top: 3em;*/
    padding-left: 0;
}

.icons li {
    display: inline-block;
    list-style: none;
    max-width: 20%;
    margin: 0 0.5em;
    vertical-align: top;
}
.icons li img{
    padding:30px;
}
.icons li h5{
    font-weight: 700;
    color:#129bc2;
}


h3 {
    font-weight: 900;
    font-size: 3rem;
}

/*.head-form {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 30px 30px 10px;
    background-color: #0068a1;
    color: #fff;
    text-align: center;
    margin-bottom: 2em;
}*/

/*#form {
    margin-bottom: 75px;
}*/

/*#form a {
    text-decoration: underline;
}*/

/*#form form h4 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
}*/

/*#form form {
    background-color: #009bc2;
    padding: 0px;
    border-radius: 20px;
    padding: 0px;
    border-radius: 20px;
    max-width: 600px;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.41);
}*/

/*.form-group {
    padding: 0 30px;
}*/

/*.sub-group {
    padding: 15px 30px;
    margin-bottom: 0px;
    border-radius: 20px;
}*/

#form form .btn-form {
    width: 100%;
    color: #fff;
    background: #0068a1;
    border-radius: 100px;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

#form form .btn-form:focus {
    box-shadow: 0 0 0 0.4rem rgba(0, 104, 161, .25);
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745 !important;
}


#form .form-group {
    position: relative;
}

#form .invalid-feedback,
#form .valid-feedback {
    position: absolute;
    top: 6px;
    right: 0px;
    text-align: right;
    right: 50px;
    width: 12px;
}

#form form input {
    border: none;
    border-radius: 100px;
    width: 100%;
}

#form form textarea {
    border: none;
    height: 150px;
    border-radius: 20px;
}

.form-check-input,
.activityCheckbox {
    width: inherit !important;
}

.checkbox {
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
}

.activityCheckbox {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}


.form-group.actividades {
    border: solid 2px #fff;
    margin: 0 30px 1em;
    padding: 1em;
    color: #fff;
    border-radius: 10px;
}

.zg {
    font-size: 0.75rem;
    color: #fff;
}

.zg .checkbox {
    font-size: 12px;
}

/*Piotr*/
.val-wrapCheckboxs {
    background-color: rgba(255, 0, 0, 0.5);
    border-color: red;
}

.zg .checkbox {
    position: relative;
}

.zg .checkbox label .invalid-feedback {
    right: 0px !important;
    width: 100% !important;
    text-align: left !important;
    top: 1px !important;
}

.zg .checkbox label .valid-feedback {
    right: 0px !important;
    width: 100% !important;
    text-align: left !important;
    top: 1px !important;
}
.miembro .checkbox {
    position: relative;
}

.miembro .checkbox label .invalid-feedback {
    right: 0px !important;
    width: 100% !important;
    text-align: left !important;
    top: 1px !important;
}

.miembro .checkbox label .valid-feedback {
    right: 0px !important;
    width: 100% !important;
    text-align: left !important;
    top: 1px !important;
}

/*map*/
#content-map {
    padding: 20px;

}

#content-map .place {
    background: #009bc2;
    color: #fff;
    padding: 10px;
    margin: 5px 10px;
    font-weight: 900;
    display: block;
    font-size: 16px;
}

#content-map .day {
    background: #0068a1;
    color: #fff;
    padding: 10px;
    margin: 5px 10px;
    font-weight: 900;
    display: block;
    font-size: 18px;
}

/*btn*/
.btn-main {
    /*border-radius: 100px !important;
    background: $black;
    color: #fff;
    font-size: 21px;
    padding: 10px 09px 10px 20px;
    font-weight: 700 !important;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 104, 161, 0.36);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0, 104, 161, 0.36);
    box-shadow: 0px 0px 0px 3px rgba(0, 104, 161, 0.36);
    background: rgba(0, 105, 161, 1);
    background: -moz-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 105, 161, 1)), color-stop(45%, rgba(0, 105, 161, 1)), color-stop(100%, rgba(6, 62, 92, 1)));
    background: -webkit-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069a1', endColorstr='#063e5c', GradientType=1);*/
}

/*.btn-main span {
    display: inline-block;
    vertical-align: middle;
}*/

/*.btn-main i {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background: #fff;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    color:#0068a1;
}*/

.btn-main:hover {
    /*color: #fff !important;
    background: rgba(0, 105, 161, 1);
    background: -moz-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(6, 62, 92, 1) 53%, rgba(6, 62, 92, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 105, 161, 1)), color-stop(53%, rgba(6, 62, 92, 1)), color-stop(100%, rgba(6, 62, 92, 1)));
    background: -webkit-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(6, 62, 92, 1) 53%, rgba(6, 62, 92, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(6, 62, 92, 1) 53%, rgba(6, 62, 92, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(6, 62, 92, 1) 53%, rgba(6, 62, 92, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(6, 62, 92, 1) 53%, rgba(6, 62, 92, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069a1', endColorstr='#063e5c', GradientType=1);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 104, 161, 0.7);
    -moz-box-shadow: 0px 0px 0px 5px rgba(0, 104, 161, 0.7);
    box-shadow: 0px 0px 0px 5px rgba(0, 104, 161, 0.7);*/
}

.btn-main:focus {
    /*color: #fff !important;
    background: rgba(0, 105, 161, 1)!important;
    background: -moz-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(6, 62, 92, 1) 53%, rgba(6, 62, 92, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 105, 161, 1)), color-stop(53%, rgba(6, 62, 92, 1)), color-stop(100%, rgba(6, 62, 92, 1)));
    background: -webkit-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(6, 62, 92, 1) 53%, rgba(6, 62, 92, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(6, 62, 92, 1) 53%, rgba(6, 62, 92, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(6, 62, 92, 1) 53%, rgba(6, 62, 92, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(6, 62, 92, 1) 53%, rgba(6, 62, 92, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069a1', endColorstr='#063e5c', GradientType=1);*/

}

.btn-main:active {
    /*color: #fff !important;
    background: rgba(0, 105, 161, 1)!important;
    background: -moz-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(6, 62, 92, 1) 53%, rgba(6, 62, 92, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 105, 161, 1)), color-stop(53%, rgba(6, 62, 92, 1)), color-stop(100%, rgba(6, 62, 92, 1)));
    background: -webkit-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(6, 62, 92, 1) 53%, rgba(6, 62, 92, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(6, 62, 92, 1) 53%, rgba(6, 62, 92, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(6, 62, 92, 1) 53%, rgba(6, 62, 92, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(6, 62, 92, 1) 53%, rgba(6, 62, 92, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069a1', endColorstr='#063e5c', GradientType=1);*/
}

/*END Piotr*/


#baners {
    padding-bottom: 0px;
    background: url(../img-lp/bg-banner.png) 0 0 no-repeat scroll #ededed;
    text-align: center;
    padding-bottom: 60px;
}

#baners img {
    max-width: 25%;
    margin: 15px;
    border-radius: 10px;
}

#baners .wraper-content {
    padding: 1em 1.75em;
}

.contact h5 {
    font-size: 31px;
}

/*thx*/
#thx {
    margin-bottom: 75px;
    text-align: center;
    padding-top: 150px;
}
.navbar-thx{
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 105, 161, 1)), color-stop(45%, rgba(0, 105, 161, 1)), color-stop(100%, rgba(6, 62, 92, 1)));
    background: -webkit-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069a1', endColorstr='#063e5c', GradientType=1);
}

.thx {
    padding: 20px;
}

.thx i {
    font-size: 71px;
    display: inline-block;
    background: #51ff79;
    padding: 40px;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.thx h3 {
    color: #fff;
    margin-top: 20px;
}

.thx p {
    color: #fff;
}

/* programa */
span.hora {
    color: #023f5e;
    font-weight: 700;
    margin-right: 1em;
}

span.ponente {
    font-size: 14px;
    color: #4d4d4d;
}

.programa ul {
    padding-left: 0;
}

.programa ul li {
    list-style: none;
    margin-bottom: 0.35em;
    line-height: 1.25;
}

.programa td {
    vertical-align: top;
    padding: 1em;
}

.programa tr {
    border-top: solid 1px #ccc;
}

#programa-descarga {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding-top: 2.5em;
    margin-bottom: 75px;
}

/*contact */
/*#contact {
    background: rgba(0, 105, 161, 1);
    background: -moz-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 105, 161, 1)), color-stop(45%, rgba(0, 105, 161, 1)), color-stop(100%, rgba(6, 62, 92, 1)));
    background: -webkit-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069a1', endColorstr='#063e5c', GradientType=1);
    color: #fff;
    padding-top: 1em;
}*/

/*#contact a {
    color: #fff;
}*/
/*#contact h4 {
    font-size: 31px;
    font-weight: 900;
}*/
/*#contact h5 {
    font-size: 35px;
    font-weight: 700;
    padding-top: 10px;
}*/

/*#contact a:hover {
    text-decoration: underline;
}*/



/* logos */
/*#logos {
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
    background-color: #009bc2;
    padding: 1em 0;
    text-align: center;
    position: relative;
}*/

#logos img {
    padding-right: 0.5em;
}

#logos img.colabora {
    /*width:40%;*/
}

/*Aviso legal */
#aviso-legal {
     background: rgba(0, 105, 161, 1);
    background: -moz-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 105, 161, 1)), color-stop(45%, rgba(0, 105, 161, 1)), color-stop(100%, rgba(6, 62, 92, 1)));
    background: -webkit-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 105, 161, 1) 0%, rgba(0, 105, 161, 1) 45%, rgba(6, 62, 92, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069a1', endColorstr='#063e5c', GradientType=1);
    font-size: 0.75em;
    color: #00bdec;
    padding: 1em 0;
}

#aviso-legal a {
    color: #fff;
    text-decoration: underline;
}

#aviso-legal a:hover {
    text-decoration: none;
}


@media (max-width: 1400px) {}

@media (max-width: 1200px) {
    .callbacks_container {
        background-position: center;
    }

    /*.callbacks_container h1 {
        font-size: 36px;
    }*/

    /*.callbacks_container h2 {
        line-height: 48px;
        padding: 0;
        font-size: 39px;
    }*/
     .navbar a {
        color: #0068a1;
    }

    .phone {
        color: #0068a1;
        text-align: right;
    }
        /*piotr*/
     .navbar .navbar-brand {
        padding-right: 0px;
     }
     .navbar{
        background: #fff;
     }
    .navbar::before{
        display:none;
    }

    /*.callbacks_container {
    padding-bottom: 75px;
        padding-top: 80px;
    }*/
    .navbar.show{
         -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.41);
    }
     .lang li a{
        background-color: #0068a1;
    }
    .lang .active a{
        background-color: rgb(0, 73, 113);
    }
     #contact h5{
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .navbar a {
        color: #0068a1;
    }

    .phone {
        color: #0068a1;
        text-align: right;
    }

    #form form {
        max-width: 90%;
    }

    .thx h3 {
        color: #fff;
        margin-top: 0px;
        background: black;
        padding: 15px;
        display: inline-block;
        margin-bottom: 0px;
    }

    .thx p {
        color: #fff;
        background: black;
        padding: 0 15px 15px;
        display: inline-block;
    }

    #form {
        position: inherit;
        top: inherit;
        margin-top: -80px;
    }

    .callbacks_container .container {
        position: relative;
        top: auto;
        z-index: 2;
        left: auto;
        text-align: center;
    }

    /*.callbacks_container {
        padding-bottom: 75px;
        padding-top: 200px;
    }*/

    /*.callbacks_container h1 {
        color: #000;
        font-size: 36px;
        margin-bottom: 0;
    }*/

    /*.callbacks_container h2 {
        color: #009cc5;
        display: block;
        background: none;
        line-height: 24px;
        font-size: 21px;
        padding: 0px;
    }*/

    .callbacks_container .wraper-content h2 {
        display: block;
        font-weight: 900;
        font-size: 18px;
    }

    .icons h5 {
        font-size: 1em;
    }

    .wraper-content {
        padding: 0px;
    }
    /*piotr*/
     .navbar .navbar-brand {
        padding-right: 0px;
     }
     .navbar{
        background: #fff;
     }
    .navbar::before{
        display:none;
    }
    /*.callbacks_container {
    padding-bottom: 75px;
        padding-top: 80px;
    }*/
    .navbar.show{
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.41);
    }
     .lang li a{
        background-color: #0068a1;
    }
    .lang .active a{
        background-color: rgb(0, 73, 113);
    }
     /*#contact{
        text-align: center;
        padding-bottom: 15px;
    }*/
    /*.navbar .navbar-brand .logo-prosevillaport img {
        width: 50px;
    }
    .navbar .navbar-brand .logo-vertical img {
    width: 36px;
    }
    .navbar .navbar-brand .logo-gri img {
        width: 140px;
    }
    .navbar .navbar-brand .logo-colabora img {
        width: 90px;
    }

    .navbar.show .navbar-brand .logo-prosevillaport img {
        width: 50px;
    }
    .navbar.show .navbar-brand .logo-vertical img {
    width: 36px;
    }
    .navbar.show .navbar-brand .logo-gri img {
        width: 140px;
    }
    .navbar.show .navbar-brand .logo-colabora img {
        width: 90px;
    }*/
}

@media (max-width: 768px) {
    nav {
        text-align: center
    }

    .logo {
        text-align: center;
    }

    .phone {
        text-align: right;
    }

    .icons li {
        max-width: 30%;
    }

    #form {
        position: inherit;
        top: inherit;
        margin-top: -80px;
    }

    #baners .wraper-content {
        position: relative;
        margin-top: 0;
        color: #000;
        padding: 0px;
    }

     .navbar .navbar-brand {
        padding-right: 70px;
        width: 74%;
     }
     .navbar{
        background: #fff;
     }
    .navbar::before{
        display:none;
    }
    /*.callbacks_container {
    padding-bottom: 75px;
        padding-top: 135px;
    }*/
    .navbar.show{
        -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.41);
        -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.41);
        box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.41);
    }
    /*.navbar.show .call-phone{
        display:none;
    }*/
    /* .lang li a{
        background-color: #0068a1;
    }
    .lang .active a{
        background-color: rgb(0, 73, 113);
    }*/
    /*#contact{
        text-align: center;
        padding-bottom: 15px;
    }*/
}

@media (max-width: 568px) {

    /* Mobile navbar */
    nav {
        text-align: left;
    }

    .navbar {
        background-color: #fff;
        min-height: auto;
    }

    .logo {
        margin-right: 10px;
    }

    .logo img {
        max-width: 50%;
    }

    .logo.logo-vertical img {
        max-width: 15%;
    }

    .logo.logo-colabora img {
        max-width: 25%;
    }

    .navbar a {
        color: #009cc5;
    }

    .phone {
        color: #009cc5;
    }

    h3 {
        font-size: 2rem;
    }

    /*#intro,
    #localizacion,
    #sevilla {
        margin-bottom: 80px;
        text-align: center;
        padding-top: 25px;
    }*/

    .icons li {
        display: inline-block;
        list-style: none;
        max-width: 50%;
        margin: 0
    }

    /*#form form {
        max-width: 100%;
    }

    #form form h4 {
        text-align: center;
        font-size: 21px;
    }*/

    .call-phone .redessociales li {
        margin: 5px;
        font-size: 17px;
        display: inline-block;
    }

    .call-phone .tel {
        font-size: 24px;
    }

    .call-phone .img-phone {
        max-width: 20px;
    }

    .call-phone {
        margin-top: 5px;
    }

    /*.callbacks_container h1 {
        color: #000;
        text-align: center;
        font-size: 24px;
        margin-bottom: 0;
    }*/

    /*.callbacks_container h2 {
        color: #009cc5;
        text-align: center;
        display: block;
        background: none;
        line-height: 24px;
        font-size: 18px;
        padding: 0px;
    }*/

    .callbacks_container .wraper-content h2 {
        display: block;
        font-weight: 900;
        font-size: 18px;
    }

    .contact h5 {
        font-size: 16px;
    }

    .programa td {
        padding: 0;
    }

    #logos img.organiza, #logos img.colabora, #logos img.participa {
        padding-right: 0;
        max-width: 100%;
        max-width: 100%;
    }

    #logos img.organiza {
        /*width: 50%;*/
    }

    #logos img.participa {
       /* width: 50%;*/
    }

    #logos img.colabora {
        /*width: 35%;*/
    }    

    #contact a {
        font-size: 16px;
    }

    img.ico-mail {
        margin-right: 8px;
    }

    .btn-main {
        font-size: 16px;
        padding: 10px 25px;
    }

    #baners img {
        max-width: 100%;
        margin: 15px 0;
        border-radius: 10px;
    }
    .lang li a{
        background-color: #0068a1;
        padding: 6px 14px;
    }
    .lang .active a{
        background-color: rgb(0, 73, 113);
    }



}