input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #e1e1e1;
  -webkit-text-fill-color: #6a7989 !important;
  -webkit-box-shadow: 0 0 0px 1000px #dcced2 inset;
  transition: background-color 5000s ease-in-out 0s;
}
:focus { 
  outline: none !important;
}
.clear{
    clear:both; 
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:hover, a:focus{
    text-decoration: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #acacad;
  opacity: 1; /* Firefox */
  text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #acacad;
  text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #acacad;
  text-transform: none;
}
img {
  max-width: 100%;
}
a {
  color: #fff;
  text-decoration: none;
}
body {
    font-family: 'Montserrat', sans-serif;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.container {
    background-color: #fff;
    color: #5F5F5F;
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}
.cont-video {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.cont-flotante {
    display: block;
    position: absolute;
    bottom: -100px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 2;
    margin: 0 auto;
}
.flotante {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 40%;
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50px;
    height: 80px;
    overflow: hidden;
    padding: 10px;
}
.logo {
    height: 100%;
}
.question {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    margin: 0 20px;
}
button, .url {
    background-color: #f40000;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 150px;
    padding: 10px 20px;
    font-size: 11px;
    cursor: pointer;
}
.cont-search {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(24 73 143 / 80%);
    z-index: 3;
}
.search {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 40%;
    width: 550px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 200px;
    min-height: 60px;
    max-width: 100%;
    flex-wrap: wrap;
    overflow: hidden;
    height: auto;
    padding: 5px 10px;
}
input[type="text"] {
    border: none;
    min-width: 400px;
    margin-right: 20px;
    font-size: 18px;
}
.cont-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 35px;
    height: 35px;
    background-color: #f40000;
    border-radius: 50%;
    z-index: 2147483647;
}
.close {
    fill: #fff;
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
    z-index: 1000;
}
.control-sound {
    position: absolute; 
    bottom: 15px; 
    right: 15px; 
    box-sizing: border-box; 
    overflow: hidden; 
    display: block; 
    width: 25px; 
    height: 25px; 
    opacity: 1; 
    z-index: 5;
}
@media (max-width:300px){
    .cont-flotante {
        max-width: 50%;
    }
    .question {
        font-size: 5px;
        margin: 0 5px;
    }
    .cont-close {
        right: 15px;
        top: 15px;
        width: 25px;
        height: 25px;
    }
    .close {
        width: 25px;
        height: 25px;
    }
    .search {
        max-width: 90%;
    }
    input[type="text"] {
        font-size: 15px;
        margin: 10px 5px;
        text-align: center;
    }
}
