@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
}
body {
    background-color: #102131;
    background-image: url(../ventas/img/EllipseEsquina.png);
    background-repeat: no-repeat;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    
}
@media(min-width: 1009px) {
    body {
        display: flex;
        flex-direction: column;
        justify-content: center;

        align-items: center;
    }
}
@media(max-width: 1009px) {
    html,
    body { 
        width: 100%;
    }
}

a {
    text-decoration: none;
}
p,
h1,
h2, 
h3 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: "Montserrat", sans-serif;
}
.container {
    overflow-x: hidden;
    max-width: 100vw;
    width: 100%;
    position: relative;
}
.video-banner {
    min-height: 420px;
    margin: 32px auto 0;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 490px;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: url(../ventas/img/EllipseGreen.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-direction: column;
    margin-bottom: 16px;
    gap: 24px;
    padding: 1em;
}
@media(min-width: 1009px) {
    .video-banner {
        grid-template-columns: 1fr 1fr;
        max-width: 990px;
    }
}
@media(max-width: 1009px) {
    iframe {
        width: 100%;
    }
}
.brands-container {
    max-width: 760px;
    margin: 16px auto 0;
}
.brands-container .header {
    text-align: center;
    font-size: 18px;
}
.brands-container .header strong{
    color: #ffc735;
 }
.brands-container .brands {
    display: flex;
    overflow: hidden;
    gap: 10px;
    position: relative;
    justify-content: space-around;

}
.brands-container .brands::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 120px;
    left: 0;
}

.brands-container .brands .inner{
    width: fit-content;
    display: flex;
    flex-wrap: nowrap;
    animation: scrollig 30s linear infinite;
}
.brands-container .brands .inner img{
    height: 120px;
 }

@media(min-width: 1009px) {

    .brands-container {
        margin: 42px auto 24px;
    }
}


 @keyframes scrollig {
    100% {
        transform: translateX(-101%);
    }        
 }

header {
    max-width: 560px;
    width: 100%;
}
header h1 {
    font-size: 38px;
    margin-top: 0;
 }
header p {
    color: #b2c3d3;
    font-size: 18px;
}
@media(min-width: 1009px) {
    header {
      margin-bottom: 32px;
    }
}
#player2 {
    border-radius: 16px;
}
.content {  
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 1em;
    
}
@media(min-width: 1009px) {
    .content {
        gap: 48px;
        grid-template-columns: 380px 1fr;
        max-width: 990px;
    }
}
.content p { 
    font-size: 18px;
 }
.button {
    color: #132434;
    text-align: center;
    background-color: #c5e9ff;
    border-radius: 160px;
    padding: 1em 2em;
    font-size: 1em;
    line-height: 1em;
    transition: all .25s;
    display: block;
}
.button.underline {
    color: #c5e9ff;
    background-color: transparent;
    border: 1px solid #c5e9ff;
}
.button-2 {
    font-weight: 600;
    background-color: #ffc735;
}
.controls {
    margin-top: 16px;
    display: inline-flex;
    gap: 12px;
    align-items: center;
}
.green-text {
    color: #00ffba;
    
}
.feats .feat{
    color: #c5e9ff;
    padding: 16px;
}
.feats .feat:not(:last-child) {
    border-bottom: 1px solid #b2c3d3;
}
.points {
    position: absolute;
    z-index: -1;
}
.point-one {
    right: -16px;
}
.point-two {
    left: -16px;
    top: 268px
}
.point-two {
    left: -16px;
    top: 268px
}
.controls {
    display: flex;
    justify-content: space-between;
}
.controls .time-control {
   
}
.rating {
    
    width: 160px;
    text-align: center;
    
}
.rating.horizontal {
    margin: 16px 0 ;
    display: flex;
    width: 280px;
    gap: 10px;
}
.rating.horizontal .footer{
    text-align: left;
    font-size: 12px;
}
@media(max-width: 1009px) {
    .rating.horizontal {
        display: flex;
        flex-direction: column;
        width: 160px;
        margin: 16px auto 0;
    }
    .rating.horizontal .footer{
        text-align: center;
        font-size: 16px;
    }
}
.rating-float {
    position: fixed;
    width: 160px;
    bottom: 10px;
    text-align: center;
    right: 60px;
}
.rating .body {
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    align-items: center;
}
.rating .body {}
.rating .footer{
    width: 100%;
}
.rating .body img {
    width: 36px;
}
.rating .body img:last-child {
    transform: rotate(180deg) scaleY(-1);
}
.rating .body span {
    font-weight: 800;
    font-size: 40px;
    line-height: 1;
}
.testimonios {} 
.testimonios-container .header{
    text-align: center;
    margin: 16px 0; 
    font-size: 40px;
}
.testimonios-container {
    max-width: 590px;
    width: 100%;
    margin: 32px auto;
}
.testimonios .avatar {
    margin-bottom: 16px;
}
.testimonios .testimonio {
    text-align: left;
}
.testimonios .company {
    color: #c5e9ff;
}
.testimonios .swiper-wrapper {
  
}
.testimonios .swiper-wrapper .inner {
    max-width: 360px!important;
    width: 100%;
    margin: 0 auto;
}

.testimonios {
    text-align: center;
}
.testimonios .testimonio{
    padding: 16px 2em;
}
#player-container .footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
@media(min-width: 1009px) { 
    #player-container .footer {
        justify-content: space-between;
        align-items: center;
    }
    .footer .contact-share h3,
    .footer .contact-share p{ 
        display: none;
    }

}
@media(max-width: 1009px) {
    #player-container .footer {
        flex-direction: column;
        gap: 68px;
    }
    #player-container .footer .contact-share { 
        text-align: center;
        margin-bottom: 16px;
    }
    #player-container .footer .contact-share a {
        display: inline-block;
    }
    #player-container .footer .contact-share p{
        margin-bottom: 16px;
     }

 }

 .--container {
    max-width: 590px;
    width: 100%;
    margin: 32px auto;
}
@media(min-width: 1009px) {
    .--container {
        max-width: 990px;
    }
}