.IndexContenedor{
    width: 100%;    display: flex;    flex-wrap: nowrap;
    flex-flow: row;
    align-items: flex-start;
    align-content: flex-start;
    /* font-size: 16px; */
    /* border: black solid 1px; */
}

.IndexContenedor .PaisesDelMundo{
    width: 60%;
}

.IndexContenedor div{
    width: 40%;
}

.IndexContenedor div h2{
    display: inline-block;    margin: 10%;
    font-weight:700;
    /* font-size:xx-large; */
}

.IndexContenedor h4,
.IndexContenedor h3{
    font-weight: 400;    display: inline-block;
    text-align: center;
    margin: 25px auto;
}

.IndexContenedor h3{
    color: white;
}

.IndexContenedor.azul{
    background-color: #0D679A;
    box-shadow: 0px 5px 15px 1px rgb(107, 107, 107);
    margin: 0px auto;
}

.IndexContenedor div h2 ul,
.IndexContenedor div h2 p{
    font-weight: 400;    
}

.IndexContenedorMarcas{
    background-color: #f0f0f0;    width: 100%;
    display: flex;    flex-direction: column;
    flex-wrap: nowrap;    margin: 50px auto;
    /* border: black solid 1px; */
}

.IndexContenedorMarcas .marcasDiv{
    width: 60%;    /* border: black solid 1px; */
    margin: auto;    display: flex;
    flex-direction: row;    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.IndexContenedorMarcas .marcasDiv .MarcasClientes{
    width: 150px;
    margin: 5px;
}



/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/

.CONTENEDOR{
    /* padding-top: calc(72px); */
}

.CONTENEDOR .CAJAS{
    width: 64%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 1050px;
    margin: 0px auto;
}

.CONTENEDOR .CAJAS .caja-15{
    width: 20%;
    margin: 10px 2%;
}
.CONTENEDOR .CAJAS .caja-3{                                             /*CRITICO 12 ARCHIVOS*/
    margin: 10px 1% 10px 1%;
    padding: 15px 2% 15px 2%;;
    width: 48%;
}

.CONTENEDOR .CAJAS .caja-3-img{                                             /*CRITICO 7 ARCHIVOS*/
    margin: 10px 1% 10px 1%; 
    width: 48%;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0px 5px 15px 1px rgb(107, 107, 107);
}

.CONTENEDOR .CAJAS .caja-4{
    margin: 10px 1% 10px 1%;
    padding: 15px 3% 15px 3%;;
    width: 98%;
    text-align: center;
}

.CONTENEDOR .CAJAS .caja-4-blog{
    margin: 10px 1% 10px 1%;
    padding: 15px;
    width: 70%;
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    .CONTENEDOR .CAJAS .caja-4-blog{
        width: 90%;
    }
}

.CONTENEDOR .CAJAS .caja-4-img{                                             /*CRITICO 7 ARCHIVOS*/
    border-radius: 3px;
    background-color: white;
    box-shadow: 0px 5px 15px 1px rgb(107, 107, 107);
}

.CONTENEDOR .CAJAS .caja-15,
.CONTENEDOR .CAJAS .caja-4,
.CONTENEDOR .CAJAS .caja-3{
    background-color: white;
    box-shadow: 0px 5px 15px 1px rgb(107, 107, 107);
    border-radius: 3px;
}

.CONTENEDOR .CAJAS .CONTENEDOR-caja-3{
    margin: 10px 1% 10px 1%; 
    width: 48%;
    border-radius: 3px;
}

.CONTENEDOR .CAJAS .CONTENEDOR-caja-3 img{
    margin: 10px 1% 10px 1%; 
    width: 98%;
    border-radius: 3px;
    box-shadow: 0px 5px 15px 1px rgb(107, 107, 107);
}




.CONTENEDOR .CAJAS .caja-5{  /*TROQUELADORA UNICO*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    
    width: 100%;
    text-align: center;
}

.youtube-caja{
    width: 495px;
    height: 311px;
    margin:auto;
    margin-bottom: 50px;
}