/*reset*/
* {
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none;

}

/*fin reset*/

@font-face {
    font-family: newmontreal;
    src: url(./Fonts/PPNeueMontreal-Book.ttf);
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: myFirstFont;
    src: url(./Fonts/PPNeueMontreal-Regular.ttf);
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: myFirstFont;
    src: url(./Fonts/PPNeueMontreal-SemiBold.ttf);
    font-style: normal;
    font-weight: normal;
}

body {
    font-size: 14px;
    font-family: newmontreal;
    text-decoration: none;
}

button {
    border: none;
    border-radius: 5px;
    height: 30px;
}

input {
    width: 100%;
    height: 30px;
    margin: 0 5px;
    border: none;
}

input:focus {
    outline: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Clases */
.centrar {
    width: 100%;
    max-width: 700px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.barra_busqueda {
    width: 80%;
    margin-top: -43px;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    border: 0.5px;
    box-shadow: -2px 1px 4px 1px rgba(145, 139, 139, 0.42);
    -webkit-box-shadow: -2px 1px 4px 1px rgba(145, 139, 139, 0.42);
    -moz-box-shadow: -2px 1px 4px 1px rgba(145, 139, 139, 0.42);
    border-color: lightslategrey;
    border-radius: 50px;

}

.contenedorglo {
    display: flex;
    justify-content: center;
    transition-timing-function: ease-in;
}

.globo {
    min-width: 100px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    border: 0.5px;
    background-color: white;
    box-shadow: -2px 1px 4px 1px rgba(145, 139, 139, 0.42);
    -webkit-box-shadow: -2px 1px 4px 1px rgba(145, 139, 139, 0.42);
    -moz-box-shadow: -2px 1px 4px 1px rgba(145, 139, 139, 0.42);
    border-color: lightslategrey;
    border-radius: 500px;
    transition: 0.2s;
    line-height: 1.5rem;
}


.contenedorglo::after {
    content: '';
    z-index: -2;
    transform: rotate(45deg);
    position: absolute;
    margin-top: 18px;
    height: 40px;
    width: 40px;
    background: #ffffff;
    box-shadow: -2px 1px 4px 1px rgba(145, 139, 139, 0.42);
    -webkit-box-shadow: -2px 1px 4px 1px rgba(145, 139, 139, 0.42);
    -moz-box-shadow: -2px 1px 4px 1px rgba(145, 139, 139, 0.42);
    transition: 0.2s;

}

.contenedorglo::before {
    content: '';
    z-index: 2;
    transform: rotate(45deg);
    position: absolute;
    margin-top: 18px;
    height: 35px;
    width: 39px;
    background: #ffffff;
    transition: 0.2s;

}

.globo p {
font-size: 1.3rem;
    border-radius: 500px;
    z-index: 500;
    max-width: 500px;
    text-align: center;
    z-index: 12;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 23px;
    transition: 0.2s;
}

.cajauno {
    padding-top: 100px;
    ;
    margin-top: 20px;
    height: 800px;
    background-color: #ffd7fb;
    border-radius: 50px 50px 0px 0px;
    border: solid 1px rgba(50, 50, 50, 0.4);
}

.cajados {
    width: 100%;
    z-index: 10;
    /* display: flex;*/
    background-color: #f2df02;
    border-radius: 50px 50px 0px 0px;
    border: solid 1px rgba(50, 50, 50, 0.4);
    justify-content: center;
}

.cajados p {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 20px;
    padding-bottom: 30px;
    font-family: newmontreal;
}
.cajados p span {
    font-size: 1.3rem;
    font-weight:bolder;
}

.menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.menu-item {
    margin: 5px 10px;
}

.icon {
    display: grid;
    align-content: center;
    color: grey;
}

.material-icons {
    padding-top: 3px;
}

/* IDS */
#opciones-busqueda {
    margin-top: 15px;
    width: 270px;
    display: flex;
    justify-content: space-between;

}

.swiper {
    width: 100%;
    padding-top: 51px;
    padding-right: 300px;
}

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 346px;
    filter: blur(4px);
    padding-bottom: 26px;
  
}

  .swiper-button-next, .swiper-button-prev{
   background-color: rgba(255, 255, 255, 0.444);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color:black;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    
  }
  .swiper-slide-active {
    background-position: center;
    background-size: cover;
    filter: blur(0px);
    
   
  }


.swiper-slide iframe {
    display: block;
    border-radius: 40px;
    border:solid 10px #ffd7fb;
    height: 250px;
}

.swiper-slide-active iframe {
    display: block;
    border-radius: 59px;
    border: solid 10px #ffd7fb;
    width: 600px;
    height: 350px;
}


.swiper-slide {
   
   margin-right: 200;
}

.swiper-slide .swiper-slide-duplicate .swiper-slide-next
{
    transition-duration: 0ms;
    transform: translate3d(49.3333px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1) !important;
    z-index: -1;
}


.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
    padding: 20px
}

.sera {
    margin-top: -57px;
    font-size: 2rem;
}

.mitexto {
    text-align: center;
    font-size: 500px;
}


.mitexto span {
    text-align: center;
    font-weight: 600;
}

.separa {
    margin-top: 30px;
}

.videos {
    margin-top: 300px;
    height: 150px;
    width: 300px;
    background-color: #f2df02;
    border: solid 1px #000;
    padding: 20px 30px;
    margin-top: 10px;

}

.junta {
    display: flex;
    margin-top: -20px;

}

.droid {
    z-index: 30;
    height: 50px;
    width: 100px;
    margin-left: auto;
    transition: 0.2s;
}

.droid:hover,
.ios:hover {
    transform: translateY(-5px);
    transition: 0.5s;

}

.droid img {
    z-index: 30;
    height: auto;
    width: 133px;
    margin-right: auto;
    padding-right: 10px;
}

.ios {
    z-index: 30;
    height: 50px;
    width: 100px;
    margin-right: auto;
    transition: 0.2s;
}

.ios img {
    z-index: 30;
    height: auto;
    width: 140px;
    margin-right: auto;
    padding-left: 10px;
}

.btn {
    min-width: 20px;
    width: 40px;
    height: auto;
    border-radius: 50px !important;


}

.btn {
    padding-left: 10px !important;
    padding-top: 7px !important;
}

.imgjuice {
    width: 70%;
    margin-top: 70px;
    padding-bottom: 40px;
}
.copete p{
   font-size: 1.1rem;
   font-weight:400;
}
.copete p a{
    font-size: 1.0rem;
    font-weight:bold;
    color: #000;
 }