/*ALERTA PANEL*/
@font-face {
    font-family: 'open_sanslight';
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-light.eot');
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-light.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.eot');
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
} 

.containAlert {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.containAlert .boxAlert {
    position: relative;
    width: 35%;
    height: auto;
    top: 20%;
    left: 0;
    right: 0;
    max-height: 60%;
    overflow: auto;
    margin: auto;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 20px 10px;
    background-color: #fff;
}
.containAlert .boxTxtAlert {
  position: relative;
  width: 90%;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  top: 15%;
  font-size: 1.2em;
  color: #333333;
  font-family: 'open_sanslight';
  text-align: center;
}

.containAlert .boxButtons{
  position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.2);
}

.containAlert .btnCloseAlert {
    position: relative;
    width: 40%;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10%;
    font-size: 1em;
    color: #0054f2;
    text-align: center;
    cursor: pointer;
    padding: 8px;
    z-index: 11;
    font-family: 'open_sanslight';
}

/* IPHONE 6 (landscape) */
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) {
  .containAlert .boxAlert {
    width: 100%;
    height: 60%;
    top: 20%;
    margin: 0px;
    padding: 0px;
  }
  .containAlert .boxTxtAlert {
    width: 80%;
    left: 10%;
    font-size: 100%;
    margin: 0px;
  }
}

/* IPHONE 6 (portrait) */
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) {
  .containAlert .boxAlert {
    width: 90%;
    height: auto;
    max-height: 50%;
    top: 25%;
    margin: 0px;
    left: 5%;
    overflow: auto;
  }
  .containAlert .boxTxtAlert {
    width: 80%;
    left: 10%;
    font-size: 100%;
    margin: 0px;
    top: 0;
  }

  .containHoriz .arrowSlider_R{
    display: none !important;
  }

  .layoutmanager.ly_sbs .bgLogoLY{
    top: 15%;
    background-color: white;
  }

  .layoutmanager.ly_sbs .boxLogoLY{
    background-image: url('../img/mobilLogo.svg');
  }
}