

/*Movistar Go*/
 
 .aui .eSIM-boton3 {
    display: none;
    width: 300px;
    align-items: center;
    justify-content: flex-end; }
    @media only screen and (min-width: 993px) {
      .aui .eSIM-boton3
       {
        display: flex;
        width: 200px; 
      }
      header .eSIM-boton3 > a {
          float: right;
          margin-right: 15px;
      }
    }

.aui .eSIM-boton3__button { 
border: 0;
border: 1px solid #FFFFFF;
border-radius: 50px;
display: inline-block;
height:40px;
line-height: 40px;
padding: 0 1px;          
vertical-align: middle;
-webkit-tap-highlight-color: transparent;
text-decoration: none;
background-color: #0b2739;
color: #FFFFFF;
animation: efectoML 1.5s infinite;           
text-align: center;
transition: .2s ease-out;
cursor: pointer;
font-size: 16px;
 min-width: 150px;
         }


          .aui .eSIM-boton3__button:hover {
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
           


            @media only screen and (max-width: 992px) {
              header .eSIM-boton3 .eSIM-boton3__button { 
                  height : 40px !important;

                       width: 80px;
                  min-width: 10px;
            margin-left: 15px;
            transform: translateX(-40px);
              }

                         
              header .eSIM-boton3 {
                  display : block !important;
                      position: absolute;
                    top: 11px;
           
              }
              
              header .eSIM-boton3 > a {
                  float: right;
                  margin-right: 180px;
              }
              
              .aui .eSIM-boton3__button {
                padding: 0 1rem;
                position: relative;
  left: 15%;
              }
            
              }

              .aui .movistar--blue .eSIM-boton3__button {
                border: 1px solid #FFFFFF;
               


              
              }
     

                /*fin */