.texto-main{
	border-top: 1px solid white;
	padding-top: 30px;
	margin-top: 00px
}
.block-texto-azul .image,
.block-texto-azul .image-right{
    bottom: auto;
    /*position: fixed;*/
    top: 0;
    height:800px
}
/*.site-inner{
    margin-top: 0 !important
}*/
.block-texto-azul{
    padding-top: 80px;
    position: inherit;
}
.logos-patrocinadores{
    position: relative;
    z-index: 1001
}

.prensa input[type="submit"]{
	display: block;
	width: 95%;
  background-image: url(../assets/images/icon-right-arrow-blue.png);
  background-size: 17px;
  background-position: 69% center;
  background-repeat: no-repeat;
  line-height: 0.9;
  padding: 15px 30px 13px;
}
.prensa input[type="submit"]:hover{
  background-position: 75% center;
}
/*
.top-footer-2 .newsletter-form input[type="submit"]{
  background-color: transparent;
  color: white;
  font-size: 14px;
  padding-left: 0;
  background-image: url(assets/images/icon-right-arrow.png);
  background-size: 15px;
  background-position: center right;
  background-repeat: no-repeat; 
}
.top-footer-2 .newsletter-form input[type="submit"]:hover{
  background-color: transparent;
  color: white
}
*/

.campo-select {
  position: relative;
  font-family: Arial;
  width: 95%
}

.campo-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: transparent;
  border:1px solid white !important;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 15px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #00afbf;
  border: 1px solid white;
  border-top: 0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


@media only screen and (max-width:991px) {
    .block-texto-azul .image-right,
    .block-texto-azul .image{
        position: relative;
        display: block;
        height: 295px;
        bottom: auto;
        width: 100%
    }
    .block-texto-azul .image,
    .block-texto-azul .image-right{
        background-position: center top;
        /*margin-top: 70px;*/
        position: relative !important;
    }
}