/*MARGIN Y PADDING EN 0*/
*{
    margin: 0px;
    padding: 0px;
}



/*MAQUETACIÓN EL FLEXBOX*/
/*Menú*/
.Contenedor_Menu{
    width: 98.7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0963AD;
    padding: 10px;
    font-size: 14px;
    font-family: 'verdana', sans-serif;
}

/*LOGO DEL MENÚ*/
.Contenedor_Menu_Logo img{
    height: 80px;
    width: 120px;
}

/*Color para la cinta opciones*/
nav{
    display: flex;
}

nav a{
    color: #FFDC04;
    text-decoration: none;
    margin: 30px;
    cursor: pointer;
}

/*Hover para la cinta opciones*/
nav a:hover{
    color: rgb(255, 255, 255);
}

/*Estilo al boton*/
.btn_Menu :hover{
    color: yellow;
}
.btn_Menu{
    margin-right: 30px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: none;
}
menu-container .nav-container .nav {
    display: inline-block;
    margin-bottom: 20px;
  }
  
  .form-control:focus {
    border-color: #0963AD;
  }
  
  .btn.btn-platzi {
    background-color: #0963AD
    color: white;
  }
  
  .btn.btn-platzi:hover {
    background-color: #0963AD;
  }
  
  #search-bar {
    padding: 1em;  
  }
  
  #info-container h4 {
    text-align: center;
  }
  
  #productsCarousel img {
    margin: 0 auto;
  }
  
  #footer-container {
    background-color: #FFDC04;
    color: white;
    padding: 3em 0;
  }
  
  #footer-container h4 {
    font-size: 16px;
  }
  
  /*MAQUETACIÓN EL FLEXBOX  0963AD   */
  
  
  /*LOGO DEL MENÚ*/
  .Contenedor_Menu_Logo img{
    height: 80px;
    width: 120px;
  }
  
  @media (max-width: 768px) {
    #productos-container [class*="col-"],
    #footer-container [class*="col-"] {
      margin-bottom: 2em;
    }
  }
  
  #breadcrumbs-container .breadcrumb {
    background-color: white;
  }
  
  #breadcrumbs-container .breadcrumb .breadcrumb-item {
    color: #0963AD;
  }
  
  #breadcrumbs-container .breadcrumb .breadcrumb-item.active {
    color: #0963AD;
  }
  
  #breadcrumbs-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
  }
  
  #productos-container {
    margin-bottom: 2em;
  }
  
  #productos-container .list-group-item-action.active {
    background-color: #0963AD;
    border-color: #0963AD;
  }
  
  #productos-container .list-group+.list-group {
    margin-top: 1em;
  }
  
  @media (max-width: 768px) {
    #productos-container .filtros-toggle {
      margin-bottom: 1em;
    }
  }
  
  .pagination-container {
    margin-bottom: 0 !important;
  }
  
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    background-color:#0963AD;
    border-color:#0963AD;
  }
  
  .page-link, .page-link:focus, .page-link:hover {
    color: #0963AD;
  }

/*Header*/

.Contenedor_Header{

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}


.Contenedor_Header_Img{
    height: 25vh;
    width: 50%;
    box-shadow: -1px 5px 8px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 5px 8px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 5px 8px 1px rgba(0,0,0,0.75);
}

/*Diseño del Selection*/
section{
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}
/*Titulo*/
.Section_Encabezado{
    display: flex;
    justify-content: center;
    margin: 30px;
    font-weight: bold;
    font-size: 35px;
    color: RGB(22, 15, 159);
}
/*SECCION GENERAL*/
.Section_Nosotros{
    display: flex;
    font-size: 14px;
}
/*SECCION ESP*/
.Section_Nosotros_Es{
    margin-left: 155px;
    margin-right: 130px;
    text-align: center;
}
.Section_Nosotros_Es_Quienes{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: RGB(22, 15, 159);
}

/*SECCION ING*/
.Section_Nosotros_En{
    margin-right: 100px;
    margin-left: 10px;
}
.Section_Nosotros_Es_We{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: RGB(22, 15, 159);
}

/*Diseño del article*/
article{
    font-family: 'Open Sans', sans-serif;
}
.Contenedor_Article_Encabezado{
    text-align: center;
    margin: 30px;
    margin-top: 50px;
    color: RGB(22, 15, 159);
    font-size: 35px;
}

.Contenedor_Article_Encabezado2{
  text-align: center;
  margin: 30px;
  margin-top: 50px;
  color: RGB(22, 15, 159);
  font-size: 20px;
}
.Contenedor_Article_Parrafo{
    display: flex;
    text-align: center;
    font-size: 9px;
    align-items: center;
}
/*Detalle de la imagen gradiente*/
.Contenedor_Article_Parrafo Img{
   
    width: 100%;
    height: auto;
    margin-left: 20px;
    margin-right: 30px;
    
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5)
    ), url(/IMAGEN/AP1111.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.Contenedor_Article_Parrafo_Pa{
    margin-right: 500px;
    margin-left: 100px;
    text-align: justify;
}
.enviar{
    background-color: #FFDC04;
    color: #0963AD;
    padding: 10px 20px;
    border-radius: 10px;

    min-width: 50%;
  
}
.subrayar{
    text-decoration: underline;
    text-underline-offset: 10px;
}

p{
    line-height: 1.2;
}

.{

  width: 100%;
  height: 70vh;
  background-image: url("/IMAGEN/AP1111.jpg");
}

/*Pie de pagina*/
.Contenedor_Footer{
    display: flex;
    background-color: #0963AD;
    align-items: start;
    color: #FFDC04;
    margin: 0;
    padding: 50px;
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 10px;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.Contenedor_Footer_Logo img{
    height: 120px;
    width: 180px;
    padding: 10px;
}
.Titulo_Contacto{
    font-size: 13px;
    border-bottom: 0.1px solid yellow;
    padding-bottom: 10px;
}
.Contenedor_Footer_Contacto{
    width: 350px;
    margin: 10px;
    padding: 10px;
    padding-bottom: 7.4%;
}
.Titulo_Nosotros{
    font-size: 13px;
    border-bottom: 0.1px solid yellow;
    padding-bottom: 10px;
}
.Contenedor_Footer_Nosotros{
    width: 350px;
    margin: 10px;
    padding: 10px;
    padding-bottom: 3%;
    
}
ul li:before {
    content: "►";
    font-size: 12px;
    margin-right: 5px;
}
li{
    color: white;
}



body {
    font-family: 'Montserrat', sans-serif;
  }
  
  a {
    color: #ecf0f1;
  }
  
  a:hover {
    color: #fff;
  }
  
  #header-container,
  #info-container {
    background-color: #99c84a;
    color: white;
  }
  
  #menu-container {
    background-color: #f7f7f9;
  }
  
  #menu-container .nav-container .nav {
    display: inline-block;
    margin-bottom: -6px;
  }
  
  .form-control:focus {
    border-color: #0963AD;
  }
  
  .btn.btn-platzi {
    background-color:#0963AD
    color: white;
  }
  
  .btn.btn-platzi:hover {
    background-color: #0963AD;
  }
  
  #search-bar {
    padding: 1em;  
  }
  
  #info-container h4 {
    text-align: center;
  }
  
  #productsCarousel img {
    margin: 0 auto;
  }
  
  #footer-container {
    background-color: #1c3643;
    color: white;
    padding: 3em 0;
  }
  
  #footer-container h4 {
    font-size: 16px;
  }
  
  @media (max-width: 768px) {
    #productos-container [class*="col-"],
    #footer-container [class*="col-"] {
      margin-bottom: 2em;
    }
  }
  
  #breadcrumbs-container .breadcrumb {
    background-color: white;
  }
  
  #breadcrumbs-container .breadcrumb .breadcrumb-item {
    color: #1c3643;
  }
  
  #breadcrumbs-container .breadcrumb .breadcrumb-item.active {
    color: #95a5a6;
  }
  
  #breadcrumbs-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
  }
  
  #productos-container {
    margin-bottom: 2em;
  }
  
  #productos-container .list-group-item-action.active {
    background-color: #0963AD;
    border-color: #0963AD;

  }
  
  #productos-container .list-group+.list-group {
    margin-top: 1em;
  }
  
  @media (max-width: 768px) {
    #productos-container .filtros-toggle {
      margin-bottom: 1em;
    }
  }
  
  .pagination-container {
    margin-bottom: 0 !important;
  }
  
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    background-color: #0963AD;
    border-color: #99c84a;
  }
  
  .page-link, .page-link:focus, .page-link:hover {
    color:#0963AD;
  }


/*CENTRAR IFRAME */

  .redes{
    width: 400;
    height: 657;
    }





  

/*Media Queries*/
@media screen and (max-width: 1275px){
    nav a{
        display: inline;
        display: block;
    }

    /*Menu*/
    .btn_Menu{
        display: block;
        font-size: 25px;
        cursor: pointer;
        display: inline;
    }

    /*Funcion del menu movil*/
    .opciones_Menu{
        display: flex;
        flex-direction: column;
        background-color: #0963AD;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 90px;
        left: -100%;
        text-align: center;
        transition: all .4s;
        z-index: 99;
    }
}


/*Media Queries*/
@media screen and (max-width: 760px){
    nav a{
        display: inline;
        display: block;
    }

    /*Menu*/
    .btn_Menu{
        display: block;
        font-size: 25px;
        cursor: pointer;
        display: inline;
    }

    /*Funcion del menu movil*/s
    .opciones_Menu{
        display: flex;
        flex-direction: column;
        background-color: #FFDC04;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 90px;
        left: -100%;
        text-align: center;
        transition: all .4s;
        z-index: 99;
    }

    /*Banner*/
    
    .Contenedor_Header_Img{
        height: 20vh;
        width: 40%;
        box-shadow: -1px 5px 8px 1px rgba(0,0,0,0.75);
        -webkit-box-shadow: -1px 5px 8px 1px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 5px 8px 1px rgba(0,0,0,0.75);
        border-radius: 5px;
    }

    /*Titulo sección nosotros contendor general*/
    .Section_Nosotros{
        flex-direction: column;
        align-items: center;
        font-size: 10px;
    }
    .Section_Encabezado{
        display: flex;
        justify-content: center;
        margin: 30px;
        font-weight: bold;
        font-size: 15px;
        color: RGB(22, 15, 159);
    }
    .Section_Nosotros_Es{
        margin-left: 20px;
        margin-right: 20px;
    }
    .Section_Nosotros_En{
        margin-right: 20px;
        margin-left: 20px;
    }
    .Section_Nosotros_Es_Quienes{
        font-size: 10px;
        font-weight: bold;
    }
    .Section_Nosotros_Es_We{
        font-weight: bold;
        font-size: 10px;
    }
    section h1{
        font-size: 10px;
    }
    .Contenedor_Article_Encabezado{
        margin-top: 25px;
        font-size: 15px;
    }
    /*Article general*/
    .Contenedor_Article_Parrafo{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 9px;
    }
    .Contenedor_Article_Parrafo_Img{
        height: 200px;
        width: 280px;

        background-size: contain;
        margin-left: 20px;
        margin-right: 15px;
    }
    .Contenedor_Article_Parrafo_Pa{
        margin-right: 20px;
        margin-left: 15px;
    }
    .enviar{
        font-size: 9px;
    }
    /*Footer*/
    
    .Contenedor_Footer{
        justify-content: space-around;
        width: 100vw;
        padding: 2px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-size: 9px;
        /*
        width: 100vw;
        height: 100vh;
        */
    }
    footer{
        width: 100vw;
        padding: 0px;
        margin: 0px;
    }
    .Contenedor_Footer_Logo img{
        height: 55px;
        width: 95px;
    }
    .Titulo_Contacto{
        font-size: 10px;
    }
    .Contenedor_Footer_Contacto{
        width: 100px;
        margin: 2px;
        padding: 1px;
        margin: 0px;
    }
    .Titulo_Nosotros{
        font-size: 10px;
    }
    .Contenedor_Footer_Nosotros{
        width: 150px;
        margin: 2px;
        padding: 1px;
        margin: 0px;
    }
}

.swiper { 
    width: 100%;
    height: 580px;
}

.imagenPrimera{
    height: 555px;
    width: 100%;
    object-fit:cover;
}
.show{
    left: 0;
}


ul {
  list-style: none;
  padding: 0;
}

.logo {
  text-align: center;
  font-size: 3em;
}

.logo span {
  color: #0963AD;
}

.contact-wrapper {
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, .3);
}

.contact-wrapper > * {
  padding: 1em;
}

.contact-form {
  background-color: #ffffff;
}

.contact-form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact-form form label {
  display: block;
}

.contact-form form p {
  margin: 0;
  padding: 1em;
}

.contact-form form .block {
  grid-column: 1 / 1;
}

.contact-form form button,
.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: .7em;
  border: none;
  background: none;
  outline: 0;
  color: #000000;
  border-bottom: 1px solid #d63031;
}

.contact-form form button {
  background: #0963AD;
  border: 0;
  text-transform: uppercase;
  padding: 1em;
}

.contact-form form button:hover,
.contact-form form button:focus {
  background: #d63031;
  color: #000000;
  transition: background-color 1s ease-out;
  outline: 0;
}

/* CONTACT INFO */
.contact-info {
  
  object-fit: cover;
}

.contact-info h4, .contact-info ul, .contact-info p {
  text-align: center;
  margin: 0 0 1rem 0;
}

/* LARGE SIZE */
@media(min-width: 700px) {
  
  .contact-wrapper {
      display: grid;
      grid-template-columns: 2fr 1fr;
  }
  .contact-wrapper > * {
      padding: 2em;
  }
  .contact-info h4,
  .contact-info ul,
  .contact-info p {
      text-align: left;
  }
}





.grid-item {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #0963AD;
  border-radius: 4px;
  transition: transform 0.3s ease-in-out;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.grid-item:hover {
  filter: opacity(0.9);
  transform: scale(1.04);
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: minmax(200px, auto);
  gap: 20px;
  padding: 20px;
  grid-auto-flow: dense;
}

@media (min-width: 600px) {
  .wide {
    grid-column: span 2;
  }

  .tall {
    grid-row: span 2;
  }
}


.entry-content iframe {
  width: 70%;
  margin: 0 auto;
  border: none;
  background: rgb(255, 255, 255);
  display: block;
}


.add{
  
  background-repeat:no-repeat;
  height:60px;
  width:200px;
  background-size: 200px 50px;
  background-position:center;
  padding: 0; border: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto;

}

.rappi {
  display: flex;
  justify-content: center;
  
}