

@font-face {
  font-family:'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff')
  format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}﻿

.flexslider{
  width: 100%;
  max-width: 1200px;
  height: 500px;
  position: relative;
  background: rgb(0, 0, 0);
}

.slides{
  overflow: hidden;
  width: 100%;
  height: 500px;
}

.foto-slider1{
  width: 100%;
  max-width: 1200px;
  height: 500px;
  background-image: url(imagenes/1.jpg);
  background-size: cover;
  background-position: left;

}

.foto-slider2{
  width: 100%;
  max-width: 1200px;
  height: 500px;
  background-image: url(imagenes/2.jpg);
  background-size: cover;
  background-position: left;

}

.foto-slider3{
  width: 100%;
  max-width: 1200px;
  height: 500px;
  background-image: url(imagenes/3.jpg);
  background-size: cover;
  background-position: left;
}


.foto-slider1call{
  width: 100%;
  max-width: 1200px;
  height: 500px;
  background-image: url(imagenes/1call.jpg);
  background-size: cover;
  background-position: left;

}

.foto-slider2call{
  width: 100%;
  max-width: 1200px;
  height: 500px;
  background-image: url(imagenes/2call.jpg);
  background-size: cover;
  background-position: left;

}

.foto-slider3call{
  width: 100%;
  max-width: 1200px;
  height: 500px;
  background-image: url(imagenes/3call.jpg);
  background-size: cover;
  background-position: left;
}




.slides,
.flex-control-nav,
.flex-direction-nav{
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-control-nav{
  width: 100%;
  max-width: 1200px;
  text-align: center;
  position: absolute;
  z-index: 999;
  margin-top: -23px;
}

.flex-control-nav li{
  display: inline-block;
  margin: 0 6px;
}

.flex-control-nav li a{
  display: block;
  background: #777777;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  text-indent: -9999px;
  border: 1px solid rgba(255, 255, 255, 0.25) ;
}

.flex-control-nav li a:hover{
  background: #2E2E2E;
}

.flex-control-nav li a.flex-active{
  background: #ffffff;
}
.flex-direction-nav a{
  display: block;
  text-decoration: none;
  position: relative;
  top: 40%;
  z-index: 999;
  width: 30px;
  height: 40px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev{
  float: left;
  margin-top: -250px;
}

.flex-direction-nav .flex-next{
  float: right;
  margin-top: -250px;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content:'\f001';
  color: #ffffff;
  text-shadow: 1px 1px 0 rgb(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content:'\f002';
}

.flexslider:hover .flex-direction-nav .flex-prev{
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover{
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next{
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover{
  opacity: 1;
}

.leyenda{
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.88);
  height: 30px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -30px;
  padding-left: 10px;
  padding-top: 5px;
  z-index: 9900000;
  position: relative;
  font-size: 0.9em;
  font-family: 'Crimson Text', serif;
}


.flex-caption1call {
  font-family: 'Barlow Semi Condensed', sans-serif;
  position: absolute;
  text-align: center;
  width: 80%;
  font-size: 1em;
  font-weight: 300;
  color: #ffffff;
  top: 10%;
  left:10%;
  background-color: rgba(8, 140, 142, 0.85);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  vertical-align: middle;
  align-items: center;
}
.contenedor-logo{
  display: flex;
  width: 100%;
  text-align: right;
  box-sizing: border-box;
  justify-content:flex-end;
}

.logo-up1call{
  width: 220px;
}

.titulo1call{
  display: block;
  width: 50%;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 1em;
}

.texto-silde-call{
  display: block;
  width: 50%;
  box-sizing: border-box;
  text-align: left;
  font-weight: 300;
  padding: 1em;
}

.titulocalltex{
  font-size: 2.5em;
  font-weight: 700;
  display: block;
  color: #0beff2;
}




.flex-caption1 {
  font-family: 'Crimson Text', serif;
  position: absolute;
  text-align: center;
  width: 500px;
  font-size: 0.9em;
  font-weight: 400;
  color: #ffffff;
  top: 30px;
  right: 0;
  text-align: right;
  line-height: 1em;
  background-color: rgba(2, 67, 88, 0.9);
  box-sizing: border-box;
  padding-right: 50px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.logo-up1{
  display: block;
  width: 230px;
  float: right;
}
.titulo1{
  display: block;
  width: 400px;
  float: right;
  margin-bottom: 1em;
  margin-top: 1em;
}
.bold-slide{
  font-weight: 700;
}

.flex-caption2 {
  font-family: 'Crimson Text', serif;
  position: absolute;
  text-align: center;
  width: 500px;
  font-size: 0.9em;
  font-weight: 400;
  color: #ffffff;
  top: 30px;
  left: 50px;
  text-align: left;
  line-height: 1em;
  background-color: rgba(2, 67, 88, 0.9);
  box-sizing: border-box;
  padding-left: 50px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.logo-up2{
  display: block;
  width: 230px;
  float: left;
}
.titulo2{
  display: block;
  width: 400px;
  float: left;
  margin-bottom: 1em;
  margin-top: 1em;
}



@media screen and (max-width:1124px){
}


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

  .slides{
    overflow: hidden;
    width: 100%;
    height: 400px;
  }

  .leyenda{
    margin-top: -130px;
  }

  .logo-up1call{
    width: 190px;
    display: block;
  }

}

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



  .flex-caption1call {
    width: 80%;
    display: block;
    top:15px;
  }

  .titulo1call{
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 1em;
    text-align: right;
  }

  .texto-silde-call{
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align:right;
    font-weight: 300;
    padding: 0;
  }
}

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

  .slides{
    overflow: hidden;
    width: 100%;
    height: 360px;
  }

  .leyenda{
    margin-top: -170px;
  }

  .flex-caption1call {
    width: 80%;
    display: block;
    top:15px;
  }

  .titulo1call{
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 1em;
    text-align: right;
  }

  .texto-silde-call{
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align:right;
    font-weight: 300;
    padding: 0;
  }
}
