/* Video recipes modal */

.border-rounded {
  border-radius: .25rem;
}

.cursor-pointer {
  cursor: pointer !important;
}

#modalCloseButton {
  background-color: #27C8C3;
  border-color: #27C8C3;
  margin-bottom: 1rem;
  margin-top: 5rem;
}

#modalCloseButton:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #27C8C3;
}

#modalDialogVideoRecipes {
  padding: 30px 10px 0px 0px !important;
  text-align: end;
}

#videoModalContent, .modal-body {
  padding: 0px 0px 0px 0px !important;
  margin: 0px !important;
}

.modal-lg {
  margin: auto !important;
}

.modal-content{
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.modal-dialog {
  max-width: 540px;
}

iframe.horneandoConLosExpertos {
  border-radius: 5px;
}

@media (min-height: 680px) {
  #modalCloseButton {
    margin-top: 10rem;
  }
}

@media (max-height: 700px) {
  #modalCloseButton {
    margin-top: 6rem;
  }
}

@media (max-width: 712px) {
  iframe.horneandoConLosExpertos {
    width: 524px;
  }
}

@media (max-width: 571px) {
  iframe.horneandoConLosExpertos {
    width: 444px;
  }
}

@media (max-width: 556px) {
  iframe.horneandoConLosExpertos {
    padding-left: 2rem;
  }
}

@media (max-width: 522px) {
  iframe.horneandoConLosExpertos {
    padding-left: 1.2rem;
  }
}

@media (max-width: 491px) {
  iframe.horneandoConLosExpertos {
    width: 380px;
  }
}

@media (max-width: 428px) {
  iframe.horneandoConLosExpertos {
    width: 350px;
  }
}

@media (max-width: 398px) {
  iframe.horneandoConLosExpertos {
    width: 340px;
  }
}

@media (max-width: 383px) {
  iframe.horneandoConLosExpertos {
    width: 322px;
  }
}

@media (max-width: 367px) {
  iframe.horneandoConLosExpertos {
    width: 310px;
  }
}

@media (max-width: 354px) {
  iframe.horneandoConLosExpertos {
    width: 290px;
  }
}